1############################################################ 2# T950-Amlogic 3# WIFI-CONFIGURATION 4################################################## 5 6################################################## 7# Firmware setting 8# Priority.1 insmod parameter "cfgfirmwarepath" 9# Priority.2 firmware_path 10# Priority.3 default firmware 11################################################## 12 13firmware_path = /etc/wifi/ssv6051/ 14 15############################################################ 16# MAC address 17# 18# Priority 1. From wifi.cfg [ hw_mac & hw_mac_2 ] 19# 20# Priority 2. From e-fuse[ON/OFF switch by wifi.cfg] 21# 22# Priority 3. From insert module parameter 23# 24# Priority 4. From external file path 25# path only support some special charater "_" ":" "/" "." "-" 26# 27# Priority 5. Default[Software mode] 28# 29# 0. => 00:33:33:33:33:33 30# 1. => Always random 31# 2. => First random and write to file[Default path mac_output_path] 32# 33############################################################ 34ignore_efuse_mac = 0 35#mac_address_path = /xxxx/xxxx 36mac_address_mode = 2 37mac_output_path = /data/wifimac 38 39################################################## 40# Hardware setting 41# 42#volt regulator(DCDC-0 LDO-1) 43# 44################################################## 45xtal_clock = 24 46volt_regulator = 1 47 48################################################## 49# Default channel after wifi on 50# value range: [1 ~ 14] 51################################################## 52def_chan = 6 53################################################## 54# Hardware Capability Settings: 55################################################## 56hw_cap_ht = on 57hw_cap_gf = off 58hw_cap_2ghz = on 59hw_cap_5ghz = off 60hw_cap_security = on 61hw_cap_sgi_20 = on 62hw_cap_sgi_40 = off 63hw_cap_ap = on 64hw_cap_p2p = on 65hw_cap_ampdu_rx = on 66hw_cap_ampdu_tx = on 67use_wpa2_only = 1 68################################################## 69# TX power level setting [0-14] 70# The larger the number the smaller the TX power 71# 0 - The maximum power 72# 1 level = -0.5db 73# 74# 6051Z .. 4 or 4 75# 6051Q .. 2 or 5 76# 6051P .. 0 or 0 77# 78################################################## 79#wifi_tx_gain_level_b = 2 80#wifi_tx_gain_level_gn = 5 81 82################################################## 83# Import extenal configuration(UP to 64 groups) 84# example: 85# register = CE010010:91919191 86# register = 00CC0010:00091919 87################################################## 88