Skip to content

Commit deff094

Browse files
authored
Merge pull request #110 from mleeman/debian/buster/unstable
debian: initial package
2 parents 428a082 + 8bc5bb7 commit deff094

File tree

635 files changed

+216
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

635 files changed

+216
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*~

Makefile

100755100644
+5-4
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ endif
449449
EXTRA_CFLAGS += -DCONFIG_RTL8821A
450450

451451
_HAL_INTFS_FILES += hal/rtl8812a/hal8821a_fw.o
452-
452+
453453
endif
454454

455455
ifeq ($(CONFIG_BT_COEXIST), y)
@@ -903,7 +903,7 @@ _HAL_INTFS_FILES += \
903903
hal/$(RTL871X)/$(HCI_NAME)/rtl$(MODULE_SUB_NAME)_led.o \
904904
hal/$(RTL871X)/$(HCI_NAME)/rtl$(MODULE_SUB_NAME)_xmit.o \
905905
hal/$(RTL871X)/$(HCI_NAME)/rtl$(MODULE_SUB_NAME)_recv.o
906-
906+
907907
ifeq ($(CONFIG_PCI_HCI), y)
908908
_HAL_INTFS_FILES += hal/$(RTL871X)/$(HCI_NAME)/$(HCI_NAME)_ops_linux.o
909909
else
@@ -2027,7 +2027,7 @@ ARCH := arm
20272027
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-
20282028
KSRC := /home/android_sdk/Telechips/v13.05_r1-tcc-android-4.2.2_tcc893x-evm_build/kernel
20292029
MODULE_NAME := wlan
2030-
endif
2030+
endif
20312031

20322032
ifeq ($(CONFIG_PLATFORM_RTL8197D), y)
20332033
EXTRA_CFLAGS += -DCONFIG_BIG_ENDIAN -DCONFIG_PLATFORM_RTL8197D
@@ -2177,7 +2177,7 @@ rtk_core := core/rtw_cmd.o \
21772177
core/rtw_odm.o \
21782178
core/rtw_rm.o \
21792179
core/rtw_rm_fsm.o \
2180-
core/efuse/rtw_efuse.o
2180+
core/efuse/rtw_efuse.o
21812181

21822182
ifeq ($(CONFIG_SDIO_HCI), y)
21832183
rtk_core += core/rtw_sdio.o
@@ -2208,6 +2208,7 @@ else
22082208

22092209
export CONFIG_RTL8821CU = m
22102210

2211+
module: modules
22112212
all: modules
22122213

22132214
modules:

core/efuse/rtw_efuse.c

100755100644
File mode changed.

core/mesh/rtw_mesh.c

100755100644
File mode changed.

core/mesh/rtw_mesh.h

100755100644
File mode changed.

core/mesh/rtw_mesh_hwmp.c

100755100644
File mode changed.

core/mesh/rtw_mesh_hwmp.h

100755100644
File mode changed.

core/mesh/rtw_mesh_pathtbl.c

100755100644
File mode changed.

core/mesh/rtw_mesh_pathtbl.h

100755100644
File mode changed.

core/rtw_ap.c

100755100644
File mode changed.

core/rtw_beamforming.c

100755100644
File mode changed.

core/rtw_br_ext.c

100755100644
File mode changed.

core/rtw_bt_mp.c

100755100644
File mode changed.

core/rtw_btcoex.c

100755100644
File mode changed.

core/rtw_btcoex_wifionly.c

100755100644
File mode changed.

core/rtw_cmd.c

100755100644
File mode changed.

core/rtw_debug.c

100755100644
File mode changed.

core/rtw_eeprom.c

100755100644
File mode changed.

core/rtw_ieee80211.c

100755100644
File mode changed.

core/rtw_io.c

100755100644
File mode changed.

core/rtw_ioctl_query.c

100755100644
File mode changed.

core/rtw_ioctl_rtl.c

100755100644
File mode changed.

core/rtw_ioctl_set.c

100755100644
File mode changed.

core/rtw_iol.c

100755100644
File mode changed.

core/rtw_mem.c

100755100644
File mode changed.

core/rtw_mi.c

100755100644
File mode changed.

core/rtw_mlme.c

100755100644
File mode changed.

core/rtw_mlme_ext.c

100755100644
File mode changed.

core/rtw_mp.c

100755100644
File mode changed.

core/rtw_mp_ioctl.c

100755100644
File mode changed.

core/rtw_odm.c

100755100644
File mode changed.

core/rtw_p2p.c

100755100644
File mode changed.

core/rtw_pwrctrl.c

100755100644
File mode changed.

core/rtw_recv.c

100755100644
File mode changed.

core/rtw_rf.c

100755100644
File mode changed.

core/rtw_rm.c

100755100644
File mode changed.

core/rtw_rm_fsm.c

100755100644
File mode changed.

core/rtw_rson.c

100755100644
File mode changed.

core/rtw_sdio.c

100755100644
File mode changed.

core/rtw_security.c

100755100644
File mode changed.

core/rtw_sreset.c

100755100644
File mode changed.

core/rtw_sta_mgt.c

100755100644
File mode changed.

core/rtw_tdls.c

100755100644
File mode changed.

core/rtw_vht.c

100755100644
File mode changed.

core/rtw_wapi.c

100755100644
File mode changed.

core/rtw_wapi_sms4.c

100755100644
File mode changed.

core/rtw_wlan_util.c

100755100644
File mode changed.

core/rtw_xmit.c

100755100644
File mode changed.

debian/changelog

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
rtl8821cu (5.4.1) unstable; urgency=medium
2+
3+
* Initial release
4+
5+
-- Marc Leeman <[email protected]> Fri, 18 Oct 2019 13:46:27 +0200

debian/compat

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
10

debian/control

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
Source: rtl8821cu
2+
Section: misc
3+
Priority: optional
4+
Maintainer: Marc Leeman <[email protected]>
5+
Build-Depends: debhelper (>= 10),
6+
dkms,
7+
bc,
8+
linux-kbuild-4.19
9+
Standards-Version: 4.3.0
10+
Vcs-Browser: https://github.com/brektrou/rtl8821CU
11+
Vcs-Git: https://github.com/brektrou/rtl8821CU.git
12+
13+
Package: rtl8821cu-dkms
14+
Architecture: all
15+
Multi-Arch: foreign
16+
Depends: ${misc:Depends}
17+
Provides: rtl8821cu-module
18+
Description: DKMS files to build and install rtl8821cu
19+
The rtl8821cu driver provides the driver for Realtek RTL8811CU/RTL8821CU
20+
USB wifi adapter.
21+
.
22+
This package contains the DKMS files to build and install rtl8821cu.
23+
.
24+
To install this package, you have to install the header files for your
25+
current kernel manually (usually included in the "linux-headers-<your
26+
architecture>").
27+
28+
Package: rtl8821cu-src
29+
Architecture: all
30+
Depends: module-assistant,
31+
debhelper (>= 5.0.37),
32+
xz-utils,
33+
${misc:Depends}
34+
Description: Source of the compressed rtl8821cu module
35+
The rtl8821cu driver provides the driver for Realtek RTL8811CU/RTL8821CU
36+
USB wifi adapter.
37+
.
38+
You can use module-assistant or make-kpkg to build a modules package
39+
for specific kernel.
40+

debian/control.modules.in

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Source: rtl8821cu
2+
Section: misc
3+
Priority: optional
4+
Maintainer: Marc Leeman <[email protected]>
5+
Build-Depends: debhelper (>> 3.0.0), zlib1g-dev, module-assistant, bc
6+
Standards-Version: 3.5.8
7+
8+
Package: rtl8821cu-module-#KVERS#
9+
Depends: debconf, initramfs-tools
10+
Architecture: any
11+
Provides: rtl8821cu-module
12+
Description: rtl8821cu kernel module
13+
The rtl8821cu driver provides the driver for Realtek RTL8811CU/RTL8821CU
14+
USB wifi adapter.
15+
.
16+
This package contains the pre-compiled version for kernel #KVERS#
17+

debian/copyright

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2+
Upstream-Name: rtl8821CU
3+
Source: https://github.com/brektrou/rtl8821CU
4+
5+
Files: *
6+
Copyright: 2020 brektrou <[email protected]>
7+
License: GPL-2.0+
8+
This program is free software: you can redistribute it and/or modify
9+
it under the terms of the GNU General Public License as published by
10+
the Free Software Foundation; either version 2 of the License, or
11+
(at your option) any later version.
12+
.
13+
This program is distributed in the hope that it will be useful,
14+
but WITHOUT ANY WARRANTY; without even the implied warranty of
15+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16+
GNU General Public License for more details.
17+
.
18+
You should have received a copy of the GNU General Public License
19+
along with this program. If not, see <http://www.gnu.org/licenses/>.
20+
.
21+
On Debian systems, the complete text of the GNU General Public
22+
License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
23+
24+
25+
Files: debian/*
26+
Copyright: 2020 Marc Leeman <[email protected]>
27+
License: GPL-2.0+
28+
This program is free software: you can redistribute it and/or modify
29+
it under the terms of the GNU General Public License as published by
30+
the Free Software Foundation; either version 2 of the License, or
31+
(at your option) any later version.
32+
.
33+
This program is distributed in the hope that it will be useful,
34+
but WITHOUT ANY WARRANTY; without even the implied warranty of
35+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
36+
GNU General Public License for more details.
37+
.
38+
You should have received a copy of the GNU General Public License
39+
along with this program. If not, see <http://www.gnu.org/licenses/>.
40+
.
41+
On Debian systems, the complete text of the GNU General Public
42+
License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/sh -e
2+
3+
if [ "`uname -r`" = _KVERS_ ] ; then
4+
depmod -a &
5+
fi
6+
7+
#DEBHELPER#

debian/rtl8821-module-_KVERS_.postrm

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
#!/bin/sh
2+
# postrm script for cloop
3+
#
4+
# see: dh_installdeb(1)
5+
# summary of how this script can be called:
6+
# * <postrm> `remove'
7+
# * <postrm> `purge'
8+
# * <old-postrm> `upgrade' <new-version>
9+
# * <new-postrm> `failed-upgrade' <old-version>
10+
# * <new-postrm> `abort-install'
11+
# * <new-postrm> `abort-install' <old-version>
12+
# * <new-postrm> `abort-upgrade' <old-version>
13+
# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
14+
# for details, see /usr/share/doc/packaging-manual/
15+
16+
case "$1" in
17+
purge)
18+
;;
19+
remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
20+
depmod -aq || true &
21+
;;
22+
23+
*)
24+
echo "postrm called with unknown argument \`$1'" >&2
25+
exit 0
26+
27+
esac
28+
29+
# dh_installdeb will replace this with shell code automatically
30+
# generated by other debhelper scripts.
31+
32+
#DEBHELPER#
33+
34+
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
national-encoding

debian/rules

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
#!/usr/bin/make -f
2+
# -*- makefile -*-
3+
4+
include /usr/share/dpkg/default.mk
5+
6+
export DH_VERBOSE = 1
7+
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
8+
9+
VERSION ?= $(shell dpkg-parsechangelog | sed -rne 's/^Version: ([0-9.]+).*$$/\1/p')
10+
XDIR=debian/rtl8821cu-src/usr/src/modules/rtl8821cu-src
11+
12+
%:
13+
dh $@ --with dkms
14+
15+
override_dh_auto_install:
16+
dh_install -prtl8821cu-dkms -X.o -X.ko core/ usr/src/rtl8821cu-$(VERSION)
17+
dh_install -prtl8821cu-dkms -X.o -X.ko hal/ usr/src/rtl8821cu-$(VERSION)
18+
dh_install -prtl8821cu-dkms -X.o -X.ko os_dep/ usr/src/rtl8821cu-$(VERSION)
19+
dh_install -prtl8821cu-dkms -X.o -X.ko platform/ usr/src/rtl8821cu-$(VERSION)
20+
dh_install -prtl8821cu-dkms -X.o -X.ko include/ usr/src/rtl8821cu-$(VERSION)
21+
dh_install -prtl8821cu-dkms Makefile usr/src/rtl8821cu-$(VERSION)
22+
dh_install -prtl8821cu-dkms rtl8821c.mk usr/src/rtl8821cu-$(VERSION)
23+
install -d $(XDIR)/debian
24+
cd debian && install rules.m-a ../$(XDIR)/debian/rules && cp -r *modules.in* changelog copyright compat *_KVERS_* ../$(XDIR)/debian/
25+
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
26+
27+
override_dh_dkms:
28+
dh_dkms -V
29+
30+
override_dh_auto_build:
31+
:

debian/rules.m-a

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
#!/usr/bin/make -f
2+
3+
# for m-a
4+
SHELL=/bin/bash
5+
PACKAGE=rtl8821cu-module
6+
MA_DIR ?= /usr/share/modass
7+
-include $(MA_DIR)/include/generic.mk
8+
-include $(MA_DIR)/include/common-rules.mk
9+
kdist_config: kdist_configure
10+
kdist_configure: prep-deb-files
11+
12+
binary-modules: kdist_configure
13+
$(MAKE) module KERNEL_DIR=$(KSRC) KVERSION=$(KVERS)
14+
dh_installdirs -p $(PKGNAME) lib/modules/$(KVERS)/extra
15+
cp 8821cu.ko $(CURDIR)/debian/$(PKGNAME)/lib/modules/$(KVERS)/extra
16+
dh_testdir -a
17+
dh_testroot -a
18+
dh_installdebconf -a
19+
dh_compress -a
20+
dh_fixperms -a
21+
dh_installdeb -a
22+
dh_gencontrol -a -- -v$(VERSION)
23+
dh_md5sums -a
24+
dh_builddeb -a --destdir=$(DEB_DESTDIR)
25+
26+
kdist_clean:
27+
rm -rf *.ko debian/$(PKGNAME)
28+
29+
.PHONY: kdist kdist_image kdist_configure kdist_clean kdist
30+
.NOTPARALLEL:

debian/source/format

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.0 (native)

debian/source/lintian-overrides

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dep5-copyright-license-name-not-unique

hal/HalPwrSeqCmd.c

100755100644
File mode changed.

hal/btc/halbtc8821c1ant.c

100755100644
File mode changed.

hal/btc/halbtc8821c1ant.h

100755100644
File mode changed.

hal/btc/halbtc8821c2ant.c

100755100644
File mode changed.

hal/btc/halbtc8821c2ant.h

100755100644
File mode changed.

hal/btc/halbtc8821cwifionly.c

100755100644
File mode changed.

hal/btc/halbtc8821cwifionly.h

100755100644
File mode changed.

hal/btc/halbtcoutsrc.h

100755100644
File mode changed.

hal/btc/mp_precomp.h

100755100644
File mode changed.

hal/efuse/efuse_mask.h

100755100644
File mode changed.

hal/efuse/rtl8821c/HalEfuseMask8821C_PCIE.c

100755100644
File mode changed.

hal/efuse/rtl8821c/HalEfuseMask8821C_PCIE.h

100755100644
File mode changed.

hal/efuse/rtl8821c/HalEfuseMask8821C_SDIO.c

100755100644
File mode changed.

hal/efuse/rtl8821c/HalEfuseMask8821C_SDIO.h

100755100644
File mode changed.

hal/efuse/rtl8821c/HalEfuseMask8821C_USB.c

100755100644
File mode changed.

hal/efuse/rtl8821c/HalEfuseMask8821C_USB.h

100755100644
File mode changed.

hal/hal_btcoex.c

100755100644
File mode changed.

hal/hal_btcoex_wifionly.c

100755100644
File mode changed.

hal/hal_com.c

100755100644
File mode changed.

hal/hal_com_c2h.h

100755100644
File mode changed.

hal/hal_com_phycfg.c

100755100644
File mode changed.

hal/hal_dm.c

100755100644
File mode changed.

hal/hal_dm.h

100755100644
File mode changed.

hal/hal_dm_acs.c

100755100644
File mode changed.

hal/hal_dm_acs.h

100755100644
File mode changed.

hal/hal_halmac.c

100755100644
File mode changed.

hal/hal_halmac.h

100755100644
File mode changed.

hal/hal_hci/hal_usb.c

100755100644
File mode changed.

hal/hal_intf.c

100755100644
File mode changed.

hal/hal_mcc.c

100755100644
File mode changed.

hal/hal_mp.c

100755100644
File mode changed.

hal/hal_phy.c

100755100644
File mode changed.

hal/halmac/halmac_2_platform.h

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_8821c/halmac_8821c_cfg.h

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_8821c/halmac_cfg_wmac_8821c.c

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_8821c/halmac_cfg_wmac_8821c.h

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_8821c/halmac_common_8821c.c

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_8821c/halmac_common_8821c.h

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_8821c/halmac_gpio_8821c.c

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_8821c/halmac_gpio_8821c.h

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_8821c/halmac_init_8821c.c

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_8821c/halmac_init_8821c.h

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_8821c/halmac_pcie_8821c.c

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_8821c/halmac_pcie_8821c.h

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_8821c/halmac_phy_8821c.c

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_8821c/halmac_pwr_seq_8821c.c

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_8821c/halmac_pwr_seq_8821c.h

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_8821c/halmac_sdio_8821c.c

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_8821c/halmac_sdio_8821c.h

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_8821c/halmac_usb_8821c.c

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_8821c/halmac_usb_8821c.h

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_88xx_cfg.h

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_bb_rf_88xx.c

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_bb_rf_88xx.h

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_cfg_wmac_88xx.c

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_cfg_wmac_88xx.h

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_common_88xx.c

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_common_88xx.h

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_efuse_88xx.c

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_efuse_88xx.h

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_flash_88xx.c

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_flash_88xx.h

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_fw_88xx.c

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_fw_88xx.h

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_gpio_88xx.c

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_gpio_88xx.h

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_init_88xx.c

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_init_88xx.h

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_mimo_88xx.c

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_mimo_88xx.h

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_pcie_88xx.c

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_pcie_88xx.h

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_sdio_88xx.c

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_sdio_88xx.h

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_usb_88xx.c

100755100644
File mode changed.

hal/halmac/halmac_88xx/halmac_usb_88xx.h

100755100644
File mode changed.

hal/halmac/halmac_api.c

100755100644
File mode changed.

hal/halmac/halmac_api.h

100755100644
File mode changed.

hal/halmac/halmac_bit2.h

100755100644
File mode changed.

hal/halmac/halmac_bit_8197f.h

100755100644
File mode changed.

hal/halmac/halmac_bit_8814b.h

100755100644
File mode changed.

hal/halmac/halmac_bit_8821c.h

100755100644
File mode changed.

hal/halmac/halmac_bit_8822b.h

100755100644
File mode changed.

hal/halmac/halmac_bit_8822c.h

100755100644
File mode changed.

hal/halmac/halmac_fw_info.h

100755100644
File mode changed.

hal/halmac/halmac_fw_offload_c2h_ap.h

100755100644
File mode changed.

hal/halmac/halmac_fw_offload_c2h_nic.h

100755100644
File mode changed.

hal/halmac/halmac_fw_offload_h2c_ap.h

100755100644
File mode changed.

hal/halmac/halmac_fw_offload_h2c_nic.h

100755100644
File mode changed.

hal/halmac/halmac_gpio_cmd.h

100755100644
File mode changed.

hal/halmac/halmac_h2c_extra_info_ap.h

100755100644
File mode changed.

hal/halmac/halmac_h2c_extra_info_nic.h

100755100644
File mode changed.

hal/halmac/halmac_hw_cfg.h

100755100644
File mode changed.

hal/halmac/halmac_intf_phy_cmd.h

100755100644
File mode changed.

hal/halmac/halmac_original_c2h_ap.h

100755100644
File mode changed.

hal/halmac/halmac_original_c2h_nic.h

100755100644
File mode changed.

hal/halmac/halmac_original_h2c_ap.h

100755100644
File mode changed.

hal/halmac/halmac_original_h2c_nic.h

100755100644
File mode changed.

hal/halmac/halmac_pcie_reg.h

100755100644
File mode changed.

hal/halmac/halmac_pwr_seq_cmd.h

100755100644
File mode changed.

hal/halmac/halmac_reg2.h

100755100644
File mode changed.

hal/halmac/halmac_reg_8197f.h

100755100644
File mode changed.

hal/halmac/halmac_reg_8814b.h

100755100644
File mode changed.

hal/halmac/halmac_reg_8821c.h

100755100644
File mode changed.

hal/halmac/halmac_reg_8822b.h

100755100644
File mode changed.

hal/halmac/halmac_reg_8822c.h

100755100644
File mode changed.

hal/halmac/halmac_rx_bd_nic.h

100755100644
File mode changed.

hal/halmac/halmac_rx_desc_ap.h

100755100644
File mode changed.

hal/halmac/halmac_rx_desc_chip.h

100755100644
File mode changed.

hal/halmac/halmac_rx_desc_nic.h

100755100644
File mode changed.

hal/halmac/halmac_sdio_reg.h

100755100644
File mode changed.

hal/halmac/halmac_state_machine.h

100755100644
File mode changed.

hal/halmac/halmac_tx_bd_nic.h

100755100644
File mode changed.

hal/halmac/halmac_tx_desc_ap.h

100755100644
File mode changed.

hal/halmac/halmac_tx_desc_buffer_ap.h

100755100644
File mode changed.

hal/halmac/halmac_tx_desc_buffer_chip.h

100755100644
File mode changed.

hal/halmac/halmac_tx_desc_buffer_nic.h

100755100644
File mode changed.

hal/halmac/halmac_tx_desc_chip.h

100755100644
File mode changed.

hal/halmac/halmac_tx_desc_ie_ap.h

100755100644
File mode changed.

hal/halmac/halmac_tx_desc_ie_chip.h

100755100644
File mode changed.

hal/halmac/halmac_tx_desc_ie_nic.h

100755100644
File mode changed.

hal/halmac/halmac_tx_desc_nic.h

100755100644
File mode changed.

hal/halmac/halmac_type.h

100755100644
File mode changed.

hal/halmac/halmac_usb_reg.h

100755100644
File mode changed.

hal/led/hal_led.c

100755100644
File mode changed.

hal/led/hal_usb_led.c

100755100644
File mode changed.

hal/phydm/ap_makefile.mk

100755100644
File mode changed.

hal/phydm/halhwimg.h

100755100644
File mode changed.

hal/phydm/halrf/halphyrf_ap.c

100755100644
File mode changed.

hal/phydm/halrf/halphyrf_ap.h

100755100644
File mode changed.

hal/phydm/halrf/halphyrf_ce.c

100755100644
File mode changed.

hal/phydm/halrf/halphyrf_ce.h

100755100644
File mode changed.

hal/phydm/halrf/halphyrf_iot.c

100755100644
File mode changed.

hal/phydm/halrf/halphyrf_iot.h

100755100644
File mode changed.

hal/phydm/halrf/halphyrf_win.c

100755100644
File mode changed.

hal/phydm/halrf/halphyrf_win.h

100755100644
File mode changed.

hal/phydm/halrf/halrf.c

100755100644
File mode changed.

hal/phydm/halrf/halrf.h

100755100644
File mode changed.

hal/phydm/halrf/halrf_debug.c

100755100644
File mode changed.

hal/phydm/halrf/halrf_debug.h

100755100644
File mode changed.

hal/phydm/halrf/halrf_dpk.h

100755100644
File mode changed.

hal/phydm/halrf/halrf_features.h

100755100644
File mode changed.

hal/phydm/halrf/halrf_iqk.h

100755100644
File mode changed.

hal/phydm/halrf/halrf_kfree.c

100755100644
File mode changed.

hal/phydm/halrf/halrf_kfree.h

100755100644
File mode changed.

hal/phydm/halrf/halrf_powertracking.c

100755100644
File mode changed.

hal/phydm/halrf/halrf_powertracking.h

100755100644
File mode changed.

hal/phydm/halrf/halrf_powertracking_ap.c

100755100644
File mode changed.

hal/phydm/halrf/halrf_powertracking_ap.h

100755100644
File mode changed.

hal/phydm/halrf/halrf_powertracking_ce.c

100755100644
File mode changed.

hal/phydm/halrf/halrf_powertracking_ce.h

100755100644
File mode changed.

hal/phydm/halrf/halrf_powertracking_iot.c

100755100644
File mode changed.

hal/phydm/halrf/halrf_powertracking_iot.h

100755100644
File mode changed.

hal/phydm/halrf/halrf_powertracking_win.c

100755100644
File mode changed.

hal/phydm/halrf/halrf_powertracking_win.h

100755100644
File mode changed.

hal/phydm/halrf/halrf_psd.c

100755100644
File mode changed.

hal/phydm/halrf/halrf_psd.h

100755100644
File mode changed.

hal/phydm/halrf/halrf_txgapcal.c

100755100644
File mode changed.

hal/phydm/halrf/halrf_txgapcal.h

100755100644
File mode changed.

hal/phydm/halrf/rtl8821c/halrf_8821c.c

100755100644
File mode changed.

hal/phydm/halrf/rtl8821c/halrf_8821c.h

100755100644
File mode changed.

hal/phydm/halrf/rtl8821c/halrf_iqk_8821c.c

100755100644
File mode changed.

hal/phydm/halrf/rtl8821c/halrf_iqk_8821c.h

100755100644
File mode changed.

hal/phydm/mp_precomp.h

100755100644
File mode changed.

hal/phydm/phydm.c

100755100644
File mode changed.

hal/phydm/phydm.h

100755100644
File mode changed.

hal/phydm/phydm.mk

100755100644
File mode changed.

hal/phydm/phydm_adaptivity.c

100755100644
File mode changed.

hal/phydm/phydm_adaptivity.h

100755100644
File mode changed.

hal/phydm/phydm_adc_sampling.c

100755100644
File mode changed.

hal/phydm/phydm_adc_sampling.h

100755100644
File mode changed.

hal/phydm/phydm_antdect.c

100755100644
File mode changed.

hal/phydm/phydm_antdect.h

100755100644
File mode changed.

hal/phydm/phydm_antdiv.c

100755100644
File mode changed.

hal/phydm/phydm_antdiv.h

100755100644
File mode changed.

hal/phydm/phydm_api.c

100755100644
File mode changed.

hal/phydm/phydm_api.h

100755100644
File mode changed.

hal/phydm/phydm_auto_dbg.c

100755100644
File mode changed.

hal/phydm/phydm_auto_dbg.h

100755100644
File mode changed.

hal/phydm/phydm_beamforming.c

100755100644
File mode changed.

hal/phydm/phydm_beamforming.h

100755100644
File mode changed.

hal/phydm/phydm_cck_pd.c

100755100644
File mode changed.

hal/phydm/phydm_cck_pd.h

100755100644
File mode changed.

hal/phydm/phydm_ccx.c

100755100644
File mode changed.

hal/phydm/phydm_ccx.h

100755100644
File mode changed.

hal/phydm/phydm_cfotracking.c

100755100644
File mode changed.

hal/phydm/phydm_cfotracking.h

100755100644
File mode changed.

hal/phydm/phydm_debug.c

100755100644
File mode changed.

hal/phydm/phydm_debug.h

100755100644
File mode changed.

hal/phydm/phydm_dfs.c

100755100644
File mode changed.

hal/phydm/phydm_dfs.h

100755100644
File mode changed.

hal/phydm/phydm_dig.c

100755100644
File mode changed.

hal/phydm/phydm_dig.h

100755100644
File mode changed.

hal/phydm/phydm_dynamictxpower.c

100755100644
File mode changed.

hal/phydm/phydm_dynamictxpower.h

100755100644
File mode changed.

hal/phydm/phydm_features.h

100755100644
File mode changed.

hal/phydm/phydm_features_ap.h

100755100644
File mode changed.

hal/phydm/phydm_features_ce.h

100755100644
File mode changed.

hal/phydm/phydm_features_iot.h

100755100644
File mode changed.

hal/phydm/phydm_features_win.h

100755100644
File mode changed.

hal/phydm/phydm_hwconfig.c

100755100644
File mode changed.

hal/phydm/phydm_hwconfig.h

100755100644
File mode changed.

hal/phydm/phydm_interface.c

100755100644
File mode changed.

hal/phydm/phydm_interface.h

100755100644
File mode changed.

hal/phydm/phydm_lna_sat.c

100755100644
File mode changed.

hal/phydm/phydm_lna_sat.h

100755100644
File mode changed.

hal/phydm/phydm_math_lib.c

100755100644
File mode changed.

hal/phydm/phydm_math_lib.h

100755100644
File mode changed.

hal/phydm/phydm_noisemonitor.c

100755100644
File mode changed.

hal/phydm/phydm_noisemonitor.h

100755100644
File mode changed.

hal/phydm/phydm_pathdiv.c

100755100644
File mode changed.

hal/phydm/phydm_pathdiv.h

100755100644
File mode changed.

hal/phydm/phydm_phystatus.c

100755100644
File mode changed.

hal/phydm/phydm_phystatus.h

100755100644
File mode changed.

hal/phydm/phydm_pow_train.c

100755100644
File mode changed.

hal/phydm/phydm_pow_train.h

100755100644
File mode changed.

hal/phydm/phydm_pre_define.h

100755100644
File mode changed.

hal/phydm/phydm_precomp.h

100755100644
File mode changed.

hal/phydm/phydm_primary_cca.c

100755100644
File mode changed.

hal/phydm/phydm_primary_cca.h

100755100644
File mode changed.

hal/phydm/phydm_psd.c

100755100644
File mode changed.

hal/phydm/phydm_psd.h

100755100644
File mode changed.

hal/phydm/phydm_rainfo.c

100755100644
File mode changed.

hal/phydm/phydm_rainfo.h

100755100644
File mode changed.

hal/phydm/phydm_reg.h

100755100644
File mode changed.

hal/phydm/phydm_regdefine11ac.h

100755100644
File mode changed.

hal/phydm/phydm_regdefine11n.h

100755100644
File mode changed.

hal/phydm/phydm_regtable.h

100755100644
File mode changed.

hal/phydm/phydm_rssi_monitor.c

100755100644
File mode changed.

hal/phydm/phydm_rssi_monitor.h

100755100644
File mode changed.

hal/phydm/phydm_smt_ant.c

100755100644
File mode changed.

hal/phydm/phydm_smt_ant.h

100755100644
File mode changed.

hal/phydm/phydm_soml.c

100755100644
File mode changed.

hal/phydm/phydm_soml.h

100755100644
File mode changed.

hal/phydm/phydm_types.h

100755100644
File mode changed.

hal/phydm/rtl8821c/halhwimg8821c_bb.c

100755100644
File mode changed.

hal/phydm/rtl8821c/halhwimg8821c_bb.h

100755100644
File mode changed.

hal/phydm/rtl8821c/halhwimg8821c_mac.c

100755100644
File mode changed.

hal/phydm/rtl8821c/halhwimg8821c_mac.h

100755100644
File mode changed.

hal/phydm/rtl8821c/halhwimg8821c_rf.c

100755100644
File mode changed.

0 commit comments

Comments
 (0)