# # 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