定期的な通院のついでに吉川のハードオフに行ってみたところ、ジャンクとして転がっており、セットになっている両機種ともMT7621搭載機であることを把握していて悩んだ末に確保したもの。
まとめていくのでメモ。
Switch
WMC-M1267GST2
zone | WAN | LAN | |||
---|---|---|---|---|---|
port (WMC-M1267GST2) | INTERNET | LAN4 | LAN3 | LAN2 | LAN1 |
port (MT7530) | port0 | port1 | port2 | port3 | port4 |
WMC-S1267GS2
zone | LAN | |||
---|---|---|---|---|
port (WMC-S1267GS2) | LAN4 | LAN3 | LAN2 | LAN1 |
port (MT7530) | port1 | port2 | port3 | port4 |
MAC
WMC-M1267GST2
- LAN:
04:AB:18:xx:xx:61
(Factory,0xFFF4
(hex)) - WAN:
04:AB:18:xx:xx:62
(Factory,0xFFFA
(hex)) - 2.4G:
04:AB:18:xx:xx:63
- 5G:
04:AB:18:xx:xx:64
(Factory,0x4
(hex))
WMC-S1267GS2
無線はWMC-M1267GS2との連携を確立させ、BSSIDから確認
- LAN:
04:AB:18:xx:xx:9E
(Factory,0xFFF4
(hex)) - 2.4G:
04:AB:18:xx:xx:9F
- 5G:
04:AB:18:xx:xx:A0
(Factory,0x4
(hex))
U-Boot
特記無ければWMC-M1267GST2のもの
help
MT7621 # help ? - alias for 'help' bootm - boot application image from memory cp - memory copy erase - erase SPI FLASH memory go - start application at address 'addr' help - print online help httpboot- entering the backup mode. loadb - load binary file over serial line (kermit mode) md - memory display mdio - Ralink PHY register R/W command !! mm - memory modify (auto-incrementing) nm - memory modify (constant address) printenv- print environment variables reset - Perform RESET of the CPU rf - read/write rf register saveenv - save environment variables to persistent storage setenv - set environment variables spi - spi command tftpboot- boot image via network using TFTP protocol version - print monitor version
version
MT7621 # version U-Boot 1.1.3 (May 28 2019 - 17:17:43)
printenv
MT7621 # printenv bootcmd=tftp bootdelay=5 baudrate=57600 ethaddr="00:AA:BB:CC:DD:10" ipaddr=192.168.2.1 serverip=192.168.2.2 model_id=WMC-M1267GST2 ethact=Eth0 (10/100-M) mac_repeater_num=3 board_id=202092817645 wlan0_ssid=elecom-xxxxxx wlan1_ssid=elecom-xxxxxx wlan0_key=xxxxxxxxxxxx wlan1_key=xxxxxxxxxxxx admin_password=xxxxxxxx wps_pin=xxxxxxxx hw_version=A1 wlan0_domain=0x41 wlan0_guest_ssid=e-tomo-xxxxxx wlan0_guest_key=xxxxxxxx mesh_ssid=e-mesh-xxxxxx mesh_key=xxxxxxxxxxxx stdin=serial stdout=serial stderr=serial Environment size: 507/4092 bytes
tftpboot
MT7621 # tftpboot NetTxPacket = 0x8FFE6480 KSEG1ADDR(NetTxPacket) = 0xAFFE6480 NetLoop,call eth_halt ! NetLoop,call eth_init ! Trying Eth0 (10/100-M) Waitting for RX_DMA_BUSY status Start... done ETH_STATE_ACTIVE!! *** Warning: no boot file name; using 'test.bin' Using Eth0 (10/100-M) device TFTP from server 192.168.2.2; our IP address is 192.168.2.1 Filename 'test.bin'. TIMEOUT_COUNT=10,Load address: 0x80200000 Loading: *
Kernel
uname -a
root@MT7621:/# uname -a Linux MT7621 3.10.14 #5 SMP Wed Feb 22 08:39:59 UTC 2023 mips GNU/Linux
cat /proc/version
root@MT7621:/# cat /proc/version Linux version 3.10.14 (xxx@xxxxxxxxxxxx) (gcc version 4.6.4 (OpenWrt/Linaro GCC 4.6-2013.05 r48067) ) #5 SMP Wed Feb 22 08:39:59 UTC 2023
cat /proc/cpuinfo
root@MT7621:/# cat /proc/cpuinfo system type : MT7621 machine : Unknown processor : 0 cpu model : MIPS 1004Kc V2.15 BogoMIPS : 577.53 wait instruction : yes microsecond timers : yes tlb_entries : 32 extra interrupt vector : yes hardware watchpoint : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ffb] isa : mips1 mips2 mips32r1 mips32r2 ASEs implemented : mips16 dsp mt shadow register sets : 1 kscratch registers : 0 core : 0 VPE : 0 VCED exceptions : not available VCEI exceptions : not available processor : 1 cpu model : MIPS 1004Kc V2.15 BogoMIPS : 577.53 wait instruction : yes microsecond timers : yes tlb_entries : 32 extra interrupt vector : yes hardware watchpoint : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ffb] isa : mips1 mips2 mips32r1 mips32r2 ASEs implemented : mips16 dsp mt shadow register sets : 1 kscratch registers : 0 core : 0 VPE : 1 VCED exceptions : not available VCEI exceptions : not available processor : 2 cpu model : MIPS 1004Kc V2.15 BogoMIPS : 577.53 wait instruction : yes microsecond timers : yes tlb_entries : 32 extra interrupt vector : yes hardware watchpoint : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ffb] isa : mips1 mips2 mips32r1 mips32r2 ASEs implemented : mips16 dsp mt shadow register sets : 1 kscratch registers : 0 core : 1 VPE : 0 VCED exceptions : not available VCEI exceptions : not available processor : 3 cpu model : MIPS 1004Kc V2.15 BogoMIPS : 577.53 wait instruction : yes microsecond timers : yes tlb_entries : 32 extra interrupt vector : yes hardware watchpoint : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ffb] isa : mips1 mips2 mips32r1 mips32r2 ASEs implemented : mips16 dsp mt shadow register sets : 1 kscratch registers : 0 core : 1 VPE : 1 VCED exceptions : not available VCEI exceptions : not available
cat /proc/meminfo
root@MT7621:/# cat /proc/meminfo MemTotal: 253976 kB MemFree: 240804 kB Buffers: 1748 kB Cached: 3756 kB SwapCached: 0 kB Active: 1572 kB Inactive: 4476 kB Active(anon): 548 kB Inactive(anon): 4 kB Active(file): 1024 kB Inactive(file): 4472 kB Unevictable: 0 kB Mlocked: 0 kB SwapTotal: 0 kB SwapFree: 0 kB Dirty: 0 kB Writeback: 0 kB AnonPages: 552 kB Mapped: 596 kB Shmem: 4 kB Slab: 4324 kB SReclaimable: 500 kB SUnreclaim: 3824 kB KernelStack: 368 kB PageTables: 96 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 126988 kB Committed_AS: 1752 kB VmallocTotal: 1048372 kB VmallocUsed: 1248 kB VmallocChunk: 1047116 kB
cat /proc/mtd
root@MT7621:/# cat /proc/mtd dev: size erasesize name mtd0: 02000000 00010000 "ALL" mtd1: 00030000 00010000 "Bootloader" mtd2: 00010000 00010000 "Config" mtd3: 00010000 00010000 "Factory" mtd4: 01800000 00010000 "firmware" mtd5: 00a00000 00010000 "kernel" mtd6: 00e00000 00010000 "rootfs" mtd7: 00400000 00010000 "tm_pattern" mtd8: 00100000 00010000 "tm_key" mtd9: 000b0000 00010000 "nvram" mtd10: 00200000 00010000 "rootfs_data" mtd11: 01d00000 00010000 "all_fw_tm"
cat /sbin/mtk_led | head -n 10
root@MT7621:/# cat /sbin/mtk_led | head -n 10 #!/bin/sh PWR_LED_R=16 PWR_LED_G=7 PWR_LED_B=8 WPS_LED=15 DBDC=$(uci -q get qcawifi.wlan0.dbdc) DBDC_2G_LED=3 DBDC_5G_LED=4
switch vlan dump
root@MT7621:/# switch vlan dump vid fid portmap s-tag 1 0 -111111- 0 2 0 1----11- 0 3 0 invalid 4 0 invalid 5 0 invalid 6 0 invalid 7 0 invalid 8 0 invalid 9 0 invalid 10 0 invalid 11 0 invalid 12 0 invalid 13 0 invalid 14 0 invalid 15 0 invalid 16 0 invalid
cat /etc/bulk/bulk | grep "C_Command1)" -A 10
root@MT7621:/# cat /etc/bulk/bulk | grep "C_Command1)" -A 10 C_Command1) # HW Mode # 44 = router, 41 = extension, 43 = repeater, 42 = ap #if [ "$(/sbin/gpio g 44 | sed 's/.*= //g')" = "0" ]; then # echo "Mode=Router" #elif [ "$(/sbin/gpio g 43 | sed 's/.*= //g')" = "0" ]; then # echo "Mode=Repeater" #elif [ "$(/sbin/gpio g 42 | sed 's/.*= //g')" = "0" ]; then # echo "Mode=AP" #elif [ "$(/sbin/gpio g 41 | sed 's/.*= //g')" = "0" ]; then # echo "Mode=Extension" #fi
bootlog
=================================================================== MT7621 stage1 code 10:33:55 (ASIC) CPU=500000000 HZ BUS=166666666 HZ ================================================================== Change MPLL source from XTAL to CR... do MEMPLL setting.. MEMPLL Config : 0x11100000 3PLL mode + External loopback === XTAL-40Mhz === DDR-1200Mhz === PLL3 FB_DL: 0xb, 1/0 = 632/392 2D000000 PLL2 FB_DL: 0x12, 1/0 = 572/452 49000000 PLL4 FB_DL: 0x12, 1/0 = 560/464 49000000 do DDR setting..[01F40000] Apply DDR3 Setting...(use customer AC) 0 8 16 24 32 40 48 56 64 72 80 88 96 104 112 120 -------------------------------------------------------------------------------- 0000:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0001:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0002:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0003:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0004:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0005:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0006:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0007:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0008:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0009:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000A:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000B:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000C:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000D:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 000E:| 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 000F:| 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 0 0010:| 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0011:| 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0012:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0013:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0014:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0015:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0016:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0017:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0018:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0019:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001A:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001B:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001C:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001D:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001E:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 001F:| 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 rank 0 coarse = 16 rank 0 fine = 40 B:| 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 opt_dle value:9 DRAMC_R0DELDLY[018]=00002021 ================================================================== RX DQS perbit delay software calibration ================================================================== 1.0-15 bit dq delay value ================================================================== bit| 0 1 2 3 4 5 6 7 8 9 -------------------------------------- 0 | 10 9 9 12 9 9 10 7 6 5 10 | 7 8 7 8 7 7 -------------------------------------- ================================================================== 2.dqs window x=pass dqs delay value (min~max)center y=0-7bit DQ of every group input delay:DQS0 =33 DQS1 = 32 ================================================================== bit DQS0 bit DQS1 0 (1~61)31 8 (1~62)31 1 (1~62)31 9 (1~59)30 2 (1~60)30 10 (1~61)31 3 (1~62)31 11 (1~61)31 4 (1~61)31 12 (1~64)32 5 (1~61)31 13 (1~61)31 6 (1~62)31 14 (1~64)32 7 (1~65)33 15 (1~62)31 ================================================================== 3.dq delay value last ================================================================== bit| 0 1 2 3 4 5 6 7 8 9 -------------------------------------- 0 | 12 11 12 14 11 11 12 7 7 7 10 | 8 9 7 9 7 8 ================================================================== ================================================================== TX perbyte calibration ================================================================== DQS loop = 15, cmp_err_1 = ffff0000 dqs_perbyte_dly.last_dqsdly_pass[0]=15, finish count=1 dqs_perbyte_dly.last_dqsdly_pass[1]=15, finish count=2 DQ loop=15, cmp_err_1 = ffff0000 dqs_perbyte_dly.last_dqdly_pass[0]=15, finish count=1 dqs_perbyte_dly.last_dqdly_pass[1]=15, finish count=2 byte:0, (DQS,DQ)=(8,8) byte:1, (DQS,DQ)=(8,8) 20,data:88 [EMI] DRAMC calibration passed =================================================================== MT7621 stage1 code done CPU=500000000 HZ BUS=166666666 HZ =================================================================== U-Boot 1.1.3 (May 28 2019 - 17:17:43) Board: Ralink APSoC DRAM: 256 MB relocate_code Pointer at: 8ffb4000 Config XHCI 40M PLL flash manufacture id: ef, device id 40 19 find flash: W25Q256FV ============================================ Ralink UBoot Version: 5.0.0.0 -------------------------------------------- ASIC MT7621A DualCore (MAC to MT7530 Mode) DRAM_CONF_FROM: Auto-Detection DRAM_TYPE: DDR3 DRAM bus: 16 bit Xtal Mode=3 OCP Ratio=1/3 Flash component: SPI Flash Date:May 28 2019 Time:17:17:43 ============================================ icache: sets:256, ways:4, linesz:32 ,total:32768 dcache: sets:256, ways:4, linesz:32 ,total:32768 ##### The CPU freq = 880 MHZ #### estimate memory size =256 Mbytes #Reset_MT7530 set LAN/WAN WLLLL Please choose the operation: 1: Load system code to SDRAM via TFTP. 2: Load system code then write to Flash via TFTP. 3: Boot system code via Flash (default). 4: Entr boot command line interface. 7: Load Boot Loader code then write to Flash via Serial. 9: Load Boot Loader code then write to Flash via TFTP. 0 3: System Boot system code via Flash. ## Booting image at bc050000 ... Image Name: MIPS OpenWrt Linux-3.10 Image Type: MIPS Linux Kernel Image (lzma compressed) Data Size: 19791808 Bytes = 18.9 MB Load Address: 81001000 Entry Point: 81439510 Verifying Checksum ... OK Uncompressing Kernel Image ... OK No initrd ## Transferring control to Linux (at address 81439510) ... ## Giving linux memsize in MB, 256 Starting kernel ... LINUX started... THIS IS ASIC SDK 5.0.S.0 [ 0.000000] Linux version 3.10.14 (sth@8ee1c2d99746) (gcc version 4.6.4 (OpenWrt/Linaro GCC 4.6-2013.05 r48067) ) #5 SMP Wed Feb 22 08:39:59 UTC 2023 [ 0.000000] [ 0.000000] The CPU feqenuce set to 880 MHz [ 0.000000] GCMP present [ 0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc) [ 0.000000] Software DMA cache coherency [ 0.000000] Determined physical RAM map: [ 0.000000] memory: 10000000 @ 00000000 (usable) [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00000000-0x00ffffff] [ 0.000000] Normal [mem 0x01000000-0x0fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00000000-0x0fffffff] [ 0.000000] Detected 3 available secondary CPU(s) [ 0.000000] Primary instruction cache 32kB, 4-way, VIPT, linesize 32 bytes. [ 0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.000000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.000000] PERCPU: Embedded 7 pages/cpu @817e9000 s6848 r8192 d13632 u32768 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 65024 [ 0.000000] Kernel command line: console=ttyS1,57600n8 root=/dev/mtdblock6 init=/etc/preinit [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Writing ErrCtl register=00032210 [ 0.000000] Readback ErrCtl register=00032210 [ 0.000000] Memory: 253724k/262144k available (4366k kernel code, 8420k reserved, 1199k data, 252k init, 0k highmem) [ 0.000000] Hierarchical RCU implementation. [ 0.000000] NR_IRQS:128 [ 0.000000] console [ttyS1] enabled [ 0.120000] Calibrating delay loop... 577.53 BogoMIPS (lpj=1155072) [ 0.160000] pid_max: default: 32768 minimum: 301 [ 0.164000] Mount-cache hash table entries: 512 [ 0.168000] launch: starting cpu1 [ 0.172000] launch: cpu1 gone! [ 0.172000] CPU1 revision is: 0001992f (MIPS 1004Kc) [ 0.172000] Primary instruction cache 32kB, 4-way, VIPT, linesize 32 bytes. [ 0.172000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.172000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.204000] Synchronize counters for CPU 1: done. [ 0.212000] launch: starting cpu2 [ 0.216000] launch: cpu2 gone! [ 0.216000] CPU2 revision is: 0001992f (MIPS 1004Kc) [ 0.216000] Primary instruction cache 32kB, 4-way, VIPT, linesize 32 bytes. [ 0.216000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.216000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.248000] Synchronize counters for CPU 2: done. [ 0.256000] launch: starting cpu3 [ 0.260000] launch: cpu3 gone! [ 0.260000] CPU3 revision is: 0001992f (MIPS 1004Kc) [ 0.260000] Primary instruction cache 32kB, 4-way, VIPT, linesize 32 bytes. [ 0.260000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.260000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.288000] Synchronize counters for CPU 3: done. [ 0.296000] Brought up 4 CPUs [ 0.300000] NET: Registered protocol family 16 [ 0.600000] release PCIe RST: RALINK_RSTCTRL = 7000000 [ 0.604000] PCIE PHY initialize [ 0.608000] ***** Xtal 40MHz ***** [ 0.612000] start MT7621 PCIe register access [ 1.204000] RALINK_RSTCTRL = 7000000 [ 1.208000] RALINK_CLKCFG1 = 77ffeff8 [ 1.212000] [ 1.212000] *************** MT7621 PCIe RC mode ************* [ 1.708000] PCIE1 no card, disable it(RST&CLK) [ 1.712000] PCIE2 no card, disable it(RST&CLK) [ 1.716000] pcie_link status = 0x1 [ 1.720000] RALINK_RSTCTRL= 1000000 [ 1.724000] *** Configure Device number setting of Virtual PCI-PCI bridge *** [ 1.728000] RALINK_PCI_PCICFG_ADDR = 21007f2 -> 21007f2 [ 1.732000] PCIE0 enabled [ 1.736000] interrupt enable status: 100000 [ 1.740000] Port 0 N_FTS = 1b105000 [ 1.744000] config reg done [ 1.748000] init_rt2880pci done [ 1.764000] bio: create slab <bio-0> at 0 [ 1.772000] vgaarb: loaded [ 1.776000] SCSI subsystem initialized [ 1.784000] PCI host bridge to bus 0000:00 [ 1.792000] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] [ 1.808000] pci_bus 0000:00: root bus resource [io 0x1e160000-0x1e16ffff] [ 1.820000] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] [ 1.836000] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 1.852000] pci 0000:00:00.0: BAR 0: can't assign mem (size 0x80000000) [ 1.864000] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff] [ 1.880000] pci 0000:00:00.0: BAR 1: assigned [mem 0x60100000-0x6010ffff] [ 1.892000] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit] [ 1.908000] pci 0000:00:00.0: PCI bridge to [bus 01] [ 1.916000] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff] [ 1.932000] PCI: Enabling device 0000:00:00.0 (0004 -> 0006) [ 1.940000] BAR0 at slot 0 = 0 [ 1.948000] bus=0x0, slot = 0x0 [ 1.952000] res[0]->start = 0 [ 1.960000] res[0]->end = 0 [ 1.964000] res[1]->start = 60100000 [ 1.972000] res[1]->end = 6010ffff [ 1.980000] res[2]->start = 0 [ 1.984000] res[2]->end = 0 [ 1.992000] res[3]->start = 0 [ 1.996000] res[3]->end = 0 [ 2.000000] res[4]->start = 0 [ 2.008000] res[4]->end = 0 [ 2.012000] res[5]->start = 0 [ 2.020000] res[5]->end = 0 [ 2.024000] bus=0x1, slot = 0x0, irq=0x4 [ 2.032000] res[0]->start = 60000000 [ 2.040000] res[0]->end = 600fffff [ 2.048000] res[1]->start = 0 [ 2.052000] res[1]->end = 0 [ 2.056000] res[2]->start = 0 [ 2.064000] res[2]->end = 0 [ 2.068000] res[3]->start = 0 [ 2.076000] res[3]->end = 0 [ 2.080000] res[4]->start = 0 [ 2.088000] res[4]->end = 0 [ 2.092000] res[5]->start = 0 [ 2.096000] res[5]->end = 0 [ 2.104000] Switching to clocksource MIPS [ 2.112000] NET: Registered protocol family 2 [ 2.120000] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 2.136000] TCP bind hash table entries: 2048 (order: 2, 16384 bytes) [ 2.148000] TCP: Hash tables configured (established 2048 bind 2048) [ 2.160000] TCP: reno registered [ 2.168000] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 2.180000] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 2.192000] NET: Registered protocol family 1 [ 2.200000] RPC: Registered named UNIX socket transport module. [ 2.212000] RPC: Registered udp transport module. [ 2.220000] RPC: Registered tcp transport module. [ 2.232000] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 2.244000] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 2.256000] jffs2: version 2.2. (NAND) (ZLIB) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 2.276000] fuse init (API version 7.22) [ 2.284000] msgmni has been set to 495 [ 2.292000] io scheduler noop registered (default) [ 2.304000] reg_int_mask=0, INT_MASK= 0 [ 2.312000] HSDMA_init [ 2.316000] [ 2.316000] hsdma_phy_tx_ring0 = 0x00c00000, hsdma_tx_ring0 = 0xa0c00000 [ 2.332000] [ 2.332000] hsdma_phy_rx_ring0 = 0x00c04000, hsdma_rx_ring0 = 0xa0c04000 [ 2.348000] TX_CTX_IDX0 = 0 [ 2.356000] TX_DTX_IDX0 = 0 [ 2.360000] RX_CRX_IDX0 = 3ff [ 2.368000] RX_DRX_IDX0 = 0 [ 2.372000] set_fe_HSDMA_glo_cfg [ 2.380000] HSDMA_GLO_CFG = 465 [ 2.384000] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 2.400000] serial8250: ttyS0 at MMIO 0x1e000d00 (irq = 27) is a 16550A [ 2.412000] serial8250: ttyS1 at MMIO 0x1e000c00 (irq = 26) is a 16550A [ 2.424000] Ralink gpio driver initialized [ 2.436000] brd: module loaded [ 2.444000] flash manufacture id: ef, device id 40 19 [ 2.456000] W25Q256FV(ef 40190000) (32768 Kbytes) [ 2.464000] mtd .name = raspi, .size = 0x02000000 (32M) .erasesize = 0x00010000 (64K) .numeraseregions = 0 [ 2.484000] Creating 12 MTD partitions on "raspi": [ 2.492000] 0x000000000000-0x000002000000 : "ALL" [ 2.504000] 0x000000000000-0x000000030000 : "Bootloader" [ 2.512000] 0x000000030000-0x000000040000 : "Config" [ 2.524000] 0x000000040000-0x000000050000 : "Factory" [ 2.536000] 0x000000050000-0x000001850000 : "firmware" [ 2.544000] 0x000000050000-0x000000a50000 : "kernel" [ 2.556000] 0x000000a50000-0x000001850000 : "rootfs" [ 2.568000] 0x000001850000-0x000001c50000 : "tm_pattern" [ 2.576000] 0x000001c50000-0x000001d50000 : "tm_key" [ 2.588000] 0x000001d50000-0x000001e00000 : "nvram" [ 2.600000] 0x000001e00000-0x000002000000 : "rootfs_data" [ 2.608000] 0x000000050000-0x000001d50000 : "all_fw_tm" [ 2.620000] PPP generic driver version 2.4.2 [ 2.628000] PPP BSD Compression module registered [ 2.640000] PPP MPPE Compression module registered [ 2.648000] NET: Registered protocol family 24 [ 2.656000] PPTP driver version 0.8.5 [ 2.664000] rdm_major = 253 [ 2.668000] GMAC1_MAC_ADRH -- : 0x000004ab [ 2.680000] GMAC1_MAC_ADRL -- : 0x18a7f061 [ 2.688000] Ralink APSoC Ethernet Driver Initilization. v3.1 1024 rx/tx descriptors allocated, mtu = 1500! [ 2.704000] [LOG]|WIRE| LAN Starting [ 2.712000] GMAC1_MAC_ADRH -- : 0x000004ab [ 2.720000] GMAC1_MAC_ADRL -- : 0x18a7f061 [ 2.728000] PROC INIT OK! [ 2.736000] nf_conntrack version 0.5.0 (3964 buckets, 15856 max) [ 2.748000] xt_time: kernel timezone is -0000 [ 2.756000] gre: GRE over IPv4 demultiplexor driver [ 2.764000] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.776000] Type=Restricted Cone [ 2.784000] TCP: cubic registered [ 2.788000] NET: Registered protocol family 10 [ 2.800000] sit: IPv6 over IPv4 tunneling driver [ 2.808000] NET: Registered protocol family 17 [ 2.816000] Bridge firewalling registered [ 2.824000] Ebtables v2.0 registered [ 2.832000] l2tp_core: L2TP core driver, V2.0 [ 2.840000] l2tp_ppp: PPPoL2TP kernel driver, V2.0 [ 2.852000] l2tp_netlink: L2TP netlink interface [ 2.860000] 8021q: 802.1Q VLAN Support v1.8 [ 2.876000] VFS: Mounted root (squashfs filesystem) readonly on device 31:6. [ 2.892000] Freeing unused kernel memory: 252K (81571000 - 815b0000) [ 3.540000] init: Console is alive [ 4.268000] init: - preinit - /etc/preinit: line 1: check_skip: not found /etc/preinit: line 210: ramips_board_detect: not found Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level Before mount_root [ 7.460000] jffs2: notice: (97) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (0 unchecked, 0 orphan) and 21 of xref (0 dead, 11 orphan) found. [ 7.492000] mount_root: switching to jffs2 overlay cp: can't stat '/etc/changemode': No such file or directory cp: can't stat '/etc/config/gxbk': No such file or directory Af[ 7.548000] procd: - early - ter mount_root [ 8.176000] procd: - ubus - [ 8.236000] procd: - init - Please press Enter to activate this console. [ 13.460000] ip_gre: GRE over IPv4 tunneling driver [ 13.488000] bonding: Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011) [ 13.732000] /proc/router_ip created [ 13.976000] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 13.996000] Netfilter messages via NETLINK v0.30. [ 14.152000] ctnetlink v0.93: registering with nfnetlink. [ 14.224000] u32 classifier [ 14.228000] Performance counters on [ 14.236000] Actions configured [ 14.256000] Mirror/redirect action on [ 14.280000] Failed to load ipt action [ 16.920000] 4:FFFFFFAB:18:FFFFFFA7:FFFFFFF0:61 [ 16.932000] Raeth v3.1 (Tasklet) [ 16.940000] set CLK_CFG_0 = 0x40a00020!!!!!!!!!!!!!!!!!!1 [ 16.956000] phy_free_head is 0xc08000!!! [ 16.964000] phy_free_tail_phy is 0xc09ff0!!! [ 16.972000] txd_pool=a0c10000 phy_txd_pool=00C10000 [ 16.980000] ei_local->skb_free start address is 0x8ff4a6cc. [ 16.992000] free_txd: 00c10010, ei_local->cpu_ptr: 00C10000 [ 17.004000] POOL HEAD_PTR | DMA_PTR | CPU_PTR [ 17.012000] ----------------+---------+-------- [ 17.024000] 0xa0c10000 0x00C10000 0x00C10000 [ 17.032000] [ 17.032000] phy_qrx_ring = 0x00c0a000, qrx_ring = 0xa0c0a000 [ 17.048000] [ 17.048000] phy_rx_ring0 = 0x00c0c000, rx_ring[0] = 0xa0c0c000 [ 17.084000] MT7530 Reset Completed!! [ 17.096000] change HW-TRAP to 0x117c8f [ 17.104000] set LAN/WAN WLLLL [ 17.116000] GMAC1_MAC_ADRH -- : 0x000004ab [ 17.124000] GMAC1_MAC_ADRL -- : 0x18xxxx61 [ 17.132000] GDMA2_MAC_ADRH -- : 0x000004ab [ 17.140000] GDMA2_MAC_ADRL -- : 0x18xxxx62 [ 17.148000] eth3: ===> VirtualIF_open [ 17.156000] MT7621 GE2 link rate to 1G [ 17.164000] CDMA_CSG_CFG = 81000000 [ 17.172000] GDMA1_FWD_CFG = 20710000 [ 17.180000] GDMA2_FWD_CFG = 20710000 [ 17.200000] eth3: ===> VirtualIF_open [ 17.696000] eth3: ===> VirtualIF_close [ 17.716000] ra2880stop()...Done [ 17.720000] eth3: ===> VirtualIF_close [ 17.732000] Free TX/RX Ring Memory! [ 17.744000] 4:FFFFFFAB:18:FFFFFFA7:FFFFFFF0:61 [ 17.752000] Raeth v3.1 (Tasklet) [ 17.764000] set CLK_CFG_0 = 0x40a00020!!!!!!!!!!!!!!!!!!1 [ 17.776000] phy_free_head is 0xc08000!!! [ 17.784000] phy_free_tail_phy is 0xc09ff0!!! [ 17.796000] txd_pool=a0c10000 phy_txd_pool=00C10000 [ 17.804000] ei_local->skb_free start address is 0x8ff4a6cc. [ 17.816000] free_txd: 00c10010, ei_local->cpu_ptr: 00C10000 [ 17.828000] POOL HEAD_PTR | DMA_PTR | CPU_PTR [ 17.836000] ----------------+---------+-------- [ 17.844000] 0xa0c10000 0x00C10000 0x00C10000 [ 17.856000] [ 17.856000] phy_qrx_ring = 0x00c0a000, qrx_ring = 0xa0c0a000 [ 17.872000] [ 17.872000] phy_rx_ring0 = 0x00c0c000, rx_ring[0] = 0xa0c0c000 [ 17.904000] MT7530 Reset Completed!! [ 17.920000] change HW-TRAP to 0x117c8f [ 17.928000] set LAN/WAN WLLLL [ 17.940000] GMAC1_MAC_ADRH -- : 0x000004ab [ 17.948000] GMAC1_MAC_ADRL -- : 0x18xxxx61 [ 17.956000] eth3: ===> VirtualIF_open [ 17.964000] MT7621 GE2 link rate to 1G [ 17.964000] CDMA_CSG_CFG = 81000000 [ 17.964000] GDMA1_FWD_CFG = 20710000 [ 17.964000] GDMA2_FWD_CFG = 20710000 [ 17.992000] device eth2 entered promiscuous mode [ 18.004000] br-lan: port 1(eth2) entered forwarding state [ 18.016000] br-lan: port 1(eth2) entered forwarding state [ 18.032000] eth3: ===> VirtualIF_open [ 20.020000] br-lan: port 1(eth2) entered forwarding state dnsmasq dnsmasq [br-lan] UHTTP crt Checked main init main init page=[/setup/index.html] count=[43] page=[/setup/index.html] count=[43] [ 24.948000] Ralink HW NAT Module Enabled [ 24.956000] eth2 ifindex =2 [ 24.964000] eth3 ifindex =9 [ 26.084000] jffs2: notice: (2311) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found. [ 27.288000] jffs2: notice: (2342) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found. [ 27.456000] register mt_drv [ 27.480000] [ 27.480000] == pAd = c1401000, size = 7055552, Status=0 == [ 27.496000] pAd->PciHif.CSRBaseAddress =0xc1300000, csr_addr=0xc1300000! [ 27.508000] RTMPInitPCIeDevice():device_id=0x7615 [ 27.516000] mt_pci_chip_cfg(): HWVer=0x8a10, FWVer=0x8a10, pAd->ChipID=0x7615 [ 27.532000] mt_pci_chip_cfg(): HIF_SYS_REV=0x76150001 [ 27.540000] AP Driver version-5.0.3.2 [ 27.548000] RtmpChipOpsHook(223): Not support for HIF_MT yet! MACVersion=0x0 [ 27.564000] mt7615_init()--> [ 27.568000] Use 1st iPAiLNA default bin. [ 27.576000] Use 0st /etc_ro/wlan/MT7615E_EEPROM1.bin default bin. [ 27.588000] <--mt7615_init() [ 27.596000] <-- RTMPAllocTxRxRingMemory, Status=0 0x007f [ 28.776000] tdts: module license 'Proprietary' taints kernel. [ 28.788000] Disabling lock debugging due to kernel taint [ 28.832000] Init chrdev /dev/detector with major 190 [ 28.840000] tdts: tcp_conn_max = 4000 [ 28.840000] [ 28.852000] tdts: tcp_conn_timeout = 300 sec [ 28.852000] [ 29.052000] SHN Release Version: 1.2.4 RELS_0001 [ 29.060000] UDB Core Version: 0.2.18 [ 29.068000] Init chrdev /dev/idpfw with major 191 [ 29.132000] IDPfw: IDPfw is ready [ 29.140000] sizeof forward pkt param = 192 Running license control..waiting 25 second ... [ 33.332000] ra0: ===> main_virtual_if_open [ 33.340000] load l1profile succeed! [ 33.348000] driver_own()::Try to Clear FW Own... [ 33.652000] driver_own()::Success to clear FW Own [ 33.664000] APWdsInitialize():WdsEntry Number=4 [ 33.792000] multi-profile merge success, en:1,pf1_num:2,pf2_num:2,total:4 [ 33.808000] Open file "/etc/Wireless/RT2860/DBDC_card0.dat" to store DBDC cfg! (21) [ 33.836000] MacAddress2 = 00:00:00:00:00:00 [ 33.844000] E2pAccessMode=2 [ 33.852000] SSID[0]=5Gssw-pc-6dca7d, EdcaIdx=0 [ 33.860000] SSID[1]=e-mesh-a7f061, EdcaIdx=0 [ 33.868000] SSID[2]=ssw-pc-6dca7d, EdcaIdx=0 [ 33.880000] SSID[3]=e-mesh-a7f061, EdcaIdx=0 [ 33.888000] DBDC Mode=1, eDBDC_mode = 1 [ 33.896000] BSS0 PhyMode=49 [ 33.900000] wmode_band_equal(): Band Equal! [ 33.908000] BSS1 PhyMode=49 [ 33.916000] BSS2 PhyMode=14 [ 33.920000] BSS3 PhyMode=14 [ 33.928000] BandSteering=0 [ 33.936000] BndStrgBssIdx=1;0;1;0 [ 33.944000] [TxPower] BAND0: 100, BAND1: 100 [ 33.956000] [PERCENTAGEenable] BAND0: 1, BAND1: 1 [ 33.964000] [BFBACKOFFenable] BAND0: 1, BAND1: 1 [ 33.972000] CalCacheApply = 1 [ 33.980000] FragThreshold[0]=2346 [ 33.988000] FragThreshold[1]=2346 [ 33.996000] FragThreshold[2]=2346 [ 34.000000] FragThreshold[3]=2346 [ 34.008000] Valid=1 [ 34.012000] APAifsn[0]=3 [ 34.020000] APAifsn[1]=7 [ 34.024000] APAifsn[2]=1 [ 34.028000] APAifsn[3]=1 [ 34.032000] Valid=1 [ 34.036000] APAifsn[0]=3 [ 34.044000] APAifsn[1]=7 [ 34.048000] APAifsn[2]=1 [ 34.052000] APAifsn[3]=1 [ 34.064000] BSSAifsn[0]=3 [ 34.068000] BSSAifsn[1]=7 [ 34.076000] BSSAifsn[2]=2 [ 34.080000] BSSAifsn[3]=2 [ 34.084000] BSSAifsn[0]=3 [ 34.092000] BSSAifsn[1]=7 [ 34.096000] BSSAifsn[2]=2 [ 34.100000] BSSAifsn[3]=2 [ 34.108000] BSSAifsn[0]=3 [ 34.112000] BSSAifsn[1]=7 [ 34.116000] BSSAifsn[2]=2 [ 34.124000] BSSAifsn[3]=2 [ 34.128000] BSSAifsn[0]=3 [ 34.132000] BSSAifsn[1]=7 [ 34.140000] BSSAifsn[2]=2 [ 34.144000] BSSAifsn[3]=2 [ 34.152000] DfsZeroWait Support=0/0 [ 34.160000] DfsZeroWaitCacTime=0/0 [ 34.168000] read_etxbf: ETxBfEnCond = 1 [ 34.176000] read_etxbf: BSSID[0] [ 34.184000] read_etxbf: MBSS[0] ETxBfEnCond = 1 [ 34.192000] read_etxbf: ETxBfEnCond = 1 [ 34.200000] read_etxbf: BSSID[1] [ 34.208000] read_etxbf: MBSS[1] ETxBfEnCond = 1 [ 34.216000] read_etxbf: ETxBfEnCond = 0 [ 34.224000] read_etxbf: BSSID[2] [ 34.228000] read_etxbf: MBSS[2] ETxBfEnCond = 0 [ 34.240000] read_etxbf: ETxBfEnCond = 0 [ 34.248000] read_etxbf: BSSID[3] [ 34.252000] read_etxbf: MBSS[3] ETxBfEnCond = 0 [ 34.312000] MapEnable=1 [ 34.320000] MAP_Turnkey=1 [ 34.332000] [rtmp_read_ap_client_from_file] pf1=2 pf2=2 [ 34.348000] APWdsInitialize():WdsEntry Number=4 [ 34.356000] WDS-Enable mode=0 [ 34.360000] AndesSendCmdMsg: Could not send in band command due to diablefRTMP_ADAPTER_MCU_SEND_IN_BAND_CMD [ 34.380000] AndesSendCmdMsg: Command type = ed, Extension command type = 48 [ 34.400000] HT: WDEV[0] Ext Channel = ABOVE [ 34.408000] HT: WDEV[1] Ext Channel = ABOVE [ 34.416000] HT: WDEV[2] Ext Channel = ABOVE [ 34.424000] HT: WDEV[3] Ext Channel = ABOVE [ 34.436000] HT: greenap_cap = 0 [ 34.488000] ICapMode = 0 [ 34.504000] WtcSetMaxStaNum: BssidNum:4, MaxStaNum:121 (WdsNum:4, ApcliNum:2, MaxNumChipRept:16), MinMcastWcid:122 [ 34.524000] Top Init Done! [ 34.528000] Use alloc_skb [ 34.536000] RX[0] DESC a0c24000 size = 16384 [ 34.548000] RX[1] DESC a0c22000 size = 8192 [ 34.556000] cut_through_init(): ct sw token number = 4095 [ 34.568000] cut_through_token_list_init(): TokenList inited done!id_head/tail=0/4096 [ 34.584000] cut_through_token_list_init(): 8dce6288,8dce6288 [ 34.596000] cut_through_token_list_init(): TokenList inited done!id_head/tail=0/4096 [ 34.612000] cut_through_token_list_init(): 8dce6298,8dce6298 [ 34.624000] Hif Init Done! [ 34.628000] ctl->txq = c1a91fa0 [ 34.632000] ctl->rxq = c1a91fac [ 34.640000] ctl->ackq = c1a91fb8 [ 34.648000] ctl->kickq = c1a91fc4 [ 34.652000] ctl->tx_doneq = c1a91fd0 [ 34.660000] ctl->rx_doneq = c1a91fdc [ 34.668000] Parsing patch header [ 34.676000] Built date: 20180518100604a [ 34.684000] [ 34.684000] Platform: ALPS [ 34.692000] HW/SW version: 0x8a108a10 [ 34.700000] Patch version: 0x00000010 [ 34.708000] Target address: 0x80000, length: 11072 [ 34.716000] patch is not ready && get semaphore success [ 34.728000] EventGenericEventHandler: CMD Success [ 34.736000] MtCmdPatchFinishReq [ 34.756000] EventGenericEventHandler: CMD Success [ 34.764000] release patch semaphore [ 34.772000] WfMcuHwInit: Before NICLoadFirmware, check ICapMode = 0 [ 34.784000] Parsing CPU 0 fw tailer [ 34.792000] Chip ID: 0x04 [ 34.796000] Eco version: 0x00 [ 34.804000] Region number: 0x00 [ 34.808000] Format version: 0x00 [ 34.816000] Ram version: _reserved_ [ 34.824000] Built date: 20210804143254 [ 34.832000] Common crc: 0x0 [ 34.836000] Parsing tailer region 0 [ 34.844000] Feature set: 0x01 [ 34.848000] Target address: 0x84000, Download size: 409600 [ 34.860000] Parsing tailer region 1 [ 34.868000] Feature set: 0x01 [ 34.872000] Target address: 0x209c400, Download size: 48320 [ 34.884000] EventGenericEventHandler: CMD Success [ 34.900000] EventGenericEventHandler: CMD Success [ 34.908000] MtCmdFwStartReq: override = 0x1, address = 0x84000 [ 34.920000] EventGenericEventHandler: CMD Success [ 34.928000] Parsing CPU 1 fw tailer [ 34.936000] Chip ID: 0x04 [ 34.944000] Eco version: 0x00 [ 34.948000] Region number: 0x00 [ 34.956000] Format version: 0x00 [ 34.960000] Ram version: _reserved_ [ 34.968000] Built date: 20190121161307 [ 34.976000] Common crc: 0x0 [ 34.984000] Parsing tailer region 0 [ 34.988000] Feature set: 0x01 [ 34.996000] Target address: 0x90000000, Download size: 122608 [ 35.008000] EventGenericEventHandler: CMD Success [ 35.016000] MtCmdFwStartReq: override = 0x4, address = 0x0 [ 35.064000] EventGenericEventHandler: CMD Success [ 35.132000] MCU Init Done! [ 35.140000] MtCmdSetRlmPorCal: (ret = 0) [ 35.148000] efuse_probe: efuse = 10000212 [ 35.156000] RtmpChipOpsEepromHook::e2p_type=2, inf_Type=5 [ 35.168000] RtmpEepromGetDefault::e2p_dafault=1 [ 35.176000] RtmpChipOpsEepromHook: E2P type(2), E2pAccessMode = 2, E2P default = 1 [ 35.192000] NVM is FLASH mode. dev_idx [0] FLASH OFFSET [0x0] [ 35.216000] NICReadEEPROMParameters: EEPROM 0x52 b317 [ 35.228000] MtCmdSetTxLpfCal:(ret = 0) [ 35.236000] MtCmdSetTxIqCal:(ret = 0) [ 35.244000] MtCmdSetTxDcCal:(ret = 0) [ 35.248000] MtCmdSetRxFiCal:(ret = 0) [ 35.256000] MtCmdSetRxFdCal:(ret = 0) [ 35.264000] MtCmdSetRxFdCal:(ret = 0) [ 35.272000] MtCmdSetRxFdCal:(ret = 0) [ 35.280000] MtCmdSetRxFdCal:(ret = 0) [ 35.288000] MtCmdSetRxFdCal:(ret = 0) [ 35.292000] MtCmdSetRxFdCal:(ret = 0) [ 35.300000] MtCmdSetRxFdCal:(ret = 0) [ 35.308000] MtCmdSetRxFdCal:(ret = 0) [ 35.316000] MtCmdSetRxFdCal:(ret = 0) [ 35.324000] NICReadEEPROMParameters: EEPROM 0x52 b317 [ 35.856000] Country Region from e2p = 101 [ 35.864000] mt7615_antenna_default_reset(): TxPath = 4, RxPath = 4 [ 35.876000] mt7615_antenna_default_reset(): DBDC BAND0 TxPath = 2, RxPath = 2 [ 35.892000] mt7615_antenna_default_reset(): DBDC BAND1 TxPath = 2, RxPath = 2 [ 35.908000] RcRadioInit(): DbdcMode=1, ConcurrentBand=2 [ 35.916000] RcRadioInit(): pRadioCtrl=8c486f00,Band=0,rfcap=3,channel=1,PhyMode=2 extCha=0xf [ 35.932000] RcRadioInit(): pRadioCtrl=8c487204,Band=1,rfcap=2,channel=36,PhyMode=1 extCha=0xf [ 35.952000] rcUpdateBandForBFMU PhyCtrl[0].RadioCtrl.IsBfBand = 1 [ 35.964000] rcUpdateBandForBFMU PhyCtrl[1].RadioCtrl.IsBfBand = 0 [ 35.976000] TxBfModuleEnCtrl:i = 0, pRadioCtrl->IsBfBand = 1 [ 35.984000] TxBfModuleEnCtrl:i = 1, pRadioCtrl->IsBfBand = 0 [ 35.996000] TxBfModuleEnCtrl:u1BfNum = 1, u1BfBitmap = 1, u1BfSelBand[0] = 0 [ 36.012000] MtCmdSetDbdcCtrl:(ret = 0) [ 36.020000] MtSingleSkuLoadParam: RF_LOCKDOWN Feature OFF !!! [ 36.064000] MtBfBackOffLoadParam: RF_LOCKDOWN Feature OFF !!! [ 36.076000] EEPROM Init Done! [ 36.084000] mt_mac_init()--> [ 36.088000] mt7615_init_mac_cr()--> [ 36.096000] mt7615_init_mac_cr(): TMAC_TRCR0=0x82783c8c [ 36.104000] mt7615_init_mac_cr(): TMAC_TRCR1=0x82783c8c [ 36.116000] <--mt_mac_init() [ 36.124000] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0 [ 36.136000] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0 [ 36.148000] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0 [ 36.160000] MAC Init Done! [ 36.168000] MT7615BBPInit():BBP Initialization..... [ 36.176000] Band 0: valid=1, isDBDC=0, Band=2, CBW=1, CentCh/PrimCh=1/1, prim_ch_idx=0, txStream=2 [ 36.196000] Band 1: valid=0, isDBDC=0, Band=0, CBW=0, CentCh/PrimCh=0/0, prim_ch_idx=0, txStream=0 [ 36.212000] MT7615BBPInit() todo [ 36.220000] PHY Init Done! [ 36.228000] MtCmdSetMacTxRx:(ret = 0) [ 36.236000] MtCmdSetMacTxRx:(ret = 0) [ 36.244000] WifiFwdSet::disabled=0 [ 36.248000] ap_ftkd> Initialize FT KDP Module... [ 36.260000] Main bssid = 00:00:00:00:00:00 [ 36.268000] MtCmdSetMacTxRx:(ret = 0) [ 36.276000] MtCmdSetMacTxRx:(ret = 0) [ 36.284000] MtCmdSetMacTxRx:(ret = 0) [ 36.288000] MtCmdSetMacTxRx:(ret = 0) [ 36.296000] <==== mt_wifi_init, Status=0 [ 36.304000] TxBfModuleEnCtrl:i = 0, pRadioCtrl->IsBfBand = 1 [ 36.316000] TxBfModuleEnCtrl:i = 1, pRadioCtrl->IsBfBand = 0 [ 36.328000] TxBfModuleEnCtrl:u1BfNum = 1, u1BfBitmap = 1, u1BfSelBand[0] = 0 [ 36.340000] MtCmdEDCCACtrl: BandIdx: 0, EDCCACtrl: 1 [ 36.352000] MtCmdEDCCACtrl: BandIdx: 1, EDCCACtrl: 1 [ 36.364000] The new WDS interface MAC = 00:00:00:00:00:00, MacTabMatchWCID = 0 [ 36.380000] phy_freq_adjust : no prim_ch value for adjust! [ 36.392000] The new WDS interface MAC = 00:00:00:00:00:00, MacTabMatchWCID = 0 [ 36.408000] phy_freq_adjust : no prim_ch value for adjust! [ 36.420000] The new WDS interface MAC = 00:00:00:00:00:00, MacTabMatchWCID = 0 [ 36.432000] phy_freq_adjust : no prim_ch value for adjust! [ 36.444000] The new WDS interface MAC = 00:00:00:00:00:00, MacTabMatchWCID = 0 [ 36.460000] phy_freq_adjust : no prim_ch value for adjust! [ 36.472000] Total allocated 4 WDS interfaces! [ 36.484000] WtcSetMaxStaNum: BssidNum:4, MaxStaNum:121 (WdsNum:4, ApcliNum:2, MaxNumChipRept:16), MinMcastWcid:122 [ 36.616000] RedInit: set CR4/N9 RED Enable to 1. [ 36.624000] RedInit: RED Initiailize Done. [ 36.632000] cp_support_is_enabled: set CR4 CP_SUPPORT to Mode 2. [ 36.644000] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP [ 36.656000] wifi_sys_open(), wdev idx = 0 [ 36.664000] wdev_attr_update(): wdevId0 = 04:ab:18:xx:xx:64 [ 36.676000] [RcGetHdevByPhyMode] channel 0 fix for rdev fetching [ 36.688000] rcUpdateBandForBFMU PhyCtrl[0].RadioCtrl.IsBfBand = 0 [ 36.700000] rcUpdateBandForBFMU PhyCtrl[1].RadioCtrl.IsBfBand = 1 [ 36.712000] TxBfModuleEnCtrl:i = 0, pRadioCtrl->IsBfBand = 0 [ 36.724000] TxBfModuleEnCtrl:i = 1, pRadioCtrl->IsBfBand = 1 [ 36.736000] TxBfModuleEnCtrl:u1BfNum = 1, u1BfBitmap = 1, u1BfSelBand[0] = 1 [ 36.752000] MtCmdSetDbdcCtrl:(ret = 0) [ 36.756000] [RadarStateCheck] RD_NORMAL_MODE [ 36.768000] phy_freq_adjust : no prim_ch value for adjust! [ 36.780000] Caller: wlan_operate_init+0xf4/0x17c [mt_wifi] [ 36.792000] phy_mode=49, ch=0, wdev_type=1 [ 36.800000] ht_cap->HtCapInfo: ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 36.820000] ht_cap->HtCapParm: mdpu_density=5, ampdu_factor=3 [ 36.832000] AP inf up for ra_0(func_idx) OmacIdx=0 [ 36.840000] AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn [ 36.852000] ApAutoChannelAtBootUp-----------------> [ 36.860000] ApAutoChannelAtBootUp: AutoChannelBootup = 1 [ 36.872000] MtCmdSetMacTxRx:(ret = 0) [ 36.880000] MtCmdSetMacTxRx:(ret = 0) [ 36.884000] [AutoChSelBuildChannelListFor5G] ChListNum5G = 19 [ 36.896000] mt7615_apply_dcoc() : reload Central CH [36] BW [0] from cetral freq [5190] offset [700] [ 36.916000] MtCmdGetRXDCOCCalResult:(ret = 0) [ 36.924000] mt7615_apply_dpd() : reload Central CH [36] BW [0] from cetral freq [5180] i[7] offset [2be8] [ 36.944000] MtCmdGetTXDPDCalResult:(ret = 0) [ 36.952000] MtCmdChannelSwitch: control_chl = 36,control_ch2=0, central_chl = 36 DBDCIdx= 1, Band= 0 [ 36.972000] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 37.184000] mt7615_apply_dcoc() : reload Central CH [40] BW [0] from cetral freq [5190] offset [700] [ 37.200000] MtCmdGetRXDCOCCalResult:(ret = 0) [ 37.208000] mt7615_apply_dpd() : reload Central CH [40] BW [0] from cetral freq [5200] i[8] offset [2cc0] [ 37.228000] MtCmdGetTXDPDCalResult:(ret = 0) [ 37.236000] MtCmdChannelSwitch: control_chl = 40,control_ch2=0, central_chl = 40 DBDCIdx= 1, Band= 0 [ 37.256000] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 37.468000] mt7615_apply_dcoc() : reload Central CH [44] BW [0] from cetral freq [5230] offset [800] [ 37.484000] MtCmdGetRXDCOCCalResult:(ret = 0) [ 37.492000] mt7615_apply_dpd() : reload Central CH [44] BW [0] from cetral freq [5220] i[9] offset [2d98] [ 37.512000] MtCmdGetTXDPDCalResult:(ret = 0) [ 37.520000] MtCmdChannelSwitch: control_chl = 44,control_ch2=0, central_chl = 44 DBDCIdx= 1, Band= 0 [ 37.540000] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 37.660000] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0) [ 37.784000] mt7615_apply_dcoc() : reload Central CH [48] BW [0] from cetral freq [5230] offset [800] [ 37.800000] MtCmdGetRXDCOCCalResult:(ret = 0) [ 37.808000] mt7615_apply_dpd() : reload Central CH [48] BW [0] from cetral freq [5240] i[10] offset [2e70] [ 37.828000] MtCmdGetTXDPDCalResult:(ret = 0) [ 37.836000] MtCmdChannelSwitch: control_chl = 48,control_ch2=0, central_chl = 48 DBDCIdx= 1, Band= 0 [ 37.856000] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 38.068000] mt7615_apply_dcoc() : reload Central CH [52] BW [0] from cetral freq [5270] offset [900] [ 38.084000] MtCmdGetRXDCOCCalResult:(ret = 0) [ 38.092000] mt7615_apply_dpd() : reload Central CH [52] BW [0] from cetral freq [5260] i[11] offset [2f48] [ 38.112000] MtCmdGetTXDPDCalResult:(ret = 0) [ 38.120000] MtCmdChannelSwitch: control_chl = 52,control_ch2=0, central_chl = 52 DBDCIdx= 1, Band= 0 [ 38.140000] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 38.352000] mt7615_apply_dcoc() : reload Central CH [56] BW [0] from cetral freq [5270] offset [900] [ 38.368000] MtCmdGetRXDCOCCalResult:(ret = 0) [ 38.376000] mt7615_apply_dpd() : reload Central CH [56] BW [0] from cetral freq [5280] i[12] offset [3020] [ 38.396000] MtCmdGetTXDPDCalResult:(ret = 0) [ 38.404000] MtCmdChannelSwitch: control_chl = 56,control_ch2=0, central_chl = 56 DBDCIdx= 1, Band= 0 [ 38.424000] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 38.636000] mt7615_apply_dcoc() : reload Central CH [60] BW [0] from cetral freq [5310] offset [a00] [ 38.652000] MtCmdGetRXDCOCCalResult:(ret = 0) [ 38.660000] mt7615_apply_dpd() : reload Central CH [60] BW [0] from cetral freq [5300] i[13] offset [30f8] [ 38.680000] MtCmdGetTXDPDCalResult:(ret = 0) [ 38.688000] MtCmdChannelSwitch: control_chl = 60,control_ch2=0, central_chl = 60 DBDCIdx= 1, Band= 0 [ 38.708000] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 38.940000] mt7615_apply_dcoc() : reload Central CH [64] BW [0] from cetral freq [5310] offset [a00] [ 38.956000] MtCmdGetRXDCOCCalResult:(ret = 0) [ 38.964000] mt7615_apply_dpd() : reload Central CH [64] BW [0] from cetral freq [5320] i[14] offset [31d0] [ 38.984000] MtCmdGetTXDPDCalResult:(ret = 0) [ 38.992000] MtCmdChannelSwitch: control_chl = 64,control_ch2=0, central_chl = 64 DBDCIdx= 1, Band= 0 [ 39.012000] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 39.276000] mt7615_apply_dcoc() : reload Central CH [100] BW [0] from cetral freq [5510] offset [f00] [ 39.292000] MtCmdGetRXDCOCCalResult:(ret = 0) [ 39.300000] mt7615_apply_dpd() : reload Central CH [100] BW [0] from cetral freq [5500] i[23] offset [3968] [ 39.320000] MtCmdGetTXDPDCalResult:(ret = 0) [ 39.332000] MtCmdChannelSwitch: control_chl = 100,control_ch2=0, central_chl = 100 DBDCIdx= 1, Band= 0 [ 39.348000] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 39.688000] mt7615_apply_dcoc() : reload Central CH [104] BW [0] from cetral freq [5510] offset [f00] [ 39.704000] MtCmdGetRXDCOCCalResult:(ret = 0) [ 39.712000] mt7615_apply_dpd() : reload Central CH [104] BW [0] from cetral freq [5520] i[24] offset [3a40] [ 39.732000] MtCmdGetTXDPDCalResult:(ret = 0) [ 39.740000] MtCmdChannelSwitch: control_chl = 104,control_ch2=0, central_chl = 104 DBDCIdx= 1, Band= 0 [ 39.760000] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 40.004000] mt7615_apply_dcoc() : reload Central CH [108] BW [0] from cetral freq [5550] offset [1000] [ 40.020000] MtCmdGetRXDCOCCalResult:(ret = 0) [ 40.028000] mt7615_apply_dpd() : reload Central CH [108] BW [0] from cetral freq [5540] i[25] offset [3b18] [ 40.048000] MtCmdGetTXDPDCalResult:(ret = 0) [ 40.056000] MtCmdChannelSwitch: control_chl = 108,control_ch2=0, central_chl = 108 DBDCIdx= 1, Band= 0 [ 40.076000] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 40.288000] mt7615_apply_dcoc() : reload Central CH [112] BW [0] from cetral freq [5550] offset [1000] [ 40.304000] MtCmdGetRXDCOCCalResult:(ret = 0) [ 40.312000] mt7615_apply_dpd() : reload Central CH [112] BW [0] from cetral freq [5560] i[26] offset [3bf0] [ 40.332000] MtCmdGetTXDPDCalResult:(ret = 0) [ 40.340000] MtCmdChannelSwitch: control_chl = 112,control_ch2=0, central_chl = 112 DBDCIdx= 1, Band= 0 [ 40.360000] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 40.572000] mt7615_apply_dcoc() : reload Central CH [116] BW [0] from cetral freq [5590] offset [1100] [ 40.588000] MtCmdGetRXDCOCCalResult:(ret = 0) [ 40.596000] mt7615_apply_dpd() : reload Central CH [116] BW [0] from cetral freq [5580] i[27] offset [3cc8] [ 40.616000] MtCmdGetTXDPDCalResult:(ret = 0) [ 40.624000] MtCmdChannelSwitch: control_chl = 116,control_ch2=0, central_chl = 116 DBDCIdx= 1, Band= 0 [ 40.644000] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 40.880000] mt7615_apply_dcoc() : reload Central CH [120] BW [0] from cetral freq [5590] offset [1100] [ 40.896000] MtCmdGetRXDCOCCalResult:(ret = 0) [ 40.904000] mt7615_apply_dpd() : reload Central CH [120] BW [0] from cetral freq [5600] i[28] offset [3da0] [ 40.924000] MtCmdGetTXDPDCalResult:(ret = 0) [ 40.932000] MtCmdChannelSwitch: control_chl = 120,control_ch2=0, central_chl = 120 DBDCIdx= 1, Band= 0 [ 40.952000] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 41.212000] mt7615_apply_dcoc() : reload Central CH [124] BW [0] from cetral freq [5630] offset [1200] [ 41.228000] MtCmdGetRXDCOCCalResult:(ret = 0) [ 41.236000] mt7615_apply_dpd() : reload Central CH [124] BW [0] from cetral freq [5620] i[29] offset [3e78] [ 41.256000] MtCmdGetTXDPDCalResult:(ret = 0) [ 41.264000] MtCmdChannelSwitch: control_chl = 124,control_ch2=0, central_chl = 124 DBDCIdx= 1, Band= 0 [ 41.284000] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 41.496000] mt7615_apply_dcoc() : reload Central CH [128] BW [0] from cetral freq [5630] offset [1200] [ 41.512000] MtCmdGetRXDCOCCalResult:(ret = 0) [ 41.520000] mt7615_apply_dpd() : reload Central CH [128] BW [0] from cetral freq [5640] i[30] offset [3f50] [ 41.540000] MtCmdGetTXDPDCalResult:(ret = 0) [ 41.552000] MtCmdChannelSwitch: control_chl = 128,control_ch2=0, central_chl = 128 DBDCIdx= 1, Band= 0 [ 41.568000] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 41.780000] ==================================================================== [ 41.792000] Channel 36 : Busy Time = 1825, Skip Channel = FALSE, BwCap = TRUE [ 41.808000] Channel 40 : Busy Time = 721, Skip Channel = FALSE, BwCap = TRUE [ 41.824000] Channel 44 : Busy Time = 993, Skip Channel = FALSE, BwCap = TRUE [ 41.836000] Channel 48 : Busy Time = 1113, Skip Channel = FALSE, BwCap = TRUE [ 41.852000] Channel 52 : Busy Time = 482, Skip Channel = FALSE, BwCap = TRUE [ 41.868000] Channel 56 : Busy Time = 319, Skip Channel = FALSE, BwCap = TRUE [ 41.880000] Channel 60 : Busy Time = 51, Skip Channel = FALSE, BwCap = TRUE [ 41.896000] Channel 64 : Busy Time = 0, Skip Channel = FALSE, BwCap = TRUE [ 41.912000] Channel 100 : Busy Time = 763, Skip Channel = FALSE, BwCap = TRUE [ 41.924000] Channel 104 : Busy Time = 0, Skip Channel = FALSE, BwCap = TRUE [ 41.940000] Channel 108 : Busy Time = 0, Skip Channel = FALSE, BwCap = TRUE [ 41.956000] Channel 112 : Busy Time = 0, Skip Channel = FALSE, BwCap = TRUE [ 41.968000] Channel 116 : Busy Time = 245, Skip Channel = FALSE, BwCap = TRUE [ 41.984000] Channel 120 : Busy Time = 0, Skip Channel = FALSE, BwCap = TRUE [ 42.000000] Channel 124 : Busy Time = 976, Skip Channel = FALSE, BwCap = TRUE [ 42.012000] Channel 128 : Busy Time = 0, Skip Channel = FALSE, BwCap = TRUE [ 42.028000] ==================================================================== [ 42.044000] Rule 3 Channel Busy time value : Select Primary Channel 64 [ 42.056000] Rule 3 Channel Busy time value : Min Channel Busy = 482 [ 42.068000] Rule 3 Channel Busy time value : BW = 80 [ 42.080000] [SelectClearChannelBusyTime] - band1 END [ 42.088000] ApAutoChannelAtBootUp : Auto channel selection: Selected channel = 64, IsAband = 1 [ 42.104000] AutoChSelUpdateChannel(): Update channel for wdev for this band PhyMode = 49, Channel = 64 [ 42.128000] [RadarStateCheck] RD_SILENCE_MODE [ 42.136000] [DfsCacNormalStart] CAC 65 seconds start . Disable MAC TX [ 42.148000] [DfsSwitchCheck]: DFS ByPass TX calibration. [ 42.160000] mt7615_apply_dcoc() : reload Central CH [58] BW [2] from cetral freq [5290] offset [1a00] [ 42.180000] MtCmdGetRXDCOCCalResult:(ret = 0) [ 42.188000] mt7615_apply_dpd() : reload Central CH [58] BW [2] from cetral freq [5300] i[13] offset [30f8] [ 42.208000] MtCmdGetTXDPDCalResult:(ret = 0) [ 42.216000] MtCmdChannelSwitch: control_chl = 64,control_ch2=0, central_chl = 58 DBDCIdx= 1, Band= 0 [ 42.232000] BW = 2,TXStream = 2, RXStream = 2, scan(0) [ 42.248000] [WrapDfsRadarDetectStart]: DfsChBand[0]: 1, DfsChBand[1]: 0 [ 42.264000] ApAutoChannelAtBootUp<----------------- [ 42.272000] [PMF]APPMFInit:: apidx=0, MFPC=0, MFPR=0, SHA256=0 [ 42.284000] wifi_sys_linkup(), wdev idx = 0 [ 42.292000] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:127 for WDEV_TYPE:1 [ 42.292000] LinkToOmacIdx = 0, LinkToWdevType = 1 [ 42.444000] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8192, CmdBssInfoBmcRate.u2McTransmit = 8196 [ 42.468000] MtCmdSetDbdcCtrl:(ret = 0) [ 42.476000] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 0 [ 42.488000] APStartUpForMbss: BssIndex = 1 channel = 64 [ 42.500000] MtCmdTxPowerDropCtrl: ucPowerDrop: 100, BandIdx: 1 [ 42.512000] apidx 0 for WscUUIDInit [ 42.520000] Generate UUID for apidx(0) [ 42.604000] device ra0 entered promiscuous mode [ 42.612000] br-lan: port 2(ra0) entered forwarding state [ 42.624000] br-lan: port 2(ra0) entered forwarding state [ 42.656000] rax0: ===> mbss_virtual_if_open [ 42.664000] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP [ 42.680000] wifi_sys_open(), wdev idx = 2 [ 42.688000] wdev_attr_update(): wdevId2 = 04:ab:18:xx:xx:63 [ 42.696000] [RcGetHdevByPhyMode]-- channel 0 fix for rdev fetching [ 42.708000] rcUpdateBandForBFMU PhyCtrl[0].RadioCtrl.IsBfBand = 0 [ 42.720000] rcUpdateBandForBFMU PhyCtrl[1].RadioCtrl.IsBfBand = 1 [ 42.732000] TxBfModuleEnCtrl:i = 0, pRadioCtrl->IsBfBand = 0 [ 42.744000] TxBfModuleEnCtrl:i = 1, pRadioCtrl->IsBfBand = 1 [ 42.756000] TxBfModuleEnCtrl:u1BfNum = 1, u1BfBitmap = 1, u1BfSelBand[0] = 1 [ 42.772000] MtCmdSetDbdcCtrl:(ret = 0) [ 42.780000] [RadarStateCheck] RD_NORMAL_MODE [ 42.788000] phy_freq_adjust : no prim_ch value for adjust! [ 42.800000] Caller: wlan_operate_init+0xf4/0x17c [mt_wifi] [ 42.812000] phy_mode=14, ch=0, wdev_type=1 [ 42.820000] ht_cap->HtCapInfo: ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 42.840000] ht_cap->HtCapParm: mdpu_density=5, ampdu_factor=3 [ 42.848000] AP inf up for ra_2(func_idx) OmacIdx=18 [ 42.860000] AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn [ 42.868000] ApAutoChannelAtBootUp-----------------> [ 42.880000] ApAutoChannelAtBootUp: AutoChannelBootup = 1 [ 42.892000] MtCmdSetMacTxRx:(ret = 0) [ 42.896000] MtCmdSetMacTxRx:(ret = 0) [ 42.904000] mt7615_apply_dcoc() : reload Central CH [1] BW [0] from cetral freq [2417] offset [2200] [ 42.924000] MtCmdGetRXDCOCCalResult:(ret = 0) [ 42.932000] mt7615_apply_dpd() : reload Central CH [1] BW [0] from cetral freq [2422] i[44] offset [4b20] [ 42.952000] MtCmdGetTXDPDCalResult:(ret = 0) [ 42.960000] MtCmdChannelSwitch: control_chl = 1,control_ch2=0, central_chl = 1 DBDCIdx= 0, Band= 0 [ 42.976000] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 43.240000] mt7615_apply_dcoc() : reload Central CH [2] BW [0] from cetral freq [2417] offset [2200] [ 43.256000] MtCmdGetRXDCOCCalResult:(ret = 0) [ 43.264000] mt7615_apply_dpd() : reload Central CH [2] BW [0] from cetral freq [2422] i[44] offset [4b20] [ 43.284000] MtCmdGetTXDPDCalResult:(ret = 0) [ 43.292000] MtCmdChannelSwitch: control_chl = 2,control_ch2=0, central_chl = 2 DBDCIdx= 0, Band= 0 [ 43.312000] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 43.524000] mt7615_apply_dcoc() : reload Central CH [3] BW [0] from cetral freq [2417] offset [2200] [ 43.540000] MtCmdGetRXDCOCCalResult:(ret = 0) [ 43.548000] mt7615_apply_dpd() : reload Central CH [3] BW [0] from cetral freq [2422] i[44] offset [4b20] [ 43.568000] MtCmdGetTXDPDCalResult:(ret = 0) [ 43.576000] MtCmdChannelSwitch: control_chl = 3,control_ch2=0, central_chl = 3 DBDCIdx= 0, Band= 0 [ 43.596000] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 43.808000] mt7615_apply_dcoc() : reload Central CH [4] BW [0] from cetral freq [2432] offset [2300] [ 43.824000] MtCmdGetRXDCOCCalResult:(ret = 0) [ 43.832000] mt7615_apply_dpd() : reload Central CH [4] BW [0] from cetral freq [2422] i[44] offset [4b20] [ 43.852000] MtCmdGetTXDPDCalResult:(ret = 0) [ 43.860000] MtCmdChannelSwitch: control_chl = 4,control_ch2=0, central_chl = 4 DBDCIdx= 0, Band= 0 [ 43.880000] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 44.092000] mt7615_apply_dcoc() : reload Central CH [5] BW [0] from cetral freq [2432] offset [2300] [ 44.108000] MtCmdGetRXDCOCCalResult:(ret = 0) [ 44.116000] mt7615_apply_dpd() : reload Central CH [5] BW [0] from cetral freq [2442] i[45] offset [4bf8] [ 44.136000] MtCmdGetTXDPDCalResult:(ret = 0) [ 44.144000] MtCmdChannelSwitch: control_chl = 5,control_ch2=0, central_chl = 5 DBDCIdx= 0, Band= 0 [ 44.164000] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 44.376000] mt7615_apply_dcoc() : reload Central CH [6] BW [0] from cetral freq [2432] offset [2300] [ 44.392000] MtCmdGetRXDCOCCalResult:(ret = 0) [ 44.400000] mt7615_apply_dpd() : reload Central CH [6] BW [0] from cetral freq [2442] i[45] offset [4bf8] [ 44.420000] MtCmdGetTXDPDCalResult:(ret = 0) [ 44.428000] MtCmdChannelSwitch: control_chl = 6,control_ch2=0, central_chl = 6 DBDCIdx= 0, Band= 0 [ 44.448000] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 44.628000] br-lan: port 2(ra0) entered forwarding state [ 44.668000] mt7615_apply_dcoc() : reload Central CH [7] BW [0] from cetral freq [2447] offset [2400] [ 44.684000] MtCmdGetRXDCOCCalResult:(ret = 0) [ 44.692000] mt7615_apply_dpd() : reload Central CH [7] BW [0] from cetral freq [2442] i[45] offset [4bf8] [ 44.712000] MtCmdGetTXDPDCalResult:(ret = 0) [ 44.720000] MtCmdChannelSwitch: control_chl = 7,control_ch2=0, central_chl = 7 DBDCIdx= 0, Band= 0 [ 44.740000] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 44.980000] mt7615_apply_dcoc() : reload Central CH [8] BW [0] from cetral freq [2447] offset [2400] [ 44.996000] MtCmdGetRXDCOCCalResult:(ret = 0) [ 45.004000] mt7615_apply_dpd() : reload Central CH [8] BW [0] from cetral freq [2442] i[45] offset [4bf8] [ 45.024000] MtCmdGetTXDPDCalResult:(ret = 0) [ 45.032000] MtCmdChannelSwitch: control_chl = 8,control_ch2=0, central_chl = 8 DBDCIdx= 0, Band= 0 [ 45.052000] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 45.264000] mt7615_apply_dcoc() : reload Central CH [9] BW [0] from cetral freq [2447] offset [2400] [ 45.280000] MtCmdGetRXDCOCCalResult:(ret = 0) [ 45.288000] mt7615_apply_dpd() : reload Central CH [9] BW [0] from cetral freq [2442] i[45] offset [4bf8] [ 45.308000] MtCmdGetTXDPDCalResult:(ret = 0) [ 45.316000] MtCmdChannelSwitch: control_chl = 9,control_ch2=0, central_chl = 9 DBDCIdx= 0, Band= 0 [ 45.336000] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 45.548000] mt7615_apply_dcoc() : reload Central CH [10] BW [0] from cetral freq [2467] offset [2500] [ 45.564000] MtCmdGetRXDCOCCalResult:(ret = 0) [ 45.572000] mt7615_apply_dpd() : reload Central CH [10] BW [0] from cetral freq [2462] i[46] offset [4cd0] [ 45.592000] MtCmdGetTXDPDCalResult:(ret = 0) [ 45.600000] MtCmdChannelSwitch: control_chl = 10,control_ch2=0, central_chl = 10 DBDCIdx= 0, Band= 0 [ 45.620000] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 45.844000] mt7615_apply_dcoc() : reload Central CH [11] BW [0] from cetral freq [2467] offset [2500] [ 45.860000] MtCmdGetRXDCOCCalResult:(ret = 0) [ 45.868000] mt7615_apply_dpd() : reload Central CH [11] BW [0] from cetral freq [2462] i[46] offset [4cd0] [ 45.888000] MtCmdGetTXDPDCalResult:(ret = 0) [ 45.896000] MtCmdChannelSwitch: control_chl = 11,control_ch2=0, central_chl = 11 DBDCIdx= 0, Band= 0 [ 45.916000] BW = 0,TXStream = 2, RXStream = 2, scan(1) [ 46.256000] ==================================================================== [ 46.268000] Channel 1 : Busy Time = 22890, Skip Channel = FALSE, BwCap = TRUE [ 46.284000] Channel 2 : Busy Time = 7294, Skip Channel = FALSE, BwCap = TRUE [ 46.300000] Channel 3 : Busy Time = 10075, Skip Channel = FALSE, BwCap = TRUE [ 46.312000] Channel 4 : Busy Time = 1496, Skip Channel = FALSE, BwCap = TRUE [ 46.328000] Channel 5 : Busy Time = 3788, Skip Channel = FALSE, BwCap = TRUE [ 46.344000] Channel 6 : Busy Time = 10929, Skip Channel = FALSE, BwCap = TRUE [ 46.356000] Channel 7 : Busy Time = 4612, Skip Channel = FALSE, BwCap = TRUE [ 46.372000] Channel 8 : Busy Time = 10407, Skip Channel = FALSE, BwCap = TRUE [ 46.388000] Channel 9 : Busy Time = 2102, Skip Channel = FALSE, BwCap = TRUE [ 46.400000] Channel 10 : Busy Time = 5761, Skip Channel = FALSE, BwCap = TRUE [ 46.416000] Channel 11 : Busy Time = 13928, Skip Channel = FALSE, BwCap = TRUE [ 46.432000] ==================================================================== [ 46.444000] Rule 3 Channel Busy time value : Select Primary Channel 4 [ 46.460000] Rule 3 Channel Busy time value : Min Channel Busy = 1496 [ 46.472000] Rule 3 Channel Busy time value : BW = 20 [ 46.480000] [SelectClearChannelBusyTime] - band0 END [ 46.492000] ApAutoChannelAtBootUp : Auto channel selection: Selected channel = 4, IsAband = 0 [ 46.508000] AutoChSelUpdateChannel(): Update channel for wdev for this band PhyMode = 14, Channel = 4 [ 46.528000] [RadarStateCheck] RD_NORMAL_MODE [ 46.540000] mt7615_apply_dcoc() : reload Central CH [6] BW [1] from cetral freq [2432] offset [2300] [ 46.556000] MtCmdGetRXDCOCCalResult:(ret = 0) [ 46.568000] mt7615_apply_dpd() : reload Central CH [6] BW [1] from cetral freq [2442] i[45] offset [4bf8] [ 46.584000] MtCmdGetTXDPDCalResult:(ret = 0) [ 46.596000] MtCmdChannelSwitch: control_chl = 4,control_ch2=0, central_chl = 6 DBDCIdx= 0, Band= 0 [ 46.612000] BW = 1,TXStream = 2, RXStream = 2, scan(0) [ 46.628000] ApAutoChannelAtBootUp<----------------- [ 46.636000] [PMF]APPMFInit:: apidx=2, MFPC=0, MFPR=0, SHA256=0 [ 46.648000] wifi_sys_linkup(), wdev idx = 2 [ 46.656000] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:126 for WDEV_TYPE:1 [ 46.656000] LinkToOmacIdx = 12, LinkToWdevType = 1 [ 46.812000] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0 [ 46.836000] MtCmdSetDbdcCtrl:(ret = 0) [ 46.844000] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 12 [ 46.856000] APStartUpForMbss: BssIndex = 0 channel = 4 [ 46.864000] MtCmdTxPowerDropCtrl: ucPowerDrop: 100, BandIdx: 0 [ 46.880000] apidx 2 for WscUUIDInit [ 46.884000] Generate UUID for apidx(2) [ 46.944000] device rax0 entered promiscuous mode [ 46.956000] br-lan: port 3(rax0) entered forwarding state [ 46.964000] br-lan: port 3(rax0) entered forwarding state [ 47.076000] ra1: ===> mbss_virtual_if_open [ 47.088000] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP [ 47.100000] wifi_sys_open(), wdev idx = 1 [ 47.108000] wdev_attr_update(): wdevId1 = 06:ab:18:xx:xx:64 [ 47.116000] [RcGetHdevByPhyMode] channel 0 fix for rdev fetching [ 47.128000] rcUpdateBandForBFMU PhyCtrl[0].RadioCtrl.IsBfBand = 0 [ 47.140000] rcUpdateBandForBFMU PhyCtrl[1].RadioCtrl.IsBfBand = 1 [ 47.156000] TxBfModuleEnCtrl:i = 0, pRadioCtrl->IsBfBand = 0 [ 47.164000] TxBfModuleEnCtrl:i = 1, pRadioCtrl->IsBfBand = 1 [ 47.176000] TxBfModuleEnCtrl:u1BfNum = 1, u1BfBitmap = 1, u1BfSelBand[0] = 1 [ 47.192000] MtCmdSetDbdcCtrl:(ret = 0) [ 47.200000] [RadarStateCheck] RD_NORMAL_MODE [ 47.208000] phy_freq_adjust : no prim_ch value for adjust! [ 47.220000] Caller: wlan_operate_init+0xf4/0x17c [mt_wifi] [ 47.232000] phy_mode=49, ch=0, wdev_type=1 [ 47.240000] ht_cap->HtCapInfo: ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 47.260000] ht_cap->HtCapParm: mdpu_density=5, ampdu_factor=3 [ 47.272000] AP inf up for ra_1(func_idx) OmacIdx=17 [ 47.280000] AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn [ 47.288000] ApAutoChannelAtBootUp-----------------> [ 47.300000] ApAutoChannelAtBootUp: AutoChannelBootup = 1 [ 47.312000] MtCmdSetMacTxRx:(ret = 0) [ 47.316000] MtCmdSetMacTxRx:(ret = 0) [ 47.324000] [ApAutoChannelAtBootUp] ACS of BandIdx = 1 is already DONE, Channel = 64 [ 47.340000] AutoChSelUpdateChannel(): Update channel for wdev for this band PhyMode = 49, Channel = 64 [ 47.360000] [RadarStateCheck] RD_SILENCE_MODE [ 47.372000] [DfsCacNormalStart] CAC 65 seconds start . Disable MAC TX [ 47.384000] [WrapDfsRadarDetectStart]: DfsChBand[0]: 1, DfsChBand[1]: 0 [ 47.400000] ApAutoChannelAtBootUp<----------------- [ 47.408000] [PMF]APPMFInit:: apidx=1, MFPC=0, MFPR=0, SHA256=0 [ 47.420000] wifi_sys_linkup(), wdev idx = 1 [ 47.428000] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:125 for WDEV_TYPE:1 [ 47.428000] LinkToOmacIdx = 11, LinkToWdevType = 1 [ 47.580000] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8192, CmdBssInfoBmcRate.u2McTransmit = 8196 [ 47.608000] MtCmdSetDbdcCtrl:(ret = 0) [ 47.616000] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 11 [ 47.628000] APStartUpForMbss: BssIndex = 1 channel = 64 [ 47.636000] MtCmdTxPowerDropCtrl: ucPowerDrop: 100, BandIdx: 1 [ 47.652000] apidx 1 for WscUUIDInit [ 47.656000] Generate UUID for apidx(1) [ 47.712000] device ra1 entered promiscuous mode [ 47.724000] br-lan: port 4(ra1) entered forwarding state [ 47.732000] br-lan: port 4(ra1) entered forwarding state [ 47.768000] rax1: ===> mbss_virtual_if_open [ 47.776000] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP [ 47.788000] wifi_sys_open(), wdev idx = 3 [ 47.796000] wdev_attr_update(): wdevId3 = 06:ab:18:xx:xx:64 [ 47.808000] [RcGetHdevByPhyMode]-- channel 0 fix for rdev fetching [ 47.820000] rcUpdateBandForBFMU PhyCtrl[0].RadioCtrl.IsBfBand = 0 [ 47.832000] rcUpdateBandForBFMU PhyCtrl[1].RadioCtrl.IsBfBand = 1 [ 47.844000] TxBfModuleEnCtrl:i = 0, pRadioCtrl->IsBfBand = 0 [ 47.856000] TxBfModuleEnCtrl:i = 1, pRadioCtrl->IsBfBand = 1 [ 47.868000] TxBfModuleEnCtrl:u1BfNum = 1, u1BfBitmap = 1, u1BfSelBand[0] = 1 [ 47.880000] MtCmdSetDbdcCtrl:(ret = 0) [ 47.888000] phy_freq_adjust : no prim_ch value for adjust! [ 47.900000] Caller: wlan_operate_init+0xf4/0x17c [mt_wifi] [ 47.912000] phy_mode=14, ch=0, wdev_type=1 [ 47.920000] ht_cap->HtCapInfo: ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 47.936000] ht_cap->HtCapParm: mdpu_density=5, ampdu_factor=3 [ 47.948000] AP inf up for ra_3(func_idx) OmacIdx=19 [ 47.960000] AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn [ 47.968000] ApAutoChannelAtBootUp-----------------> [ 47.980000] ApAutoChannelAtBootUp: AutoChannelBootup = 1 [ 47.988000] MtCmdSetMacTxRx:(ret = 0) [ 47.996000] MtCmdSetMacTxRx:(ret = 0) [ 48.004000] [ApAutoChannelAtBootUp] ACS of BandIdx = 0 is already DONE, Channel = 4 [ 48.020000] AutoChSelUpdateChannel(): Update channel for wdev for this band PhyMode = 14, Channel = 4 [ 48.040000] [RadarStateCheck] RD_NORMAL_MODE [ 48.048000] ApAutoChannelAtBootUp<----------------- [ 48.060000] [PMF]APPMFInit:: apidx=3, MFPC=0, MFPR=0, SHA256=0 [ 48.072000] wifi_sys_linkup(), wdev idx = 3 [ 48.080000] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:124 for WDEV_TYPE:1 [ 48.080000] LinkToOmacIdx = 13, LinkToWdevType = 1 [ 48.232000] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0 [ 48.256000] MtCmdSetDbdcCtrl:(ret = 0) [ 48.264000] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 13 [ 48.276000] APStartUpForMbss: BssIndex = 0 channel = 4 [ 48.288000] MtCmdTxPowerDropCtrl: ucPowerDrop: 100, BandIdx: 0 [ 48.300000] apidx 3 for WscUUIDInit [ 48.308000] Generate UUID for apidx(3) [ 48.368000] device rax1 entered promiscuous mode [ 48.376000] br-lan: port 5(rax1) entered forwarding state [ 48.388000] br-lan: port 5(rax1) entered forwarding state [ 48.968000] br-lan: port 3(rax0) entered forwarding state [ 49.736000] br-lan: port 4(ra1) entered forwarding state [ 50.392000] br-lan: port 5(rax1) entered forwarding state ----- EasyMesh SCRIPT ----- ----- killed all apps ----- [ 51.060000] :set_fw_log: arg = 1:204 [ 51.068000] :set_fw_log: Mcu Dest = HOST2CR4, Log Type = Send MCU log by Event [ 51.084000] :MtCmdFwLog2Host: McuDest(1):HOST2CR4 [ 51.096000] :set_fw_log: arg = 1:204 [ 51.104000] :set_fw_log: Mcu Dest = HOST2CR4, Log Type = Send MCU log by Event [ 51.116000] :MtCmdFwLog2Host: McuDest(1):HOST2CR4 switch reg write offset=10, value=ffffffe0 switch reg write offset=34, value=8160816 ----- copied txt files ----- EasyMesh is enabled! WAPP starting... [ 51.360000] Enable GAS service for MBSSID[0] [ 51.368000] Unknow Parameter:8 [ 51.376000] Unknow Parameter:0 [ 51.380000] Unknow Parameter:1 [ 51.388000] Unknow Parameter:2 [ 51.396000] Unknow Parameter:3 [ 51.404000] Enable GAS service for MBSSID[2] [ 51.412000] Unknow Parameter:8 [ 51.416000] Unknow Parameter:0 [ 51.424000] Unknow Parameter:1 [ 51.428000] Unknow Parameter:2 [ 51.436000] Unknow Parameter:3 [ 51.440000] Set_AP_VENDOR_SPECIFIC_IE: Unknown OUIType = 16 [ 51.452000] Set_AP_VENDOR_SPECIFIC_IE: Unknown OUIType = 9 [ 51.464000] set_wapp_cmm_ie: Unknown IE(EID = 111) [ 51.472000] set_wapp_cmm_ie: Unknown IE(EID = 110) [ 51.484000] Set_AP_VENDOR_SPECIFIC_IE: Unknown OUIType = 16 [ 51.496000] Set_AP_VENDOR_SPECIFIC_IE: Unknown OUIType = 9 [ 51.628000] set_wapp_cmm_ie: Unknown IE(EID = 111) [ 51.640000] set_wapp_cmm_ie: Unknown IE(EID = 110) 1905 starting... 1905daemon version: 5a7558 Build time: 2019-05-06T08:08:16 [1905Daemon][main] set 1905 role controller [1905Daemon][main] map cfg file /etc/map_cfg.txt [1905Daemon][main] debug level = 0 [1905Daemon][map_read_config_file] map_controller_alid = 00:00:00:00:00:00 [1905Daemon][map_read_config_file] br_inf = br-lan [1905Daemon][map_read_config_file] lan = eth2 [1905Daemon][map_read_config_file] bss_config_priority: ra0;ra1;ra2;ra3;ra4;rax0;rax1;rax2;rax3;rai0;rai1;rai2;rai3;apcli0;apclix0;apclii0 [1905Daemon][map_read_config_file] ethernet_dev_name: eth2 [1905Daemon][map_read_config_file] set discovery_cnt to defaut value(11) [1905Daemon][map_read_wifi_file] interface[2] = ra0 [1905Daemon][map_read_wifi_file] role[2] = wiap [1905Daemon][map_read_wifi_file] band[2] = 5g [1905Daemon][map_read_wifi_file] phymode[2] = AC [1905Daemon][map_read_wifi_file] media_type[2] = 261 [1905Daemon][map_read_wifi_file] mac_addr = 04:ab:18:xx:xx:64 [1905Daemon][map_read_wifi_file] identifier = 00:00:00:00:01:01 [1905Daemon][map_read_wifi_file] interface[3] = ra1 [1905Daemon][map_read_wifi_file] role[3] = wiap [1905Daemon][map_read_wifi_file] band[3] = 5g [1905Daemon][map_read_wifi_file] phymode[3] = AC [1905Daemon][map_read_wifi_file] media_type[3] = 261 [1905Daemon][map_read_wifi_file] mac_addr = 06:ab:18:xx:xx:64 [1905Daemon][map_read_wifi_file] identifier = 00:00:00:00:01:01 [1905Daemon][map_read_wifi_file] interface[4] = rax0 [1905Daemon][map_read_wifi_file] role[4] = wiap [1905Daemon][map_read_wifi_file] band[4] = 2.4g [1905Daemon][map_read_wifi_file] phymode[4] = N [1905Daemon][map_read_wifi_file] media_type[4] = 259 [1905Daemon][map_read_wifi_file] mac_addr = 04:ab:18:xx:xx:63 [1905Daemon][map_read_wifi_file] identifier = 00:00:00:00:01:00 [1905Daemon][map_read_wifi_file] interface[5] = rax1 [1905Daemon][map_read_wifi_file] role[5] = wiap [1905Daemon][map_read_wifi_file] band[5] = 2.4g [1905Daemon][map_read_wifi_file] phymode[5] = N [1905Daemon][map_read_wifi_file] media_type[5] = 259 [1905Daemon][map_read_wifi_file] mac_addr = 06:ab:18:xx:xx:64 [1905Daemon][map_read_wifi_file] identifier = 00:00:00:00:01:00 [1905Da[ 54.844000] do_map_set_ctl==>cmd(1905) emon][map_read_w[ 54.852000] do_map_set_ctl==>almac(04:ab:18:xx:xx:61) ifi_file] itf_number = 6 [1905Daemon][set_bss_config_priority_by_str] bss intf(ra0) priority=1 [1905Daemon][set_bss_config_priority_by_str] bss intf(ra1) priority=2 [1905Daemon][set_bss_config_priority_by_str] bss intf(ra2) priority=3 [1905Daemon][set_bss_config_priority_by_str] bss intf(ra3) priority=4 [1905Daemon][set_bss_config_priority_by_str] bss intf(ra4) priority=5 [1905Daemon][set_bss_config_priority_by_str] bss intf(rax0) priority=6 [1905Daemon][set_bss_config_priority_by_str] bss intf(rax1) priority=7 [1905Daemon][set_bss_config_priority_by_str] bss intf(rax2) priority=8 [1905Daemon][set_bss_config_priority_by_str] bss intf(rax3) priority=9 [1905Daemon][set_bss_config_priority_by_str] bss intf(rai0) priority=10 [1905Daemon][set_bss_config_priority_by_str] bss intf(rai1) priority=11 [1905Daemon][set_bss_config_priority_by_str] bss intf(rai2) priority=12 [1905Daemon][set_bss_config_priority_by_str] bss intf(rai3) priority=13 [1905Daemon][set_bss_config_priority_by_str] bss intf(apcli0) priority=14 [1905Daemon][set_bss_config_priority_by_str] bss intf(apclix0) priority=15 [1905Daemon][set_bss_config_priority_by_str] bss intf(apclii0) priority=16 [1905Daemon][init_radio_info_by_intf] add new radio(00:00:00:00:01:01) [1905Daemon][init_radio_info_by_intf] add new bss(ra0) to above new radio [1905Daemon][init_radio_info_by_intf] add new bss(ra1) to existed radio(00:00:00:00:01:01) [1905Daemon][init_radio_info_by_intf] add new radio(00:00:00:00:01:00) [1905Daemon][init_radio_info_by_intf] add new bss(rax0) to above new radio [1905Daemon][init_radio_info_by_intf] add new bss(rax1) to existed radio(00:00:00:00:01:00) [1905Daemon][cmdu_init] AL mac: 04:AB:18:A7:F0:61 1,FF:FF:FF:FF:FF:FF 11x 5Gssw-pc-6dca7d 0x0020 0x0008 eab284ee 0 1 hidden-N 2,FF:FF:FF:FF:FF:FF 11x e-mesh-a7f061 0x0020 0x0008 vd82n36uekt7 1 1 hidden-Y 3,FF:FF:FF:FF:FF:FF 8x ssw-pc-6dca7d 0x0020 0x0008 eab284ee 0 1 hidden-N 4,FF:FF:FF:FF:FF:FF 8x e-mesh-a7f061 0x0020 0x0008 vd82n36uekt7 1 1 hidden-Y 5,FF:FF:FF:FF:FF:FF 12x 5Gssw-pc-6dca7d 0x0020 0x0008 eab284ee 0 1 hidden-N 6,FF:FF:FF:FF:FF:FF 12x e-mesh-a7f061 0x0020 0x0008 vd82n36uekt7 1 1 hidden-Y vid fid portmap s-tag 1 0 -1111-11 0 [1905Daemon][main] p1905_Manager Daemon Running worker_task_receiver_event_handler worker_task_receiver_event_handler worker_task_receiver_event_handler worker_task_receiver_event_handler worker_task_receiver_event_handler worker_task_receiver_event_handler worker_task_receiver_event_handler MAP Daemon starting... mapd version: 75f444 Build time: 2019-05-06T08:08:49 [mapd][mapd_init][1122]DB NAME=./client_db.txt [1905Daemon][_1905_interface_attach] daemon _1905_client attached \x00map_daemon [_1905_Get_Local_Devinfo]almac 04:ab:18:xx:xx:61 [_1905_Get_Local_Devinfo]dev_info->inf_num=5 [_1905_Get_Local_Devinfo]interface mac 04:ab:18:xx:xx:61 [_1905_Get_Local_Devinfo]interface media type 0000 [_1905_Get_Local_Devinfo]interface mac 04:ab:18:xx:xx:64 [_1905_Get_Local_Devinfo]interface media type 0105 [_1905_Get_Local_Devinfo]interface mac 06:ab:18:xx:xx:64 [_1905_Get_Local_Devinfo]interface media type 0105 [_1905_Get_Local_Devinfo]interface mac 04:ab:18:xx:xx:63 [_1905_Get_Local_Devinfo]interface media type 0103 [_1905_Get_Local_Devinfo]interface mac 06:ab:18:xx:xx:64 [_1905_Get_Local_Devinfo]interface media type 0103 [_1905_Get_Local_Devinfo]br_cap->br_num=1 [_1905_Get_Local_Devinfo] (br_cap->bridge_info[i].br_name br-lan [_1905_Get_Local_Devinfo] br_cap->bridge_info[i].inf_num=5 [_1905_Get_Local_Devinfo] 04:ab:18:xx:xx:61 [_1905_Get_Local_Devinfo] 04:ab:18:xx:xx:64 [_1905_Get_Local_Devinfo] 06:ab:18:xx:xx:64 [_1905_Get_Local_Devinfo] 04:ab:18:xx:xx:63 [_1905_Get_Local_Devinfo] 06:ab:18:xx:xx:64 [_1905_Get_Local_Devinfo]srv->srv_num=1 [_1905_Get_Local_Devinfo]srv->srv=00 [_1905_Set_Channel_Selection_Rsp_Info]rsp_cnt in[ 58.580000] Set_Fh_Bss_Proc ra1 wdev->MAPCfg.DevOwnRole 0x0 valid value [1905Daemon][read_bss_conf_and_renew_v2] read wts_b[ 58.600000] Set_Bh_Bss_Proc ra1 bandIdx = 1 ,DevOwnRole 0x0 ss_info_config to ctx->bss_config, radio_number=2 1,FF:FF:FF:FF[ 58.624000] Set_Fh_Bss_Proc ra1 wdev->MAPCfg.DevOwnRole 0x20 :FF:FF 11x 5Gssw-pc-6dca7d 0x0020 0x0008 eab284ee 0 1 hidden-N [ 58.648000] Set_Fh_Bss_Proc ra0 wdev->MAPCfg.DevOwnRole 0x0 2,FF:FF:FF:FF:FF:FF 11x e-mesh-a7f061 0x0020 0x0008 vd82n36uekt7 1 1 hidden-Y 3,FF:FF:FF:FF:FF:[ 58.676000] Set_Bh_Bss_Proc ra0 bandIdx = 1 ,DevOwnRole 0x0 FF 8x ssw-pc-6dca7d 0x0020 0x0008 eab284ee 0 1 hidden-N 4,FF:FF:FF:FF:FF:FF 8x e-mesh-a7f061 0x[ 58.700000] Set_Fh_Bss_Proc ra0 wdev->MAPCfg.DevOwnRole 0x20 0020 0x0008 vd82n36uekt7 1 1 hidden-Y 5,FF:FF:FF:FF:FF:FF 12x 5[ 58.724000] Set_Fh_Bss_Proc rax1 wdev->MAPCfg.DevOwnRole 0x0 Gssw-pc-6dca7d 0x0020 0x0008 eab284ee 0 1 hidden-N 6,FF:FF:FF:F[ 58.744000] Set_Bh_Bss_Proc rax1 bandIdx = 0 ,DevOwnRole 0x0 F:FF:FF 12x e-mesh-a7f061 0x0020 0x0008 vd82n36u[ 58.768000] Set_Fh_Bss_Proc rax1 wdev->MAPCfg.DevOwnRole 0x20 ekt7 1 1 hidden-Y [1905Daemon][pop_node_from_stack] pop_node[ 58.788000] Set_Fh_Bss_Proc rax0 wdev->MAPCfg.DevOwnRole 0x0 _from_stack, pop out_mac(04:ab:18:xx:xx:61), ban[ 58.808000] Set_Bh_Bss_Proc rax0 bandIdx = 0 ,DevOwnRole 0x0 d_cap = 00 [1905Daemon][pop_node_from_stack] do[ 58.828000] Set_Fh_Bss_Proc rax0 wdev->MAPCfg.DevOwnRole 0x20 not renew to controller almac(04:ab:18:xx:xx:61) not exist [1905Daemon][determin_band_config] mac(04:ab:18:xx:xx:61) bsscap = 7 [1905Daemon][determin_band_config] mac(04:ab:18:xx:xx:61) bsscap = 7 [ 58.892000] [PMF]APPMFInit:: apidx=0, MFPC=0, MFPR=0, SHA256=0 [ 58.904000] wifi_sys_linkdown(), wdev idx = 0 [ 58.904000] ExtEventBeaconLostHandler::FW LOG, Beacon lost (04:ab:18:xx:xx:64), Reason 0x10 [ 58.904000] Beacon lost - AP disabled!!! [ 58.940000] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0 [ 58.964000] wifi_sys_close(), wdev idx = 0 [ 58.972000] wifi_sys_open(), wdev idx = 0 [ 58.980000] wdev_attr_update(): wdevId0 = 04:ab:18:xx:xx:64 [ 58.992000] rcUpdateBandForBFMU PhyCtrl[0].RadioCtrl.IsBfBand = 0 [ 59.004000] rcUpdateBandForBFMU PhyCtrl[1].RadioCtrl.IsBfBand = 1 [ 59.016000] TxBfModuleEnCtrl:i = 0, pRadioCtrl->IsBfBand = 0 [ 59.024000] TxBfModuleEnCtrl:i = 1, pRadioCtrl->IsBfBand = 1 [ 59.036000] TxBfModuleEnCtrl:u1BfNum = 1, u1BfBitmap = 1, u1BfSelBand[0] = 1 [ 59.052000] MtCmdSetDbdcCtrl:(ret = 0) [ 59.060000] [RadarStateCheck] RD_SILENCE_MODE [ 59.068000] [DfsCacNormalStart] CAC 65 seconds start . Disable MAC TX [ 59.084000] [WrapDfsRadarDetectStart]: DfsChBand[0]: 1, DfsChBand[1]: 0 [ 59.096000] Caller: wlan_operate_init+0xf4/0x17c [mt_wifi] [ 59.108000] phy_mode=49, ch=64, wdev_type=1 [ 59.116000] ht_cap->HtCapInfo: ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 59.136000] ht_cap->HtCapParm: mdpu_density=5, ampdu_factor=3 [ 59.148000] wifi_sys_linkup(), wdev idx = 0 [ 59.156000] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:127 for WDEV_TYPE:1 [ 59.156000] LinkToOmacIdx = 0, LinkToWdevType = 1 [ 59.404000] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8192, CmdBssInfoBmcRate.u2McTransmit = 8196 [ 59.428000] MtCmdSetDbdcCtrl:(ret = 0) [ 59.436000] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 0 [ 59.456000] Set_Fh_Bss_Proc ra0 wdev->MAPCfg.DevOwnRole 0x0 [ 59.476000] Set_Bh_Bss_Proc ra0 bandIdx = 1 ,DevOwnRole 0x0 [ 59.492000] Set_Fh_Bss_Proc ra0 wdev->MAPCfg.DevOwnRole 0x20 [ 59.544000] [PMF]APPMFInit:: apidx=1, MFPC=0, MFPR=0, SHA256=0 [ 59.556000] wifi_sys_linkdown(), wdev idx = 1 [ 59.556000] ExtEventBeaconLostHandler::FW LOG, Beacon lost (06:ab:18:xx:xx:64), Reason 0x10 [ 59.556000] Beacon lost - AP disabled!!! [ 59.588000] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0 [ 59.612000] wifi_sys_close(), wdev idx = 1 [ 59.620000] wifi_sys_open(), wdev idx = 1 [ 59.628000] wdev_attr_update(): wdevId1 = 06:ab:18:xx:xx:64 [ 59.640000] rcUpdateBandForBFMU PhyCtrl[0].RadioCtrl.IsBfBand = 0 [ 59.652000] rcUpdateBandForBFMU PhyCtrl[1].RadioCtrl.IsBfBand = 1 [ 59.664000] TxBfModuleEnCtrl:i = 0, pRadioCtrl->IsBfBand = 0 [ 59.676000] TxBfModuleEnCtrl:i = 1, pRadioCtrl->IsBfBand = 1 [ 59.688000] TxBfModuleEnCtrl:u1BfNum = 1, u1BfBitmap = 1, u1BfSelBand[0] = 1 [ 59.704000] MtCmdSetDbdcCtrl:(ret = 0) [ 59.712000] [RadarStateCheck] RD_SILENCE_MODE [ 59.720000] [DfsCacNormalStart] CAC 65 seconds start . Disable MAC TX [ 59.740000] [WrapDfsRadarDetectStart]: DfsChBand[0]: 1, DfsChBand[1]: 0 [ 59.752000] Caller: wlan_operate_init+0xf4/0x17c [mt_wifi] [ 59.764000] phy_mode=49, ch=64, wdev_type=1 [ 59.772000] ht_cap->HtCapInfo: ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 59.792000] ht_cap->HtCapParm: mdpu_density=5, ampdu_factor=3 [ 59.804000] wifi_sys_linkup(), wdev idx = 1 [ 59.812000] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:125 for WDEV_TYPE:1 [ 59.812000] LinkToOmacIdx = 11, LinkToWdevType = 1 [ 59.972000] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8192, CmdBssInfoBmcRate.u2McTransmit = 8196 [ 59.996000] MtCmdSetDbdcCtrl:(ret = 0) [ 60.004000] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 11 [ 60.028000] Set_Fh_Bss_Proc ra1 wdev->MAPCfg.DevOwnRole 0x0 [ 60.052000] Set_Bh_Bss_Proc ra1 bandIdx = 1 ,DevOwnRole 0x0 [ 60.068000] Set_Fh_Bss_Proc ra1 wdev->MAPCfg.DevOwnRole 0x20 [ 60.088000] Set_Bh_Bss_Proc ra1 bandIdx = 1 ,DevOwnRole 0x60 [ 60.208000] [PMF]APPMFInit:: apidx=2, MFPC=0, MFPR=0, SHA256=0 [ 60.220000] wifi_sys_linkdown(), wdev idx = 2 [ 60.220000] ExtEventBeaconLostHandler::FW LOG, Beacon lost (04:ab:18:xx:xx:63), Reason 0x10 [ 60.220000] Beacon lost - AP disabled!!! [ 60.256000] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0 [ 60.280000] wifi_sys_close(), wdev idx = 2 [ 60.288000] wifi_sys_open(), wdev idx = 2 [ 60.296000] wdev_attr_update(): wdevId2 = 04:ab:18:xx:xx:63 [ 60.308000] rcUpdateBandForBFMU PhyCtrl[0].RadioCtrl.IsBfBand = 0 [ 60.320000] rcUpdateBandForBFMU PhyCtrl[1].RadioCtrl.IsBfBand = 1 [ 60.332000] TxBfModuleEnCtrl:i = 0, pRadioCtrl->IsBfBand = 0 [ 60.344000] TxBfModuleEnCtrl:i = 1, pRadioCtrl->IsBfBand = 1 [ 60.352000] TxBfModuleEnCtrl:u1BfNum = 1, u1BfBitmap = 1, u1BfSelBand[0] = 1 [ 60.368000] MtCmdSetDbdcCtrl:(ret = 0) [ 60.376000] Caller: wlan_operate_init+0xf4/0x17c [mt_wifi] [ 60.388000] phy_mode=14, ch=4, wdev_type=1 [ 60.396000] ht_cap->HtCapInfo: ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 60.412000] ht_cap->HtCapParm: mdpu_density=5, ampdu_factor=3 [ 60.424000] wifi_sys_linkup(), wdev idx = 2 [ 60.432000] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:126 for WDEV_TYPE:1 [ 60.432000] LinkToOmacIdx = 12, LinkToWdevType = 1 [ 60.588000] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0 [ 60.612000] MtCmdSetDbdcCtrl:(ret = 0) [ 60.620000] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 12 [ 60.640000] Set_Fh_Bss_Proc rax0 wdev->MAPCfg.DevOwnRole 0x0 [ 60.656000] Set_Bh_Bss_Proc rax0 bandIdx = 0 ,DevOwnRole 0x0 [ 60.676000] Set_Fh_Bss_Proc rax0 wdev->MAPCfg.DevOwnRole 0x20 ----- MAP DEVICE STARTED ----- [ 60.724000] [PMF]APPMFInit:: apidx=3, MFPC=0, MFPR=0, SHA256=0 [ 60.736000] wifi_sys_linkdown(), wdev idx = 3 [ 60.748000] ExtEventBeaconLostHandler::FW LOG, Beacon lost (06:ab:18:xx:xx:64), Reason 0x10 [ 60.764000] Beacon lost - AP disabled!!! [ 60.772000] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0 [ 60.796000] wifi_sys_close(), wdev idx = 3 [ 60.804000] wifi_sys_open(), wdev idx = 3 [ 60.812000] wdev_attr_update(): wdevId3 = 06:ab:18:xx:xx:64 [ 60.824000] rcUpdateBandForBFMU PhyCtrl[0].RadioCtrl.IsBfBand = 0 [ 60.836000] rcUpdateBandForBFMU PhyCtrl[1].RadioCtrl.IsBfBand = 1 [ 60.848000] TxBfModuleEnCtrl:i = 0, pRadioCtrl->IsBfBand = 0 [ 60.860000] TxBfModuleEnCtrl:i = 1, pRadioCtrl->IsBfBand = 1 [ 60.868000] TxBfModuleEnCtrl:u1BfNum = 1, u1BfBitmap = 1, u1BfSelBand[0] = 1 [ 60.884000] MtCmdSetDbdcCtrl:(ret = 0) [ 60.892000] Caller: wlan_operate_init+0xf4/0x17c [mt_wifi] [ 60.904000] phy_mode=14, ch=4, wdev_type=1 [ 60.912000] ht_cap->HtCapInfo: ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 60.928000] ht_cap->HtCapParm: mdpu_density=5, ampdu_factor=3 [ 60.940000] wifi_sys_linkup(), wdev idx = 3 [ 60.948000] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:124 for WDEV_TYPE:1 [ 60.948000] LinkToOmacIdx = 13, LinkToWdevType = 1 [ 61.104000] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0 [ 61.128000] MtCmdSetDbdcCtrl:(ret = 0) [ 61.136000] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 13 [ 61.156000] Set_Fh_Bss_Proc rax1 wdev->MAPCfg.DevOwnRole 0x0 [ 61.176000] Set_Bh_Bss_Proc rax1 bandIdx = 0 ,DevOwnRole 0x0 [ 61.196000] Set_Fh_Bss_Proc rax1 wdev->MAPCfg.DevOwnRole 0x20 [ 61.216000] Set_Bh_Bss_Proc rax1 bandIdx = 0 ,DevOwnRole 0x60 start ddns add_cron add_cron data 74.64 230.61 FC start FC Disable 109.24 364.75