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