Skip to content

Commit b09a7e2

Browse files
committed
wifi-ssv6x5x: add driver configs files
1 parent 6e57dc1 commit b09a7e2

File tree

5 files changed

+643
-8
lines changed

5 files changed

+643
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
fw_tx_waitnum = 10
2+
fw_tx_duration = 64
3+
fw_tx_duration_period = 1
4+
hci_trigger_en = 1
5+
hci_trigger_qlen = 10
6+
hci_trigger_pkt_size = 80
7+
hci_task_timeout = 20
8+
9+
############################################################
10+
# MAC address
11+
#
12+
# Priority 1. From wifi.cfg [ hw_mac & hw_mac_2 ]
13+
#
14+
# Priority 2. From e-fuse[ON/OFF switch by wifi.cfg]
15+
#
16+
# Priority 3. From insert module parameter
17+
#
18+
# Priority 4. From external file path
19+
# path only support some special charater "_" ":" "/" "." "-"
20+
#
21+
# Priority 5. Default[Software mode]
22+
#
23+
# 0. => 00:33:33:33:33:33
24+
# 1. => Always random
25+
# 2. => First random and write to file[Default path mac_output_path]
26+
#
27+
############################################################
28+
#ignore_efuse_mac = 1
29+
#mac_address_path = /xxxx/xxxx
30+
#mac_address_mode = 0
31+
#mac_output_path = /data/wifimac
32+
33+
##################################################
34+
# Firmware setting
35+
# Priority.1 insmod parameter "cfgfirmwarepath"
36+
# Priority.2 firmware_path
37+
# Priority.3 default firmware
38+
##################################################
39+
#firmware_path = /lib/firmware/
40+
41+
##################################################
42+
# Hardware setting
43+
#
44+
#volt regulator(DCDC-0 LDO-1)
45+
#
46+
#Internal VOLT([MP4-4.2V]-42 [ON BOARD IC-3.3V]-33)
47+
#
48+
##################################################
49+
xtal_clock = 40
50+
volt_regulator = 0
51+
52+
##################################################
53+
# Flow control Settings:
54+
##################################################
55+
#flowctl = 0
56+
57+
##################################################
58+
# Extern PA Settings:
59+
##################################################
60+
#external_pa = 1
61+
62+
##################################################
63+
# Direct ack Settings:
64+
# If flowctl = 0, it must turn on the following setting
65+
# to disable directly ack
66+
##################################################
67+
#directly_ack_ctrl = 0
68+
69+
##################################################
70+
# GPIO control Settings: (for low power)
71+
# 1: pull high
72+
# 0: pull low
73+
# GPIO 20 used as wakeup pin, it must set to low.
74+
##################################################
75+
sleep_gpio_ctrl = 0x00028018
76+
dormant_gpio_ctrl = 0x0002b718
77+
78+
ctry = CN
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
#hw_mac =
2+
#hw_mac_2 =
3+
4+
############################################################
5+
# MAC address
6+
#
7+
# Priority 1. From wifi.cfg [ hw_mac & hw_mac_2 ]
8+
#
9+
# Priority 2. From e-fuse[ON/OFF switch by wifi.cfg]
10+
#
11+
# Priority 3. From insert module parameter
12+
#
13+
# Priority 4. From external file path
14+
# path only support some special charater "_" ":" "/" "." "-"
15+
#
16+
# Priority 5. Default[Software mode]
17+
#
18+
# 0. => 00:33:33:33:33:33
19+
# 1. => Always random
20+
# 2. => First random and write to file[Default path mac_output_path]
21+
#
22+
############################################################
23+
#ignore_efuse_mac = 1
24+
#mac_address_path = /xxxx/xxxx
25+
#mac_address_mode = 2
26+
#mac_output_path = /data/wifimac
27+
28+
##################################################
29+
# Firmware setting
30+
# Priority.1 insmod parameter "cfgfirmwarepath"
31+
# Priority.2 firmware_path
32+
# Priority.3 default firmware
33+
##################################################
34+
#firmware_path = /lib/firmware/
35+
36+
##################################################
37+
# Hardware setting
38+
#
39+
#volt regulator(DCDC-0 LDO-1)
40+
#
41+
#Internal VOLT([MP4-4.2V]-42 [ON BOARD IC-3.3V]-33)
42+
#
43+
##################################################
44+
xtal_clock = 40
45+
volt_regulator = 1
46+
47+
##################################################
48+
# Flow control Settings:
49+
##################################################
50+
#flowctl = 0
51+
52+
##################################################
53+
# Direct ack Settings:
54+
# If flowctl = 0, it must turn on the following setting
55+
# to disable directly ack
56+
##################################################
57+
#directly_ack_ctrl = 0
58+
59+
##################################################
60+
# GPIO control Settings: (for low power)
61+
# 1: pull high
62+
# 0: pull low
63+
# GPIO 20 used as wakeup pin, it must set to low.
64+
##################################################
65+
#sleep_gpio_ctrl = 0x00028018
66+
#dormant_gpio_ctrl = 0x0002b718
67+
68+
##################################################
69+
# BLE Setting
70+
# if ble_replace_scan_win and ble_replace_scan_interval both are not 0
71+
# only apply when stack set full scan to link layer
72+
##################################################
73+
#ble_replace_scan_win = 0x30
74+
#ble_replace_scan_interval = 0x0140
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
2+
#hw_mac = 00:a5:b5:ce:d7:f6
3+
#hw_mac_2 = 00:a5:b5:ce:d7:f7
4+
5+
############################################################
6+
# MAC address
7+
#
8+
# Priority 1. From wifi.cfg [ hw_mac & hw_mac_2 ]
9+
#
10+
# Priority 2. From e-fuse[ON/OFF switch by wifi.cfg]
11+
#
12+
# Priority 3. From insert module parameter
13+
#
14+
# Priority 4. From external file path
15+
# path only support some special charater "_" ":" "/" "." "-"
16+
#
17+
# Priority 5. Default[Software mode]
18+
#
19+
# 0. => 00:33:33:33:33:33
20+
# 1. => Always random
21+
# 2. => First random and write to file[Default path mac_output_path]
22+
#
23+
############################################################
24+
#ignore_efuse_mac = 1
25+
#mac_address_path = /xxxx/xxxx
26+
#mac_address_mode = 0
27+
#mac_output_path = /data/wifimac
28+
29+
##################################################
30+
# Firmware setting
31+
# Priority.1 insmod parameter "cfgfirmwarepath"
32+
# Priority.2 firmware_path
33+
# Priority.3 default firmware
34+
##################################################
35+
#firmware_path = /lib/firmware/
36+
37+
##################################################
38+
# Hardware setting
39+
#
40+
#volt regulator(DCDC-0 LDO-1)
41+
#
42+
#Internal VOLT([MP4-4.2V]-42 [ON BOARD IC-3.3V]-33)
43+
#
44+
##################################################
45+
xtal_clock = 24
46+
volt_regulator = 0
47+
48+
##################################################
49+
# Flow control Settings:
50+
##################################################
51+
#flowctl = 0
52+
53+
##################################################
54+
# Direct ack Settings:
55+
# If flowctl = 0, it must turn on the following setting
56+
# to disable directly ack
57+
##################################################
58+
#directly_ack_ctrl = 0
59+
60+
##################################################
61+
# GPIO control Settings: (for low power)
62+
# 1: pull high
63+
# 0: pull low
64+
# GPIO 20 used as wakeup pin, it must set to low.
65+
##################################################
66+
sleep_gpio_ctrl = 0x00028018
67+
dormant_gpio_ctrl = 0x0002b718
68+
69+
##################################################
70+
# BLE Setting
71+
# if ble_replace_scan_win and ble_replace_scan_interval both are not 0
72+
# only apply when stack set full scan to link layer
73+
##################################################
74+
#ble_replace_scan_win = 0x30
75+
#ble_replace_scan_interval = 0x0140
76+
77+
disable_fw_thermal = 1
78+
rf_band_gain_offset = 4

0 commit comments

Comments
 (0)