summaryrefslogtreecommitdiff
path: root/recipes-kernel/rs9113/files/rs9113/rs9113.default
blob: 87b619a7f5d0763c6a51fae07a850cfea42116e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
#
# Skip loading the RS9113 related drivers if
# set to zero.
#
RS9113_LOAD=1

# Parameters for rs9113 driver
#
# Enable Antenna Diversity (1)
RSI_ANTENNA_DIVERSITY=0

# COEX_MODE options:
#		1    WLAN STATION /WIFI-Direct/WLAN PER
#		2    WLAN ACCESS POINT(including muliple APs on different vaps)
#		3    WLAN ACCESS POINT + STATION MODE(on multiple vaps)
#		4    BT CLASSIC MODE/BT CLASSIC PER MODE
#		5    WLAN STATION + BT CLASSIC MODE
#		6    WLAN ACCESS POINT + BT CLASSIC MODE
#		8    BT LE MODE /BT LE PER MODE
#		9    WLAN STATION + BT LE MODE
#		12   BT CLASSIC + BT LE MODE 							
#		14   WLAN ACCESS POINT + BT CLASSIC MODE+ BT LE MODE
COEX_MODE=6

# Power selection
#	0x00 - For Both TX and RX High Power
#	0x11 - For Both TX and RX Medium Power
#	0x22 - For Both TX and RX LOW Power
#	0x10 - For High Power TX and Medium RX Power
#	0x20 - For High Power TX and LOW RX Power
#	0x01 - For Medium TX and RX High Power
#	0x21 - For Medium Power TX and LOW RX Power
#	0x02 - For Low Power TX and RX High Power
#	0x12 - For LOW Power TX and Medium RX Power
WLAN_RF_PWR_MODE=0x00
BT_RF_PWR_MODE=0x00

#Power_mode type
# 0 - HIGH  POWER MODE
# 1 - MEDIUM POWER MODE 
# 2 - LOW POWER MODE
BT_RF_TX_POWER_MODE=0
BT_RF_RX_POWER_MODE=0

# Country Selection
# 0 World Domain
# 840 US Domain Maps to US Region
# 276 Germany Maps to EU Region
# 392 Japan Maps to Japan Region
# from ISO 3166-1
SET_COUNTRY_CODE=0

#	2 – Select internal antenna
#	3 – Select external antenna
ANT_SEL_VAL=2

ONBOARD_ANT_SEL=1
SET_RETRY_COUNT=15

# Time to hold high, then hold low on reset during driver load reset
SLEEPTIME=100000

# Time to wait while looping for interrupt and wake-up pins
# to go high.
INTSLEEPTIME=100000