diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b25c15b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*~ diff --git a/Makefile b/Makefile old mode 100755 new mode 100644 index 93b82cc..00cc746 --- a/Makefile +++ b/Makefile @@ -449,7 +449,7 @@ endif EXTRA_CFLAGS += -DCONFIG_RTL8821A _HAL_INTFS_FILES += hal/rtl8812a/hal8821a_fw.o - + endif ifeq ($(CONFIG_BT_COEXIST), y) @@ -903,7 +903,7 @@ _HAL_INTFS_FILES += \ hal/$(RTL871X)/$(HCI_NAME)/rtl$(MODULE_SUB_NAME)_led.o \ hal/$(RTL871X)/$(HCI_NAME)/rtl$(MODULE_SUB_NAME)_xmit.o \ hal/$(RTL871X)/$(HCI_NAME)/rtl$(MODULE_SUB_NAME)_recv.o - + ifeq ($(CONFIG_PCI_HCI), y) _HAL_INTFS_FILES += hal/$(RTL871X)/$(HCI_NAME)/$(HCI_NAME)_ops_linux.o else @@ -2027,7 +2027,7 @@ ARCH := arm CROSS_COMPILE := /home/android_sdk/Telechips/v13.05_r1-tcc-android-4.2.2_tcc893x-evm_build/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi- KSRC := /home/android_sdk/Telechips/v13.05_r1-tcc-android-4.2.2_tcc893x-evm_build/kernel MODULE_NAME := wlan -endif +endif ifeq ($(CONFIG_PLATFORM_RTL8197D), y) EXTRA_CFLAGS += -DCONFIG_BIG_ENDIAN -DCONFIG_PLATFORM_RTL8197D @@ -2177,7 +2177,7 @@ rtk_core := core/rtw_cmd.o \ core/rtw_odm.o \ core/rtw_rm.o \ core/rtw_rm_fsm.o \ - core/efuse/rtw_efuse.o + core/efuse/rtw_efuse.o ifeq ($(CONFIG_SDIO_HCI), y) rtk_core += core/rtw_sdio.o @@ -2208,6 +2208,7 @@ else export CONFIG_RTL8821CU = m +module: modules all: modules modules: diff --git a/core/efuse/rtw_efuse.c b/core/efuse/rtw_efuse.c old mode 100755 new mode 100644 diff --git a/core/mesh/rtw_mesh.c b/core/mesh/rtw_mesh.c old mode 100755 new mode 100644 diff --git a/core/mesh/rtw_mesh.h b/core/mesh/rtw_mesh.h old mode 100755 new mode 100644 diff --git a/core/mesh/rtw_mesh_hwmp.c b/core/mesh/rtw_mesh_hwmp.c old mode 100755 new mode 100644 diff --git a/core/mesh/rtw_mesh_hwmp.h b/core/mesh/rtw_mesh_hwmp.h old mode 100755 new mode 100644 diff --git a/core/mesh/rtw_mesh_pathtbl.c b/core/mesh/rtw_mesh_pathtbl.c old mode 100755 new mode 100644 diff --git a/core/mesh/rtw_mesh_pathtbl.h b/core/mesh/rtw_mesh_pathtbl.h old mode 100755 new mode 100644 diff --git a/core/rtw_ap.c b/core/rtw_ap.c old mode 100755 new mode 100644 diff --git a/core/rtw_beamforming.c b/core/rtw_beamforming.c old mode 100755 new mode 100644 diff --git a/core/rtw_br_ext.c b/core/rtw_br_ext.c old mode 100755 new mode 100644 diff --git a/core/rtw_bt_mp.c b/core/rtw_bt_mp.c old mode 100755 new mode 100644 diff --git a/core/rtw_btcoex.c b/core/rtw_btcoex.c old mode 100755 new mode 100644 diff --git a/core/rtw_btcoex_wifionly.c b/core/rtw_btcoex_wifionly.c old mode 100755 new mode 100644 diff --git a/core/rtw_cmd.c b/core/rtw_cmd.c old mode 100755 new mode 100644 diff --git a/core/rtw_debug.c b/core/rtw_debug.c old mode 100755 new mode 100644 diff --git a/core/rtw_eeprom.c b/core/rtw_eeprom.c old mode 100755 new mode 100644 diff --git a/core/rtw_ieee80211.c b/core/rtw_ieee80211.c old mode 100755 new mode 100644 diff --git a/core/rtw_io.c b/core/rtw_io.c old mode 100755 new mode 100644 diff --git a/core/rtw_ioctl_query.c b/core/rtw_ioctl_query.c old mode 100755 new mode 100644 diff --git a/core/rtw_ioctl_rtl.c b/core/rtw_ioctl_rtl.c old mode 100755 new mode 100644 diff --git a/core/rtw_ioctl_set.c b/core/rtw_ioctl_set.c old mode 100755 new mode 100644 diff --git a/core/rtw_iol.c b/core/rtw_iol.c old mode 100755 new mode 100644 diff --git a/core/rtw_mem.c b/core/rtw_mem.c old mode 100755 new mode 100644 diff --git a/core/rtw_mi.c b/core/rtw_mi.c old mode 100755 new mode 100644 diff --git a/core/rtw_mlme.c b/core/rtw_mlme.c old mode 100755 new mode 100644 diff --git a/core/rtw_mlme_ext.c b/core/rtw_mlme_ext.c old mode 100755 new mode 100644 diff --git a/core/rtw_mp.c b/core/rtw_mp.c old mode 100755 new mode 100644 diff --git a/core/rtw_mp_ioctl.c b/core/rtw_mp_ioctl.c old mode 100755 new mode 100644 diff --git a/core/rtw_odm.c b/core/rtw_odm.c old mode 100755 new mode 100644 diff --git a/core/rtw_p2p.c b/core/rtw_p2p.c old mode 100755 new mode 100644 diff --git a/core/rtw_pwrctrl.c b/core/rtw_pwrctrl.c old mode 100755 new mode 100644 diff --git a/core/rtw_recv.c b/core/rtw_recv.c old mode 100755 new mode 100644 diff --git a/core/rtw_rf.c b/core/rtw_rf.c old mode 100755 new mode 100644 diff --git a/core/rtw_rm.c b/core/rtw_rm.c old mode 100755 new mode 100644 diff --git a/core/rtw_rm_fsm.c b/core/rtw_rm_fsm.c old mode 100755 new mode 100644 diff --git a/core/rtw_rson.c b/core/rtw_rson.c old mode 100755 new mode 100644 diff --git a/core/rtw_sdio.c b/core/rtw_sdio.c old mode 100755 new mode 100644 diff --git a/core/rtw_security.c b/core/rtw_security.c old mode 100755 new mode 100644 diff --git a/core/rtw_sreset.c b/core/rtw_sreset.c old mode 100755 new mode 100644 diff --git a/core/rtw_sta_mgt.c b/core/rtw_sta_mgt.c old mode 100755 new mode 100644 diff --git a/core/rtw_tdls.c b/core/rtw_tdls.c old mode 100755 new mode 100644 diff --git a/core/rtw_vht.c b/core/rtw_vht.c old mode 100755 new mode 100644 diff --git a/core/rtw_wapi.c b/core/rtw_wapi.c old mode 100755 new mode 100644 diff --git a/core/rtw_wapi_sms4.c b/core/rtw_wapi_sms4.c old mode 100755 new mode 100644 diff --git a/core/rtw_wlan_util.c b/core/rtw_wlan_util.c old mode 100755 new mode 100644 diff --git a/core/rtw_xmit.c b/core/rtw_xmit.c old mode 100755 new mode 100644 diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..7d57d78 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +rtl8821cu (5.4.1) unstable; urgency=medium + + * Initial release + + -- Marc Leeman Fri, 18 Oct 2019 13:46:27 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..f599e28 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +10 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..9adc6d8 --- /dev/null +++ b/debian/control @@ -0,0 +1,40 @@ +Source: rtl8821cu +Section: misc +Priority: optional +Maintainer: Marc Leeman +Build-Depends: debhelper (>= 10), + dkms, + bc, + linux-kbuild-4.19 +Standards-Version: 4.3.0 +Vcs-Browser: https://github.com/brektrou/rtl8821CU +Vcs-Git: https://github.com/brektrou/rtl8821CU.git + +Package: rtl8821cu-dkms +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends} +Provides: rtl8821cu-module +Description: DKMS files to build and install rtl8821cu + The rtl8821cu driver provides the driver for Realtek RTL8811CU/RTL8821CU + USB wifi adapter. + . + This package contains the DKMS files to build and install rtl8821cu. + . + To install this package, you have to install the header files for your + current kernel manually (usually included in the "linux-headers-"). + +Package: rtl8821cu-src +Architecture: all +Depends: module-assistant, + debhelper (>= 5.0.37), + xz-utils, + ${misc:Depends} +Description: Source of the compressed rtl8821cu module + The rtl8821cu driver provides the driver for Realtek RTL8811CU/RTL8821CU + USB wifi adapter. + . + You can use module-assistant or make-kpkg to build a modules package + for specific kernel. + diff --git a/debian/control.modules.in b/debian/control.modules.in new file mode 100644 index 0000000..b8293a0 --- /dev/null +++ b/debian/control.modules.in @@ -0,0 +1,17 @@ +Source: rtl8821cu +Section: misc +Priority: optional +Maintainer: Marc Leeman +Build-Depends: debhelper (>> 3.0.0), zlib1g-dev, module-assistant, bc +Standards-Version: 3.5.8 + +Package: rtl8821cu-module-#KVERS# +Depends: debconf, initramfs-tools +Architecture: any +Provides: rtl8821cu-module +Description: rtl8821cu kernel module + The rtl8821cu driver provides the driver for Realtek RTL8811CU/RTL8821CU + USB wifi adapter. + . + This package contains the pre-compiled version for kernel #KVERS# + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..fc46a12 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,42 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: rtl8821CU +Source: https://github.com/brektrou/rtl8821CU + +Files: * +Copyright: 2020 brektrou <48123110+brektrou@users.noreply.github.com> +License: GPL-2.0+ + 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, see . + . + On Debian systems, the complete text of the GNU General Public + License version 2 can be found in `/usr/share/common-licenses/GPL-2'. + + +Files: debian/* +Copyright: 2020 Marc Leeman +License: GPL-2.0+ + 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, see . + . + On Debian systems, the complete text of the GNU General Public + License version 2 can be found in `/usr/share/common-licenses/GPL-2'. diff --git a/debian/rtl8821-module-_KVERS_.postinst.modules.in b/debian/rtl8821-module-_KVERS_.postinst.modules.in new file mode 100644 index 0000000..e1f7778 --- /dev/null +++ b/debian/rtl8821-module-_KVERS_.postinst.modules.in @@ -0,0 +1,7 @@ +#!/bin/sh -e + +if [ "`uname -r`" = _KVERS_ ] ; then + depmod -a & +fi + +#DEBHELPER# diff --git a/debian/rtl8821-module-_KVERS_.postrm b/debian/rtl8821-module-_KVERS_.postrm new file mode 100644 index 0000000..a86b591 --- /dev/null +++ b/debian/rtl8821-module-_KVERS_.postrm @@ -0,0 +1,34 @@ +#!/bin/sh +# postrm script for cloop +# +# see: dh_installdeb(1) +# summary of how this script can be called: +# * `remove' +# * `purge' +# * `upgrade' +# * `failed-upgrade' +# * `abort-install' +# * `abort-install' +# * `abort-upgrade' +# * `disappear' overwrit>r> +# for details, see /usr/share/doc/packaging-manual/ + +case "$1" in + purge) + ;; + remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + depmod -aq || true & + ;; + + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 0 + +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + + diff --git a/debian/rtl8821cu-dkms.lintian-overrides b/debian/rtl8821cu-dkms.lintian-overrides new file mode 100644 index 0000000..362d6fb --- /dev/null +++ b/debian/rtl8821cu-dkms.lintian-overrides @@ -0,0 +1 @@ +national-encoding diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..3636f5f --- /dev/null +++ b/debian/rules @@ -0,0 +1,31 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +include /usr/share/dpkg/default.mk + +export DH_VERBOSE = 1 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + +VERSION ?= $(shell dpkg-parsechangelog | sed -rne 's/^Version: ([0-9.]+).*$$/\1/p') +XDIR=debian/rtl8821cu-src/usr/src/modules/rtl8821cu-src + +%: + dh $@ --with dkms + +override_dh_auto_install: + dh_install -prtl8821cu-dkms -X.o -X.ko core/ usr/src/rtl8821cu-$(VERSION) + dh_install -prtl8821cu-dkms -X.o -X.ko hal/ usr/src/rtl8821cu-$(VERSION) + dh_install -prtl8821cu-dkms -X.o -X.ko os_dep/ usr/src/rtl8821cu-$(VERSION) + dh_install -prtl8821cu-dkms -X.o -X.ko platform/ usr/src/rtl8821cu-$(VERSION) + dh_install -prtl8821cu-dkms -X.o -X.ko include/ usr/src/rtl8821cu-$(VERSION) + dh_install -prtl8821cu-dkms Makefile usr/src/rtl8821cu-$(VERSION) + dh_install -prtl8821cu-dkms rtl8821c.mk usr/src/rtl8821cu-$(VERSION) + install -d $(XDIR)/debian + cd debian && install rules.m-a ../$(XDIR)/debian/rules && cp -r *modules.in* changelog copyright compat *_KVERS_* ../$(XDIR)/debian/ + cd debian/rtl8821cu-src/usr/src && cp -a ../../../rtl8821cu-dkms/usr/src/rtl8821cu-$(VERSION)/* modules/rtl8821cu-src/ && XZ_OPT=-9 tar --xz -c -f rtl8821cu.tar.xz modules && rm -rf modules + +override_dh_dkms: + dh_dkms -V + +override_dh_auto_build: + : diff --git a/debian/rules.m-a b/debian/rules.m-a new file mode 100644 index 0000000..c5593e8 --- /dev/null +++ b/debian/rules.m-a @@ -0,0 +1,30 @@ +#!/usr/bin/make -f + +# for m-a +SHELL=/bin/bash +PACKAGE=rtl8821cu-module +MA_DIR ?= /usr/share/modass +-include $(MA_DIR)/include/generic.mk +-include $(MA_DIR)/include/common-rules.mk +kdist_config: kdist_configure +kdist_configure: prep-deb-files + +binary-modules: kdist_configure + $(MAKE) module KERNEL_DIR=$(KSRC) KVERSION=$(KVERS) + dh_installdirs -p $(PKGNAME) lib/modules/$(KVERS)/extra + cp 8821cu.ko $(CURDIR)/debian/$(PKGNAME)/lib/modules/$(KVERS)/extra + dh_testdir -a + dh_testroot -a + dh_installdebconf -a + dh_compress -a + dh_fixperms -a + dh_installdeb -a + dh_gencontrol -a -- -v$(VERSION) + dh_md5sums -a + dh_builddeb -a --destdir=$(DEB_DESTDIR) + +kdist_clean: + rm -rf *.ko debian/$(PKGNAME) + +.PHONY: kdist kdist_image kdist_configure kdist_clean kdist +.NOTPARALLEL: diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native) diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides new file mode 100644 index 0000000..36c31c7 --- /dev/null +++ b/debian/source/lintian-overrides @@ -0,0 +1 @@ +dep5-copyright-license-name-not-unique diff --git a/hal/HalPwrSeqCmd.c b/hal/HalPwrSeqCmd.c old mode 100755 new mode 100644 diff --git a/hal/btc/halbtc8821c1ant.c b/hal/btc/halbtc8821c1ant.c old mode 100755 new mode 100644 diff --git a/hal/btc/halbtc8821c1ant.h b/hal/btc/halbtc8821c1ant.h old mode 100755 new mode 100644 diff --git a/hal/btc/halbtc8821c2ant.c b/hal/btc/halbtc8821c2ant.c old mode 100755 new mode 100644 diff --git a/hal/btc/halbtc8821c2ant.h b/hal/btc/halbtc8821c2ant.h old mode 100755 new mode 100644 diff --git a/hal/btc/halbtc8821cwifionly.c b/hal/btc/halbtc8821cwifionly.c old mode 100755 new mode 100644 diff --git a/hal/btc/halbtc8821cwifionly.h b/hal/btc/halbtc8821cwifionly.h old mode 100755 new mode 100644 diff --git a/hal/btc/halbtcoutsrc.h b/hal/btc/halbtcoutsrc.h old mode 100755 new mode 100644 diff --git a/hal/btc/mp_precomp.h b/hal/btc/mp_precomp.h old mode 100755 new mode 100644 diff --git a/hal/efuse/efuse_mask.h b/hal/efuse/efuse_mask.h old mode 100755 new mode 100644 diff --git a/hal/efuse/rtl8821c/HalEfuseMask8821C_PCIE.c b/hal/efuse/rtl8821c/HalEfuseMask8821C_PCIE.c old mode 100755 new mode 100644 diff --git a/hal/efuse/rtl8821c/HalEfuseMask8821C_PCIE.h b/hal/efuse/rtl8821c/HalEfuseMask8821C_PCIE.h old mode 100755 new mode 100644 diff --git a/hal/efuse/rtl8821c/HalEfuseMask8821C_SDIO.c b/hal/efuse/rtl8821c/HalEfuseMask8821C_SDIO.c old mode 100755 new mode 100644 diff --git a/hal/efuse/rtl8821c/HalEfuseMask8821C_SDIO.h b/hal/efuse/rtl8821c/HalEfuseMask8821C_SDIO.h old mode 100755 new mode 100644 diff --git a/hal/efuse/rtl8821c/HalEfuseMask8821C_USB.c b/hal/efuse/rtl8821c/HalEfuseMask8821C_USB.c old mode 100755 new mode 100644 diff --git a/hal/efuse/rtl8821c/HalEfuseMask8821C_USB.h b/hal/efuse/rtl8821c/HalEfuseMask8821C_USB.h old mode 100755 new mode 100644 diff --git a/hal/hal_btcoex.c b/hal/hal_btcoex.c old mode 100755 new mode 100644 diff --git a/hal/hal_btcoex_wifionly.c b/hal/hal_btcoex_wifionly.c old mode 100755 new mode 100644 diff --git a/hal/hal_com.c b/hal/hal_com.c old mode 100755 new mode 100644 diff --git a/hal/hal_com_c2h.h b/hal/hal_com_c2h.h old mode 100755 new mode 100644 diff --git a/hal/hal_com_phycfg.c b/hal/hal_com_phycfg.c old mode 100755 new mode 100644 diff --git a/hal/hal_dm.c b/hal/hal_dm.c old mode 100755 new mode 100644 diff --git a/hal/hal_dm.h b/hal/hal_dm.h old mode 100755 new mode 100644 diff --git a/hal/hal_dm_acs.c b/hal/hal_dm_acs.c old mode 100755 new mode 100644 diff --git a/hal/hal_dm_acs.h b/hal/hal_dm_acs.h old mode 100755 new mode 100644 diff --git a/hal/hal_halmac.c b/hal/hal_halmac.c old mode 100755 new mode 100644 diff --git a/hal/hal_halmac.h b/hal/hal_halmac.h old mode 100755 new mode 100644 diff --git a/hal/hal_hci/hal_usb.c b/hal/hal_hci/hal_usb.c old mode 100755 new mode 100644 diff --git a/hal/hal_intf.c b/hal/hal_intf.c old mode 100755 new mode 100644 diff --git a/hal/hal_mcc.c b/hal/hal_mcc.c old mode 100755 new mode 100644 diff --git a/hal/hal_mp.c b/hal/hal_mp.c old mode 100755 new mode 100644 diff --git a/hal/hal_phy.c b/hal/hal_phy.c old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_2_platform.h b/hal/halmac/halmac_2_platform.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_8821c/halmac_8821c_cfg.h b/hal/halmac/halmac_88xx/halmac_8821c/halmac_8821c_cfg.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_8821c/halmac_cfg_wmac_8821c.c b/hal/halmac/halmac_88xx/halmac_8821c/halmac_cfg_wmac_8821c.c old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_8821c/halmac_cfg_wmac_8821c.h b/hal/halmac/halmac_88xx/halmac_8821c/halmac_cfg_wmac_8821c.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_8821c/halmac_common_8821c.c b/hal/halmac/halmac_88xx/halmac_8821c/halmac_common_8821c.c old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_8821c/halmac_common_8821c.h b/hal/halmac/halmac_88xx/halmac_8821c/halmac_common_8821c.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_8821c/halmac_gpio_8821c.c b/hal/halmac/halmac_88xx/halmac_8821c/halmac_gpio_8821c.c old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_8821c/halmac_gpio_8821c.h b/hal/halmac/halmac_88xx/halmac_8821c/halmac_gpio_8821c.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_8821c/halmac_init_8821c.c b/hal/halmac/halmac_88xx/halmac_8821c/halmac_init_8821c.c old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_8821c/halmac_init_8821c.h b/hal/halmac/halmac_88xx/halmac_8821c/halmac_init_8821c.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_8821c/halmac_pcie_8821c.c b/hal/halmac/halmac_88xx/halmac_8821c/halmac_pcie_8821c.c old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_8821c/halmac_pcie_8821c.h b/hal/halmac/halmac_88xx/halmac_8821c/halmac_pcie_8821c.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_8821c/halmac_phy_8821c.c b/hal/halmac/halmac_88xx/halmac_8821c/halmac_phy_8821c.c old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_8821c/halmac_pwr_seq_8821c.c b/hal/halmac/halmac_88xx/halmac_8821c/halmac_pwr_seq_8821c.c old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_8821c/halmac_pwr_seq_8821c.h b/hal/halmac/halmac_88xx/halmac_8821c/halmac_pwr_seq_8821c.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_8821c/halmac_sdio_8821c.c b/hal/halmac/halmac_88xx/halmac_8821c/halmac_sdio_8821c.c old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_8821c/halmac_sdio_8821c.h b/hal/halmac/halmac_88xx/halmac_8821c/halmac_sdio_8821c.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_8821c/halmac_usb_8821c.c b/hal/halmac/halmac_88xx/halmac_8821c/halmac_usb_8821c.c old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_8821c/halmac_usb_8821c.h b/hal/halmac/halmac_88xx/halmac_8821c/halmac_usb_8821c.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_88xx_cfg.h b/hal/halmac/halmac_88xx/halmac_88xx_cfg.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_bb_rf_88xx.c b/hal/halmac/halmac_88xx/halmac_bb_rf_88xx.c old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_bb_rf_88xx.h b/hal/halmac/halmac_88xx/halmac_bb_rf_88xx.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_cfg_wmac_88xx.c b/hal/halmac/halmac_88xx/halmac_cfg_wmac_88xx.c old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_cfg_wmac_88xx.h b/hal/halmac/halmac_88xx/halmac_cfg_wmac_88xx.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_common_88xx.c b/hal/halmac/halmac_88xx/halmac_common_88xx.c old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_common_88xx.h b/hal/halmac/halmac_88xx/halmac_common_88xx.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_efuse_88xx.c b/hal/halmac/halmac_88xx/halmac_efuse_88xx.c old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_efuse_88xx.h b/hal/halmac/halmac_88xx/halmac_efuse_88xx.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_flash_88xx.c b/hal/halmac/halmac_88xx/halmac_flash_88xx.c old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_flash_88xx.h b/hal/halmac/halmac_88xx/halmac_flash_88xx.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_fw_88xx.c b/hal/halmac/halmac_88xx/halmac_fw_88xx.c old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_fw_88xx.h b/hal/halmac/halmac_88xx/halmac_fw_88xx.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_gpio_88xx.c b/hal/halmac/halmac_88xx/halmac_gpio_88xx.c old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_gpio_88xx.h b/hal/halmac/halmac_88xx/halmac_gpio_88xx.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_init_88xx.c b/hal/halmac/halmac_88xx/halmac_init_88xx.c old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_init_88xx.h b/hal/halmac/halmac_88xx/halmac_init_88xx.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_mimo_88xx.c b/hal/halmac/halmac_88xx/halmac_mimo_88xx.c old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_mimo_88xx.h b/hal/halmac/halmac_88xx/halmac_mimo_88xx.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_pcie_88xx.c b/hal/halmac/halmac_88xx/halmac_pcie_88xx.c old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_pcie_88xx.h b/hal/halmac/halmac_88xx/halmac_pcie_88xx.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_sdio_88xx.c b/hal/halmac/halmac_88xx/halmac_sdio_88xx.c old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_sdio_88xx.h b/hal/halmac/halmac_88xx/halmac_sdio_88xx.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_usb_88xx.c b/hal/halmac/halmac_88xx/halmac_usb_88xx.c old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_88xx/halmac_usb_88xx.h b/hal/halmac/halmac_88xx/halmac_usb_88xx.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_api.c b/hal/halmac/halmac_api.c old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_api.h b/hal/halmac/halmac_api.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_bit2.h b/hal/halmac/halmac_bit2.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_bit_8197f.h b/hal/halmac/halmac_bit_8197f.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_bit_8814b.h b/hal/halmac/halmac_bit_8814b.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_bit_8821c.h b/hal/halmac/halmac_bit_8821c.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_bit_8822b.h b/hal/halmac/halmac_bit_8822b.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_bit_8822c.h b/hal/halmac/halmac_bit_8822c.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_fw_info.h b/hal/halmac/halmac_fw_info.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_fw_offload_c2h_ap.h b/hal/halmac/halmac_fw_offload_c2h_ap.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_fw_offload_c2h_nic.h b/hal/halmac/halmac_fw_offload_c2h_nic.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_fw_offload_h2c_ap.h b/hal/halmac/halmac_fw_offload_h2c_ap.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_fw_offload_h2c_nic.h b/hal/halmac/halmac_fw_offload_h2c_nic.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_gpio_cmd.h b/hal/halmac/halmac_gpio_cmd.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_h2c_extra_info_ap.h b/hal/halmac/halmac_h2c_extra_info_ap.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_h2c_extra_info_nic.h b/hal/halmac/halmac_h2c_extra_info_nic.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_hw_cfg.h b/hal/halmac/halmac_hw_cfg.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_intf_phy_cmd.h b/hal/halmac/halmac_intf_phy_cmd.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_original_c2h_ap.h b/hal/halmac/halmac_original_c2h_ap.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_original_c2h_nic.h b/hal/halmac/halmac_original_c2h_nic.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_original_h2c_ap.h b/hal/halmac/halmac_original_h2c_ap.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_original_h2c_nic.h b/hal/halmac/halmac_original_h2c_nic.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_pcie_reg.h b/hal/halmac/halmac_pcie_reg.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_pwr_seq_cmd.h b/hal/halmac/halmac_pwr_seq_cmd.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_reg2.h b/hal/halmac/halmac_reg2.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_reg_8197f.h b/hal/halmac/halmac_reg_8197f.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_reg_8814b.h b/hal/halmac/halmac_reg_8814b.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_reg_8821c.h b/hal/halmac/halmac_reg_8821c.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_reg_8822b.h b/hal/halmac/halmac_reg_8822b.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_reg_8822c.h b/hal/halmac/halmac_reg_8822c.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_rx_bd_nic.h b/hal/halmac/halmac_rx_bd_nic.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_rx_desc_ap.h b/hal/halmac/halmac_rx_desc_ap.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_rx_desc_chip.h b/hal/halmac/halmac_rx_desc_chip.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_rx_desc_nic.h b/hal/halmac/halmac_rx_desc_nic.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_sdio_reg.h b/hal/halmac/halmac_sdio_reg.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_state_machine.h b/hal/halmac/halmac_state_machine.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_tx_bd_nic.h b/hal/halmac/halmac_tx_bd_nic.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_tx_desc_ap.h b/hal/halmac/halmac_tx_desc_ap.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_tx_desc_buffer_ap.h b/hal/halmac/halmac_tx_desc_buffer_ap.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_tx_desc_buffer_chip.h b/hal/halmac/halmac_tx_desc_buffer_chip.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_tx_desc_buffer_nic.h b/hal/halmac/halmac_tx_desc_buffer_nic.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_tx_desc_chip.h b/hal/halmac/halmac_tx_desc_chip.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_tx_desc_ie_ap.h b/hal/halmac/halmac_tx_desc_ie_ap.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_tx_desc_ie_chip.h b/hal/halmac/halmac_tx_desc_ie_chip.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_tx_desc_ie_nic.h b/hal/halmac/halmac_tx_desc_ie_nic.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_tx_desc_nic.h b/hal/halmac/halmac_tx_desc_nic.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_type.h b/hal/halmac/halmac_type.h old mode 100755 new mode 100644 diff --git a/hal/halmac/halmac_usb_reg.h b/hal/halmac/halmac_usb_reg.h old mode 100755 new mode 100644 diff --git a/hal/led/hal_led.c b/hal/led/hal_led.c old mode 100755 new mode 100644 diff --git a/hal/led/hal_usb_led.c b/hal/led/hal_usb_led.c old mode 100755 new mode 100644 diff --git a/hal/phydm/ap_makefile.mk b/hal/phydm/ap_makefile.mk old mode 100755 new mode 100644 diff --git a/hal/phydm/halhwimg.h b/hal/phydm/halhwimg.h old mode 100755 new mode 100644 diff --git a/hal/phydm/halrf/halphyrf_ap.c b/hal/phydm/halrf/halphyrf_ap.c old mode 100755 new mode 100644 diff --git a/hal/phydm/halrf/halphyrf_ap.h b/hal/phydm/halrf/halphyrf_ap.h old mode 100755 new mode 100644 diff --git a/hal/phydm/halrf/halphyrf_ce.c b/hal/phydm/halrf/halphyrf_ce.c old mode 100755 new mode 100644 diff --git a/hal/phydm/halrf/halphyrf_ce.h b/hal/phydm/halrf/halphyrf_ce.h old mode 100755 new mode 100644 diff --git a/hal/phydm/halrf/halphyrf_iot.c b/hal/phydm/halrf/halphyrf_iot.c old mode 100755 new mode 100644 diff --git a/hal/phydm/halrf/halphyrf_iot.h b/hal/phydm/halrf/halphyrf_iot.h old mode 100755 new mode 100644 diff --git a/hal/phydm/halrf/halphyrf_win.c b/hal/phydm/halrf/halphyrf_win.c old mode 100755 new mode 100644 diff --git a/hal/phydm/halrf/halphyrf_win.h b/hal/phydm/halrf/halphyrf_win.h old mode 100755 new mode 100644 diff --git a/hal/phydm/halrf/halrf.c b/hal/phydm/halrf/halrf.c old mode 100755 new mode 100644 diff --git a/hal/phydm/halrf/halrf.h b/hal/phydm/halrf/halrf.h old mode 100755 new mode 100644 diff --git a/hal/phydm/halrf/halrf_debug.c b/hal/phydm/halrf/halrf_debug.c old mode 100755 new mode 100644 diff --git a/hal/phydm/halrf/halrf_debug.h b/hal/phydm/halrf/halrf_debug.h old mode 100755 new mode 100644 diff --git a/hal/phydm/halrf/halrf_dpk.h b/hal/phydm/halrf/halrf_dpk.h old mode 100755 new mode 100644 diff --git a/hal/phydm/halrf/halrf_features.h b/hal/phydm/halrf/halrf_features.h old mode 100755 new mode 100644 diff --git a/hal/phydm/halrf/halrf_iqk.h b/hal/phydm/halrf/halrf_iqk.h old mode 100755 new mode 100644 diff --git a/hal/phydm/halrf/halrf_kfree.c b/hal/phydm/halrf/halrf_kfree.c old mode 100755 new mode 100644 diff --git a/hal/phydm/halrf/halrf_kfree.h b/hal/phydm/halrf/halrf_kfree.h old mode 100755 new mode 100644 diff --git a/hal/phydm/halrf/halrf_powertracking.c b/hal/phydm/halrf/halrf_powertracking.c old mode 100755 new mode 100644 diff --git a/hal/phydm/halrf/halrf_powertracking.h b/hal/phydm/halrf/halrf_powertracking.h old mode 100755 new mode 100644 diff --git a/hal/phydm/halrf/halrf_powertracking_ap.c b/hal/phydm/halrf/halrf_powertracking_ap.c old mode 100755 new mode 100644 diff --git a/hal/phydm/halrf/halrf_powertracking_ap.h b/hal/phydm/halrf/halrf_powertracking_ap.h old mode 100755 new mode 100644 diff --git a/hal/phydm/halrf/halrf_powertracking_ce.c b/hal/phydm/halrf/halrf_powertracking_ce.c old mode 100755 new mode 100644 diff --git a/hal/phydm/halrf/halrf_powertracking_ce.h b/hal/phydm/halrf/halrf_powertracking_ce.h old mode 100755 new mode 100644 diff --git a/hal/phydm/halrf/halrf_powertracking_iot.c b/hal/phydm/halrf/halrf_powertracking_iot.c old mode 100755 new mode 100644 diff --git a/hal/phydm/halrf/halrf_powertracking_iot.h b/hal/phydm/halrf/halrf_powertracking_iot.h old mode 100755 new mode 100644 diff --git a/hal/phydm/halrf/halrf_powertracking_win.c b/hal/phydm/halrf/halrf_powertracking_win.c old mode 100755 new mode 100644 diff --git a/hal/phydm/halrf/halrf_powertracking_win.h b/hal/phydm/halrf/halrf_powertracking_win.h old mode 100755 new mode 100644 diff --git a/hal/phydm/halrf/halrf_psd.c b/hal/phydm/halrf/halrf_psd.c old mode 100755 new mode 100644 diff --git a/hal/phydm/halrf/halrf_psd.h b/hal/phydm/halrf/halrf_psd.h old mode 100755 new mode 100644 diff --git a/hal/phydm/halrf/halrf_txgapcal.c b/hal/phydm/halrf/halrf_txgapcal.c old mode 100755 new mode 100644 diff --git a/hal/phydm/halrf/halrf_txgapcal.h b/hal/phydm/halrf/halrf_txgapcal.h old mode 100755 new mode 100644 diff --git a/hal/phydm/halrf/rtl8821c/halrf_8821c.c b/hal/phydm/halrf/rtl8821c/halrf_8821c.c old mode 100755 new mode 100644 diff --git a/hal/phydm/halrf/rtl8821c/halrf_8821c.h b/hal/phydm/halrf/rtl8821c/halrf_8821c.h old mode 100755 new mode 100644 diff --git a/hal/phydm/halrf/rtl8821c/halrf_iqk_8821c.c b/hal/phydm/halrf/rtl8821c/halrf_iqk_8821c.c old mode 100755 new mode 100644 diff --git a/hal/phydm/halrf/rtl8821c/halrf_iqk_8821c.h b/hal/phydm/halrf/rtl8821c/halrf_iqk_8821c.h old mode 100755 new mode 100644 diff --git a/hal/phydm/mp_precomp.h b/hal/phydm/mp_precomp.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm.c b/hal/phydm/phydm.c old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm.h b/hal/phydm/phydm.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm.mk b/hal/phydm/phydm.mk old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_adaptivity.c b/hal/phydm/phydm_adaptivity.c old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_adaptivity.h b/hal/phydm/phydm_adaptivity.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_adc_sampling.c b/hal/phydm/phydm_adc_sampling.c old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_adc_sampling.h b/hal/phydm/phydm_adc_sampling.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_antdect.c b/hal/phydm/phydm_antdect.c old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_antdect.h b/hal/phydm/phydm_antdect.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_antdiv.c b/hal/phydm/phydm_antdiv.c old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_antdiv.h b/hal/phydm/phydm_antdiv.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_api.c b/hal/phydm/phydm_api.c old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_api.h b/hal/phydm/phydm_api.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_auto_dbg.c b/hal/phydm/phydm_auto_dbg.c old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_auto_dbg.h b/hal/phydm/phydm_auto_dbg.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_beamforming.c b/hal/phydm/phydm_beamforming.c old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_beamforming.h b/hal/phydm/phydm_beamforming.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_cck_pd.c b/hal/phydm/phydm_cck_pd.c old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_cck_pd.h b/hal/phydm/phydm_cck_pd.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_ccx.c b/hal/phydm/phydm_ccx.c old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_ccx.h b/hal/phydm/phydm_ccx.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_cfotracking.c b/hal/phydm/phydm_cfotracking.c old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_cfotracking.h b/hal/phydm/phydm_cfotracking.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_debug.c b/hal/phydm/phydm_debug.c old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_debug.h b/hal/phydm/phydm_debug.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_dfs.c b/hal/phydm/phydm_dfs.c old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_dfs.h b/hal/phydm/phydm_dfs.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_dig.c b/hal/phydm/phydm_dig.c old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_dig.h b/hal/phydm/phydm_dig.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_dynamictxpower.c b/hal/phydm/phydm_dynamictxpower.c old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_dynamictxpower.h b/hal/phydm/phydm_dynamictxpower.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_features.h b/hal/phydm/phydm_features.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_features_ap.h b/hal/phydm/phydm_features_ap.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_features_ce.h b/hal/phydm/phydm_features_ce.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_features_iot.h b/hal/phydm/phydm_features_iot.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_features_win.h b/hal/phydm/phydm_features_win.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_hwconfig.c b/hal/phydm/phydm_hwconfig.c old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_hwconfig.h b/hal/phydm/phydm_hwconfig.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_interface.c b/hal/phydm/phydm_interface.c old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_interface.h b/hal/phydm/phydm_interface.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_lna_sat.c b/hal/phydm/phydm_lna_sat.c old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_lna_sat.h b/hal/phydm/phydm_lna_sat.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_math_lib.c b/hal/phydm/phydm_math_lib.c old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_math_lib.h b/hal/phydm/phydm_math_lib.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_noisemonitor.c b/hal/phydm/phydm_noisemonitor.c old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_noisemonitor.h b/hal/phydm/phydm_noisemonitor.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_pathdiv.c b/hal/phydm/phydm_pathdiv.c old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_pathdiv.h b/hal/phydm/phydm_pathdiv.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_phystatus.c b/hal/phydm/phydm_phystatus.c old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_phystatus.h b/hal/phydm/phydm_phystatus.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_pow_train.c b/hal/phydm/phydm_pow_train.c old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_pow_train.h b/hal/phydm/phydm_pow_train.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_pre_define.h b/hal/phydm/phydm_pre_define.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_precomp.h b/hal/phydm/phydm_precomp.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_primary_cca.c b/hal/phydm/phydm_primary_cca.c old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_primary_cca.h b/hal/phydm/phydm_primary_cca.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_psd.c b/hal/phydm/phydm_psd.c old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_psd.h b/hal/phydm/phydm_psd.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_rainfo.c b/hal/phydm/phydm_rainfo.c old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_rainfo.h b/hal/phydm/phydm_rainfo.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_reg.h b/hal/phydm/phydm_reg.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_regdefine11ac.h b/hal/phydm/phydm_regdefine11ac.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_regdefine11n.h b/hal/phydm/phydm_regdefine11n.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_regtable.h b/hal/phydm/phydm_regtable.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_rssi_monitor.c b/hal/phydm/phydm_rssi_monitor.c old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_rssi_monitor.h b/hal/phydm/phydm_rssi_monitor.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_smt_ant.c b/hal/phydm/phydm_smt_ant.c old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_smt_ant.h b/hal/phydm/phydm_smt_ant.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_soml.c b/hal/phydm/phydm_soml.c old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_soml.h b/hal/phydm/phydm_soml.h old mode 100755 new mode 100644 diff --git a/hal/phydm/phydm_types.h b/hal/phydm/phydm_types.h old mode 100755 new mode 100644 diff --git a/hal/phydm/rtl8821c/halhwimg8821c_bb.c b/hal/phydm/rtl8821c/halhwimg8821c_bb.c old mode 100755 new mode 100644 diff --git a/hal/phydm/rtl8821c/halhwimg8821c_bb.h b/hal/phydm/rtl8821c/halhwimg8821c_bb.h old mode 100755 new mode 100644 diff --git a/hal/phydm/rtl8821c/halhwimg8821c_mac.c b/hal/phydm/rtl8821c/halhwimg8821c_mac.c old mode 100755 new mode 100644 diff --git a/hal/phydm/rtl8821c/halhwimg8821c_mac.h b/hal/phydm/rtl8821c/halhwimg8821c_mac.h old mode 100755 new mode 100644 diff --git a/hal/phydm/rtl8821c/halhwimg8821c_rf.c b/hal/phydm/rtl8821c/halhwimg8821c_rf.c old mode 100755 new mode 100644 diff --git a/hal/phydm/rtl8821c/halhwimg8821c_rf.h b/hal/phydm/rtl8821c/halhwimg8821c_rf.h old mode 100755 new mode 100644 diff --git a/hal/phydm/rtl8821c/mp_precomp.h b/hal/phydm/rtl8821c/mp_precomp.h old mode 100755 new mode 100644 diff --git a/hal/phydm/rtl8821c/phydm_hal_api8821c.c b/hal/phydm/rtl8821c/phydm_hal_api8821c.c old mode 100755 new mode 100644 diff --git a/hal/phydm/rtl8821c/phydm_hal_api8821c.h b/hal/phydm/rtl8821c/phydm_hal_api8821c.h old mode 100755 new mode 100644 diff --git a/hal/phydm/rtl8821c/phydm_regconfig8821c.c b/hal/phydm/rtl8821c/phydm_regconfig8821c.c old mode 100755 new mode 100644 diff --git a/hal/phydm/rtl8821c/phydm_regconfig8821c.h b/hal/phydm/rtl8821c/phydm_regconfig8821c.h old mode 100755 new mode 100644 diff --git a/hal/phydm/rtl8821c/version_rtl8821c.h b/hal/phydm/rtl8821c/version_rtl8821c.h old mode 100755 new mode 100644 diff --git a/hal/phydm/txbf/halcomtxbf.c b/hal/phydm/txbf/halcomtxbf.c old mode 100755 new mode 100644 diff --git a/hal/phydm/txbf/halcomtxbf.h b/hal/phydm/txbf/halcomtxbf.h old mode 100755 new mode 100644 diff --git a/hal/phydm/txbf/haltxbf8192e.c b/hal/phydm/txbf/haltxbf8192e.c old mode 100755 new mode 100644 diff --git a/hal/phydm/txbf/haltxbf8192e.h b/hal/phydm/txbf/haltxbf8192e.h old mode 100755 new mode 100644 diff --git a/hal/phydm/txbf/haltxbf8814a.c b/hal/phydm/txbf/haltxbf8814a.c old mode 100755 new mode 100644 diff --git a/hal/phydm/txbf/haltxbf8814a.h b/hal/phydm/txbf/haltxbf8814a.h old mode 100755 new mode 100644 diff --git a/hal/phydm/txbf/haltxbf8822b.c b/hal/phydm/txbf/haltxbf8822b.c old mode 100755 new mode 100644 diff --git a/hal/phydm/txbf/haltxbf8822b.h b/hal/phydm/txbf/haltxbf8822b.h old mode 100755 new mode 100644 diff --git a/hal/phydm/txbf/haltxbfinterface.c b/hal/phydm/txbf/haltxbfinterface.c old mode 100755 new mode 100644 diff --git a/hal/phydm/txbf/haltxbfinterface.h b/hal/phydm/txbf/haltxbfinterface.h old mode 100755 new mode 100644 diff --git a/hal/phydm/txbf/haltxbfjaguar.c b/hal/phydm/txbf/haltxbfjaguar.c old mode 100755 new mode 100644 diff --git a/hal/phydm/txbf/haltxbfjaguar.h b/hal/phydm/txbf/haltxbfjaguar.h old mode 100755 new mode 100644 diff --git a/hal/phydm/txbf/phydm_hal_txbf_api.c b/hal/phydm/txbf/phydm_hal_txbf_api.c old mode 100755 new mode 100644 diff --git a/hal/phydm/txbf/phydm_hal_txbf_api.h b/hal/phydm/txbf/phydm_hal_txbf_api.h old mode 100755 new mode 100644 diff --git a/hal/rtl8821c/hal8821c_fw.c b/hal/rtl8821c/hal8821c_fw.c old mode 100755 new mode 100644 diff --git a/hal/rtl8821c/hal8821c_fw.h b/hal/rtl8821c/hal8821c_fw.h old mode 100755 new mode 100644 diff --git a/hal/rtl8821c/rtl8821c.h b/hal/rtl8821c/rtl8821c.h old mode 100755 new mode 100644 diff --git a/hal/rtl8821c/rtl8821c_cmd.c b/hal/rtl8821c/rtl8821c_cmd.c old mode 100755 new mode 100644 diff --git a/hal/rtl8821c/rtl8821c_dm.c b/hal/rtl8821c/rtl8821c_dm.c old mode 100755 new mode 100644 diff --git a/hal/rtl8821c/rtl8821c_halinit.c b/hal/rtl8821c/rtl8821c_halinit.c old mode 100755 new mode 100644 diff --git a/hal/rtl8821c/rtl8821c_mac.c b/hal/rtl8821c/rtl8821c_mac.c old mode 100755 new mode 100644 diff --git a/hal/rtl8821c/rtl8821c_ops.c b/hal/rtl8821c/rtl8821c_ops.c old mode 100755 new mode 100644 diff --git a/hal/rtl8821c/rtl8821c_phy.c b/hal/rtl8821c/rtl8821c_phy.c old mode 100755 new mode 100644 diff --git a/hal/rtl8821c/usb/rtl8821cu.h b/hal/rtl8821c/usb/rtl8821cu.h old mode 100755 new mode 100644 diff --git a/hal/rtl8821c/usb/rtl8821cu_halinit.c b/hal/rtl8821c/usb/rtl8821cu_halinit.c old mode 100755 new mode 100644 diff --git a/hal/rtl8821c/usb/rtl8821cu_halmac.c b/hal/rtl8821c/usb/rtl8821cu_halmac.c old mode 100755 new mode 100644 diff --git a/hal/rtl8821c/usb/rtl8821cu_io.c b/hal/rtl8821c/usb/rtl8821cu_io.c old mode 100755 new mode 100644 diff --git a/hal/rtl8821c/usb/rtl8821cu_led.c b/hal/rtl8821c/usb/rtl8821cu_led.c old mode 100755 new mode 100644 diff --git a/hal/rtl8821c/usb/rtl8821cu_ops.c b/hal/rtl8821c/usb/rtl8821cu_ops.c old mode 100755 new mode 100644 diff --git a/hal/rtl8821c/usb/rtl8821cu_recv.c b/hal/rtl8821c/usb/rtl8821cu_recv.c old mode 100755 new mode 100644 diff --git a/hal/rtl8821c/usb/rtl8821cu_xmit.c b/hal/rtl8821c/usb/rtl8821cu_xmit.c old mode 100755 new mode 100644 diff --git a/include/Hal8188EPhyCfg.h b/include/Hal8188EPhyCfg.h old mode 100755 new mode 100644 diff --git a/include/Hal8188EPhyReg.h b/include/Hal8188EPhyReg.h old mode 100755 new mode 100644 diff --git a/include/Hal8188EPwrSeq.h b/include/Hal8188EPwrSeq.h old mode 100755 new mode 100644 diff --git a/include/Hal8188FPhyCfg.h b/include/Hal8188FPhyCfg.h old mode 100755 new mode 100644 diff --git a/include/Hal8188FPhyReg.h b/include/Hal8188FPhyReg.h old mode 100755 new mode 100644 diff --git a/include/Hal8188FPwrSeq.h b/include/Hal8188FPwrSeq.h old mode 100755 new mode 100644 diff --git a/include/Hal8192EPhyCfg.h b/include/Hal8192EPhyCfg.h old mode 100755 new mode 100644 diff --git a/include/Hal8192EPhyReg.h b/include/Hal8192EPhyReg.h old mode 100755 new mode 100644 diff --git a/include/Hal8192EPwrSeq.h b/include/Hal8192EPwrSeq.h old mode 100755 new mode 100644 diff --git a/include/Hal8192FPhyCfg.h b/include/Hal8192FPhyCfg.h old mode 100755 new mode 100644 diff --git a/include/Hal8192FPhyReg.h b/include/Hal8192FPhyReg.h old mode 100755 new mode 100644 diff --git a/include/Hal8192FPwrSeq.h b/include/Hal8192FPwrSeq.h old mode 100755 new mode 100644 diff --git a/include/Hal8703BPhyCfg.h b/include/Hal8703BPhyCfg.h old mode 100755 new mode 100644 diff --git a/include/Hal8703BPhyReg.h b/include/Hal8703BPhyReg.h old mode 100755 new mode 100644 diff --git a/include/Hal8703BPwrSeq.h b/include/Hal8703BPwrSeq.h old mode 100755 new mode 100644 diff --git a/include/Hal8710BPhyCfg.h b/include/Hal8710BPhyCfg.h old mode 100755 new mode 100644 diff --git a/include/Hal8710BPhyReg.h b/include/Hal8710BPhyReg.h old mode 100755 new mode 100644 diff --git a/include/Hal8710BPwrSeq.h b/include/Hal8710BPwrSeq.h old mode 100755 new mode 100644 diff --git a/include/Hal8723BPhyCfg.h b/include/Hal8723BPhyCfg.h old mode 100755 new mode 100644 diff --git a/include/Hal8723BPhyReg.h b/include/Hal8723BPhyReg.h old mode 100755 new mode 100644 diff --git a/include/Hal8723BPwrSeq.h b/include/Hal8723BPwrSeq.h old mode 100755 new mode 100644 diff --git a/include/Hal8723DPhyCfg.h b/include/Hal8723DPhyCfg.h old mode 100755 new mode 100644 diff --git a/include/Hal8723DPhyReg.h b/include/Hal8723DPhyReg.h old mode 100755 new mode 100644 diff --git a/include/Hal8723DPwrSeq.h b/include/Hal8723DPwrSeq.h old mode 100755 new mode 100644 diff --git a/include/Hal8723PwrSeq.h b/include/Hal8723PwrSeq.h old mode 100755 new mode 100644 diff --git a/include/Hal8812PhyCfg.h b/include/Hal8812PhyCfg.h old mode 100755 new mode 100644 diff --git a/include/Hal8812PhyReg.h b/include/Hal8812PhyReg.h old mode 100755 new mode 100644 diff --git a/include/Hal8812PwrSeq.h b/include/Hal8812PwrSeq.h old mode 100755 new mode 100644 diff --git a/include/Hal8814PhyCfg.h b/include/Hal8814PhyCfg.h old mode 100755 new mode 100644 diff --git a/include/Hal8814PhyReg.h b/include/Hal8814PhyReg.h old mode 100755 new mode 100644 diff --git a/include/Hal8814PwrSeq.h b/include/Hal8814PwrSeq.h old mode 100755 new mode 100644 diff --git a/include/Hal8821APwrSeq.h b/include/Hal8821APwrSeq.h old mode 100755 new mode 100644 diff --git a/include/HalPwrSeqCmd.h b/include/HalPwrSeqCmd.h old mode 100755 new mode 100644 diff --git a/include/HalVerDef.h b/include/HalVerDef.h old mode 100755 new mode 100644 diff --git a/include/autoconf.h b/include/autoconf.h old mode 100755 new mode 100644 diff --git a/include/basic_types.h b/include/basic_types.h old mode 100755 new mode 100644 diff --git a/include/byteorder/big_endian.h b/include/byteorder/big_endian.h old mode 100755 new mode 100644 diff --git a/include/byteorder/generic.h b/include/byteorder/generic.h old mode 100755 new mode 100644 diff --git a/include/byteorder/little_endian.h b/include/byteorder/little_endian.h old mode 100755 new mode 100644 diff --git a/include/byteorder/swab.h b/include/byteorder/swab.h old mode 100755 new mode 100644 diff --git a/include/byteorder/swabb.h b/include/byteorder/swabb.h old mode 100755 new mode 100644 diff --git a/include/circ_buf.h b/include/circ_buf.h old mode 100755 new mode 100644 diff --git a/include/cmd_osdep.h b/include/cmd_osdep.h old mode 100755 new mode 100644 diff --git a/include/cmn_info/rtw_sta_info.h b/include/cmn_info/rtw_sta_info.h old mode 100755 new mode 100644 diff --git a/include/custom_gpio.h b/include/custom_gpio.h old mode 100755 new mode 100644 diff --git a/include/drv_conf.h b/include/drv_conf.h old mode 100755 new mode 100644 diff --git a/include/drv_types.h b/include/drv_types.h old mode 100755 new mode 100644 diff --git a/include/drv_types_ce.h b/include/drv_types_ce.h old mode 100755 new mode 100644 diff --git a/include/drv_types_gspi.h b/include/drv_types_gspi.h old mode 100755 new mode 100644 diff --git a/include/drv_types_linux.h b/include/drv_types_linux.h old mode 100755 new mode 100644 diff --git a/include/drv_types_pci.h b/include/drv_types_pci.h old mode 100755 new mode 100644 diff --git a/include/drv_types_sdio.h b/include/drv_types_sdio.h old mode 100755 new mode 100644 diff --git a/include/drv_types_xp.h b/include/drv_types_xp.h old mode 100755 new mode 100644 diff --git a/include/ethernet.h b/include/ethernet.h old mode 100755 new mode 100644 diff --git a/include/gspi_hal.h b/include/gspi_hal.h old mode 100755 new mode 100644 diff --git a/include/gspi_ops.h b/include/gspi_ops.h old mode 100755 new mode 100644 diff --git a/include/gspi_ops_linux.h b/include/gspi_ops_linux.h old mode 100755 new mode 100644 diff --git a/include/gspi_osintf.h b/include/gspi_osintf.h old mode 100755 new mode 100644 diff --git a/include/h2clbk.h b/include/h2clbk.h old mode 100755 new mode 100644 diff --git a/include/hal_btcoex.h b/include/hal_btcoex.h old mode 100755 new mode 100644 diff --git a/include/hal_btcoex_wifionly.h b/include/hal_btcoex_wifionly.h old mode 100755 new mode 100644 diff --git a/include/hal_com.h b/include/hal_com.h old mode 100755 new mode 100644 diff --git a/include/hal_com_h2c.h b/include/hal_com_h2c.h old mode 100755 new mode 100644 diff --git a/include/hal_com_led.h b/include/hal_com_led.h old mode 100755 new mode 100644 diff --git a/include/hal_com_phycfg.h b/include/hal_com_phycfg.h old mode 100755 new mode 100644 diff --git a/include/hal_com_reg.h b/include/hal_com_reg.h old mode 100755 new mode 100644 diff --git a/include/hal_data.h b/include/hal_data.h old mode 100755 new mode 100644 diff --git a/include/hal_gspi.h b/include/hal_gspi.h old mode 100755 new mode 100644 diff --git a/include/hal_ic_cfg.h b/include/hal_ic_cfg.h old mode 100755 new mode 100644 diff --git a/include/hal_intf.h b/include/hal_intf.h old mode 100755 new mode 100644 diff --git a/include/hal_pg.h b/include/hal_pg.h old mode 100755 new mode 100644 diff --git a/include/hal_phy.h b/include/hal_phy.h old mode 100755 new mode 100644 diff --git a/include/hal_phy_reg.h b/include/hal_phy_reg.h old mode 100755 new mode 100644 diff --git a/include/hal_sdio.h b/include/hal_sdio.h old mode 100755 new mode 100644 diff --git a/include/ieee80211.h b/include/ieee80211.h old mode 100755 new mode 100644 diff --git a/include/ieee80211_ext.h b/include/ieee80211_ext.h old mode 100755 new mode 100644 diff --git a/include/if_ether.h b/include/if_ether.h old mode 100755 new mode 100644 diff --git a/include/ip.h b/include/ip.h old mode 100755 new mode 100644 diff --git a/include/linux/wireless.h b/include/linux/wireless.h old mode 100755 new mode 100644 diff --git a/include/mlme_osdep.h b/include/mlme_osdep.h old mode 100755 new mode 100644 diff --git a/include/mp_custom_oid.h b/include/mp_custom_oid.h old mode 100755 new mode 100644 diff --git a/include/nic_spec.h b/include/nic_spec.h old mode 100755 new mode 100644 diff --git a/include/osdep_intf.h b/include/osdep_intf.h old mode 100755 new mode 100644 diff --git a/include/osdep_service.h b/include/osdep_service.h old mode 100755 new mode 100644 diff --git a/include/osdep_service_bsd.h b/include/osdep_service_bsd.h old mode 100755 new mode 100644 diff --git a/include/osdep_service_ce.h b/include/osdep_service_ce.h old mode 100755 new mode 100644 diff --git a/include/osdep_service_linux.h b/include/osdep_service_linux.h old mode 100755 new mode 100644 diff --git a/include/osdep_service_xp.h b/include/osdep_service_xp.h old mode 100755 new mode 100644 diff --git a/include/pci_hal.h b/include/pci_hal.h old mode 100755 new mode 100644 diff --git a/include/pci_ops.h b/include/pci_ops.h old mode 100755 new mode 100644 diff --git a/include/pci_osintf.h b/include/pci_osintf.h old mode 100755 new mode 100644 diff --git a/include/recv_osdep.h b/include/recv_osdep.h old mode 100755 new mode 100644 diff --git a/include/rtl8188e_cmd.h b/include/rtl8188e_cmd.h old mode 100755 new mode 100644 diff --git a/include/rtl8188e_dm.h b/include/rtl8188e_dm.h old mode 100755 new mode 100644 diff --git a/include/rtl8188e_hal.h b/include/rtl8188e_hal.h old mode 100755 new mode 100644 diff --git a/include/rtl8188e_led.h b/include/rtl8188e_led.h old mode 100755 new mode 100644 diff --git a/include/rtl8188e_recv.h b/include/rtl8188e_recv.h old mode 100755 new mode 100644 diff --git a/include/rtl8188e_rf.h b/include/rtl8188e_rf.h old mode 100755 new mode 100644 diff --git a/include/rtl8188e_spec.h b/include/rtl8188e_spec.h old mode 100755 new mode 100644 diff --git a/include/rtl8188e_sreset.h b/include/rtl8188e_sreset.h old mode 100755 new mode 100644 diff --git a/include/rtl8188e_xmit.h b/include/rtl8188e_xmit.h old mode 100755 new mode 100644 diff --git a/include/rtl8188f_cmd.h b/include/rtl8188f_cmd.h old mode 100755 new mode 100644 diff --git a/include/rtl8188f_dm.h b/include/rtl8188f_dm.h old mode 100755 new mode 100644 diff --git a/include/rtl8188f_hal.h b/include/rtl8188f_hal.h old mode 100755 new mode 100644 diff --git a/include/rtl8188f_led.h b/include/rtl8188f_led.h old mode 100755 new mode 100644 diff --git a/include/rtl8188f_recv.h b/include/rtl8188f_recv.h old mode 100755 new mode 100644 diff --git a/include/rtl8188f_rf.h b/include/rtl8188f_rf.h old mode 100755 new mode 100644 diff --git a/include/rtl8188f_spec.h b/include/rtl8188f_spec.h old mode 100755 new mode 100644 diff --git a/include/rtl8188f_sreset.h b/include/rtl8188f_sreset.h old mode 100755 new mode 100644 diff --git a/include/rtl8188f_xmit.h b/include/rtl8188f_xmit.h old mode 100755 new mode 100644 diff --git a/include/rtl8192e_cmd.h b/include/rtl8192e_cmd.h old mode 100755 new mode 100644 diff --git a/include/rtl8192e_dm.h b/include/rtl8192e_dm.h old mode 100755 new mode 100644 diff --git a/include/rtl8192e_hal.h b/include/rtl8192e_hal.h old mode 100755 new mode 100644 diff --git a/include/rtl8192e_led.h b/include/rtl8192e_led.h old mode 100755 new mode 100644 diff --git a/include/rtl8192e_recv.h b/include/rtl8192e_recv.h old mode 100755 new mode 100644 diff --git a/include/rtl8192e_rf.h b/include/rtl8192e_rf.h old mode 100755 new mode 100644 diff --git a/include/rtl8192e_spec.h b/include/rtl8192e_spec.h old mode 100755 new mode 100644 diff --git a/include/rtl8192e_sreset.h b/include/rtl8192e_sreset.h old mode 100755 new mode 100644 diff --git a/include/rtl8192e_xmit.h b/include/rtl8192e_xmit.h old mode 100755 new mode 100644 diff --git a/include/rtl8192f_cmd.h b/include/rtl8192f_cmd.h old mode 100755 new mode 100644 diff --git a/include/rtl8192f_dm.h b/include/rtl8192f_dm.h old mode 100755 new mode 100644 diff --git a/include/rtl8192f_hal.h b/include/rtl8192f_hal.h old mode 100755 new mode 100644 diff --git a/include/rtl8192f_led.h b/include/rtl8192f_led.h old mode 100755 new mode 100644 diff --git a/include/rtl8192f_recv.h b/include/rtl8192f_recv.h old mode 100755 new mode 100644 diff --git a/include/rtl8192f_rf.h b/include/rtl8192f_rf.h old mode 100755 new mode 100644 diff --git a/include/rtl8192f_spec.h b/include/rtl8192f_spec.h old mode 100755 new mode 100644 diff --git a/include/rtl8192f_sreset.h b/include/rtl8192f_sreset.h old mode 100755 new mode 100644 diff --git a/include/rtl8192f_xmit.h b/include/rtl8192f_xmit.h old mode 100755 new mode 100644 diff --git a/include/rtl8703b_cmd.h b/include/rtl8703b_cmd.h old mode 100755 new mode 100644 diff --git a/include/rtl8703b_dm.h b/include/rtl8703b_dm.h old mode 100755 new mode 100644 diff --git a/include/rtl8703b_hal.h b/include/rtl8703b_hal.h old mode 100755 new mode 100644 diff --git a/include/rtl8703b_led.h b/include/rtl8703b_led.h old mode 100755 new mode 100644 diff --git a/include/rtl8703b_recv.h b/include/rtl8703b_recv.h old mode 100755 new mode 100644 diff --git a/include/rtl8703b_rf.h b/include/rtl8703b_rf.h old mode 100755 new mode 100644 diff --git a/include/rtl8703b_spec.h b/include/rtl8703b_spec.h old mode 100755 new mode 100644 diff --git a/include/rtl8703b_sreset.h b/include/rtl8703b_sreset.h old mode 100755 new mode 100644 diff --git a/include/rtl8703b_xmit.h b/include/rtl8703b_xmit.h old mode 100755 new mode 100644 diff --git a/include/rtl8710b_cmd.h b/include/rtl8710b_cmd.h old mode 100755 new mode 100644 diff --git a/include/rtl8710b_dm.h b/include/rtl8710b_dm.h old mode 100755 new mode 100644 diff --git a/include/rtl8710b_hal.h b/include/rtl8710b_hal.h old mode 100755 new mode 100644 diff --git a/include/rtl8710b_led.h b/include/rtl8710b_led.h old mode 100755 new mode 100644 diff --git a/include/rtl8710b_lps_poff.h b/include/rtl8710b_lps_poff.h old mode 100755 new mode 100644 diff --git a/include/rtl8710b_recv.h b/include/rtl8710b_recv.h old mode 100755 new mode 100644 diff --git a/include/rtl8710b_rf.h b/include/rtl8710b_rf.h old mode 100755 new mode 100644 diff --git a/include/rtl8710b_spec.h b/include/rtl8710b_spec.h old mode 100755 new mode 100644 diff --git a/include/rtl8710b_sreset.h b/include/rtl8710b_sreset.h old mode 100755 new mode 100644 diff --git a/include/rtl8710b_xmit.h b/include/rtl8710b_xmit.h old mode 100755 new mode 100644 diff --git a/include/rtl8723b_cmd.h b/include/rtl8723b_cmd.h old mode 100755 new mode 100644 diff --git a/include/rtl8723b_dm.h b/include/rtl8723b_dm.h old mode 100755 new mode 100644 diff --git a/include/rtl8723b_hal.h b/include/rtl8723b_hal.h old mode 100755 new mode 100644 diff --git a/include/rtl8723b_led.h b/include/rtl8723b_led.h old mode 100755 new mode 100644 diff --git a/include/rtl8723b_recv.h b/include/rtl8723b_recv.h old mode 100755 new mode 100644 diff --git a/include/rtl8723b_rf.h b/include/rtl8723b_rf.h old mode 100755 new mode 100644 diff --git a/include/rtl8723b_spec.h b/include/rtl8723b_spec.h old mode 100755 new mode 100644 diff --git a/include/rtl8723b_sreset.h b/include/rtl8723b_sreset.h old mode 100755 new mode 100644 diff --git a/include/rtl8723b_xmit.h b/include/rtl8723b_xmit.h old mode 100755 new mode 100644 diff --git a/include/rtl8723d_cmd.h b/include/rtl8723d_cmd.h old mode 100755 new mode 100644 diff --git a/include/rtl8723d_dm.h b/include/rtl8723d_dm.h old mode 100755 new mode 100644 diff --git a/include/rtl8723d_hal.h b/include/rtl8723d_hal.h old mode 100755 new mode 100644 diff --git a/include/rtl8723d_led.h b/include/rtl8723d_led.h old mode 100755 new mode 100644 diff --git a/include/rtl8723d_lps_poff.h b/include/rtl8723d_lps_poff.h old mode 100755 new mode 100644 diff --git a/include/rtl8723d_recv.h b/include/rtl8723d_recv.h old mode 100755 new mode 100644 diff --git a/include/rtl8723d_rf.h b/include/rtl8723d_rf.h old mode 100755 new mode 100644 diff --git a/include/rtl8723d_spec.h b/include/rtl8723d_spec.h old mode 100755 new mode 100644 diff --git a/include/rtl8723d_sreset.h b/include/rtl8723d_sreset.h old mode 100755 new mode 100644 diff --git a/include/rtl8723d_xmit.h b/include/rtl8723d_xmit.h old mode 100755 new mode 100644 diff --git a/include/rtl8812a_cmd.h b/include/rtl8812a_cmd.h old mode 100755 new mode 100644 diff --git a/include/rtl8812a_dm.h b/include/rtl8812a_dm.h old mode 100755 new mode 100644 diff --git a/include/rtl8812a_hal.h b/include/rtl8812a_hal.h old mode 100755 new mode 100644 diff --git a/include/rtl8812a_led.h b/include/rtl8812a_led.h old mode 100755 new mode 100644 diff --git a/include/rtl8812a_recv.h b/include/rtl8812a_recv.h old mode 100755 new mode 100644 diff --git a/include/rtl8812a_rf.h b/include/rtl8812a_rf.h old mode 100755 new mode 100644 diff --git a/include/rtl8812a_spec.h b/include/rtl8812a_spec.h old mode 100755 new mode 100644 diff --git a/include/rtl8812a_sreset.h b/include/rtl8812a_sreset.h old mode 100755 new mode 100644 diff --git a/include/rtl8812a_xmit.h b/include/rtl8812a_xmit.h old mode 100755 new mode 100644 diff --git a/include/rtl8814a_cmd.h b/include/rtl8814a_cmd.h old mode 100755 new mode 100644 diff --git a/include/rtl8814a_dm.h b/include/rtl8814a_dm.h old mode 100755 new mode 100644 diff --git a/include/rtl8814a_hal.h b/include/rtl8814a_hal.h old mode 100755 new mode 100644 diff --git a/include/rtl8814a_led.h b/include/rtl8814a_led.h old mode 100755 new mode 100644 diff --git a/include/rtl8814a_recv.h b/include/rtl8814a_recv.h old mode 100755 new mode 100644 diff --git a/include/rtl8814a_rf.h b/include/rtl8814a_rf.h old mode 100755 new mode 100644 diff --git a/include/rtl8814a_spec.h b/include/rtl8814a_spec.h old mode 100755 new mode 100644 diff --git a/include/rtl8814a_sreset.h b/include/rtl8814a_sreset.h old mode 100755 new mode 100644 diff --git a/include/rtl8814a_xmit.h b/include/rtl8814a_xmit.h old mode 100755 new mode 100644 diff --git a/include/rtl8821a_spec.h b/include/rtl8821a_spec.h old mode 100755 new mode 100644 diff --git a/include/rtl8821a_xmit.h b/include/rtl8821a_xmit.h old mode 100755 new mode 100644 diff --git a/include/rtl8821c_dm.h b/include/rtl8821c_dm.h old mode 100755 new mode 100644 diff --git a/include/rtl8821c_hal.h b/include/rtl8821c_hal.h old mode 100755 new mode 100644 diff --git a/include/rtl8821c_spec.h b/include/rtl8821c_spec.h old mode 100755 new mode 100644 diff --git a/include/rtl8821ce_hal.h b/include/rtl8821ce_hal.h old mode 100755 new mode 100644 diff --git a/include/rtl8821cs_hal.h b/include/rtl8821cs_hal.h old mode 100755 new mode 100644 diff --git a/include/rtl8821cu_hal.h b/include/rtl8821cu_hal.h old mode 100755 new mode 100644 diff --git a/include/rtl8822b_hal.h b/include/rtl8822b_hal.h old mode 100755 new mode 100644 diff --git a/include/rtl8822be_hal.h b/include/rtl8822be_hal.h old mode 100755 new mode 100644 diff --git a/include/rtl8822bs_hal.h b/include/rtl8822bs_hal.h old mode 100755 new mode 100644 diff --git a/include/rtl8822bu_hal.h b/include/rtl8822bu_hal.h old mode 100755 new mode 100644 diff --git a/include/rtw_android.h b/include/rtw_android.h old mode 100755 new mode 100644 diff --git a/include/rtw_ap.h b/include/rtw_ap.h old mode 100755 new mode 100644 diff --git a/include/rtw_beamforming.h b/include/rtw_beamforming.h old mode 100755 new mode 100644 diff --git a/include/rtw_br_ext.h b/include/rtw_br_ext.h old mode 100755 new mode 100644 diff --git a/include/rtw_bt_mp.h b/include/rtw_bt_mp.h old mode 100755 new mode 100644 diff --git a/include/rtw_btcoex.h b/include/rtw_btcoex.h old mode 100755 new mode 100644 diff --git a/include/rtw_btcoex_wifionly.h b/include/rtw_btcoex_wifionly.h old mode 100755 new mode 100644 diff --git a/include/rtw_byteorder.h b/include/rtw_byteorder.h old mode 100755 new mode 100644 diff --git a/include/rtw_cmd.h b/include/rtw_cmd.h old mode 100755 new mode 100644 diff --git a/include/rtw_debug.h b/include/rtw_debug.h old mode 100755 new mode 100644 diff --git a/include/rtw_eeprom.h b/include/rtw_eeprom.h old mode 100755 new mode 100644 diff --git a/include/rtw_efuse.h b/include/rtw_efuse.h old mode 100755 new mode 100644 diff --git a/include/rtw_event.h b/include/rtw_event.h old mode 100755 new mode 100644 diff --git a/include/rtw_ht.h b/include/rtw_ht.h old mode 100755 new mode 100644 diff --git a/include/rtw_io.h b/include/rtw_io.h old mode 100755 new mode 100644 diff --git a/include/rtw_ioctl.h b/include/rtw_ioctl.h old mode 100755 new mode 100644 diff --git a/include/rtw_ioctl_query.h b/include/rtw_ioctl_query.h old mode 100755 new mode 100644 diff --git a/include/rtw_ioctl_rtl.h b/include/rtw_ioctl_rtl.h old mode 100755 new mode 100644 diff --git a/include/rtw_ioctl_set.h b/include/rtw_ioctl_set.h old mode 100755 new mode 100644 diff --git a/include/rtw_iol.h b/include/rtw_iol.h old mode 100755 new mode 100644 diff --git a/include/rtw_mcc.h b/include/rtw_mcc.h old mode 100755 new mode 100644 diff --git a/include/rtw_mem.h b/include/rtw_mem.h old mode 100755 new mode 100644 diff --git a/include/rtw_mi.h b/include/rtw_mi.h old mode 100755 new mode 100644 diff --git a/include/rtw_mlme.h b/include/rtw_mlme.h old mode 100755 new mode 100644 diff --git a/include/rtw_mlme_ext.h b/include/rtw_mlme_ext.h old mode 100755 new mode 100644 diff --git a/include/rtw_mp.h b/include/rtw_mp.h old mode 100755 new mode 100644 diff --git a/include/rtw_mp_ioctl.h b/include/rtw_mp_ioctl.h old mode 100755 new mode 100644 diff --git a/include/rtw_mp_phy_regdef.h b/include/rtw_mp_phy_regdef.h old mode 100755 new mode 100644 diff --git a/include/rtw_odm.h b/include/rtw_odm.h old mode 100755 new mode 100644 diff --git a/include/rtw_p2p.h b/include/rtw_p2p.h old mode 100755 new mode 100644 diff --git a/include/rtw_pwrctrl.h b/include/rtw_pwrctrl.h old mode 100755 new mode 100644 diff --git a/include/rtw_qos.h b/include/rtw_qos.h old mode 100755 new mode 100644 diff --git a/include/rtw_recv.h b/include/rtw_recv.h old mode 100755 new mode 100644 diff --git a/include/rtw_rf.h b/include/rtw_rf.h old mode 100755 new mode 100644 diff --git a/include/rtw_rm.h b/include/rtw_rm.h old mode 100755 new mode 100644 diff --git a/include/rtw_rm_fsm.h b/include/rtw_rm_fsm.h old mode 100755 new mode 100644 diff --git a/include/rtw_rson.h b/include/rtw_rson.h old mode 100755 new mode 100644 diff --git a/include/rtw_sdio.h b/include/rtw_sdio.h old mode 100755 new mode 100644 diff --git a/include/rtw_security.h b/include/rtw_security.h old mode 100755 new mode 100644 diff --git a/include/rtw_sreset.h b/include/rtw_sreset.h old mode 100755 new mode 100644 diff --git a/include/rtw_tdls.h b/include/rtw_tdls.h old mode 100755 new mode 100644 diff --git a/include/rtw_version.h b/include/rtw_version.h old mode 100755 new mode 100644 diff --git a/include/rtw_vht.h b/include/rtw_vht.h old mode 100755 new mode 100644 diff --git a/include/rtw_wapi.h b/include/rtw_wapi.h old mode 100755 new mode 100644 diff --git a/include/rtw_wifi_regd.h b/include/rtw_wifi_regd.h old mode 100755 new mode 100644 diff --git a/include/rtw_xmit.h b/include/rtw_xmit.h old mode 100755 new mode 100644 diff --git a/include/sdio_hal.h b/include/sdio_hal.h old mode 100755 new mode 100644 diff --git a/include/sdio_ops.h b/include/sdio_ops.h old mode 100755 new mode 100644 diff --git a/include/sdio_ops_ce.h b/include/sdio_ops_ce.h old mode 100755 new mode 100644 diff --git a/include/sdio_ops_linux.h b/include/sdio_ops_linux.h old mode 100755 new mode 100644 diff --git a/include/sdio_ops_xp.h b/include/sdio_ops_xp.h old mode 100755 new mode 100644 diff --git a/include/sdio_osintf.h b/include/sdio_osintf.h old mode 100755 new mode 100644 diff --git a/include/sta_info.h b/include/sta_info.h old mode 100755 new mode 100644 diff --git a/include/usb_hal.h b/include/usb_hal.h old mode 100755 new mode 100644 diff --git a/include/usb_ops.h b/include/usb_ops.h old mode 100755 new mode 100644 diff --git a/include/usb_ops_linux.h b/include/usb_ops_linux.h old mode 100755 new mode 100644 diff --git a/include/usb_osintf.h b/include/usb_osintf.h old mode 100755 new mode 100644 diff --git a/include/usb_vendor_req.h b/include/usb_vendor_req.h old mode 100755 new mode 100644 diff --git a/include/wifi.h b/include/wifi.h old mode 100755 new mode 100644 diff --git a/include/wlan_bssdef.h b/include/wlan_bssdef.h old mode 100755 new mode 100644 diff --git a/include/xmit_osdep.h b/include/xmit_osdep.h old mode 100755 new mode 100644 diff --git a/os_dep/linux/custom_gpio_linux.c b/os_dep/linux/custom_gpio_linux.c old mode 100755 new mode 100644 diff --git a/os_dep/linux/ioctl_cfg80211.c b/os_dep/linux/ioctl_cfg80211.c old mode 100755 new mode 100644 diff --git a/os_dep/linux/ioctl_cfg80211.h b/os_dep/linux/ioctl_cfg80211.h old mode 100755 new mode 100644 diff --git a/os_dep/linux/ioctl_linux.c b/os_dep/linux/ioctl_linux.c old mode 100755 new mode 100644 diff --git a/os_dep/linux/ioctl_mp.c b/os_dep/linux/ioctl_mp.c old mode 100755 new mode 100644 diff --git a/os_dep/linux/mlme_linux.c b/os_dep/linux/mlme_linux.c old mode 100755 new mode 100644 diff --git a/os_dep/linux/os_intfs.c b/os_dep/linux/os_intfs.c old mode 100755 new mode 100644 diff --git a/os_dep/linux/recv_linux.c b/os_dep/linux/recv_linux.c old mode 100755 new mode 100644 diff --git a/os_dep/linux/rhashtable.c b/os_dep/linux/rhashtable.c old mode 100755 new mode 100644 diff --git a/os_dep/linux/rhashtable.h b/os_dep/linux/rhashtable.h old mode 100755 new mode 100644 diff --git a/os_dep/linux/rtw_android.c b/os_dep/linux/rtw_android.c old mode 100755 new mode 100644 diff --git a/os_dep/linux/rtw_cfgvendor.c b/os_dep/linux/rtw_cfgvendor.c old mode 100755 new mode 100644 diff --git a/os_dep/linux/rtw_cfgvendor.h b/os_dep/linux/rtw_cfgvendor.h old mode 100755 new mode 100644 diff --git a/os_dep/linux/rtw_proc.c b/os_dep/linux/rtw_proc.c old mode 100755 new mode 100644 diff --git a/os_dep/linux/rtw_proc.h b/os_dep/linux/rtw_proc.h old mode 100755 new mode 100644 diff --git a/os_dep/linux/rtw_rhashtable.c b/os_dep/linux/rtw_rhashtable.c old mode 100755 new mode 100644 diff --git a/os_dep/linux/rtw_rhashtable.h b/os_dep/linux/rtw_rhashtable.h old mode 100755 new mode 100644 diff --git a/os_dep/linux/usb_intf.c b/os_dep/linux/usb_intf.c old mode 100755 new mode 100644 diff --git a/os_dep/linux/usb_ops_linux.c b/os_dep/linux/usb_ops_linux.c old mode 100755 new mode 100644 diff --git a/os_dep/linux/wifi_regd.c b/os_dep/linux/wifi_regd.c old mode 100755 new mode 100644 diff --git a/os_dep/linux/xmit_linux.c b/os_dep/linux/xmit_linux.c old mode 100755 new mode 100644 diff --git a/os_dep/osdep_service.c b/os_dep/osdep_service.c old mode 100755 new mode 100644 diff --git a/platform/custom_country_chplan.h b/platform/custom_country_chplan.h old mode 100755 new mode 100644 diff --git a/platform/platform_ARM_SUN50IW1P1_sdio.c b/platform/platform_ARM_SUN50IW1P1_sdio.c old mode 100755 new mode 100644 diff --git a/platform/platform_ARM_SUNnI_sdio.c b/platform/platform_ARM_SUNnI_sdio.c old mode 100755 new mode 100644 diff --git a/platform/platform_ARM_SUNxI_sdio.c b/platform/platform_ARM_SUNxI_sdio.c old mode 100755 new mode 100644 diff --git a/platform/platform_ARM_SUNxI_usb.c b/platform/platform_ARM_SUNxI_usb.c old mode 100755 new mode 100644 diff --git a/platform/platform_ARM_WMT_sdio.c b/platform/platform_ARM_WMT_sdio.c old mode 100755 new mode 100644 diff --git a/platform/platform_RTK_DMP_usb.c b/platform/platform_RTK_DMP_usb.c old mode 100755 new mode 100644 diff --git a/platform/platform_aml_s905_sdio.c b/platform/platform_aml_s905_sdio.c old mode 100755 new mode 100644 diff --git a/platform/platform_aml_s905_sdio.h b/platform/platform_aml_s905_sdio.h old mode 100755 new mode 100644 diff --git a/platform/platform_arm_act_sdio.c b/platform/platform_arm_act_sdio.c old mode 100755 new mode 100644 diff --git a/platform/platform_hisilicon_hi3798_sdio.c b/platform/platform_hisilicon_hi3798_sdio.c old mode 100755 new mode 100644 diff --git a/platform/platform_hisilicon_hi3798_sdio.h b/platform/platform_hisilicon_hi3798_sdio.h old mode 100755 new mode 100644 diff --git a/platform/platform_ops.c b/platform/platform_ops.c old mode 100755 new mode 100644 diff --git a/platform/platform_ops.h b/platform/platform_ops.h old mode 100755 new mode 100644 diff --git a/platform/platform_sprd_sdio.c b/platform/platform_sprd_sdio.c old mode 100755 new mode 100644 diff --git a/platform/platform_zte_zx296716_sdio.c b/platform/platform_zte_zx296716_sdio.c old mode 100755 new mode 100644 diff --git a/platform/platform_zte_zx296716_sdio.h b/platform/platform_zte_zx296716_sdio.h old mode 100755 new mode 100644 diff --git a/rtl8821c.mk b/rtl8821c.mk old mode 100755 new mode 100644