mirror of
https://github.com/shenmintao/aic8800d80.git
synced 2026-09-26 17:44:16 +00:00
feat: update to SDK v5.0 with comprehensive kernel and device support
Sync WiFi driver, firmware, and DKMS configuration from the bluetooth
branch (which itself is radxa USB driver_fw + Linux 6.16/6.17/6.19
kernel compat). aic_btusb and Bluetooth-specific install.sh logic
are intentionally excluded from main.
Driver updates:
- Add Linux kernel 6.12-6.19 compatibility support
- Add Linux 6.16 timer_container_of and wakelock API support
- Add Debian 6.1.0-26 backport support
- Add USB device ID 368b:8d81 support
- Add AIC8800DW device support
- Add TP-Link Archer TX1U Nano support (USB_VENDOR_ID_TENDA_V2:0x0110)
- Add TENDA series device support (U2, U11, U11 PRO)
- Add AIC8800FC_CUS1-6 series support
- Add AIC8800M80_CUS0-8 series support
- Add UGREEN AIC8800D80 adapter support
- Add Mercury (TP-Link OEM) support
- Allow 1 or 3 USB interfaces (BT-disabled SKUs report 1)
New compat modules:
- aicwf_compat_8800d80n.{c,h}
- aicwf_compat_8800dln.{c,h}
Firmware:
- New: fw/aic8800/, fw/aic8800D80N/, fw/aic8800D80X2/, fw/aic8800DLN/
- Updated: fw/aic8800D80/, fw/aic8800DC/
install.sh:
- Loop over all fw/aic8800* variants instead of hard-coding aic8800D80
- Install usb_modeswitch/1111_1111 config for "Pandora" clone adapter
- Verify firmware install by counting variants
dkms.conf: pass KDIR explicitly to make for cross-kernel builds.
Excluded from this commit (BT-only, kept on bluetooth branch):
- drivers/aic8800/aic_btusb/
- modprobe/aic8800-bt.conf
- diagnose_bt.sh
- install.sh btusb auto-load / hciconfig / bluez status checks
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
9a3b01eead
commit
d66e5cb859
@@ -0,0 +1,30 @@
|
||||
# AIC USERCONFIG 2021/0911/2127
|
||||
|
||||
# txpwr_idx
|
||||
enable=1
|
||||
dsss=9
|
||||
ofdmlowrate_2g4=10
|
||||
ofdm64qam_2g4=10
|
||||
ofdm256qam_2g4=9
|
||||
ofdm1024qam_2g4=8
|
||||
ofdmlowrate_5g=10
|
||||
ofdm64qam_5g=9
|
||||
ofdm256qam_5g=9
|
||||
ofdm1024qam_5g=8
|
||||
|
||||
# txpwr_ofst
|
||||
ofst_enable=0
|
||||
ofst_chan_1_4=0
|
||||
ofst_chan_5_9=0
|
||||
ofst_chan_10_13=0
|
||||
ofst_chan_36_64=0
|
||||
ofst_chan_100_120=0
|
||||
ofst_chan_122_140=0
|
||||
ofst_chan_142_165=0
|
||||
|
||||
# xtal cap
|
||||
xtal_enable=0
|
||||
xtal_cap=24
|
||||
xtal_cap_fine=31
|
||||
|
||||
# END
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,118 +1,117 @@
|
||||
# AIC POWERLIMIT 2024/1108/1900
|
||||
# AIC POWERLIMIT 2025/0623/1700
|
||||
# Max tx power reference: Linux wireless regulatory database for CRDA
|
||||
# https://git.kernel.org/pub/scm/linux/kernel/git/sforshee/wireless-regdb.git/tree/db.txt
|
||||
# If loss_value in aic_userconfig_8800d80.txt is enabled, the power value in this document will be subtracted from loss_value in actual judgment
|
||||
# If loss_value in aic_userconfig.txt is enabled, the power value in this document will be subtracted from loss_value in actual judgment
|
||||
|
||||
# Table 1:
|
||||
## 2.4G, 20M,#5#
|
||||
## 2.4G, 20M,#6#
|
||||
## START
|
||||
## SRRC FCC ETSI JP UNSET
|
||||
CH01 15 15 15 15 15
|
||||
CH02 16 16 16 16 16
|
||||
CH03 16 16 16 16 16
|
||||
CH04 16 16 16 16 16
|
||||
CH05 16 16 16 16 16
|
||||
CH06 16 16 16 16 16
|
||||
CH07 16 16 16 16 16
|
||||
CH08 16 16 16 16 16
|
||||
CH09 16 16 16 16 16
|
||||
CH10 16 16 16 16 16
|
||||
CH11 16 16 16 16 16
|
||||
CH12 12 12 12 12 12
|
||||
CH13 12 12 12 12 12
|
||||
CH14 NA NA NA 12 12
|
||||
## SRRC FCC ETSI JP KCC UNSET
|
||||
CH01 16 14 14 16 16 15
|
||||
CH02 16 14 14 16 16 16
|
||||
CH03 16 14 14 16 16 16
|
||||
CH04 16 14 14 16 16 16
|
||||
CH05 16 14 14 16 16 16
|
||||
CH06 16 14 14 16 16 16
|
||||
CH07 16 14 14 16 16 16
|
||||
CH08 16 14 14 16 16 16
|
||||
CH09 16 14 14 16 16 16
|
||||
CH10 16 14 14 16 16 16
|
||||
CH11 16 14 14 16 16 16
|
||||
CH12 15 14 14 16 16 12
|
||||
CH13 13 14 14 16 16 12
|
||||
CH14 NA NA NA 16 NA 12
|
||||
## END
|
||||
|
||||
# Table 2:
|
||||
## 2.4G, 40M,#5#
|
||||
## 2.4G, 40M,#6#
|
||||
## START
|
||||
## SRRC FCC ETSI JP UNSET
|
||||
CH01 NA NA NA NA NA
|
||||
CH02 NA NA NA NA NA
|
||||
CH03 16 16 16 16 16
|
||||
CH04 16 16 16 16 16
|
||||
CH05 16 16 16 16 16
|
||||
CH06 16 16 16 16 16
|
||||
CH07 16 16 16 16 16
|
||||
CH08 16 16 16 16 16
|
||||
CH09 16 16 16 16 16
|
||||
CH10 16 16 16 16 16
|
||||
CH11 16 16 16 16 16
|
||||
CH12 NA NA NA NA NA
|
||||
CH13 NA NA NA NA NA
|
||||
CH14 NA NA NA NA NA
|
||||
## SRRC FCC ETSI JP KCC UNSET
|
||||
CH01 NA NA NA NA NA NA
|
||||
CH02 NA NA NA NA NA NA
|
||||
CH03 16 13 14 16 16 16
|
||||
CH04 16 13 14 16 16 16
|
||||
CH05 16 13 14 16 16 16
|
||||
CH06 16 13 14 16 16 16
|
||||
CH07 16 13 14 16 16 16
|
||||
CH08 16 13 14 16 16 16
|
||||
CH09 16 11 14 16 16 16
|
||||
CH10 16 11 14 16 16 16
|
||||
CH11 16 11 14 16 16 16
|
||||
CH12 NA NA NA NA NA NA
|
||||
CH13 NA NA NA NA NA NA
|
||||
CH14 NA NA NA NA NA NA
|
||||
## END
|
||||
|
||||
# Table 3:
|
||||
## 5G, 20M,#5#
|
||||
## 5G, 20M,#6#
|
||||
## START
|
||||
## SRRC FCC ETSI JP UNSET
|
||||
## SRRC FCC ETSI JP KCC UNSET
|
||||
# 5G Band 1
|
||||
CH36 15 16 16 16 15
|
||||
CH40 15 16 16 16 15
|
||||
CH44 15 16 16 16 15
|
||||
CH48 15 16 16 16 15
|
||||
CH36 15 16 16 16 16 15
|
||||
CH40 15 16 16 16 16 15
|
||||
CH44 15 16 16 16 16 15
|
||||
CH48 15 16 16 16 16 15
|
||||
# 5G Band 2
|
||||
CH52 15 16 16 16 15
|
||||
CH56 15 16 16 16 15
|
||||
CH60 15 16 16 16 15
|
||||
CH64 15 16 16 16 15
|
||||
CH52 15 16 16 16 16 15
|
||||
CH56 15 16 16 16 16 15
|
||||
CH60 15 16 16 16 16 15
|
||||
CH64 15 16 16 16 16 15
|
||||
# 5G Band 3
|
||||
CH100 NA 16 16 16 15
|
||||
CH104 NA 16 16 16 15
|
||||
CH108 NA 16 16 16 15
|
||||
CH112 NA 16 16 16 15
|
||||
CH116 NA 16 16 16 15
|
||||
CH120 NA 16 16 16 15
|
||||
CH124 NA 16 16 16 15
|
||||
CH128 NA 16 16 16 15
|
||||
CH132 NA 16 16 16 15
|
||||
CH136 NA 16 16 16 15
|
||||
CH140 NA 16 16 16 15
|
||||
CH144 NA NA 16 16 15
|
||||
CH100 NA 16 16 16 16 15
|
||||
CH104 NA 16 16 16 16 15
|
||||
CH108 NA 16 16 16 16 15
|
||||
CH112 NA 16 16 16 16 15
|
||||
CH116 NA 16 16 16 16 15
|
||||
CH120 NA 16 16 16 16 15
|
||||
CH124 NA 16 16 16 16 15
|
||||
CH128 NA 16 16 16 16 15
|
||||
CH132 NA 16 16 16 16 15
|
||||
CH136 NA 16 16 16 16 15
|
||||
CH140 NA 16 16 16 16 15
|
||||
CH144 NA NA 16 16 16 15
|
||||
# 5G Band 4
|
||||
CH149 16 16 11 NA 11
|
||||
CH153 16 16 11 NA 11
|
||||
CH157 16 16 11 NA 11
|
||||
CH161 16 16 11 NA 11
|
||||
CH165 16 16 11 NA 11
|
||||
CH149 20 16 8 NA 20 11
|
||||
CH153 20 16 8 NA 20 11
|
||||
CH157 20 16 8 NA 20 11
|
||||
CH161 20 16 8 NA 20 11
|
||||
CH165 20 16 8 NA 20 11
|
||||
## END
|
||||
|
||||
# Table 4:
|
||||
## 5G, 40M,#5#
|
||||
## 5G, 40M,#6#
|
||||
## START
|
||||
## SRRC FCC ETSI JP UNSET
|
||||
## SRRC FCC ETSI JP KCC UNSET
|
||||
# 5G Band 1
|
||||
CH38 15 16 16 16 15
|
||||
CH46 15 16 16 16 15
|
||||
CH38 15 16 16 16 20 15
|
||||
CH46 15 16 16 16 20 15
|
||||
# 5G Band 2
|
||||
CH54 15 16 16 16 15
|
||||
CH62 15 16 16 16 15
|
||||
CH54 15 16 16 16 20 15
|
||||
CH62 15 16 16 16 20 15
|
||||
# 5G Band 3
|
||||
CH102 NA 16 16 16 15
|
||||
CH110 NA 16 16 16 15
|
||||
CH118 NA 16 16 16 15
|
||||
CH126 NA 16 16 16 15
|
||||
CH134 NA 16 16 16 15
|
||||
CH142 NA 16 NA 16 15
|
||||
CH102 NA 16 16 16 20 15
|
||||
CH110 NA 16 16 16 20 15
|
||||
CH118 NA 16 16 16 20 15
|
||||
CH126 NA 16 16 16 20 15
|
||||
CH134 NA 16 16 16 20 15
|
||||
CH142 NA 16 NA 16 20 15
|
||||
# 5G Band 4
|
||||
CH151 16 16 11 NA 11
|
||||
CH159 16 16 11 NA 11
|
||||
CH151 16 15 8 NA 18 11
|
||||
CH159 17 16 8 NA 17 11
|
||||
## END
|
||||
|
||||
# Table 5:
|
||||
## 5G, 80M,#5#
|
||||
## 5G, 80M,#6#
|
||||
## START
|
||||
## SRRC FCC ETSI JP UNSET
|
||||
## SRRC FCC ETSI JP KCC UNSET
|
||||
# 5G Band 1
|
||||
CH42 15 16 16 16 15
|
||||
CH42 15 16 16 16 20 15
|
||||
# 5G Band 2
|
||||
CH58 15 16 16 16 15
|
||||
CH58 15 16 16 16 20 15
|
||||
# 5G Band 3
|
||||
CH106 NA 16 16 16 15
|
||||
CH122 NA 16 16 16 15
|
||||
CH138 NA 16 NA NA 15
|
||||
CH106 NA 16 16 16 20 15
|
||||
CH122 NA 16 16 16 20 15
|
||||
CH138 NA 16 NA NA 20 15
|
||||
# 5G Band 4
|
||||
CH155 16 16 11 NA 11
|
||||
## END
|
||||
|
||||
CH155 15 14 8 NA 16 11
|
||||
## END
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,118 @@
|
||||
# AIC POWERLIMIT 2024/1108/1900
|
||||
# Max tx power reference: Linux wireless regulatory database for CRDA
|
||||
# https://git.kernel.org/pub/scm/linux/kernel/git/sforshee/wireless-regdb.git/tree/db.txt
|
||||
# If loss_value in aic_userconfig_8800d80.txt is enabled, the power value in this document will be subtracted from loss_value in actual judgment
|
||||
|
||||
# Table 1:
|
||||
## 2.4G, 20M,#5#
|
||||
## START
|
||||
## SRRC FCC ETSI JP UNSET
|
||||
CH01 15 15 15 15 15
|
||||
CH02 16 16 16 16 16
|
||||
CH03 16 16 16 16 16
|
||||
CH04 16 16 16 16 16
|
||||
CH05 16 16 16 16 16
|
||||
CH06 16 16 16 16 16
|
||||
CH07 16 16 16 16 16
|
||||
CH08 16 16 16 16 16
|
||||
CH09 16 16 16 16 16
|
||||
CH10 16 16 16 16 16
|
||||
CH11 16 16 16 16 16
|
||||
CH12 12 12 12 12 12
|
||||
CH13 12 12 12 12 12
|
||||
CH14 NA NA NA 12 12
|
||||
## END
|
||||
|
||||
# Table 2:
|
||||
## 2.4G, 40M,#5#
|
||||
## START
|
||||
## SRRC FCC ETSI JP UNSET
|
||||
CH01 NA NA NA NA NA
|
||||
CH02 NA NA NA NA NA
|
||||
CH03 16 16 16 16 16
|
||||
CH04 16 16 16 16 16
|
||||
CH05 16 16 16 16 16
|
||||
CH06 16 16 16 16 16
|
||||
CH07 16 16 16 16 16
|
||||
CH08 16 16 16 16 16
|
||||
CH09 16 16 16 16 16
|
||||
CH10 16 16 16 16 16
|
||||
CH11 16 16 16 16 16
|
||||
CH12 NA NA NA NA NA
|
||||
CH13 NA NA NA NA NA
|
||||
CH14 NA NA NA NA NA
|
||||
## END
|
||||
|
||||
# Table 3:
|
||||
## 5G, 20M,#5#
|
||||
## START
|
||||
## SRRC FCC ETSI JP UNSET
|
||||
# 5G Band 1
|
||||
CH36 15 16 16 16 15
|
||||
CH40 15 16 16 16 15
|
||||
CH44 15 16 16 16 15
|
||||
CH48 15 16 16 16 15
|
||||
# 5G Band 2
|
||||
CH52 15 16 16 16 15
|
||||
CH56 15 16 16 16 15
|
||||
CH60 15 16 16 16 15
|
||||
CH64 15 16 16 16 15
|
||||
# 5G Band 3
|
||||
CH100 NA 16 16 16 15
|
||||
CH104 NA 16 16 16 15
|
||||
CH108 NA 16 16 16 15
|
||||
CH112 NA 16 16 16 15
|
||||
CH116 NA 16 16 16 15
|
||||
CH120 NA 16 16 16 15
|
||||
CH124 NA 16 16 16 15
|
||||
CH128 NA 16 16 16 15
|
||||
CH132 NA 16 16 16 15
|
||||
CH136 NA 16 16 16 15
|
||||
CH140 NA 16 16 16 15
|
||||
CH144 NA NA 16 16 15
|
||||
# 5G Band 4
|
||||
CH149 16 16 11 NA 11
|
||||
CH153 16 16 11 NA 11
|
||||
CH157 16 16 11 NA 11
|
||||
CH161 16 16 11 NA 11
|
||||
CH165 16 16 11 NA 11
|
||||
## END
|
||||
|
||||
# Table 4:
|
||||
## 5G, 40M,#5#
|
||||
## START
|
||||
## SRRC FCC ETSI JP UNSET
|
||||
# 5G Band 1
|
||||
CH38 15 16 16 16 15
|
||||
CH46 15 16 16 16 15
|
||||
# 5G Band 2
|
||||
CH54 15 16 16 16 15
|
||||
CH62 15 16 16 16 15
|
||||
# 5G Band 3
|
||||
CH102 NA 16 16 16 15
|
||||
CH110 NA 16 16 16 15
|
||||
CH118 NA 16 16 16 15
|
||||
CH126 NA 16 16 16 15
|
||||
CH134 NA 16 16 16 15
|
||||
CH142 NA 16 NA 16 15
|
||||
# 5G Band 4
|
||||
CH151 16 16 11 NA 11
|
||||
CH159 16 16 11 NA 11
|
||||
## END
|
||||
|
||||
# Table 5:
|
||||
## 5G, 80M,#5#
|
||||
## START
|
||||
## SRRC FCC ETSI JP UNSET
|
||||
# 5G Band 1
|
||||
CH42 15 16 16 16 15
|
||||
# 5G Band 2
|
||||
CH58 15 16 16 16 15
|
||||
# 5G Band 3
|
||||
CH106 NA 16 16 16 15
|
||||
CH122 NA 16 16 16 15
|
||||
CH138 NA 16 NA NA 15
|
||||
# 5G Band 4
|
||||
CH155 16 16 11 NA 11
|
||||
## END
|
||||
|
||||
@@ -0,0 +1,124 @@
|
||||
# AIC USERCONFIG 2026/01/1707
|
||||
|
||||
# txpwr_lvl
|
||||
enable=1
|
||||
lvl_11b_11ag_1m_2g4=22
|
||||
lvl_11b_11ag_2m_2g4=22
|
||||
lvl_11b_11ag_5m5_2g4=22
|
||||
lvl_11b_11ag_11m_2g4=22
|
||||
lvl_11b_11ag_6m_2g4=22
|
||||
lvl_11b_11ag_9m_2g4=22
|
||||
lvl_11b_11ag_12m_2g4=22
|
||||
lvl_11b_11ag_18m_2g4=22
|
||||
lvl_11b_11ag_24m_2g4=21
|
||||
lvl_11b_11ag_36m_2g4=21
|
||||
lvl_11b_11ag_48m_2g4=20
|
||||
lvl_11b_11ag_54m_2g4=20
|
||||
lvl_11n_11ac_mcs0_2g4=20
|
||||
lvl_11n_11ac_mcs1_2g4=20
|
||||
lvl_11n_11ac_mcs2_2g4=20
|
||||
lvl_11n_11ac_mcs3_2g4=20
|
||||
lvl_11n_11ac_mcs4_2g4=18
|
||||
lvl_11n_11ac_mcs5_2g4=18
|
||||
lvl_11n_11ac_mcs6_2g4=18
|
||||
lvl_11n_11ac_mcs7_2g4=18
|
||||
lvl_11n_11ac_mcs8_2g4=17
|
||||
lvl_11n_11ac_mcs9_2g4=17
|
||||
lvl_11ax_mcs0_2g4=22
|
||||
lvl_11ax_mcs1_2g4=22
|
||||
lvl_11ax_mcs2_2g4=22
|
||||
lvl_11ax_mcs3_2g4=20
|
||||
lvl_11ax_mcs4_2g4=20
|
||||
lvl_11ax_mcs5_2g4=20
|
||||
lvl_11ax_mcs6_2g4=20
|
||||
lvl_11ax_mcs7_2g4=20
|
||||
lvl_11ax_mcs8_2g4=19
|
||||
lvl_11ax_mcs9_2g4=19
|
||||
lvl_11ax_mcs10_2g4=17
|
||||
lvl_11ax_mcs11_2g4=17
|
||||
lvl_11a_6m_5g=20
|
||||
lvl_11a_9m_5g=19
|
||||
lvl_11a_12m_5g=19
|
||||
lvl_11a_18m_5g=19
|
||||
lvl_11a_24m_5g=19
|
||||
lvl_11a_36m_5g=19
|
||||
lvl_11a_48m_5g=19
|
||||
lvl_11a_54m_5g=18
|
||||
lvl_11n_11ac_mcs0_5g=20
|
||||
lvl_11n_11ac_mcs1_5g=20
|
||||
lvl_11n_11ac_mcs2_5g=20
|
||||
lvl_11n_11ac_mcs3_5g=19
|
||||
lvl_11n_11ac_mcs4_5g=19
|
||||
lvl_11n_11ac_mcs5_5g=19
|
||||
lvl_11n_11ac_mcs6_5g=18
|
||||
lvl_11n_11ac_mcs7_5g=17
|
||||
lvl_11n_11ac_mcs8_5g=14
|
||||
lvl_11n_11ac_mcs9_5g=14
|
||||
lvl_11ax_mcs0_5g=20
|
||||
lvl_11ax_mcs1_5g=20
|
||||
lvl_11ax_mcs2_5g=20
|
||||
lvl_11ax_mcs3_5g=19
|
||||
lvl_11ax_mcs4_5g=19
|
||||
lvl_11ax_mcs5_5g=19
|
||||
lvl_11ax_mcs6_5g=19
|
||||
lvl_11ax_mcs7_5g=18
|
||||
lvl_11ax_mcs8_5g=13
|
||||
lvl_11ax_mcs9_5g=13
|
||||
lvl_11ax_mcs10_5g=13
|
||||
lvl_11ax_mcs11_5g=13
|
||||
|
||||
# txpwr_lvl_adj
|
||||
lvl_adj_enable=0
|
||||
lvl_adj_2g4_chan_1_4=0
|
||||
lvl_adj_2g4_chan_5_9=0
|
||||
lvl_adj_2g4_chan_10_13=0
|
||||
lvl_adj_5g_chan_42=0
|
||||
lvl_adj_5g_chan_58=0
|
||||
lvl_adj_5g_chan_106=0
|
||||
lvl_adj_5g_chan_122=0
|
||||
lvl_adj_5g_chan_138=0
|
||||
lvl_adj_5g_chan_155=0
|
||||
|
||||
# txpwr_loss
|
||||
loss_enable_2g4=0
|
||||
loss_value_2g4=2
|
||||
loss_enable_5g=0
|
||||
loss_value_5g=5
|
||||
|
||||
# txpwr_ofst
|
||||
ofst_enable=0
|
||||
ofst_2g4_11b_chan_1_4=0
|
||||
ofst_2g4_11b_chan_5_9=0
|
||||
ofst_2g4_11b_chan_10_13=0
|
||||
ofst_2g4_ofdm_highrate_chan_1_4=0
|
||||
ofst_2g4_ofdm_highrate_chan_5_9=0
|
||||
ofst_2g4_ofdm_highrate_chan_10_13=0
|
||||
ofst_2g4_ofdm_lowrate_chan_1_4=0
|
||||
ofst_2g4_ofdm_lowrate_chan_5_9=0
|
||||
ofst_2g4_ofdm_lowrate_chan_10_13=0
|
||||
ofst_5g_ofdm_lowrate_chan_42=0
|
||||
ofst_5g_ofdm_lowrate_chan_58=0
|
||||
ofst_5g_ofdm_lowrate_chan_106=0
|
||||
ofst_5g_ofdm_lowrate_chan_122=0
|
||||
ofst_5g_ofdm_lowrate_chan_138=0
|
||||
ofst_5g_ofdm_lowrate_chan_155=0
|
||||
ofst_5g_ofdm_highrate_chan_42=0
|
||||
ofst_5g_ofdm_highrate_chan_58=0
|
||||
ofst_5g_ofdm_highrate_chan_106=0
|
||||
ofst_5g_ofdm_highrate_chan_122=0
|
||||
ofst_5g_ofdm_highrate_chan_138=0
|
||||
ofst_5g_ofdm_highrate_chan_155=0
|
||||
ofst_5g_ofdm_midrate_chan_42=0
|
||||
ofst_5g_ofdm_midrate_chan_58=0
|
||||
ofst_5g_ofdm_midrate_chan_106=0
|
||||
ofst_5g_ofdm_midrate_chan_122=0
|
||||
ofst_5g_ofdm_midrate_chan_138=0
|
||||
ofst_5g_ofdm_midrate_chan_155=0
|
||||
|
||||
# xtal cap
|
||||
xtal_enable=0
|
||||
xtal_cap=24
|
||||
xtal_cap_fine=31
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,117 @@
|
||||
# AIC POWERLIMIT 2025/0623/1700
|
||||
# Max tx power reference: Linux wireless regulatory database for CRDA
|
||||
# https://git.kernel.org/pub/scm/linux/kernel/git/sforshee/wireless-regdb.git/tree/db.txt
|
||||
# If loss_value in aic_userconfig.txt is enabled, the power value in this document will be subtracted from loss_value in actual judgment
|
||||
|
||||
# Table 1:
|
||||
## 2.4G, 20M,#6#
|
||||
## START
|
||||
## SRRC FCC ETSI JP KCC UNSET
|
||||
CH01 16 14 14 16 16 15
|
||||
CH02 16 14 14 16 16 16
|
||||
CH03 16 14 14 16 16 16
|
||||
CH04 16 14 14 16 16 16
|
||||
CH05 16 14 14 16 16 16
|
||||
CH06 16 14 14 16 16 16
|
||||
CH07 16 14 14 16 16 16
|
||||
CH08 16 14 14 16 16 16
|
||||
CH09 16 14 14 16 16 16
|
||||
CH10 16 14 14 16 16 16
|
||||
CH11 16 14 14 16 16 16
|
||||
CH12 15 14 14 16 16 12
|
||||
CH13 13 14 14 16 16 12
|
||||
CH14 NA NA NA 16 NA 12
|
||||
## END
|
||||
|
||||
# Table 2:
|
||||
## 2.4G, 40M,#6#
|
||||
## START
|
||||
## SRRC FCC ETSI JP KCC UNSET
|
||||
CH01 NA NA NA NA NA NA
|
||||
CH02 NA NA NA NA NA NA
|
||||
CH03 16 13 14 16 16 16
|
||||
CH04 16 13 14 16 16 16
|
||||
CH05 16 13 14 16 16 16
|
||||
CH06 16 13 14 16 16 16
|
||||
CH07 16 13 14 16 16 16
|
||||
CH08 16 13 14 16 16 16
|
||||
CH09 16 11 14 16 16 16
|
||||
CH10 16 11 14 16 16 16
|
||||
CH11 16 11 14 16 16 16
|
||||
CH12 NA NA NA NA NA NA
|
||||
CH13 NA NA NA NA NA NA
|
||||
CH14 NA NA NA NA NA NA
|
||||
## END
|
||||
|
||||
# Table 3:
|
||||
## 5G, 20M,#6#
|
||||
## START
|
||||
## SRRC FCC ETSI JP KCC UNSET
|
||||
# 5G Band 1
|
||||
CH36 15 16 16 16 16 15
|
||||
CH40 15 16 16 16 16 15
|
||||
CH44 15 16 16 16 16 15
|
||||
CH48 15 16 16 16 16 15
|
||||
# 5G Band 2
|
||||
CH52 15 16 16 16 16 15
|
||||
CH56 15 16 16 16 16 15
|
||||
CH60 15 16 16 16 16 15
|
||||
CH64 15 16 16 16 16 15
|
||||
# 5G Band 3
|
||||
CH100 NA 16 16 16 16 15
|
||||
CH104 NA 16 16 16 16 15
|
||||
CH108 NA 16 16 16 16 15
|
||||
CH112 NA 16 16 16 16 15
|
||||
CH116 NA 16 16 16 16 15
|
||||
CH120 NA 16 16 16 16 15
|
||||
CH124 NA 16 16 16 16 15
|
||||
CH128 NA 16 16 16 16 15
|
||||
CH132 NA 16 16 16 16 15
|
||||
CH136 NA 16 16 16 16 15
|
||||
CH140 NA 16 16 16 16 15
|
||||
CH144 NA NA 16 16 16 15
|
||||
# 5G Band 4
|
||||
CH149 20 16 8 NA 20 11
|
||||
CH153 20 16 8 NA 20 11
|
||||
CH157 20 16 8 NA 20 11
|
||||
CH161 20 16 8 NA 20 11
|
||||
CH165 20 16 8 NA 20 11
|
||||
## END
|
||||
|
||||
# Table 4:
|
||||
## 5G, 40M,#6#
|
||||
## START
|
||||
## SRRC FCC ETSI JP KCC UNSET
|
||||
# 5G Band 1
|
||||
CH38 15 16 16 16 20 15
|
||||
CH46 15 16 16 16 20 15
|
||||
# 5G Band 2
|
||||
CH54 15 16 16 16 20 15
|
||||
CH62 15 16 16 16 20 15
|
||||
# 5G Band 3
|
||||
CH102 NA 16 16 16 20 15
|
||||
CH110 NA 16 16 16 20 15
|
||||
CH118 NA 16 16 16 20 15
|
||||
CH126 NA 16 16 16 20 15
|
||||
CH134 NA 16 16 16 20 15
|
||||
CH142 NA 16 NA 16 20 15
|
||||
# 5G Band 4
|
||||
CH151 16 15 8 NA 18 11
|
||||
CH159 17 16 8 NA 17 11
|
||||
## END
|
||||
|
||||
# Table 5:
|
||||
## 5G, 80M,#6#
|
||||
## START
|
||||
## SRRC FCC ETSI JP KCC UNSET
|
||||
# 5G Band 1
|
||||
CH42 15 16 16 16 20 15
|
||||
# 5G Band 2
|
||||
CH58 15 16 16 16 20 15
|
||||
# 5G Band 3
|
||||
CH106 NA 16 16 16 20 15
|
||||
CH122 NA 16 16 16 20 15
|
||||
CH138 NA 16 NA NA 20 15
|
||||
# 5G Band 4
|
||||
CH155 15 14 8 NA 16 11
|
||||
## END
|
||||
@@ -0,0 +1,121 @@
|
||||
# AIC USERCONFIG 2022/0803/1707
|
||||
|
||||
# txpwr_lvl
|
||||
enable=1
|
||||
lvl_11b_11ag_1m_2g4=18
|
||||
lvl_11b_11ag_2m_2g4=18
|
||||
lvl_11b_11ag_5m5_2g4=18
|
||||
lvl_11b_11ag_11m_2g4=18
|
||||
lvl_11b_11ag_6m_2g4=18
|
||||
lvl_11b_11ag_9m_2g4=18
|
||||
lvl_11b_11ag_12m_2g4=18
|
||||
lvl_11b_11ag_18m_2g4=18
|
||||
lvl_11b_11ag_24m_2g4=16
|
||||
lvl_11b_11ag_36m_2g4=16
|
||||
lvl_11b_11ag_48m_2g4=15
|
||||
lvl_11b_11ag_54m_2g4=15
|
||||
lvl_11n_11ac_mcs0_2g4=18
|
||||
lvl_11n_11ac_mcs1_2g4=18
|
||||
lvl_11n_11ac_mcs2_2g4=18
|
||||
lvl_11n_11ac_mcs3_2g4=18
|
||||
lvl_11n_11ac_mcs4_2g4=16
|
||||
lvl_11n_11ac_mcs5_2g4=16
|
||||
lvl_11n_11ac_mcs6_2g4=15
|
||||
lvl_11n_11ac_mcs7_2g4=15
|
||||
lvl_11n_11ac_mcs8_2g4=14
|
||||
lvl_11n_11ac_mcs9_2g4=14
|
||||
lvl_11ax_mcs0_2g4=18
|
||||
lvl_11ax_mcs1_2g4=18
|
||||
lvl_11ax_mcs2_2g4=18
|
||||
lvl_11ax_mcs3_2g4=18
|
||||
lvl_11ax_mcs4_2g4=16
|
||||
lvl_11ax_mcs5_2g4=16
|
||||
lvl_11ax_mcs6_2g4=15
|
||||
lvl_11ax_mcs7_2g4=15
|
||||
lvl_11ax_mcs8_2g4=14
|
||||
lvl_11ax_mcs9_2g4=14
|
||||
lvl_11ax_mcs10_2g4=13
|
||||
lvl_11ax_mcs11_2g4=13
|
||||
lvl_11a_6m_5g=18
|
||||
lvl_11a_9m_5g=18
|
||||
lvl_11a_12m_5g=18
|
||||
lvl_11a_18m_5g=18
|
||||
lvl_11a_24m_5g=16
|
||||
lvl_11a_36m_5g=16
|
||||
lvl_11a_48m_5g=15
|
||||
lvl_11a_54m_5g=15
|
||||
lvl_11n_11ac_mcs0_5g=18
|
||||
lvl_11n_11ac_mcs1_5g=18
|
||||
lvl_11n_11ac_mcs2_5g=18
|
||||
lvl_11n_11ac_mcs3_5g=18
|
||||
lvl_11n_11ac_mcs4_5g=16
|
||||
lvl_11n_11ac_mcs5_5g=16
|
||||
lvl_11n_11ac_mcs6_5g=15
|
||||
lvl_11n_11ac_mcs7_5g=15
|
||||
lvl_11n_11ac_mcs8_5g=14
|
||||
lvl_11n_11ac_mcs9_5g=14
|
||||
lvl_11ax_mcs0_5g=18
|
||||
lvl_11ax_mcs1_5g=18
|
||||
lvl_11ax_mcs2_5g=18
|
||||
lvl_11ax_mcs3_5g=18
|
||||
lvl_11ax_mcs4_5g=16
|
||||
lvl_11ax_mcs5_5g=16
|
||||
lvl_11ax_mcs6_5g=14
|
||||
lvl_11ax_mcs7_5g=14
|
||||
lvl_11ax_mcs8_5g=13
|
||||
lvl_11ax_mcs9_5g=13
|
||||
lvl_11ax_mcs10_5g=12
|
||||
lvl_11ax_mcs11_5g=12
|
||||
|
||||
# txpwr_lvl_adj
|
||||
lvl_adj_enable=0
|
||||
lvl_adj_2g4_chan_1_4=0
|
||||
lvl_adj_2g4_chan_5_9=0
|
||||
lvl_adj_2g4_chan_10_13=0
|
||||
lvl_adj_5g_chan_42=0
|
||||
lvl_adj_5g_chan_58=0
|
||||
lvl_adj_5g_chan_106=0
|
||||
lvl_adj_5g_chan_122=0
|
||||
lvl_adj_5g_chan_138=0
|
||||
lvl_adj_5g_chan_155=0
|
||||
|
||||
# txpwr_loss
|
||||
loss_enable_2g4=0
|
||||
loss_value_2g4=2
|
||||
loss_enable_5g=0
|
||||
loss_value_5g=5
|
||||
|
||||
# txpwr_ofst
|
||||
ofst_enable=0
|
||||
ofst_2g4_ant0_11b_chan_1_4=0
|
||||
ofst_2g4_ant0_11b_chan_5_9=0
|
||||
ofst_2g4_ant0_11b_chan_10_13=0
|
||||
ofst_2g4_ant0_ofdm_highrate_chan_1_4=0
|
||||
ofst_2g4_ant0_ofdm_highrate_chan_5_9=0
|
||||
ofst_2g4_ant0_ofdm_highrate_chan_10_13=0
|
||||
ofst_2g4_ant1_11b_chan_1_4=0
|
||||
ofst_2g4_ant1_11b_chan_5_9=0
|
||||
ofst_2g4_ant1_11b_chan_10_13=0
|
||||
ofst_2g4_ant1_ofdm_highrate_chan_1_4=0
|
||||
ofst_2g4_ant1_ofdm_highrate_chan_5_9=0
|
||||
ofst_2g4_ant1_ofdm_highrate_chan_10_13=0
|
||||
ofst_5g_ant0_ofdm_highrate_chan_42=0
|
||||
ofst_5g_ant0_ofdm_highrate_chan_58=0
|
||||
ofst_5g_ant0_ofdm_highrate_chan_106=0
|
||||
ofst_5g_ant0_ofdm_highrate_chan_122=0
|
||||
ofst_5g_ant0_ofdm_highrate_chan_138=0
|
||||
ofst_5g_ant0_ofdm_highrate_chan_155=0
|
||||
ofst_5g_ant1_ofdm_highrate_chan_42=0
|
||||
ofst_5g_ant1_ofdm_highrate_chan_58=0
|
||||
ofst_5g_ant1_ofdm_highrate_chan_106=0
|
||||
ofst_5g_ant1_ofdm_highrate_chan_122=0
|
||||
ofst_5g_ant1_ofdm_highrate_chan_138=0
|
||||
ofst_5g_ant1_ofdm_highrate_chan_155=0
|
||||
|
||||
# xtal cap
|
||||
xtal_enable=0
|
||||
xtal_cap=24
|
||||
xtal_cap_fine=31
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
BTMODE=5 # 模式 0 ~ 5 (ONLY_SW|WIFI_COMBO|ONLY|ONLY_TEST|WIFI_COMBO_TEST|ONLY_COANT)
|
||||
BTPORT=2 # 1 (USB) | 2(Uart)
|
||||
UART_BAUD=1500000 # 115200 ~ 3250000
|
||||
UART_FC=0 # 0 (Disable) | 1(Enable)
|
||||
LPM_ENABLE=0 # 0 (Disable) | 1(Enable)
|
||||
TXPWR_LVL=00006F2F # first byte, min pwr lvl; second byte, max pwr lvl; 20(min), 30 , 40 , 50 , 60(max)
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,118 +1,117 @@
|
||||
# AIC POWERLIMIT 2024/1108/1900
|
||||
# AIC POWERLIMIT 2025/0623/1700
|
||||
# Max tx power reference: Linux wireless regulatory database for CRDA
|
||||
# https://git.kernel.org/pub/scm/linux/kernel/git/sforshee/wireless-regdb.git/tree/db.txt
|
||||
# If loss_value in aic_userconfig_8800d80.txt is enabled, the power value in this document will be subtracted from loss_value in actual judgment
|
||||
# If loss_value in aic_userconfig.txt is enabled, the power value in this document will be subtracted from loss_value in actual judgment
|
||||
|
||||
# Table 1:
|
||||
## 2.4G, 20M,#5#
|
||||
## 2.4G, 20M,#6#
|
||||
## START
|
||||
## SRRC FCC ETSI JP UNSET
|
||||
CH01 15 15 15 15 15
|
||||
CH02 16 16 16 16 16
|
||||
CH03 16 16 16 16 16
|
||||
CH04 16 16 16 16 16
|
||||
CH05 16 16 16 16 16
|
||||
CH06 16 16 16 16 16
|
||||
CH07 16 16 16 16 16
|
||||
CH08 16 16 16 16 16
|
||||
CH09 16 16 16 16 16
|
||||
CH10 16 16 16 16 16
|
||||
CH11 16 16 16 16 16
|
||||
CH12 12 12 12 12 12
|
||||
CH13 12 12 12 12 12
|
||||
CH14 NA NA NA 12 12
|
||||
## SRRC FCC ETSI JP KCC UNSET
|
||||
CH01 16 14 14 16 16 15
|
||||
CH02 16 14 14 16 16 16
|
||||
CH03 16 14 14 16 16 16
|
||||
CH04 16 14 14 16 16 16
|
||||
CH05 16 14 14 16 16 16
|
||||
CH06 16 14 14 16 16 16
|
||||
CH07 16 14 14 16 16 16
|
||||
CH08 16 14 14 16 16 16
|
||||
CH09 16 14 14 16 16 16
|
||||
CH10 16 14 14 16 16 16
|
||||
CH11 16 14 14 16 16 16
|
||||
CH12 15 14 14 16 16 12
|
||||
CH13 13 14 14 16 16 12
|
||||
CH14 NA NA NA 16 NA 12
|
||||
## END
|
||||
|
||||
# Table 2:
|
||||
## 2.4G, 40M,#5#
|
||||
## 2.4G, 40M,#6#
|
||||
## START
|
||||
## SRRC FCC ETSI JP UNSET
|
||||
CH01 NA NA NA NA NA
|
||||
CH02 NA NA NA NA NA
|
||||
CH03 16 16 16 16 16
|
||||
CH04 16 16 16 16 16
|
||||
CH05 16 16 16 16 16
|
||||
CH06 16 16 16 16 16
|
||||
CH07 16 16 16 16 16
|
||||
CH08 16 16 16 16 16
|
||||
CH09 16 16 16 16 16
|
||||
CH10 16 16 16 16 16
|
||||
CH11 16 16 16 16 16
|
||||
CH12 NA NA NA NA NA
|
||||
CH13 NA NA NA NA NA
|
||||
CH14 NA NA NA NA NA
|
||||
## SRRC FCC ETSI JP KCC UNSET
|
||||
CH01 NA NA NA NA NA NA
|
||||
CH02 NA NA NA NA NA NA
|
||||
CH03 16 13 14 16 16 16
|
||||
CH04 16 13 14 16 16 16
|
||||
CH05 16 13 14 16 16 16
|
||||
CH06 16 13 14 16 16 16
|
||||
CH07 16 13 14 16 16 16
|
||||
CH08 16 13 14 16 16 16
|
||||
CH09 16 11 14 16 16 16
|
||||
CH10 16 11 14 16 16 16
|
||||
CH11 16 11 14 16 16 16
|
||||
CH12 NA NA NA NA NA NA
|
||||
CH13 NA NA NA NA NA NA
|
||||
CH14 NA NA NA NA NA NA
|
||||
## END
|
||||
|
||||
# Table 3:
|
||||
## 5G, 20M,#5#
|
||||
## 5G, 20M,#6#
|
||||
## START
|
||||
## SRRC FCC ETSI JP UNSET
|
||||
## SRRC FCC ETSI JP KCC UNSET
|
||||
# 5G Band 1
|
||||
CH36 15 16 16 16 15
|
||||
CH40 15 16 16 16 15
|
||||
CH44 15 16 16 16 15
|
||||
CH48 15 16 16 16 15
|
||||
CH36 15 16 16 16 16 15
|
||||
CH40 15 16 16 16 16 15
|
||||
CH44 15 16 16 16 16 15
|
||||
CH48 15 16 16 16 16 15
|
||||
# 5G Band 2
|
||||
CH52 15 16 16 16 15
|
||||
CH56 15 16 16 16 15
|
||||
CH60 15 16 16 16 15
|
||||
CH64 15 16 16 16 15
|
||||
CH52 15 16 16 16 16 15
|
||||
CH56 15 16 16 16 16 15
|
||||
CH60 15 16 16 16 16 15
|
||||
CH64 15 16 16 16 16 15
|
||||
# 5G Band 3
|
||||
CH100 NA 16 16 16 15
|
||||
CH104 NA 16 16 16 15
|
||||
CH108 NA 16 16 16 15
|
||||
CH112 NA 16 16 16 15
|
||||
CH116 NA 16 16 16 15
|
||||
CH120 NA 16 16 16 15
|
||||
CH124 NA 16 16 16 15
|
||||
CH128 NA 16 16 16 15
|
||||
CH132 NA 16 16 16 15
|
||||
CH136 NA 16 16 16 15
|
||||
CH140 NA 16 16 16 15
|
||||
CH144 NA NA 16 16 15
|
||||
CH100 NA 16 16 16 16 15
|
||||
CH104 NA 16 16 16 16 15
|
||||
CH108 NA 16 16 16 16 15
|
||||
CH112 NA 16 16 16 16 15
|
||||
CH116 NA 16 16 16 16 15
|
||||
CH120 NA 16 16 16 16 15
|
||||
CH124 NA 16 16 16 16 15
|
||||
CH128 NA 16 16 16 16 15
|
||||
CH132 NA 16 16 16 16 15
|
||||
CH136 NA 16 16 16 16 15
|
||||
CH140 NA 16 16 16 16 15
|
||||
CH144 NA NA 16 16 16 15
|
||||
# 5G Band 4
|
||||
CH149 16 16 11 NA 11
|
||||
CH153 16 16 11 NA 11
|
||||
CH157 16 16 11 NA 11
|
||||
CH161 16 16 11 NA 11
|
||||
CH165 16 16 11 NA 11
|
||||
CH149 20 16 8 NA 20 11
|
||||
CH153 20 16 8 NA 20 11
|
||||
CH157 20 16 8 NA 20 11
|
||||
CH161 20 16 8 NA 20 11
|
||||
CH165 20 16 8 NA 20 11
|
||||
## END
|
||||
|
||||
# Table 4:
|
||||
## 5G, 40M,#5#
|
||||
## 5G, 40M,#6#
|
||||
## START
|
||||
## SRRC FCC ETSI JP UNSET
|
||||
## SRRC FCC ETSI JP KCC UNSET
|
||||
# 5G Band 1
|
||||
CH38 15 16 16 16 15
|
||||
CH46 15 16 16 16 15
|
||||
CH38 15 16 16 16 20 15
|
||||
CH46 15 16 16 16 20 15
|
||||
# 5G Band 2
|
||||
CH54 15 16 16 16 15
|
||||
CH62 15 16 16 16 15
|
||||
CH54 15 16 16 16 20 15
|
||||
CH62 15 16 16 16 20 15
|
||||
# 5G Band 3
|
||||
CH102 NA 16 16 16 15
|
||||
CH110 NA 16 16 16 15
|
||||
CH118 NA 16 16 16 15
|
||||
CH126 NA 16 16 16 15
|
||||
CH134 NA 16 16 16 15
|
||||
CH142 NA 16 NA 16 15
|
||||
CH102 NA 16 16 16 20 15
|
||||
CH110 NA 16 16 16 20 15
|
||||
CH118 NA 16 16 16 20 15
|
||||
CH126 NA 16 16 16 20 15
|
||||
CH134 NA 16 16 16 20 15
|
||||
CH142 NA 16 NA 16 20 15
|
||||
# 5G Band 4
|
||||
CH151 16 16 11 NA 11
|
||||
CH159 16 16 11 NA 11
|
||||
CH151 16 15 8 NA 18 11
|
||||
CH159 17 16 8 NA 17 11
|
||||
## END
|
||||
|
||||
# Table 5:
|
||||
## 5G, 80M,#5#
|
||||
## 5G, 80M,#6#
|
||||
## START
|
||||
## SRRC FCC ETSI JP UNSET
|
||||
## SRRC FCC ETSI JP KCC UNSET
|
||||
# 5G Band 1
|
||||
CH42 15 16 16 16 15
|
||||
CH42 15 16 16 16 20 15
|
||||
# 5G Band 2
|
||||
CH58 15 16 16 16 15
|
||||
CH58 15 16 16 16 20 15
|
||||
# 5G Band 3
|
||||
CH106 NA 16 16 16 15
|
||||
CH122 NA 16 16 16 15
|
||||
CH138 NA 16 NA NA 15
|
||||
CH106 NA 16 16 16 20 15
|
||||
CH122 NA 16 16 16 20 15
|
||||
CH138 NA 16 NA NA 20 15
|
||||
# 5G Band 4
|
||||
CH155 16 16 11 NA 11
|
||||
## END
|
||||
|
||||
CH155 15 14 8 NA 16 11
|
||||
## END
|
||||
@@ -1,118 +1,117 @@
|
||||
# AIC POWERLIMIT 2024/1108/1900
|
||||
# AIC POWERLIMIT 2025/0623/1700
|
||||
# Max tx power reference: Linux wireless regulatory database for CRDA
|
||||
# https://git.kernel.org/pub/scm/linux/kernel/git/sforshee/wireless-regdb.git/tree/db.txt
|
||||
# If loss_value in aic_userconfig_8800d80.txt is enabled, the power value in this document will be subtracted from loss_value in actual judgment
|
||||
# If loss_value in aic_userconfig.txt is enabled, the power value in this document will be subtracted from loss_value in actual judgment
|
||||
|
||||
# Table 1:
|
||||
## 2.4G, 20M,#5#
|
||||
## 2.4G, 20M,#6#
|
||||
## START
|
||||
## SRRC FCC ETSI JP UNSET
|
||||
CH01 15 15 15 15 15
|
||||
CH02 16 16 16 16 16
|
||||
CH03 16 16 16 16 16
|
||||
CH04 16 16 16 16 16
|
||||
CH05 16 16 16 16 16
|
||||
CH06 16 16 16 16 16
|
||||
CH07 16 16 16 16 16
|
||||
CH08 16 16 16 16 16
|
||||
CH09 16 16 16 16 16
|
||||
CH10 16 16 16 16 16
|
||||
CH11 16 16 16 16 16
|
||||
CH12 12 12 12 12 12
|
||||
CH13 12 12 12 12 12
|
||||
CH14 NA NA NA 12 12
|
||||
## SRRC FCC ETSI JP KCC UNSET
|
||||
CH01 16 14 14 16 16 15
|
||||
CH02 16 14 14 16 16 16
|
||||
CH03 16 14 14 16 16 16
|
||||
CH04 16 14 14 16 16 16
|
||||
CH05 16 14 14 16 16 16
|
||||
CH06 16 14 14 16 16 16
|
||||
CH07 16 14 14 16 16 16
|
||||
CH08 16 14 14 16 16 16
|
||||
CH09 16 14 14 16 16 16
|
||||
CH10 16 14 14 16 16 16
|
||||
CH11 16 14 14 16 16 16
|
||||
CH12 15 14 14 16 16 12
|
||||
CH13 13 14 14 16 16 12
|
||||
CH14 NA NA NA 16 NA 12
|
||||
## END
|
||||
|
||||
# Table 2:
|
||||
## 2.4G, 40M,#5#
|
||||
## 2.4G, 40M,#6#
|
||||
## START
|
||||
## SRRC FCC ETSI JP UNSET
|
||||
CH01 NA NA NA NA NA
|
||||
CH02 NA NA NA NA NA
|
||||
CH03 16 16 16 16 16
|
||||
CH04 16 16 16 16 16
|
||||
CH05 16 16 16 16 16
|
||||
CH06 16 16 16 16 16
|
||||
CH07 16 16 16 16 16
|
||||
CH08 16 16 16 16 16
|
||||
CH09 16 16 16 16 16
|
||||
CH10 16 16 16 16 16
|
||||
CH11 16 16 16 16 16
|
||||
CH12 NA NA NA NA NA
|
||||
CH13 NA NA NA NA NA
|
||||
CH14 NA NA NA NA NA
|
||||
## SRRC FCC ETSI JP KCC UNSET
|
||||
CH01 NA NA NA NA NA NA
|
||||
CH02 NA NA NA NA NA NA
|
||||
CH03 16 13 14 16 16 16
|
||||
CH04 16 13 14 16 16 16
|
||||
CH05 16 13 14 16 16 16
|
||||
CH06 16 13 14 16 16 16
|
||||
CH07 16 13 14 16 16 16
|
||||
CH08 16 13 14 16 16 16
|
||||
CH09 16 11 14 16 16 16
|
||||
CH10 16 11 14 16 16 16
|
||||
CH11 16 11 14 16 16 16
|
||||
CH12 NA NA NA NA NA NA
|
||||
CH13 NA NA NA NA NA NA
|
||||
CH14 NA NA NA NA NA NA
|
||||
## END
|
||||
|
||||
# Table 3:
|
||||
## 5G, 20M,#5#
|
||||
## 5G, 20M,#6#
|
||||
## START
|
||||
## SRRC FCC ETSI JP UNSET
|
||||
## SRRC FCC ETSI JP KCC UNSET
|
||||
# 5G Band 1
|
||||
CH36 15 16 16 16 15
|
||||
CH40 15 16 16 16 15
|
||||
CH44 15 16 16 16 15
|
||||
CH48 15 16 16 16 15
|
||||
CH36 15 16 16 16 16 15
|
||||
CH40 15 16 16 16 16 15
|
||||
CH44 15 16 16 16 16 15
|
||||
CH48 15 16 16 16 16 15
|
||||
# 5G Band 2
|
||||
CH52 15 16 16 16 15
|
||||
CH56 15 16 16 16 15
|
||||
CH60 15 16 16 16 15
|
||||
CH64 15 16 16 16 15
|
||||
CH52 15 16 16 16 16 15
|
||||
CH56 15 16 16 16 16 15
|
||||
CH60 15 16 16 16 16 15
|
||||
CH64 15 16 16 16 16 15
|
||||
# 5G Band 3
|
||||
CH100 NA 16 16 16 15
|
||||
CH104 NA 16 16 16 15
|
||||
CH108 NA 16 16 16 15
|
||||
CH112 NA 16 16 16 15
|
||||
CH116 NA 16 16 16 15
|
||||
CH120 NA 16 16 16 15
|
||||
CH124 NA 16 16 16 15
|
||||
CH128 NA 16 16 16 15
|
||||
CH132 NA 16 16 16 15
|
||||
CH136 NA 16 16 16 15
|
||||
CH140 NA 16 16 16 15
|
||||
CH144 NA NA 16 16 15
|
||||
CH100 NA 16 16 16 16 15
|
||||
CH104 NA 16 16 16 16 15
|
||||
CH108 NA 16 16 16 16 15
|
||||
CH112 NA 16 16 16 16 15
|
||||
CH116 NA 16 16 16 16 15
|
||||
CH120 NA 16 16 16 16 15
|
||||
CH124 NA 16 16 16 16 15
|
||||
CH128 NA 16 16 16 16 15
|
||||
CH132 NA 16 16 16 16 15
|
||||
CH136 NA 16 16 16 16 15
|
||||
CH140 NA 16 16 16 16 15
|
||||
CH144 NA NA 16 16 16 15
|
||||
# 5G Band 4
|
||||
CH149 16 16 11 NA 11
|
||||
CH153 16 16 11 NA 11
|
||||
CH157 16 16 11 NA 11
|
||||
CH161 16 16 11 NA 11
|
||||
CH165 16 16 11 NA 11
|
||||
CH149 20 16 8 NA 20 11
|
||||
CH153 20 16 8 NA 20 11
|
||||
CH157 20 16 8 NA 20 11
|
||||
CH161 20 16 8 NA 20 11
|
||||
CH165 20 16 8 NA 20 11
|
||||
## END
|
||||
|
||||
# Table 4:
|
||||
## 5G, 40M,#5#
|
||||
## 5G, 40M,#6#
|
||||
## START
|
||||
## SRRC FCC ETSI JP UNSET
|
||||
## SRRC FCC ETSI JP KCC UNSET
|
||||
# 5G Band 1
|
||||
CH38 15 16 16 16 15
|
||||
CH46 15 16 16 16 15
|
||||
CH38 15 16 16 16 20 15
|
||||
CH46 15 16 16 16 20 15
|
||||
# 5G Band 2
|
||||
CH54 15 16 16 16 15
|
||||
CH62 15 16 16 16 15
|
||||
CH54 15 16 16 16 20 15
|
||||
CH62 15 16 16 16 20 15
|
||||
# 5G Band 3
|
||||
CH102 NA 16 16 16 15
|
||||
CH110 NA 16 16 16 15
|
||||
CH118 NA 16 16 16 15
|
||||
CH126 NA 16 16 16 15
|
||||
CH134 NA 16 16 16 15
|
||||
CH142 NA 16 NA 16 15
|
||||
CH102 NA 16 16 16 20 15
|
||||
CH110 NA 16 16 16 20 15
|
||||
CH118 NA 16 16 16 20 15
|
||||
CH126 NA 16 16 16 20 15
|
||||
CH134 NA 16 16 16 20 15
|
||||
CH142 NA 16 NA 16 20 15
|
||||
# 5G Band 4
|
||||
CH151 16 16 11 NA 11
|
||||
CH159 16 16 11 NA 11
|
||||
CH151 16 15 8 NA 18 11
|
||||
CH159 17 16 8 NA 17 11
|
||||
## END
|
||||
|
||||
# Table 5:
|
||||
## 5G, 80M,#5#
|
||||
## 5G, 80M,#6#
|
||||
## START
|
||||
## SRRC FCC ETSI JP UNSET
|
||||
## SRRC FCC ETSI JP KCC UNSET
|
||||
# 5G Band 1
|
||||
CH42 15 16 16 16 15
|
||||
CH42 15 16 16 16 20 15
|
||||
# 5G Band 2
|
||||
CH58 15 16 16 16 15
|
||||
CH58 15 16 16 16 20 15
|
||||
# 5G Band 3
|
||||
CH106 NA 16 16 16 15
|
||||
CH122 NA 16 16 16 15
|
||||
CH138 NA 16 NA NA 15
|
||||
CH106 NA 16 16 16 20 15
|
||||
CH122 NA 16 16 16 20 15
|
||||
CH138 NA 16 NA NA 20 15
|
||||
# 5G Band 4
|
||||
CH155 16 16 11 NA 11
|
||||
## END
|
||||
|
||||
CH155 15 14 8 NA 16 11
|
||||
## END
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,118 @@
|
||||
# AIC POWERLIMIT 2024/1108/1900
|
||||
# Max tx power reference: Linux wireless regulatory database for CRDA
|
||||
# https://git.kernel.org/pub/scm/linux/kernel/git/sforshee/wireless-regdb.git/tree/db.txt
|
||||
# If loss_value in aic_userconfig_8800d80.txt is enabled, the power value in this document will be subtracted from loss_value in actual judgment
|
||||
|
||||
# Table 1:
|
||||
## 2.4G, 20M,#5#
|
||||
## START
|
||||
## SRRC FCC ETSI JP UNSET
|
||||
CH01 15 15 15 15 15
|
||||
CH02 16 16 16 16 16
|
||||
CH03 16 16 16 16 16
|
||||
CH04 16 16 16 16 16
|
||||
CH05 16 16 16 16 16
|
||||
CH06 16 16 16 16 16
|
||||
CH07 16 16 16 16 16
|
||||
CH08 16 16 16 16 16
|
||||
CH09 16 16 16 16 16
|
||||
CH10 16 16 16 16 16
|
||||
CH11 16 16 16 16 16
|
||||
CH12 12 12 12 12 12
|
||||
CH13 12 12 12 12 12
|
||||
CH14 NA NA NA 12 12
|
||||
## END
|
||||
|
||||
# Table 2:
|
||||
## 2.4G, 40M,#5#
|
||||
## START
|
||||
## SRRC FCC ETSI JP UNSET
|
||||
CH01 NA NA NA NA NA
|
||||
CH02 NA NA NA NA NA
|
||||
CH03 16 16 16 16 16
|
||||
CH04 16 16 16 16 16
|
||||
CH05 16 16 16 16 16
|
||||
CH06 16 16 16 16 16
|
||||
CH07 16 16 16 16 16
|
||||
CH08 16 16 16 16 16
|
||||
CH09 16 16 16 16 16
|
||||
CH10 16 16 16 16 16
|
||||
CH11 16 16 16 16 16
|
||||
CH12 NA NA NA NA NA
|
||||
CH13 NA NA NA NA NA
|
||||
CH14 NA NA NA NA NA
|
||||
## END
|
||||
|
||||
# Table 3:
|
||||
## 5G, 20M,#5#
|
||||
## START
|
||||
## SRRC FCC ETSI JP UNSET
|
||||
# 5G Band 1
|
||||
CH36 15 16 16 16 15
|
||||
CH40 15 16 16 16 15
|
||||
CH44 15 16 16 16 15
|
||||
CH48 15 16 16 16 15
|
||||
# 5G Band 2
|
||||
CH52 15 16 16 16 15
|
||||
CH56 15 16 16 16 15
|
||||
CH60 15 16 16 16 15
|
||||
CH64 15 16 16 16 15
|
||||
# 5G Band 3
|
||||
CH100 NA 16 16 16 15
|
||||
CH104 NA 16 16 16 15
|
||||
CH108 NA 16 16 16 15
|
||||
CH112 NA 16 16 16 15
|
||||
CH116 NA 16 16 16 15
|
||||
CH120 NA 16 16 16 15
|
||||
CH124 NA 16 16 16 15
|
||||
CH128 NA 16 16 16 15
|
||||
CH132 NA 16 16 16 15
|
||||
CH136 NA 16 16 16 15
|
||||
CH140 NA 16 16 16 15
|
||||
CH144 NA NA 16 16 15
|
||||
# 5G Band 4
|
||||
CH149 16 16 11 NA 11
|
||||
CH153 16 16 11 NA 11
|
||||
CH157 16 16 11 NA 11
|
||||
CH161 16 16 11 NA 11
|
||||
CH165 16 16 11 NA 11
|
||||
## END
|
||||
|
||||
# Table 4:
|
||||
## 5G, 40M,#5#
|
||||
## START
|
||||
## SRRC FCC ETSI JP UNSET
|
||||
# 5G Band 1
|
||||
CH38 15 16 16 16 15
|
||||
CH46 15 16 16 16 15
|
||||
# 5G Band 2
|
||||
CH54 15 16 16 16 15
|
||||
CH62 15 16 16 16 15
|
||||
# 5G Band 3
|
||||
CH102 NA 16 16 16 15
|
||||
CH110 NA 16 16 16 15
|
||||
CH118 NA 16 16 16 15
|
||||
CH126 NA 16 16 16 15
|
||||
CH134 NA 16 16 16 15
|
||||
CH142 NA 16 NA 16 15
|
||||
# 5G Band 4
|
||||
CH151 16 16 11 NA 11
|
||||
CH159 16 16 11 NA 11
|
||||
## END
|
||||
|
||||
# Table 5:
|
||||
## 5G, 80M,#5#
|
||||
## START
|
||||
## SRRC FCC ETSI JP UNSET
|
||||
# 5G Band 1
|
||||
CH42 15 16 16 16 15
|
||||
# 5G Band 2
|
||||
CH58 15 16 16 16 15
|
||||
# 5G Band 3
|
||||
CH106 NA 16 16 16 15
|
||||
CH122 NA 16 16 16 15
|
||||
CH138 NA 16 NA NA 15
|
||||
# 5G Band 4
|
||||
CH155 16 16 11 NA 11
|
||||
## END
|
||||
|
||||
@@ -0,0 +1,68 @@
|
||||
# AIC USERCONFIG 2025/1016/1157
|
||||
|
||||
# txpwr_lvl
|
||||
enable=1
|
||||
lvl_11b_11ag_1m_2g4=18
|
||||
lvl_11b_11ag_2m_2g4=18
|
||||
lvl_11b_11ag_5m5_2g4=18
|
||||
lvl_11b_11ag_11m_2g4=18
|
||||
lvl_11b_11ag_6m_2g4=18
|
||||
lvl_11b_11ag_9m_2g4=18
|
||||
lvl_11b_11ag_12m_2g4=18
|
||||
lvl_11b_11ag_18m_2g4=18
|
||||
lvl_11b_11ag_24m_2g4=16
|
||||
lvl_11b_11ag_36m_2g4=16
|
||||
lvl_11b_11ag_48m_2g4=15
|
||||
lvl_11b_11ag_54m_2g4=15
|
||||
lvl_11n_11ac_mcs0_2g4=18
|
||||
lvl_11n_11ac_mcs1_2g4=18
|
||||
lvl_11n_11ac_mcs2_2g4=18
|
||||
lvl_11n_11ac_mcs3_2g4=18
|
||||
lvl_11n_11ac_mcs4_2g4=16
|
||||
lvl_11n_11ac_mcs5_2g4=16
|
||||
lvl_11n_11ac_mcs6_2g4=15
|
||||
lvl_11n_11ac_mcs7_2g4=15
|
||||
lvl_11n_11ac_mcs8_2g4=14
|
||||
lvl_11n_11ac_mcs9_2g4=14
|
||||
lvl_11ax_mcs0_2g4=18
|
||||
lvl_11ax_mcs1_2g4=18
|
||||
lvl_11ax_mcs2_2g4=18
|
||||
lvl_11ax_mcs3_2g4=18
|
||||
lvl_11ax_mcs4_2g4=16
|
||||
lvl_11ax_mcs5_2g4=16
|
||||
lvl_11ax_mcs6_2g4=15
|
||||
lvl_11ax_mcs7_2g4=15
|
||||
lvl_11ax_mcs8_2g4=14
|
||||
lvl_11ax_mcs9_2g4=14
|
||||
lvl_11ax_mcs10_2g4=13
|
||||
lvl_11ax_mcs11_2g4=13
|
||||
|
||||
# txpwr_lvl_adj
|
||||
lvl_adj_enable=0
|
||||
lvl_adj_2g4_chan_1_4=0
|
||||
lvl_adj_2g4_chan_5_9=0
|
||||
lvl_adj_2g4_chan_10_13=0
|
||||
|
||||
# txpwr_loss
|
||||
loss_enable_2g4=0
|
||||
loss_value_2g4=2
|
||||
|
||||
# txpwr_ofst
|
||||
ofst_enable=0
|
||||
ofst_2g4_11b_chan_1_4=0
|
||||
ofst_2g4_11b_chan_5_9=0
|
||||
ofst_2g4_11b_chan_10_13=0
|
||||
ofst_2g4_ofdm_highrate_chan_1_4=0
|
||||
ofst_2g4_ofdm_highrate_chan_5_9=0
|
||||
ofst_2g4_ofdm_highrate_chan_10_13=0
|
||||
ofst_2g4_ofdm_lowrate_chan_1_4=0
|
||||
ofst_2g4_ofdm_lowrate_chan_5_9=0
|
||||
ofst_2g4_ofdm_lowrate_chan_10_13=0
|
||||
|
||||
# xtal cap
|
||||
xtal_enable=0
|
||||
xtal_cap=24
|
||||
xtal_cap_fine=31
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user