TP-Link EX220 v1
The TP-Link EX220 is a dual-band Wi-Fi 6 router, nearly identical with the Archer AX23. While primarily aimed at service providers, it is also available for purchase by end-users in certain regions.
Supported Versions
Experimental Versions
None at this time.
Hardware Highlights
Installation
→ Install OpenWrt (generic explanation)
Flashing is only possible via the OEM installation using the serial + TFTP method described below. This is so because the factory image must be signed.
Flash Layout
Find out flash layout, then add the flash layout table here (copy, paste, modify the example).
Please check out the article Flash layout. It contains examples and explanations that describe how to document the flash layout.
OEM installation using the serial + TFTP method
- Establish a serial connection.
- Set up a TFTP server and copy the initramfs image there.
- Power on the device and press any key to interrupt normal boot.
- Load the initramfs image using tftpboot.
- Boot with bootm.
- If you haven't done so already, back up all stock mtd partitions.
- Copy the sysupgrade image to the router via SSH.
- Flash OpenWrt through either LuCI (if available) or the sysupgrade command. Remember not to attempt saving settings.
Specific values needed for tftp
Bootloader tftp server IPv4 address | 192.168.0.1 |
---|---|
Firmware tftp image | Use an initramfs image |
TFTP server required IP address | 192.168.0.2 |
Upgrading OpenWrt
Debricking
Failsafe mode
Basic configuration
→ Basic configuration After flashing, proceed with this.
Set up your Internet connection, configure wireless, configure USB port, etc.
Specific Configuration
Network interfaces
The default network configuration is:
Interface Name | Description | Default configuration |
---|---|---|
br-lan | LAN & WiFi | 192.168.1.1/24 |
wan | WAN port | DHCP |
wl0 | WiFi | Disabled |
wl1 | WiFi | Disabled |
Switch Ports (for VLANs)
Please fill in real values for this device, then remove the EXAMPLEs
Numbers 0-3 are Ports 1-4 as labeled on the unit, number 4 is the Internet (WAN) on the unit, 5 is the internal connection to the router itself. Don't be fooled: Port 1 on the unit is number 3 when configuring VLANs. vlan0 = eth0.0, vlan1 = eth0.1 and so on.
Port | Switch port |
---|---|
Internet (WAN) | EXAMPLE 4 |
LAN 1 | EXAMPLE 3 |
LAN 2 | EXAMPLE 2 |
LAN 3 | EXAMPLE 1 |
LAN 4 | EXAMPLE 0 |
Buttons
→ hardware.button on howto use and configure the hardware button(s). Here, we merely name the buttons, so we can use them in the above Howto.
The TP-Link EX220 has the following buttons:
BUTTON | Event |
---|---|
Reset | reset |
WPS/Wi-Fi | rfkill |
Hardware
Info
Photos
Front:
Insert photo of front of the casing
Back:
Insert photo of back of the casing
Backside label:
Insert photo of backside label
Opening the case
Note: This will void your warranty!
Describe what needs to be done to open the device, e.g. remove rubber feet, adhesive labels, screws, ...
- To remove the cover and open the device, do a/b/c
Main PCB:
Insert photo of PCB
Serial
→ port.serial general information about the serial port, serial port cable, etc.
How to connect to the Serial Port of this specific device:
Serial connection parameters for TP-Link EX220 v1 | 115200, 8N1, 3.3V |
---|
Bootloader mods
Hardware mods
None so far.
Bootlogs
OEM bootlog
U-Boot 2018.09 (Dec 27 2022 - 14:34:33 +0000) CPU: MediaTek MT7621AT ver 1, eco 4 Clocks: CPU: 880MHz, DDR: 1200MHz, Bus: 220MHz, XTAL: 40MHz Model: MediaTek MT7621 reference board DRAM: 128 MiB Loading Environment from SPI Flash... SF: Detected w25q128bv with page size 256 Bytes, erase size 64 KiB, total 16 MiB OK In: uartlite0@1e000c00 Out: uartlite0@1e000c00 Err: uartlite0@1e000c00 Net: Warning: eth@1e100000 (eth0) using random MAC address eth0: eth@1e100000 Hit any key to stop autoboot: 0 Reading from flash 0xc0000 to mem 0x80010000, size 0x3d1ff0 ... ## Loading kernel from FIT Image at 80010000 ... Using 'config@1' configuration Trying 'kernel@1' kernel subimage Description: MIPS OpenWrt Linux-4.4.198 Type: Kernel Image Compression: lzma compressed Data Start: 0x800100e4 Data Size: 3993518 Bytes = 3.8 MiB Architecture: MIPS OS: Linux Load Address: 0x81001000 Entry Point: 0x81001000 Hash algo: crc32 Hash value: c82311bd Hash algo: sha1 Hash value: 156522e67d686d2f98f26ddaccfbd3a362d4366b Verifying Hash Integrity ... crc32+ sha1+ OK ## Loading fdt from FIT Image at 80010000 ... Using 'config@1' configuration Trying 'fdt@1' fdt subimage Description: MIPS OpenWrt EX221-G5V1 device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x803df1d0 Data Size: 10998 Bytes = 10.7 KiB Architecture: MIPS Hash algo: crc32 Hash value: 56e738e1 Hash algo: sha1 Hash value: d310d739c7070ac47012995f70205683a000cd1c Verifying Hash Integrity ... crc32+ sha1+ OK Booting using the fdt blob at 0x803df1d0 Uncompressing Kernel Image ... OK Loading Device Tree to 87e87000, end 87e8caf5 ... OK [ 0.000000] Linux version 4.4.198 (compile@342f0d6254c6) (gcc version 5.4.0 (LEDE GCC 5.4.0 r0-a2bcb53c) ) #1 SMP Fri Feb 10 06:30:53 UTC 2023 [ 0.000000] SoC Type: MediaTek MT7621 ver:1 eco:4 [ 0.000000] bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc) [ 0.000000] MIPS: machine is MediaTek MT7621 RFB (SNOR) [ 0.000000] Determined physical RAM map: [ 0.000000] memory: 08000000 @ 00000000 (usable) [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000000000-0x0000000000ffffff] [ 0.000000] Normal [mem 0x0000000001000000-0x0000000007ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] VPE topology {2,2} total 4 [ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, 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 10 pages/cpu @81e2e000 s8544 r8192 d24224 u40960 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512 [ 0.000000] Kernel command line: console=ttyS0,115200 rootfstype=squashfs,jffs2 [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes) [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) [ 0.000000] Writing ErrCtl register=00003013 [ 0.000000] Readback ErrCtl register=00003013 [ 0.000000] Memory: 116272K/131072K available (7905K kernel code, 2963K rwdata, 2080K rodata, 224K init, 244K bss, 14800K reserved, 0K cma-reserved) [ 0.000000] Hierarchical RCU implementation. [ 0.000000] NR_IRQS:256 [ 0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0xcaf478abb4, max_idle_ns: 440795247997 ns [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 4343773742 ns [ 0.000009] sched_clock: 32 bits at 440MHz, resolution 2ns, wraps every 4880645118ns [ 0.008383] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688) [ 0.070396] pid_max: default: 32768 minimum: 301 [ 0.075294] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.081821] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 4.812167] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 4.812177] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 4.812187] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 4.812324] CPU1 revision is: 0001992f (MIPS 1004Kc) [ 0.177618] Synchronize counters for CPU 1: done. [ 4.601208] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 4.601214] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 4.601221] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 4.601292] CPU2 revision is: 0001992f (MIPS 1004Kc) [ 0.268074] Synchronize counters for CPU 2: done. [ 4.691390] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 4.691396] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 4.691402] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 4.691484] CPU3 revision is: 0001992f (MIPS 1004Kc) [ 0.353264] Synchronize counters for CPU 3: done. [ 0.358000] Brought up 4 CPUs [ 0.361580] devtmpfs: initialized [ 0.369108] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.378893] futex hash table entries: 1024 (order: 3, 32768 bytes) [ 0.385193] pinctrl core: initialized pinctrl subsystem [ 0.391100] NET: Registered protocol family 16 [ 0.430633] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.436227] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.441851] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.447831] mt7621-pci 1e140000.pcie: Failed to get gpio for PCIe1 [ 0.453975] mt7621-pci 1e140000.pcie: Failed to get gpio for PCIe2 [ 0.480087] ############################### mt7621_pcie_init 508 i:0 val:19 ################### [ 0.508810] ############################### mt7621_pcie_init 508 i:1 val:-2 ################### [ 0.537511] ############################### mt7621_pcie_init 508 i:2 val:-2 ################### [ 0.816662] ############################### mt7621_pcie_init 527 val:19 ################### [ 0.845018] ############################### mt7621_pcie_init 527 val:-2 ################### [ 0.873386] ############################### mt7621_pcie_init 527 val:-2 ################### [ 1.132161] PCIe port 2 link down [ 1.135408] PCI coherence region base: 0x60000000, mask/settings: 0xf0000002 [ 1.144481] random: nonblocking pool is initialized [ 1.177473] SCSI subsystem initialized [ 1.181875] PCI host bridge to bus 0000:00 [ 1.185955] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] [ 1.192723] pci_bus 0000:00: root bus resource [io 0x1e160000-0x1e16ffff] [ 1.199574] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0] [ 1.206294] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] [ 1.214957] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 1.222854] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 1.232220] pci 0000:00:00.0: BAR 9: assigned [mem 0x60000000-0x601fffff pref] [ 1.239348] pci 0000:00:01.0: BAR 9: assigned [mem 0x60200000-0x603fffff pref] [ 1.246539] pci 0000:00:00.0: BAR 1: assigned [mem 0x60400000-0x6040ffff] [ 1.253246] pci 0000:00:01.0: BAR 1: assigned [mem 0x60410000-0x6041ffff] [ 1.260013] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit pref] [ 1.267696] pci 0000:01:00.0: BAR 2: assigned [mem 0x60100000-0x60103fff 64bit pref] [ 1.275400] pci 0000:01:00.0: BAR 4: assigned [mem 0x60104000-0x60104fff 64bit pref] [ 1.283065] pci 0000:00:00.0: PCI bridge to [bus 01] [ 1.287998] pci 0000:00:00.0: bridge window [mem 0x60000000-0x601fffff pref] [ 1.295160] pci 0000:02:00.0: BAR 0: assigned [mem 0x60200000-0x602fffff 64bit pref] [ 1.302873] pci 0000:02:00.0: BAR 2: assigned [mem 0x60300000-0x60303fff 64bit pref] [ 1.310551] pci 0000:02:00.0: BAR 4: assigned [mem 0x60304000-0x60304fff 64bit pref] [ 1.318249] pci 0000:00:01.0: PCI bridge to [bus 02] [ 1.323141] pci 0000:00:01.0: bridge window [mem 0x60200000-0x603fffff pref] [ 1.331891] clocksource: Switched to clocksource GIC [ 1.339805] NET: Registered protocol family 2 [ 1.344979] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 1.351906] TCP bind hash table entries: 1024 (order: 1, 8192 bytes) [ 1.358171] TCP: Hash tables configured (established 1024 bind 1024) [ 1.364596] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 1.370347] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 1.376932] NET: Registered protocol family 1 [ 1.384449] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.390304] jffs2: version 2.2 (NAND) (ZLIB) (RTIME) (c) 2001-2006 Red Hat, Inc. [ 1.397922] fuse init (API version 7.23) [ 1.408717] io scheduler noop registered [ 1.412598] io scheduler deadline registered (default) [ 1.425208] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled [ 1.432955] console [ttyS0] disabled [ 1.436486] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 33, base_baud = 3125000) is a 16550A [ 1.445503] console [ttyS0] enabled [ 1.445503] console [ttyS0] enabled [ 1.452403] bootconsole [early0] disabled [ 1.452403] bootconsole [early0] disabled [ 1.478313] brd: module loaded [ 1.484044] m25p80 spi32766.0: w25q128 (16384 Kbytes) [ 1.489107] spi_nor_scan, found flash0 = spi32766.0 [ 1.494164] 10 ofpart partitions found on MTD device spi32766.0 [ 1.500079] Creating 10 MTD partitions on "spi32766.0": [ 1.505335] 0x000000000000-0x000000030000 : "boot" [ 1.511599] 0x000000030000-0x000000040000 : "boot-env" [ 1.518185] 0x000000040000-0x000000050000 : "factory" [ 1.524712] 0x000000050000-0x000000060000 : "config" [ 1.531011] 0x000000060000-0x000000070000 : "isp_config" [ 1.537777] 0x000000070000-0x000000080000 : "rom_file" [ 1.544355] 0x000000080000-0x000000090000 : "cloud" [ 1.550585] 0x000000090000-0x0000000b0000 : "radio" [ 1.556915] 0x0000000b0000-0x0000000c0000 : "config_bak" [ 1.563640] 0x0000000c0000-0x000000ff0000 : "firmware" [ 1.575407] 2 fit-fw partitions found on MTD device firmware [ 1.581086] 0x0000000c0000-0x0000004a0000 : "kernel" [ 1.587486] 0x0000004a0000-0x000000ff0000 : "rootfs" [ 1.593875] mtd: device 11 (rootfs) set to be root filesystem [ 1.599692] 1 squashfs-split partitions found on MTD device rootfs [ 1.605923] 0x000000fd0000-0x000000ff0000 : "rootfs_data" [ 1.613296] libphy: Fixed MDIO Bus: probed [ 1.672159] libphy: mdio: probed [ 1.676317] mtk_soc_eth 1e100000.ethernet: connected mac 0 to PHY at fixed-0:00 [uid=00000000, driver=Generic PHY] [ 1.687456] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 10 [ 1.696364] mtk_soc_eth 1e100000.ethernet: connected mac 1 to PHY at fixed-0:01 [uid=00000000, driver=Generic PHY] [ 1.707556] mtk_soc_eth 1e100000.ethernet eth1: mediatek frame engine at 0xbe100000, irq 10 [ 1.716222] PPP generic driver version 2.4.2 [ 1.720874] PPP BSD Compression module registered [ 1.725648] NET: Registered protocol family 24 [ 1.730129] PPTP driver version 0.8.5 [ 1.734095] register mt_drv [ 1.737070] <--mt7916_hif_init() [ 1.740530] Rx[0] Ring: total 12288 bytes allocated [ 1.748002] Rx[1] Ring: total 8192 bytes allocated [ 1.752905] <-- pci_alloc_tx_rx_ring_mem, Status=0 [ 1.790364] [ 1.790364] [ 1.790364] === pAd = c0401000, size = 13433888 === [ 1.790364] [ 1.801320] <-- RTMPAllocAdapterBlock, Status=0 [ 1.805906] PCI CSRBaseAddress =0xc0300000, csr_addr=0xc0300000! [ 1.811936] RTMPInitPCIeDevice():device_id=0x7915 [ 1.816644] mt7915_init()--> [ 1.819519] Use the default iPAiLNA bin image! [ 1.824050] <--mt7915_init() [ 1.827087] wdev_init(caller:RTMP_COM_IoctlHandle+0x39c/0x1a74), wdev(0) [ 1.834342] Rx[0] Ring: total 12288 bytes allocated [ 1.839313] Rx[1] Ring: total 12288 bytes allocated [ 1.845621] Rx[2] Ring: total 4096 bytes allocated [ 1.853153] Rx[3] Ring: total 8192 bytes allocated [ 1.859346] Rx[4] Ring: total 4096 bytes allocated [ 1.864222] <-- pci_alloc_tx_rx_ring_mem, Status=0 [ 1.870620] mt7621_wdt 1e000100.wdt: Initialized [ 1.875643] Netfilter messages via NETLINK v0.30. [ 1.880439] nf_conntrack version 0.5.0 (1816 buckets, 10240 max) [ 1.887111] gre: GRE over IPv4 demultiplexor driver [ 1.892297] ip_tables: (C) 2000-2006 Netfilter Core Team [ 1.897883] Initializing XFRM netlink socket [ 1.902428] NET: Registered protocol family 10 [ 1.908418] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 1.914214] sit: IPv6 over IPv4 tunneling driver [ 1.920977] NET: Registered protocol family 17 [ 1.925523] NET: Registered protocol family 15 [ 1.930038] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this. [ 1.942675] Ebtables v2.0 registered [ 1.946465] l2tp_core: L2TP core driver, V2.0 [ 1.950841] l2tp_ppp: PPPoL2TP kernel driver, V2.0 [ 1.955678] 8021q: 802.1Q VLAN Support v1.8 [ 2.002036] mt753x gsw: Switch is MediaTek MT7530 rev 1 [ 2.028759] libphy: mt753x_mdio: probed [ 2.044842] VFS: Mounted root (squashfs filesystem) readonly on device 31:11. [ 2.058613] devtmpfs: mounted [ 2.062274] Freeing unused kernel memory: 224K [ 2.066729] This architecture does not have kernel memory protection. starting pid 448, tty '': '/etc/init.d/rcS' [ 2.846086] Register flash device: flash0 [ 2.860079] creat_domain_proc ok [ 2.863458] tp_domain init ok [ 3.008046] TP_DHCP_HOOK Module init [ 3.015694] ip6_passthrough: module license 'Proprietary' taints kernel. [ 3.022447] Disabling lock debugging due to kernel taint [ 3.036386] device recognition register success mount: mounting usbfs on /proc/bus/usb/ failed: No such file or directory insmod: can't insert '/lib/modules/kmdir/kernel/drivers/net/mii.ko': No such file or directory [ 3.176577] Ralink HW NAT Module Enabled [ 3.181511] init PpeFoeBase = a0680000 [ 3.185920] eth0 ifindex =2 [ 3.188711] eth1 ifindex =3 mknod: /dev/flash0: File exists rcS init done! Please press Enter to activate this console. [ initCpuMask ] 400 - ERROR: before cpu mask 0000000F [ initCpuMask ] 415 - ERROR: after cpu mask 0000000D [ 4.919223] mt753x gsw: Port 4 Link is Up - 1Gbps/Full [ 5.256581] mt753x gsw: Port 2 Link is Up - 1Gbps/Full [ dm_readFile ] 2308 - ERROR: can not open xml file /var/tmp/pc/reduced_data_model.xml!, about to open file /etc/reduced_data_model.xml [ 5.756610] spiflash_ioctl_read, Read from 0x00050000 length 0x10000, ret 0, retlen 0x10000 [ oal_sys_GetConfigAddr ] 4188: checking addr1 00050000 seq1:60 [ 5.794999] spiflash_ioctl_read, Read from 0x000b0000 length 0x10000, ret 0, retlen 0x10000 [ oal_sys_GetConfigAddr ] 4194: checking addr2 000b0000 seq2:59 [ 5.833036] spiflash_ioctl_read, Read from 0x00050000 length 0x10000, ret 0, retlen 0x10000 [ 5.848563] spiflash_ioctl_read, Read from 0x00050000 length 0x4600, ret 0, retlen 0x4600 [ oal_sys_readCfgFlash ] 4753 - ERROR: Read config index:60 [ dm_postHook ] 942 - ERROR: X_TP_ConfigVersion 5a000002, X_TP_DMVersion 5a000002 [ prepareDropbear_early ] 696: num of CPU core = 4. [ prepareDropbear_early ] 706: parent pid 566 [ prepareDropbear_early ] 713: start creating dropbear RSA key at CPU core 1. [ prepareDropbear_early ] 723: child pre cpu mask 0000000D [ prepareDropbear_early ] 737: child post cpu mask 00000002 [ prepareDropbear_early ] 741 - ERROR: Try create dropbear RSA key loop=0 ... [ 6.130978] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 6.139104] spiflash_ioctl_read, Read from 0x0007f200 length 0x4, ret 0, retlen 0x4 [ 6.148050] spiflash_ioctl_read, Read from 0x0007f300 length 0x29, ret 0, retlen 0x29 [ 6.156504] spiflash_ioctl_read, Read from 0x0007f600 length 0x4, ret 0, retlen 0x4 [ 6.164475] spiflash_ioctl_read, Read from 0x0007f700 length 0x100, ret 0, retlen 0x100 [ 6.172706] spiflash_ioctl_read, Read from 0x0007f160 length 0x29, ret 0, retlen 0x29 [ oal_sys_readHw[ 6.180891] spiflash_ioctl_read, Read from 0x0007f110 length 0x29, ret 0, retlen 0x29 idFlash ] 5204 -[ 6.190279] spiflash_ioctl_read, Read from 0x0007f140 length 0x18, ret 0, retlen 0x18 ERROR: read Hw[ 6.199685] spiflash_ioctl_read, Read from 0x0007f500 length 0x40, ret 0, retlen 0x40 ID from flash :A5C9759DABC7416ADF42B8845BB77CE5 [ oal_sys_readOemidFlash ] 5267 - ERROR: read oemID from flash :BD753A506EFAE86B57284CF7E27F9C6E [ oal_sys_readZoneFlash ] 5329 - ERROR: read zone from flash :BR Generating 2048 bit rsa key, this may take a while... [ 6.355389] spiflash_ioctl_read, Read from 0x0007f160 length 0x29, ret 0, retlen 0x29 [ oal_sys_readHw[ 6.363694] spiflash_ioctl_read, Read from 0x0007f110 length 0x29, ret 0, retlen 0x29 idFlash ] 5204 -[ 6.373068] spiflash_ioctl_read, Read from 0x0007f140 length 0x18, ret 0, retlen 0x18 ERROR: read HwID from flash :A5C9759DABC7416ADF42B8845BB77CE5 [ oal_sys_readO[ 6.388183] spiflash_ioctl_read, Read from 0x0007f500 length 0x40, ret 0, retlen 0x40 emidFlash ] 5267[ 6.397185] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 - ERROR: read [ 6.406304] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 oemID from flash :BD753A506EFAE86B57284CF7E27F9C6E [ oal_sys_readZoneFlash ] 53[ 6.421170] spiflash_ioctl_read, Read from 0x0007f500 length 0x40, ret 0, retlen 0x40 29 - ERROR: read zone from flash :BR [ rsl_initDevInfo ] 1582: === softwareVersion 0.16.0 2.0.0 v605f.0 Build 230210 Rel.25505n === [ rsl_initDevInfo ] 1609: === hardwareVersion EX220 v1.20 00000000 === [ rsl_initManagerServer ] 2244: url(https://tauc-cwmp-server.tplinkcloud.com) belong to tplink cloud. NTP server list: [8.133][cwmp] - ERROR: pCert is null [8.133][cwmp] - ERROR: pCert is null [ oal_sys_getOldTZInfo ] 2438 - ERROR: Open TZ file error! killall: dnsmasq: no process killed [ rsl_time_ntpStart ] 417: Current dns svr: 192.168.1.1,0.0.0.0 NTP server list: [ rsl_time_ntpStart ] 417: Current dns svr: 192.168.1.1,0.0.0.0 [ oal_ts_updateDhcpCfg ] 798: oal_ts_updateDhcpCfg clear bridge ip br4015 ifconfig: SIOCSIFADDR: No such device [ oal_ts_updateDhcpCfg ] 798: oal_ts_updateDhcpCfg clear bridge ip br4005 ifconfig: SIOCSIFADDR: No such device [ oal_ts_updateDhcpCfg ] 883: oal_ts_updateDhcpCfg set bridge ip br4015 192.168.32.1 255.255.255.0 ifconfig: SIOCSIFADDR: No such device [ oal_ts_updateDhcpCfg ] 883: oal_ts_updateDhcpCfg set bridge ip br4005 192.168.33.1 255.255.255.0 ifconfig: SIOCSIFADDR: No such device [ 8.697978] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 REG_ATA1_ADDR is 0x5c628b82 REG_ATA2_ADDR is 0xf8498001 REG_ATWD_ADDR is 0xff00040c done. REG_ATA1_ADDR is 0x5c628b82 REG_ATA2_ADDR is 0xf8498003 REG_ATWD_ADDR is 0xff00040c done. Wrong ifName eth0 Set: phy[0].reg[0] = 1000 [ rsl_setUpDev2BridgePortObj ] 795: eth0.2 isWanConn=0 moveIntfToBr0=0 br0 [ 8.978669] device eth0.2 entered promiscuous mode [ 8.983551] device eth0 entered promiscuous mode [ util_getObjFromFullpath ] 1327 - ERROR: Failed to get object from fullPath, because oid is not equal. [ ethLink_isLowLayerWithSameIfname ] 429: perror:1 [ oal_igmp_addProxyLanIf ] 248 - ERROR: pAddIfMsg->addIfName:br0 pAddIfMsg->boundIfName: [ oal_ts_updateDhcpCfg ] 798: oal_ts_updateDhcpCfg clear bridge ip br4015 ifconfig: SIOCSIFADDR: No such device [ oal_ts_updateDhcpCfg ] 798: oal_ts_updateDhcpCfg clear bridge ip br4005 ifconfig: SIOCSIFADDR: No such device [ oal_ts_updateDhcpCfg ] 883: oal_ts_updateDhcpCfg set bridge ip br4015 192.168.32.1 255.255.255.0 ifconfig: SIOCSIFADDR: No such device [ oal_ts_updateDhcpCfg ] 883: oal_ts_updateDhcpCfg set bridge ip br4005 192.168.33.1 255.255.255.0 ifconfig: SIOCSIFADDR: No such device [ oal_ip6_getIntfAddr ] 398 - ERROR: Can't find interface: br0 [ wan_ipv6PassThroughSet ] 473: Ipv6 passthrough: intfName(). Set: phy[1].reg[0] = 1000 [ rsl_setUpDev2BridgePortObj ] 795: eth0.3 isWanConn=0 moveIntfToBr0=0 br0 [ 9.211562] device eth0.3 entered promiscuous mode Set: phy[2].reg[0] = 1000 [ rsl_setUpDev2BridgePortObj ] 795: eth0.4 isWanConn=0 moveIntfToBr0=0 br0 [ 9.264498] device eth0.4 entered promiscuous mode [ 9.269464] br0: port 3(eth0.4) entered forwarding state [ 9.274898] br0: port 3(eth0.4) entered forwarding state Set: phy[3].reg[0] = 1000 [ rsl_setUpDev2BridgePortObj ] 795: eth0.5 isWanConn=0 moveIntfToBr0=0 br0 [ 9.338886] device eth0.5 entered promiscuous mode [ wifi_addPreNetObjs ] 154 - ERROR: band:2.4GHz has created public apObj, apObj.X_TP_APType:Public [ wifi_addPreNetObjs ] 164 - ERROR: 2.4GHz radio has created the public apObj, go next. [ wifi_addPreNetObjs ] 154 - ERROR: band:5GHz has created public apObj, apObj.X_TP_APType:Public [ wifi_addPreNetObjs ] 164 - ERROR: 5GHz radi[ 9.376500] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 o has created the public apObj, go next. [ wifi_setFactoryConfig ] 1939 - ERROR[ 9.390790] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 : Dut is not in manufacturing mode!devInfoObj.X_TP_IsManufacture:0 [ 9.466561] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 ifconfig: ioctl 0x8913 failed: No such device ifconfig: ioctl 0x8913 failed: No such device ifconfig: ioctl 0x8913 failed: No such device ifconfig: ioctl 0x8913 failed: No such device ifconfig: ioctl 0x8913 failed: No such device ifconfig: ioctl 0x8913 failed: No such device ifconfig: ioctl 0x8913 failed: No such device [ 9.553299] ra0: ===> main_virtual_if_open [ 9.557420] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT [ 9.564379] load l1profile succeed! [ 9.570925] pci_driver_own_by_port: success to clear p=0 fw own, from(2): 1 is interrupt mode, 2 is polling mode. [ 9.581194] driver_own: port=1 is not enabled [ 9.589121] APWdsInitialize():WdsEntry[0~15] [ 9.633744] multi_profile_merge_radius_key:RTMPGetKeyParameter 708 fail![multi_profile_merge_5g_only] DBDC_MODE=1 [ 9.748463] multi-profile merge success, en:1,pf1_num:7,pf2_num:7,total:14 [ 9.755368] Open file "/var/Wireless/RT2860AP/DBDC_card0.dat" to store DBDC cfg! (23) [ 9.763429] Write file "/var/Wireless/RT2860AP/DBDC_card0.dat" success (size=8046)! [ 9.771627] BssidNum=14 [ 9.774121] Pf2MbssIdxMap: [ 9.776826] 0 1 2 3 4 5 6 7 8 9 10 11 12 13 [ 9.784550] MacAddress7 = 00:00:00:00:00:00 [ 9.791973] E2pAccessMode=2 [ 9.795422] SSID[0]=TP-Link_F849, EdcaIdx=0 [ 9.799765] SSID[1]=TP-Link_F849_1, EdcaIdx=0 [ 9.804306] SSID[2]=TP-Link_F849_2, EdcaIdx=0 [ 9.808826] SSID[3]=TP-Link_F849_Guest, EdcaIdx=0 [ 9.813735] SSID[4]=69e0e10039864fe88ce80a147193c1, EdcaIdx=0 [ 9.819646] SSID[5]=c092e82f4431098f7ca7f95ec3f984, EdcaIdx=0 [ 9.825583] SSID[6]=e2b6520c958f5e14820332d7ee1a39, EdcaIdx=0 [ 9.831521] SSID[7]=TP-Link_F849_5G, EdcaIdx=0 [ 9.836176] SSID[8]=TP-Link_F849_5G_1, EdcaIdx=0 [ 9.840987] SSID[9]=TP-Link_F849_5G_2, EdcaIdx=0 [ 9.845818] SSID[10]=TP-Link_F849_5G_Guest, EdcaIdx=0 [ 9.851066] SSID[11]=d9357a0f2a18ef36dfcef3b6fe4696, EdcaIdx=0 [ 9.857122] SSID[12]=d7ba027172dced9a182efd080441bc, EdcaIdx=0 [ 9.863174] SSID[13]=895292acce55edb97159c9a0006ea6, EdcaIdx=0 [ 9.869411] RTMPSetProfileParameters(): DBDC Mode=1, eDBDC_mode = 1 [ 9.876761] cfg_mode=16 [ 9.879209] Init: BSS0 PhyMode=78 [ 9.882621] cfg_mode=16 [ 9.885075] cfg_mode=16 [ 9.887518] Init: BSS1 PhyMode=78 [ 9.890825] cfg_mode=16 [ 9.893284] cfg_mode=16 [ 9.895727] Init: BSS2 PhyMode=78 [ 9.899035] cfg_mode=16 [ 9.901474] Init: BSS3 PhyMode=78 [ 9.904798] cfg_mode=16 [ 9.907241] Init: BSS4 PhyMode=78 [ 9.910549] cfg_mode=16 [ 9.913004] Init: BSS5 PhyMode=78 [ 9.916315] cfg_mode=16 [ 9.918755] Init: BSS6 PhyMode=78 [ 9.922079] cfg_mode=17 [ 9.924522] Init: BSS7 PhyMode=177 [ 9.927915] cfg_mode=17 [ 9.930355] Init: BSS8 PhyMode=177 [ 9.933772] cfg_mode=17 [ 9.936215] Init: BSS9 PhyMode=177 [ 9.939609] cfg_mode=17 [ 9.942063] Init: BSS10 PhyMode=177 [ 9.945548] cfg_mode=17 [ 9.947988] Init: BSS11 PhyMode=177 [ 9.951469] cfg_mode=17 [ 9.953927] Init: BSS12 PhyMode=177 [ 9.957412] cfg_mode=17 [ 9.959853] Init: BSS13 PhyMode=177 [ 9.963351] Final: Apcli0, PhyMode=78 [ 9.967010] Final: Apcli1, PhyMode=177 [ 9.971316] auto_ch_select_set_cfg(): BandIdx0, AutoChannelAtBootup=1, AutoChannelAlg = 3 [ 9.979510] auto_ch_select_set_cfg(): BandIdx1, AutoChannelAtBootup=1, AutoChannelAlg = 3 [ 9.988256] RTMPChannelCfg:Warning:ACS Enable and the 2G Channel of config parameter must set 0: [ 9.997057] RTMPChannelCfg:Warning:ACS Enable and the 2G Channel of config parameter must set 0: [ 10.005853] RTMPChannelCfg:Warning:ACS Enable and the 2G Channel of config parameter must set 0: [ 10.014657] RTMPChannelCfg:Warning:ACS Enable and the 2G Channel of config parameter must set 0: [ 10.023454] RTMPChannelCfg:Warning:ACS Enable and the 2G Channel of config parameter must set 0: [ 10.032249] RTMPChannelCfg:Warning:ACS Enable and the 2G Channel of config parameter must set 0: [ 10.041029] RTMPChannelCfg:Warning:ACS Enable and the 2G Channel of config parameter must set 0: [ 10.049823] Index0 Channel=1 [ 10.052721] RTMPChannelCfg:Warning:ACS Enable and the 5G Channel of config parameter must set 0: [ 10.061501] RTMPChannelCfg:Warning:ACS Enable and the 5G Channel of config parameter must set 0: [ 10.070298] RTMPChannelCfg:Warning:ACS Enable and the 5G Channel of config parameter must set 0: [ 10.079094] RTMPChannelCfg:Warning:ACS Enable and the 5G Channel of config parameter must set 0: [ 10.087889] RTMPChannelCfg:Warning:ACS Enable and the 5G Channel of config parameter must set 0: [ 10.096683] RTMPChannelCfg:Warning:ACS Enable and the 5G Channel of config parameter must set 0: [ 10.105481] RTMPChannelCfg:Warning:ACS Enable and the 5G Channel of config parameter must set 0: [ 10.114276] Index1 Channel=36 [ 10.118393] BeaconPeriod:tmpbuf=100;100 [ 10.122238] BeaconPeriod:tmpbuf=100 [ 10.126888] BndStrgBssIdx=1;0;0;0;0;0;0;1;0;0;0;0;0;0 [ 10.132306] [TxPower] BAND0: 100, BAND1: 100 [ 10.141826] [SKUenable] BAND0: 1, BAND1: 1 [ 10.146926] [PERCENTAGEenable] BAND0: 1, BAND1: 1 [ 10.155057] profile: FragThreshold[0]=2346 [ 10.159150] profile: FragThreshold[1]=2346 [ 10.163258] profile: FragThreshold[2]=2346 [ 10.167350] profile: FragThreshold[3]=2346 [ 10.171440] profile: FragThreshold[4]=2346 [ 10.175545] profile: FragThreshold[5]=2346 [ 10.179637] profile: FragThreshold[6]=2346 [ 10.183743] profile: FragThreshold[7]=2346 [ 10.187835] profile: FragThreshold[8]=2346 [ 10.191946] profile: FragThreshold[9]=2346 [ 10.196038] profile: FragThreshold[10]=2346 [ 10.200215] profile: FragThreshold[11]=2346 [ 10.204409] profile: FragThreshold[12]=2346 [ 10.208588] profile: FragThreshold[13]=2346 [ 10.213357] APEdca0 [ 10.215715] Valid=1 [ 10.217808] APAifsn[0]=3 [ 10.220336] APAifsn[1]=7 [ 10.222878] APAifsn[2]=1 [ 10.225408] APAifsn[3]=1 [ 10.227944] APEdca1 [ 10.230300] Valid=1 [ 10.232415] APAifsn[0]=3 [ 10.234947] APAifsn[1]=7 [ 10.237474] APAifsn[2]=1 [ 10.240001] APAifsn[3]=1 [ 10.242549] APEdca2 [ 10.244982] APEdca3 [ 10.264675] BSSAifsn[0]=3 [ 10.267292] BSSAifsn[1]=7 [ 10.269905] BSSAifsn[2]=2 [ 10.272535] BSSAifsn[3]=2 [ 10.275428] BSSAifsn[0]=3 [ 10.278041] BSSAifsn[1]=7 [ 10.280655] BSSAifsn[2]=2 [ 10.283291] BSSAifsn[3]=2 [ 10.286188] BSSAifsn[0]=3 [ 10.288801] BSSAifsn[1]=7 [ 10.291415] BSSAifsn[2]=2 [ 10.294052] BSSAifsn[3]=2 [ 10.296951] BSSAifsn[0]=3 [ 10.299565] BSSAifsn[1]=7 [ 10.302195] BSSAifsn[2]=2 [ 10.304810] BSSAifsn[3]=2 [ 10.307701] BSSAifsn[0]=3 [ 10.310315] BSSAifsn[1]=7 [ 10.312945] BSSAifsn[2]=2 [ 10.315561] BSSAifsn[3]=2 [ 10.318453] BSSAifsn[0]=3 [ 10.321066] BSSAifsn[1]=7 [ 10.323702] BSSAifsn[2]=2 [ 10.326318] BSSAifsn[3]=2 [ 10.329213] BSSAifsn[0]=3 [ 10.331827] BSSAifsn[1]=7 [ 10.334457] BSSAifsn[2]=2 [ 10.337074] BSSAifsn[3]=2 [ 10.339969] BSSAifsn[0]=3 [ 10.342599] BSSAifsn[1]=7 [ 10.345215] BSSAifsn[2]=2 [ 10.347828] BSSAifsn[3]=2 [ 10.350725] BSSAifsn[0]=3 [ 10.353368] BSSAifsn[1]=7 [ 10.355985] BSSAifsn[2]=2 [ 10.358598] BSSAifsn[3]=2 [ 10.361497] BSSAifsn[0]=3 [ 10.364128] BSSAifsn[1]=7 [ 10.366744] BSSAifsn[2]=2 [ 10.369357] BSSAifsn[3]=2 [ 10.372272] BSSAifsn[0]=3 [ 10.374889] BSSAifsn[1]=7 [ 10.377502] BSSAifsn[2]=2 [ 10.380115] BSSAifsn[3]=2 [ 10.383033] BSSAifsn[0]=3 [ 10.385649] BSSAifsn[1]=7 [ 10.388262] BSSAifsn[2]=2 [ 10.390876] BSSAifsn[3]=2 [ 10.393794] BSSAifsn[0]=3 [ 10.396410] BSSAifsn[1]=7 [ 10.399023] BSSAifsn[2]=2 [ 10.401637] BSSAifsn[3]=2 [ 10.404557] BSSAifsn[0]=3 [ 10.407173] BSSAifsn[1]=7 [ 10.409786] BSSAifsn[2]=2 [ 10.412416] BSSAifsn[3]=2 [ 10.415813] UAPSDCapable[0]=0 [ 10.418775] UAPSDCapable[1]=0 [ 10.421736] default ApCliUAPSDCapable[0]=0 [ 10.425841] default ApCliUAPSDCapable[1]=0 [ 10.432235] DfsZeroWait Support=0/0 [ 10.437979] DfsZeroWaitCacTime=255/255 [ 10.442858] read_itxbf: ITxBfEn = 0 [ 10.446343] read_itxbf: BSSID[0] [ 10.449565] read_itxbf: MBSS[0] ITxBfEn = 0 [ 10.453774] read_itxbf: ITxBfEn = 0 [ 10.457260] read_itxbf: BSSID[1] [ 10.460482] read_itxbf: MBSS[1] ITxBfEn = 0 [ 10.464674] read_itxbf: ITxBfEn = 0 [ 10.468158] read_itxbf: BSSID[2] [ 10.471380] read_itxbf: MBSS[2] ITxBfEn = 0 [ 10.475573] read_itxbf: ITxBfEn = 0 [ 10.479057] read_itxbf: BSSID[3] [ 10.482295] read_itxbf: MBSS[3] ITxBfEn = 0 [ 10.486475] read_itxbf: ITxBfEn = 0 [ 10.489957] read_itxbf: BSSID[4] [ 10.493194] read_itxbf: MBSS[4] ITxBfEn = 0 [ 10.497374] read_itxbf: ITxBfEn = 0 [ 10.500856] read_itxbf: BSSID[5] [ 10.504094] read_itxbf: MBSS[5] ITxBfEn = 0 [ 10.508274] read_itxbf: ITxBfEn = 0 [ 10.511756] read_itxbf: BSSID[6] [ 10.514994] read_itxbf: MBSS[6] ITxBfEn = 0 [ 10.519174] read_itxbf: ITxBfEn = 1 [ 10.522670] read_itxbf: BSSID[7] [ 10.525894] read_itxbf: MBSS[7] ITxBfEn = 1 [ 10.530072] read_itxbf: ITxBfEn = 1 [ 10.533569] read_itxbf: BSSID[8] [ 10.536793] read_itxbf: MBSS[8] ITxBfEn = 1 [ 10.540971] read_itxbf: ITxBfEn = 1 [ 10.544467] read_itxbf: BSSID[9] [ 10.547692] read_itxbf: MBSS[9] ITxBfEn = 1 [ 10.551886] read_itxbf: ITxBfEn = 1 [ 10.555371] read_itxbf: BSSID[10] [ 10.558680] read_itxbf: MBSS[10] ITxBfEn = 1 [ 10.562959] read_itxbf: ITxBfEn = 1 [ 10.566443] read_itxbf: BSSID[11] [ 10.569752] read_itxbf: MBSS[11] ITxBfEn = 1 [ 10.574031] read_itxbf: ITxBfEn = 1 [ 10.577516] read_itxbf: BSSID[12] [ 10.580825] read_itxbf: MBSS[12] ITxBfEn = 1 [ 10.585109] read_itxbf: ITxBfEn = 1 [ 10.588594] read_itxbf: BSSID[13] [ 10.591918] read_itxbf: MBSS[13] ITxBfEn = 1 [ 10.596185] read_itxbf: Common.ITxBfEn = 1 [ 10.600581] read_etxbf: ETxBfEnCond = 0 [ 10.604429] read_etxbf: BSSID[0] [ 10.607654] read_etxbf: MBSS[0] ETxBfEnCond = 0 [ 10.612202] read_etxbf: ETxBfEnCond = 0 [ 10.616035] read_etxbf: BSSID[1] [ 10.619257] read_etxbf: MBSS[1] ETxBfEnCond = 0 [ 10.623797] read_etxbf: ETxBfEnCond = 0 [ 10.627629] read_etxbf: BSSID[2] [ 10.630850] read_etxbf: MBSS[2] ETxBfEnCond = 0 [ 10.635390] read_etxbf: ETxBfEnCond = 0 [ 10.639222] read_etxbf: BSSID[3] [ 10.642460] read_etxbf: MBSS[3] ETxBfEnCond = 0 [ 10.646988] read_etxbf: ETxBfEnCond = 0 [ 10.650817] read_etxbf: BSSID[4] [ 10.654083] read_etxbf: MBSS[4] ETxBfEnCond = 0 [ read_dhcpc_con[ 10.658628] read_etxbf: ETxBfEnCond = 0 fig ] 121: error[ 10.663875] read_etxbf: BSSID[5] , unable to open[ 10.668458] read_etxbf: MBSS[5] ETxBfEnCond = 0 config file: /v[ 10.674382] read_etxbf: ETxBfEnCond = 0 ar/tmp/dconf/udh[ 10.679580] read_etxbf: BSSID[6] cpc.conf [ 10.684203] read_etxbf: MBSS[6] ETxBfEnCond = 0 [ 10.689576] read_etxbf: ETxBfEnCond = 1 [ 10.693420] read_etxbf: BSSID[7] [ 10.696645] read_etxbf: MBSS[7] ETxBfEnCond = 1 [ 10.701170] read_etxbf: ETxBfEnCond = 1 [ 10.705014] read_etxbf: BSSID[8] [ 10.708238] read_etxbf: MBSS[8] ETxBfEnCond = 1 [ 10.712785] read_etxbf: ETxBfEnCond = 1 [ 10.716617] read_etxbf: BSSID[9] [ 10.719839] read_etxbf: MBSS[9] ETxBfEnCond = 1 [ 10.724384] read_etxbf: ETxBfEnCond = 1 [ 10.728217] read_etxbf: BSSID[10] [ 10.731526] read_etxbf: MBSS[10] ETxBfEnCond = 1 [ 10.736153] read_etxbf: ETxBfEnCond = 1 [ 10.739985] read_etxbf: BSSID[11] [ 10.743309] read_etxbf: MBSS[11] ETxBfEnCond = 1 [ 10.747923] read_etxbf: ETxBfEnCond = 1 [ 10.751752] read_etxbf: BSSID[12] [ 10.755079] read_etxbf: MBSS[12] ETxBfEnCond = 1 [ 10.759693] read_etxbf: ETxBfEnCond = 1 [ 10.763538] read_etxbf: BSSID[13] [ 10.766849] read_etxbf: MBSS[13] ETxBfEnCond = 1 [ 10.774084] MBSS[0] MuOfdmaDlEnable = 1 [ 10.777918] MBSS[1] MuOfdmaDlEnable = 1 [ 10.781748] MBSS[2] MuOfdmaDlEnable = 1 [ 10.785596] MBSS[3] MuOfdmaDlEnable = 1 [ 10.789428] MBSS[4] MuOfdmaDlEnable = 1 [ 10.793273] MBSS[5] MuOfdmaDlEnable = 1 [ 10.797105] MBSS[6] MuOfdmaDlEnable = 1 [ 10.800935] MBSS[7] MuOfdmaDlEnable = 1 [ 10.804780] MBSS[8] MuOfdmaDlEnable = 1 [ 10.808612] MBSS[9] MuOfdmaDlEnable = 1 [ 10.812457] MBSS[10] MuOfdmaDlEnable = 1 [ 10.816376] MBSS[11] MuOfdmaDlEnable = 1 [ 10.820291] MBSS[12] MuOfdmaDlEnable = 1 [ 10.824224] MBSS[13] MuOfdmaDlEnable = 1 [ 10.828444] MBSS[0] MuOfdmaUlEnable = 1 [ 10.832290] MBSS[1] MuOfdmaUlEnable = 1 [ 10.836122] MBSS[2] MuOfdmaUlEnable = 1 [ 10.839952] MBSS[3] MuOfdmaUlEnable = 1 [ 10.843802] MBSS[4] MuOfdmaUlEnable = 1 [ 10.847634] MBSS[5] MuOfdmaUlEnable = 1 [ 10.851464] MBSS[6] MuOfdmaUlEnable = 1 [ 10.855315] MBSS[7] MuOfdmaUlEnable = 1 [ 10.859147] MBSS[8] MuOfdmaUlEnable = 1 [ 10.862992] MBSS[9] MuOfdmaUlEnable = 1 [ 10.866824] MBSS[10] MuOfdmaUlEnable = 1 [ 10.870740] MBSS[11] MuOfdmaUlEnable = 1 [ 10.874672] MBSS[12] MuOfdmaUlEnable = 1 [ 10.878590] MBSS[13] MuOfdmaUlEnable = 1 [ 10.882825] MBSS[0] MuMimoDlEnable = 0 [ 10.886570] MBSS[1] MuMimoDlEnable = 0 [ 10.890313] MBSS[2] MuMimoDlEnable = 0 [ 10.894072] MBSS[3] MuMimoDlEnable = 0 [ 10.897816] MBSS[4] MuMimoDlEnable = 0 [ 10.901558] MBSS[5] MuMimoDlEnable = 0 [ 10.905319] MBSS[6] MuMimoDlEnable = 0 [ 10.909064] MBSS[7] MuMimoDlEnable = 1 [ 10.912822] MBSS[8] MuMimoDlEnable = 1 [ 10.916567] MBSS[9] MuMimoDlEnable = 1 [ 10.920309] MBSS[10] MuMimoDlEnable = 1 [ 10.924155] MBSS[11] MuMimoDlEnable = 1 [ 10.927987] MBSS[12] MuMimoDlEnable = 1 [ 10.931816] MBSS[13] MuMimoDlEnable = 1 [ 10.935980] MBSS[0] MuMimoUlEnable = 1 [ 10.939726] MBSS[1] MuMimoUlEnable = 1 [ 10.943484] MBSS[2] MuMimoUlEnable = 1 [ 10.947228] MBSS[3] MuMimoUlEnable = 1 [ 10.950970] MBSS[4] MuMimoUlEnable = 1 [ 10.954731] MBSS[5] MuMimoUlEnable = 1 [ 10.958475] MBSS[6] MuMimoUlEnable = 1 [ 10.962233] MBSS[7] MuMimoUlEnable = 1 [ 10.965978] MBSS[8] MuMimoUlEnable = 1 [ 10.969720] MBSS[9] MuMimoUlEnable = 1 [ 10.973484] MBSS[10] MuMimoUlEnable = 1 [ 10.977316] MBSS[11] MuMimoUlEnable = 1 [ 10.981145] MBSS[12] MuMimoUlEnable = 1 [ 10.984990] MBSS[13] MuMimoUlEnable = 1 [ 11.065266] [PMF]Set_PMFMFPC_Proc:: apidx=0, Desired MFPC=0 [ 11.070844] [PMF]Set_PMFMFPC_Proc:: apidx=1, Desired MFPC=0 [ 11.076429] [PMF]Set_PMFMFPC_Proc:: apidx=2, Desired MFPC=0 [ 11.082014] [PMF]Set_PMFMFPC_Proc:: apidx=3, Desired MFPC=0 [ 11.087583] [PMF]Set_PMFMFPC_Proc:: apidx=4, Desired MFPC=0 [ 11.093176] [PMF]Set_PMFMFPC_Proc:: apidx=5, Desired MFPC=0 [ 11.098745] [PMF]Set_PMFMFPC_Proc:: apidx=6, Desired MFPC=0 [ 11.104337] [PMF]Set_PMFMFPC_Proc:: apidx=7, Desired MFPC=0 [ 11.109905] [PMF]Set_PMFMFPC_Proc:: apidx=8, Desired MFPC=0 [ 11.115487] [PMF]Set_PMFMFPC_Proc:: apidx=9, Desired MFPC=0 [ 11.121056] [PMF]Set_PMFMFPC_Proc:: apidx=10, Desired MFPC=0 [ 11.126726] [PMF]Set_PMFMFPC_Proc:: apidx=11, Desired MFPC=0 [ 11.132398] [PMF]Set_PMFMFPC_Proc:: apidx=12, Desired MFPC=0 [ 11.138054] [PMF]Set_PMFMFPC_Proc:: apidx=13, Desired MFPC=0 [ 11.143979] [PMF]Set_PMFMFPR_Proc:: apidx=0, Desired MFPR=0 [ 11.149549] [PMF]Set_PMFMFPR_Proc:: apidx=1, Desired MFPR=0 [ 11.155134] [PMF]Set_PMFMFPR_Proc:: apidx=2, Desired MFPR=0 [ 11.160702] [PMF]Set_PMFMFPR_Proc:: apidx=3, Desired MFPR=0 [ 11.166286] [PMF]Set_PMFMFPR_Proc:: apidx=4, Desired MFPR=0 [ 11.171875] [PMF]Set_PMFMFPR_Proc:: apidx=5, Desired MFPR=0 [ 11.177443] [PMF]Set_PMFMFPR_Proc:: apidx=6, Desired MFPR=0 [ 11.183027] [PMF]Set_PMFMFPR_Proc:: apidx=7, Desired MFPR=0 [ 11.188595] [PMF]Set_PMFMFPR_Proc:: apidx=8, Desired MFPR=0 [ 11.194178] [PMF]Set_PMFMFPR_Proc:: apidx=9, Desired MFPR=0 [ 11.199746] [PMF]Set_PMFMFPR_Proc:: apidx=10, Desired MFPR=0 [ 11.205416] [PMF]Set_PMFMFPR_Proc:: apidx=11, Desired MFPR=0 [ 11.211072] [PMF]Set_PMFMFPR_Proc:: apidx=12, Desired MFPR=0 [ 11.216742] [PMF]Set_PMFMFPR_Proc:: apidx=13, Desired MFPR=0 [ 11.222665] [PMF]Set_PMFSHA256_Proc:: apidx=0, Desired PMFSHA256=0 [ 11.228842] [PMF]Set_PMFSHA256_Proc:: apidx=1, Desired PMFSHA256=0 [ 11.235040] [PMF]Set_PMFSHA256_Proc:: apidx=2, Desired PMFSHA256=0 [ 11.241217] [PMF]Set_PMFSHA256_Proc:: apidx=3, Desired PMFSHA256=0 [ 11.247415] [PMF]Set_PMFSHA256_Proc:: apidx=4, Desired PMFSHA256=0 [ 11.253619] [PMF]Set_PMFSHA256_Proc:: apidx=5, Desired PMFSHA256=0 [ 11.259798] [PMF]Set_PMFSHA256_Proc:: apidx=6, Desired PMFSHA256=0 [ 11.265989] [PMF]Set_PMFSHA256_Proc:: apidx=7, Desired PMFSHA256=0 [ 11.272182] [PMF]Set_PMFSHA256_Proc:: apidx=8, Desired PMFSHA256=0 [ 11.278359] [PMF]Set_PMFSHA256_Proc:: apidx=9, Desired PMFSHA256=0 [ 11.284550] [PMF]Set_PMFSHA256_Proc:: apidx=10, Desired PMFSHA256=0 [ 11.290813] [PMF]Set_PMFSHA256_Proc:: apidx=11, Desired PMFSHA256=0 [ 11.297100] [PMF]Set_PMFSHA256_Proc:: apidx=12, Desired PMFSHA256=0 [ 11.303381] [PMF]Set_PMFSHA256_Proc:: apidx=13, Desired PMFSHA256=0 [ 11.310814] MAP_MODE=3 [ 11.319632] ApCliEntry[0].Enable=0 [ 11.323047] ApCliEntry[1].Enable=0 [ 11.332584] IGMP deny list [0]-th entry =224.0.0.1 [ 11.337374] IGMP deny list [1]-th entry =224.0.0.2 [ 11.342178] IGMP deny list [2]-th entry =224.0.0.4 [ 11.346967] IGMP deny list [3]-th entry =224.0.0.5 [ 11.351753] IGMP deny list [4]-th entry =224.0.0.6 [ 11.356561] IGMP deny list [5]-th entry =224.0.0.7 [ 11.361350] IGMP deny list [6]-th entry =224.0.0.8 [ 11.366161] IGMP deny list [7]-th entry =224.0.0.9 [ 11.370951] IGMP deny list [8]-th entry =224.0.0.12 [ 11.375840] IGMP deny list [9]-th entry =224.0.0.16 [ 11.380717] IGMP deny list [10]-th entry =224.0.0.17 [ 11.385694] IGMP deny list [11]-th entry =224.0.0.22 [ 11.390656] IGMP deny list [12]-th entry =224.0.0.251 [ 11.395719] IGMP deny list [13]-th entry =224.0.0.252 [ 11.400770] IGMP deny list [14]-th entry =232.0.0.100 [ 11.405834] IGMP deny list [15]-th entry =239.255.12.42 [ 11.411058] IGMP deny list [16]-th entry =239.255.255.250 [ 11.416478] rtmp_read_wds_from_file(): WDS Profile [ 11.421610] WDS Number: band[0]=0, band[1]=0 [ 11.426225] WDS-Enable mode=0 [ 11.429188] WDS-Enable mode=0 [ 11.439597] HT_BAWinSize: wdev[0]: (TX=256, RX=256) [ 11.444491] HT_BAWinSize: wdev[1]: (TX=256, RX=256) [ 11.449366] HT_BAWinSize: wdev[2]: (TX=256, RX=256) [ 11.454256] HT_BAWinSize: wdev[3]: (TX=256, RX=256) [ 11.459131] HT_BAWinSize: wdev[4]: (TX=256, RX=256) [ 11.464019] HT_BAWinSize: wdev[5]: (TX=256, RX=256) [ 11.468894] HT_BAWinSize: wdev[6]: (TX=256, RX=256) [ 11.473782] HT_BAWinSize: wdev[7]: (TX=256, RX=256) [ 11.478657] HT_BAWinSize: wdev[8]: (TX=256, RX=256) [ 11.483545] HT_BAWinSize: wdev[9]: (TX=256, RX=256) [ 11.488420] HT_BAWinSize: wdev[10]: (TX=256, RX=256) [ 11.493401] HT_BAWinSize: wdev[11]: (TX=256, RX=256) [ 11.498362] HT_BAWinSize: wdev[12]: (TX=256, RX=256) [ 11.503337] HT_BAWinSize: wdev[13]: (TX=256, RX=256) [ 11.509190] HT: WDEV[0] Ext Channel = BELOW [ 11.513384] HT: WDEV[1] Ext Channel = BELOW [ 11.517563] HT: WDEV[2] Ext Channel = BELOW [ 11.521741] HT: WDEV[3] Ext Channel = BELOW [ 11.525933] HT: WDEV[4] Ext Channel = BELOW [ 11.530113] HT: WDEV[5] Ext Channel = BELOW [ 11.534305] HT: WDEV[6] Ext Channel = BELOW [ 11.538484] HT: WDEV[7] Ext Channel = BELOW [ 11.542678] HT: WDEV[8] Ext Channel = BELOW [ 11.546857] HT: WDEV[9] Ext Channel = BELOW [ 11.551034] HT: WDEV[a] Ext Channel = BELOW [ 11.555229] HT: WDEV[b] Ext Channel = BELOW [ 11.559408] HT: WDEV[c] Ext Channel = BELOW [ 11.563601] HT: WDEV[d] Ext Channel = BELOW [ 11.568668] 0:ra0 TWTsupport = 0 [ 11.571920] 1:(null) TWTsupport = 0 [ 11.575410] 2:(null) TWTsupport = 0 [ 11.578893] 3:(null) TWTsupport = 0 [ 11.582392] 4:(null) TWTsupport = 0 [ 11.585877] 5:(null) TWTsupport = 0 [ 11.589359] 6:(null) TWTsupport = 0 [ 11.592857] 7:(null) TWTsupport = 0 [ 11.596341] 8:(null) TWTsupport = 0 [ 11.599824] 9:(null) TWTsupport = 0 [ 11.603326] 10:(null) TWTsupport = 0 [ 11.606897] 11:(null) TWTsupport = 0 [ 11.610466] 12:(null) TWTsupport = 0 [ 11.614050] 13:(null) TWTsupport = 0 [ 11.638175] rtmp_read_wsc_user_parms: input parameter[WscDeviceName] incorrect [ 11.652309] rtmp_read_wsc_user_parms: input parameter[WscDeviceName] incorrect [ 11.666423] rtmp_read_wsc_user_parms: input parameter[WscDeviceName] incorrect [ 11.674323] rtmp_read_wsc_user_parms: input parameter[WscDeviceName] incorrect [ 11.682232] rtmp_read_wsc_user_parms: input parameter[WscDeviceName] incorrect [ 11.690112] rtmp_read_wsc_user_parms: input parameter[WscDeviceName] incorrect [ 11.698008] rtmp_read_wsc_user_parms: input parameter[WscDeviceName] incorrect [ 11.705909] rtmp_read_wsc_user_parms: input parameter[WscDeviceName] incorrect [ 11.713807] rtmp_read_wsc_user_parms: input parameter[WscDeviceName] incorrect [ 11.721686] rtmp_read_wsc_user_parms: input parameter[WscDeviceName] incorrect [ 11.729592] rtmp_read_wsc_user_parms: input parameter[WscDeviceName] incorrect [ 11.737506] rtmp_read_wsc_user_parms: input parameter[WscDeviceName] incorrect [ 11.745409] rtmp_read_wsc_user_parms: input parameter[WscDeviceName] incorrect [ 11.753319] rtmp_read_wsc_user_parms: input parameter[WscDeviceName] incorrect [ 11.761199] rtmp_read_wsc_user_parms: input parameter[WscDeviceName] incorrect [ 11.769097] rtmp_read_wsc_user_parms: input parameter[WscDeviceName] incorrect [ 11.776995] rtmp_read_wsc_user_parms: input parameter[WscDeviceName] incorrect [ 11.784896] rtmp_read_wsc_user_parms: input parameter[WscDeviceName] incorrect [ 11.792795] rtmp_read_wsc_user_parms: input parameter[WscDeviceName] incorrect [ 11.800674] rtmp_read_wsc_user_parms: input parameter[WscDeviceName] incorrect [ 11.834566] pAd->reg_domain = 1 [ 11.855050] WtcSetMaxStaNum: MaxStaNum:224, BssidNum:14, WdsNum:16, MSTANum:1, MaxNumChipRept:32, MinMcastWcid:273 [ 11.865434] pAd->CommonCfg.dbdc_mode=1, cap->multi_token_ques_per_band=1 [ 11.872156] Top Init Done! [ 11.874888] Use alloc_skb [ 11.877508] token_tx_two_queues_init(): ct sw token(0) number = 1024 [ 11.883942] token_tx_two_queues_init(): token que(0) inited done!id_head/tail=0/1024 [ 11.891685] token_tx_two_queues_init(): 84c73004,84c73004 [ 11.897104] token_tx_two_queues_init(): ct sw token(1) number = 3072 [ 11.903796] token_tx_two_queues_init(): token que(1) inited done!id_head/tail=0/3072 [ 11.911540] token_tx_two_queues_init(): 84c730ac,84c730ac [ 11.920525] TxRing[0]: attr:0, total 1024 entry initialized [ 11.928538] TxRing[1]: attr:0, total 1024 entry initialized [ 11.936243] TxRing[2]: attr:0, total 1024 entry initialized [ 11.941986] RX[0] DESC a0c8c000 size = 12288 [ 11.948363] RX[1] DESC a0ca8000 size = 8192 [ 11.953122] RX[2] DESC a0ef8000 size = 12288 [ 11.959523] RX[3] DESC a0efc000 size = 12288 [ 11.963866] RX[4] DESC a0c64000 size = 4096 [ 11.968324] RX[5] DESC a041a000 size = 8192 [ 11.973048] RX[6] DESC a0444000 size = 4096 [ 11.977749] -->TX_RING_0[0xd9330]: Attr:0, Base=0xc88000, Cnt=1024! [ 11.984037] -->TX_RING_1[0xd5420]: Attr:0, Base=0xeec000, Cnt=1024! [ 11.990301] -->TX_RING_2[0xd5430]: Attr:0, Base=0xef0000, Cnt=1024! [ 11.996579] -->TX_RING_3[0xd5400]: Attr:3, Base=0xee9000, Cnt=64! [ 12.002685] -->TX_RING_4[0xd5410]: Attr:2, Base=0xeea000, Cnt=128! [ 12.008863] -->TX_RING_5[0xd5440]: Attr:1, Base=0xeeb000, Cnt=128! [ 12.015074] -->RX_RING_0[0xd8510]: Base=0xc8c000, Cnt=768 [ 12.020473] -->RX_RING_1[0xd9520]: Base=0xca8000, Cnt=512 [ 12.025882] -->RX_RING_2[0xd4500]: Base=0xef8000, Cnt=768 [ 12.031277] -->RX_RING_3[0xd4510]: Base=0xefc000, Cnt=10 [ 12.036599] -->RX_RING_4[0xd5500]: Base=0xc64000, Cnt=256 [ 12.042009] -->RX_RING_5[0xd5510]: Base=0x41a000, Cnt=512 [ 12.047404] -->RX_RING_6[0xd5520]: Base=0x444000, Cnt=256 [ 12.052820] Hif Init Done! [ 12.055636] fw_prepare():using E2 ROM patch [ 12.059813] fw_prepare():using E2 RAM [ 12.063503] load code method: cap (bitmap) = 0x1, applied = 0 [ 12.069244] Parsing patch header [ 12.072480] Built date: 20210512182359a [ 12.076458] [ 12.077943] Platform: ALPS [ 12.080746] HW/SW version: 0x8a108a10 [ 12.084531] Patch version: 0xffffffff [ 12.088301] Section num: 0x2, subsys: 0x4 [ 12.092410] Section 0: type = 0x30002, offset = 0xe0, size = 0xfc90 [ 12.098760] Target address: 0x200000, length: 0xfc90 [ 12.103827] Section 1: type = 0x30002, offset = 0xfd70, size = 0x13730 [ 12.110436] Target address: 0xe000f000, length: 0x13730 [ 12.115938] Patch SEM Status = 2 [ 12.119211] patch is not ready && get semaphore success [ 12.124468] Start address = 0x200000, DL length = 64656, Data mode = 0x80000000 [ 12.132960] EventGenericEventHandler: CMD Success [ 12.137697] MtCmdAddressLenReq:(ret = 0) [ 12.142238] Start address = 0xe000f000, DL length = 79664, Data mode = 0x80000000 [ 12.150914] EventGenericEventHandler: CMD Success [ 12.155658] MtCmdAddressLenReq:(ret = 0) [ 12.160242] MtCmdPatchFinishReq [ 12.167794] EventGenericEventHandler: CMD Success [ 12.172704] Patch SEM Status = 3 [ 12.175959] release patch semaphore [ 12.179454] WfMcuHwInit: Before NICLoadFirmware, check ICapMode = 0 [ 12.186626] load code method: cap (bitmap) = 0x1, applied = 0 [ 12.192381] Parsing CPU 0 fw tailer [ 12.195868] Chip ID: 0x0b [ 12.198583] Eco version: 0x01 [ 12.201643] Region number: 0x07 [ 12.204890] Format version: 0x02 [ 12.208209] Format flag: 0x01 [ 12.211268] Ram version: ____000000 [ 12.214896] Built date: 20220623114804 [ 12.218781] Common crc: 0x84035a51 [ 12.222278] Parsing tailer region 0 [ 12.225762] Decomp crc: 0x0 [ 12.228636] Decomp size: 0x0 [ 12.231597] Decomp block size: 0x0 [ 12.235091] Target address: 0x21fc00 [ 12.238748] Download size: 110592 [ 12.242153] Feature set: 0x20 [ 12.245217] Parsing tailer region 1 [ 12.248699] Decomp crc: 0x0 [ 12.251573] Decomp size: 0x0 [ 12.254550] Decomp block size: 0x0 [ 12.258034] Target address: 0x31dc00 [ 12.261690] Download size: 205824 [ 12.265098] Feature set: 0x00 [ 12.268162] Parsing tailer region 2 [ 12.271645] Decomp crc: 0x0 [ 12.274531] Decomp size: 0x0 [ 12.277494] Decomp block size: 0x0 [ 12.280975] Target address: 0x417400 [ 12.284643] Download size: 31744 [ 12.287952] Feature set: 0x00 [ 12.291012] Parsing tailer region 3 [ 12.294511] Decomp crc: 0x0 [ 12.297387] Decomp size: 0x0 [ 12.300347] Decomp block size: 0x0 [ 12.303847] Target address: 0xe0022800 [ 12.307679] Download size: 417792 [ 12.311072] Feature set: 0x00 [ 12.314146] Parsing tailer region 4 [ 12.317628] Decomp crc: 0x0 [ 12.320502] Decomp size: 0x0 [ 12.323475] Decomp block size: 0x0 [ 12.326959] Target address: 0xe0088800 [ 12.330788] Download size: 325632 [ 12.334193] Feature set: 0x00 [ 12.337256] Parsing tailer region 5 [ 12.340738] Decomp crc: 0x0 [ 12.343625] Decomp size: 0x0 [ 12.346588] Decomp block size: 0x0 [ 12.350069] Target address: 0x23ac00 [ 12.353742] Download size: 87040 [ 12.357051] Feature set: 0x00 [ 12.360111] Parsing tailer region 6 [ 12.363607] Decomp crc: 0x0 [ 12.366483] Decomp size: 0x0 [ 12.369443] Decomp block size: 0x0 [ 12.372944] Target address: 0x400000 [ 12.376602] Download size: 81920 [ 12.379909] Feature set: 0x00 [ 12.382983] Release info: header tag = 0, total length = 0 [ 12.388558] Start address = 0x21fc00, DL length = 110592, Data mode = 0x80000000 [ 12.397182] EventGenericEventHandler: CMD Success [ 12.401922] MtCmdAddressLenReq:(ret = 0) [ 12.406752] Start address = 0x31dc00, DL length = 205824, Data mode = 0x80000000 [ 12.415392] EventGenericEventHandler: CMD Success [ 12.420143] MtCmdAddressLenReq:(ret = 0) [ 12.425743] Start address = 0x417400, DL length = 31744, Data mode = 0x80000000 [ 12.434325] EventGenericEventHandler: CMD Success [ 12.439090] MtCmdAddressLenReq:(ret = 0) [ 12.443309] Start address = 0xe0022800, DL length = 417792, Data mode = 0x80000000 [ 12.452082] EventGenericEventHandler: CMD Success [ 12.456821] MtCmdAddressLenReq:(ret = 0) [ 12.464093] Start address = 0xe0088800, DL length = 325632, Data mode = 0x80000000 [ 12.472931] EventGenericEventHandler: CMD Success [ 12.477701] MtCmdAddressLenReq:(ret = 0) [ 12.484252] Start address = 0x23ac00, DL length = 87040, Data mode = 0x80000000 [ 12.492819] EventGenericEventHandler: CMD Success [ 12.497590] MtCmdAddressLenReq:(ret = 0) [ 12.502281] Start address = 0x400000, DL length = 81920, Data mode = 0x80000000 [ 12.510802] EventGenericEventHandler: CMD Success [ 12.515546] MtCmdAddressLenReq:(ret = 0) [ 12.520139] MtCmdFwStartReq: override = 0x1, address = 0x21fc00 [ 12.527285] EventGenericEventHandler: CMD Success [ 12.532033] load code method: cap (bitmap) = 0x1, applied = 0 [ 12.537776] Parsing CPU 1 fw tailer [ 12.541260] Chip ID: 0x00 [ 12.543993] Eco version: 0x01 [ 12.547054] Region number: 0x03 [ 12.550286] Format version: 0x02 [ 12.553619] Format flag: 0x01 [ 12.556679] Ram version: DEV_000000 [ 12.560287] Built date: 20210512182459 [ 12.564190] Common crc: 0x8f4f9aea [ 12.567675] Parsing tailer region 0 [ 12.571157] Decomp crc: 0x0 [ 12.574043] Decomp size: 0x0 [ 12.577006] Decomp block size: 0x0 [ 12.580488] Target address: 0x10200000 [ 12.584330] Download size: 89792 [ 12.587639] Feature set: 0x00 [ 12.590700] Parsing tailer region 1 [ 12.594194] Decomp crc: 0x0 [ 12.597070] Decomp size: 0x0 [ 12.600030] Decomp block size: 0x0 [ 12.603529] Target address: 0x10300000 [ 12.607360] Download size: 19936 [ 12.610667] Feature set: 0x00 [ 12.613741] Parsing tailer region 2 [ 12.617223] Decomp crc: 0x0 [ 12.620097] Decomp size: 0x0 [ 12.623070] Decomp block size: 0x0 [ 12.626554] Target address: 0xe0000000 [ 12.630382] Download size: 9168 [ 12.633613] Feature set: 0x00 [ 12.636676] Release info: header tag = 0, total length = 0 [ 12.642264] Start address = 0x10200000, DL length = 89792, Data mode = 0x80000010 [ 12.650969] EventGenericEventHandler: CMD Success [ 12.655709] MtCmdAddressLenReq:(ret = 0) [ 12.660371] Start address = 0x10300000, DL length = 19936, Data mode = 0x80000010 [ 12.669094] EventGenericEventHandler: CMD Success [ 12.673842] MtCmdAddressLenReq:(ret = 0) [ 12.677947] Start address = 0xe0000000, DL length = 9168, Data mode = 0x80000010 [ 12.686559] EventGenericEventHandler: CMD Success [ 12.691295] MtCmdAddressLenReq:(ret = 0) [ 12.695337] MtCmdFwStartReq: override = 0x4, address = 0x0 [ 12.801228] EventGenericEventHandler: CMD Success [ 12.805993] MCU Init Done! [ 12.808714] efuse_probe: efuse = 10000012 [ 12.812737] RtmpChipOpsEepromHook::e2p_type=2, inf_Type=5 [ 12.818131] RtmpEepromGetDefault::e2p_dafault=1 [ 12.822671] RtmpChipOpsEepromHook: E2P type(2), E2pAccessMode = 2, E2P default = 1 [ 12.830258] NVM is FLASH mode. dev_idx [0] FLASH OFFSET [0x90000] [ 12.836363] rtmp_nv_init(): EEPROM Size=0x8000 [ 12.840840] flash_read(): read from offset:0x90000, len:0x8000! [ 12.859111] spiflash_ioctl_read, Read from 0x00090000 length 0x8000, ret 0, retlen 0x8000 [ 12.867577] [EEPROMImage - PreCalImageInfo - PreCalImage - TxDPDImage] [ 12.867577] [0x83c28000 - 0x83c28e00 - 0x83c28e10 - 0x83c35220] [ 12.880024] validFlashEepromID(): eeFlashId=7915, pAd->ChipID=7915 [ 12.887036] [d-die version:1] [ 12.924142] [a-die version:2] [ 13.055971] [ 13.057482] NICReadEEPROMParameters: EEPROM 0x62 0 [ 18.325734] Country Region from e2p = 0 [ 18.329585] antenna_default_reset() todo [ 18.333524] antenna_default_reset() value = 0x5292, TxPath = 2, RxPath = 2 [ 18.340400] RTMPReadTxPwrPerRate(458): Don't Support this now! [ 18.346252] rc_radio_init(): DBDC MODE=1, ConcurrentBand=2 [ 18.351751] rc_radio_init(): radio_ctrl=86929738,Band=0,rfcap=7,channel=1,PhyMode=64 extCha=0xf [ 18.360471] rc_radio_init(): radio_ctrl=86929a90,Band=1,rfcap=7,channel=1,PhyMode=64 extCha=0xf [ 18.369245] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0 [ 18.375019] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0 [ 18.380766] AntCfgInit(2941): Not support for HIF_MT yet! [ 18.386205] MtReadPwrLimitTable: RF_LOCKDOWN Feature OFF !!! [ 18.391893] MtReadPwrLimitTable: SKU Path: /var/Wireless/RT2860AP/mt7915-sku_2g.dat [ 18.400908] MtReadPwrLimitTable: RF_LOCKDOWN Feature OFF !!! [ 18.406600] MtReadPwrLimitTable: SKU Path: /var/Wireless/RT2860AP/mt7915-sku_5g.dat [ 18.417997] mt7915_check_RF_lock_down: RFlockDown Enable: 0 [ 18.423611] MtReadPwrLimitTable: RF_LOCKDOWN Feature OFF !!! [ 18.429273] MtReadPwrLimitTable: SKU Path: var/Wireless/RT2860AP/mt7915-sku-bf_2g.dat [ 18.438367] MtReadPwrLimitTable: RF_LOCKDOWN Feature OFF !!! [ 18.444075] MtReadPwrLimitTable: SKU Path: var/Wireless/RT2860AP/mt7915-sku-bf_5g.dat [ 18.455714] mt7915_check_RF_lock_down: RFlockDown Enable: 0 [ 18.461294] EEPROM Init Done! [ 18.464328] mac_init()--> [ 18.466948] init_mac_cr()--> [ 18.469824] <--mac_init() [ 18.475641] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0 [ 18.483967] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0 [ 18.492291] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0 [ 18.498864] MAC Init Done! [ 18.501574] BBPInit():BBP Initialization..... [ 18.505964] Band 0: valid=1, Band=2, CBW=1, CentCh/PrimCh=1/1, prim_ch_idx=0, txStream=2 [ 18.514168] Band 1: valid=0, Band=0, CBW=0, CentCh/PrimCh=0/0, prim_ch_idx=0, txStream=0 [ 18.522354] BBPInit() todo [ 18.525057] PHY Init Done! [ 18.539275] tx_pwr_comp_init():NotSupportYet! [ 18.543705] Set_SCSDefaultEnable(): BandIdx=0, SCSEnable=1 [ 18.549264] Set_SCSDefaultEnable(): BandIdx=1, SCSEnable=1 [ 18.554784] DynWmm_init !! [ 18.557492] DynWmmSetDynamicWmmEnable: BandIdx:0 u1DynWmmEnable:0 !! [ 18.563884] DynWmmSetDynamicWmmEnable:(Ret = 1 [ 18.568326] DynWmmSetDynamicWmmEnable: BandIdx:1 u1DynWmmEnable:0 !! [ 18.574708] DynWmmSetDynamicWmmEnable:(Ret = 1 [ 18.579339] MtCmdSetMacTxRx:(ret = 0) [ 18.583181] MtCmdSetMacTxRx:(ret = 0) [ 18.587858] ap_ftkd> Initialize FT KDP Module... [ 18.592538] Main bssid = 00:00:00:00:00:00 [ 18.596643] SetMuruPlatformTypeProc: param.ucPlatformType = 2 [ 18.602445] muru_cfg_dlul_limits:(Ret = 1 [ 18.606468] muru_cfg_dlul_limits:(Ret = 1 [ 18.610797] MtCmdSetMacTxRx:(ret = 0) [ 18.614632] MtCmdSetMacTxRx:(ret = 0) [ 18.618339] <==== mt_wifi_init, Status=0 [ 18.622336] CmdHeraStbcPriorityCtrl: u1BandIdx=0, u1Operation=1, u1StbcPriority=0 [ 18.629833] CmdHeraStbcPriorityCtrl: u1BandIdx=1, u1Operation=1, u1StbcPriority=0 [ 18.637370] mt_service_open: wlan service opens successfully! [ 18.643221] Register MBSSID IF 1 (ra1) [ 18.646987] wdev_init(caller:mbss_create_vif+0x2f8/0x4c4), wdev(1) [ 18.655349] Register MBSSID IF 2 (ra2) [ 18.659131] wdev_init(caller:mbss_create_vif+0x2f8/0x4c4), wdev(2) [ 18.666535] Register MBSSID IF 3 (ra3) [ 18.670312] wdev_init(caller:mbss_create_vif+0x2f8/0x4c4), wdev(3) [ 18.677597] Register MBSSID IF 4 (ra4) [ 18.681371] wdev_init(caller:mbss_create_vif+0x2f8/0x4c4), wdev(4) [ 18.688692] Register MBSSID IF 5 (ra5) [ 18.692493] wdev_init(caller:mbss_create_vif+0x2f8/0x4c4), wdev(5) [ 18.699774] Register MBSSID IF 6 (ra6) [ 18.703573] wdev_init(caller:mbss_create_vif+0x2f8/0x4c4), wdev(6) [ 18.710887] Register MBSSID IF 7 (rai0) [ 18.714776] wdev_init(caller:mbss_create_vif+0x2f8/0x4c4), wdev(7) [ 18.722177] Register MBSSID IF 8 (rai1) [ 18.726038] wdev_init(caller:mbss_create_vif+0x2f8/0x4c4), wdev(8) [ 18.733363] Register MBSSID IF 9 (rai2) [ 18.737225] wdev_init(caller:mbss_create_vif+0x2f8/0x4c4), wdev(9) [ 18.744558] Register MBSSID IF 10 (rai3) [ 18.748508] wdev_init(caller:mbss_create_vif+0x2f8/0x4c4), wdev(10) [ 18.755928] Register MBSSID IF 11 (rai4) [ 18.759876] wdev_init(caller:mbss_create_vif+0x2f8/0x4c4), wdev(11) [ 18.767281] Register MBSSID IF 12 (rai5) [ 18.771228] wdev_init(caller:mbss_create_vif+0x2f8/0x4c4), wdev(12) [ 18.778620] Register MBSSID IF 13 (rai6) [ 18.782599] wdev_init(caller:mbss_create_vif+0x2f8/0x4c4), wdev(13) [ 18.789918] MSTA_Init (2) ---> ApCli [ 18.793587] Register MSTA IF (apcli0) , pAd->MSTANum = 1 [ 18.798930] wdev_init(caller:MSTA_Init+0x3ec/0x65c), wdev(14) [ 18.804944] Caller: SetCommonHT+0x100/0x170 [ 18.809125] [ 18.809125] phy_mode=78, ch=0, wdev_type=2 [ 18.814709] ht_cap: ht_cap->HtCapInfo, [ 18.818547] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 18.826207] ht_cap: ht_cap->HtCapParm, [ 18.830041] mdpu_density=0, ampdu_factor=3 [ 18.835352] Register MSTA IF (apclii0) , pAd->MSTANum = 2 [ 18.840796] wdev_init(caller:MSTA_Init+0x3ec/0x65c), wdev(15) [ 18.846793] Caller: SetCommonHT+0x100/0x170 [ 18.850975] [ 18.850975] phy_mode=177, ch=0, wdev_type=2 [ 18.856649] ht_cap: ht_cap->HtCapInfo, [ 18.860487] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 18.868147] ht_cap: ht_cap->HtCapParm, [ 18.871993] mdpu_density=0, ampdu_factor=3 [ 18.877244] mt_service_init: wlan service inits successfully! [ 18.883037] WtcSetMaxStaNum: MaxStaNum:222, BssidNum:14, WdsNum:16, MSTANum:2, MaxNumChipRept:32, MinMcastWcid:272 [ 18.898811] RedInit: set CR4/N9 RED Enable to 1. [ 18.903458] RedInit: RED Initiailize Done. [ 18.907714] cp_support_is_enabled: set CR4 CP_SUPPORT to Mode 2. [ 18.913745] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP [ 18.920017] wifi_sys_open(), wdev idx = 0 [ 18.924089] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0 [ 18.929835] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0 [ 18.935642] BuildChannelList() BandIdx = 0, PhyMode = 78, ChListNum = 13: [ 18.942476] phy_oper_init(): operate TxStream = 2, RxStream = 2 [ 18.948439] phy_freq_adjust : no prim_ch value for adjust! [ 18.953985] Caller: wlan_operate_init+0x104/0x118 [ 18.958689] [ 18.958689] phy_mode=78, ch=0, wdev_type=1 [ 18.964271] ht_cap: ht_cap->HtCapInfo, [ 18.968108] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 18.975770] ht_cap: ht_cap->HtCapParm, [ 18.979603] mdpu_density=5, ampdu_factor=3 [ 18.983825] hw_ctrl_flow_v2_open: wdev_idx=0 [ 18.988305] AP inf up for ra_0(func_idx) OmacIdx=0 [ 18.993145] AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn [ 18.998248] mt7915 mtk_band_steering_netlink_init 243 band steering netlink init ok [ 19.006097] ApAutoChannelAtBootUp-----------------> [ 19.010977] ApAutoChannelAtBootUp: AutoChannelBootup[0] = 1 [ 19.016758] MtCmdSetMacTxRx:(ret = 0) [ 19.020575] MtCmdSetMacTxRx:(ret = 0) [ 19.024325] UpdateBeaconHandler, wdev(0) bss not ready (state:0, caller:MTAPAutoSelectChannel+0x1c8/0x49c)!! [ 19.034266] mt7915_apply_dpd_flatness_data: eeprom 0x62 bit 0 is 0, do runtime cal [ 19.041885] MtCmdChannelSwitch: ctrl_chl=1, ctrl_ch2=0, cent_ch=1 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1) [ 19.062001] MtCmdSetTxRxPath: ctrl_chl=1, ctrl_ch2=0, cent_ch=1, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1) [ 19.282285] mt7915_apply_dpd_flatness_data: eeprom 0x62 bit 0 is 0, do runtime cal [ 19.289878] MtCmdChannelSwitch: ctrl_chl=2, ctrl_ch2=0, cent_ch=2 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1) [ 19.309937] MtCmdSetTxRxPath: ctrl_chl=2, ctrl_ch2=0, cent_ch=2, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1) [ 19.532281] mt7915_apply_dpd_flatness_data: eeprom 0x62 bit 0 is 0, do runtime cal [ 19.539873] MtCmdChannelSwitch: ctrl_chl=3, ctrl_ch2=0, cent_ch=3 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1) [ 19.559884] MtCmdSetTxRxPath: ctrl_chl=3, ctrl_ch2=0, cent_ch=3, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1) [ 19.782266] mt7915_apply_dpd_flatness_data: eeprom 0x62 bit 0 is 0, do runtime cal [ 19.789855] MtCmdChannelSwitch: ctrl_chl=4, ctrl_ch2=0, cent_ch=4 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1) [ 19.809856] MtCmdSetTxRxPath: ctrl_chl=4, ctrl_ch2=0, cent_ch=4, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1) [ 20.032295] mt7915_apply_dpd_flatness_data: eeprom 0x62 bit 0 is 0, do runtime cal [ 20.039893] MtCmdChannelSwitch: ctrl_chl=5, ctrl_ch2=0, cent_ch=5 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1) [ 20.059905] MtCmdSetTxRxPath: ctrl_chl=5, ctrl_ch2=0, cent_ch=5, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1) [ 20.282291] mt7915_apply_dpd_flatness_data: eeprom 0x62 bit 0 is 0, do runtime cal [ 20.289887] MtCmdChannelSwitch: ctrl_chl=6, ctrl_ch2=0, cent_ch=6 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1) [ 20.309911] MtCmdSetTxRxPath: ctrl_chl=6, ctrl_ch2=0, cent_ch=6, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1) [ 20.532281] mt7915_apply_dpd_flatness_data: eeprom 0x62 bit 0 is 0, do runtime cal [ 20.539874] MtCmdChannelSwitch: ctrl_chl=7, ctrl_ch2=0, cent_ch=7 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1) [ 20.559879] MtCmdSetTxRxPath: ctrl_chl=7, ctrl_ch2=0, cent_ch=7, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1) [ 20.782260] mt7915_apply_dpd_flatness_data: eeprom 0x62 bit 0 is 0, do runtime cal [ 20.789849] MtCmdChannelSwitch: ctrl_chl=8, ctrl_ch2=0, cent_ch=8 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1) [ 20.809853] MtCmdSetTxRxPath: ctrl_chl=8, ctrl_ch2=0, cent_ch=8, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1) [ 21.032279] mt7915_apply_dpd_flatness_data: eeprom 0x62 bit 0 is 0, do runtime cal [ 21.039875] MtCmdChannelSwitch: ctrl_chl=9, ctrl_ch2=0, cent_ch=9 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1) [ 21.059897] MtCmdSetTxRxPath: ctrl_chl=9, ctrl_ch2=0, cent_ch=9, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1) [ 21.282268] mt7915_apply_dpd_flatness_data: eeprom 0x62 bit 0 is 0, do runtime cal [ 21.289858] MtCmdChannelSwitch: ctrl_chl=10, ctrl_ch2=0, cent_ch=10 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1) [ 21.310040] MtCmdSetTxRxPath: ctrl_chl=10, ctrl_ch2=0, cent_ch=10, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1) [ 21.532268] mt7915_apply_dpd_flatness_data: eeprom 0x62 bit 0 is 0, do runtime cal [ 21.539860] MtCmdChannelSwitch: ctrl_chl=11, ctrl_ch2=0, cent_ch=11 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1) [ 21.560033] MtCmdSetTxRxPath: ctrl_chl=11, ctrl_ch2=0, cent_ch=11, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1) [ 21.782247] UpdateBeaconHandler, wdev(0) bss not ready (state:0, caller:MTAPAutoSelectChannel+0x3c8/0x49c)!! [ 21.792111] ==================================================================== [ 21.799508] Channel 1 : Busy Time = 33259, Skip Channel = FALSE, BwCap = TRUE [ 21.806922] Channel 2 : Busy Time = 14494, Skip Channel = FALSE, BwCap = TRUE [ 21.814329] Channel 3 : Busy Time = 3744, Skip Channel = FALSE, BwCap = TRUE [ 21.821721] Channel 4 : Busy Time = 7769, Skip Channel = FALSE, BwCap = TRUE [ 21.829124] Channel 5 : Busy Time = 9181, Skip Channel = FALSE, BwCap = TRUE [ 21.837026] Channel 6 : Busy Time = 4450, Skip Channel = FALSE, BwCap = TRUE [ 21.844444] Channel 7 : Busy Time = 4228, Skip Channel = FALSE, BwCap = TRUE [ 21.851837] Channel 8 : Busy Time = 5376, Skip Channel = FALSE, BwCap = TRUE [ 21.859245] Channel 9 : Busy Time = 6921, Skip Channel = FALSE, BwCap = TRUE [ 21.866650] Channel 10 : Busy Time = 12104, Skip Channel = FALSE, BwCap = TRUE [ 21.874056] Channel 11 : Busy Time = 7924, Skip Channel = FALSE, BwCap = TRUE [ 21.881446] ==================================================================== [ 21.888859] Rule 3 Channel Busy time value : Select Primary Channel 3 [ 21.895311] Rule 3 Channel Busy time value : Min Channel Busy = 3744 [ 21.901661] Rule 3 Channel Busy time value : BW = 20 [ 21.906633] [SelectClearChannelBusyTime] - band0 END [ 21.911625] ApAutoChannelAtBootUp : Auto channel selection: Selected channel = 3, IsAband = 0 [ 21.920277] mt7915_apply_dpd_flatness_data: eeprom 0x62 bit 0 is 0, do runtime cal [ 21.927885] MtCmdChannelSwitch: ctrl_chl=3, ctrl_ch2=0, cent_ch=5 DBDCIdx=0, ChBand=0, BW=1, TXStream=2, RXStream=2, scan(0) [ 22.026458] MtCmdSetTxRxPath: ctrl_chl=3, ctrl_ch2=0, cent_ch=5, RxPath=3, BandIdx=0, ChBand=0, BW=1,TXStream=2, RXStream=3, scan(0) [ 22.038676] EDCCAInit(): EDCCA init success!!!!!!!!! pAd->CommonCfg.u1EDCCACtrl[0]=1 EDCCA_threshold=127 127 127 [ 22.048947] zero_wait_dfs_switch_ch(): outband ch 0, ch_stat 0 [ 22.054803] ApAutoChannelAtBootUp<----------------- [ 22.059695] ===> APStartUpForMbss(caller:ap_inf_open+0x1a8/0x49c), mbss_idx:0, CfgMode:0 [ 22.067812] [PMF]APPMFInit:: apidx=0, MFPC=0, MFPR=0, SHA256=0 [ 22.073876] Caller: SetCommonHT+0x100/0x170 [ 22.078061] [ 22.078061] phy_mode=78, ch=3, wdev_type=1 [ 22.083655] ht_cap: ht_cap->HtCapInfo, [ 22.087494] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 22.095163] ht_cap: ht_cap->HtCapParm, [ 22.098997] mdpu_density=5, ampdu_factor=3 [ 22.103157] ap_link_up(caller:APStartUpForMbss+0x3b8/0x60c), wdev(0) [ 22.109509] wifi_sys_linkup, wdev idx = 0 [ 22.264839] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:287 for WDEV_TYPE:1 [ 22.264839] LinkToOmacIdx = 0, LinkToWdevType = 1 [ 22.277738] TRTableInsertMcastEntry:band0 group_idx[0]=0 [ 22.283095] wifi_sys_linkup:wdev(type=0,func_idx=1,wdev_idx=0),BssIndex(0) [ 22.290018] hw_ctrl_flow_v2_link_up: wdev_idx=0 [ 22.294590] (bssUpdateChannel), ucPrimCh=3, ucCentChSeg0=5, ucCentChSeg1=0, BW=1, ucHetbRU26Disable=0, ucHetbAllDisable=1 [ 22.305560] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8320, CmdBssInfoBmcRate.u2McTransmit = 8320 [ 22.321808] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 0 (ra0) [ 22.328101] Band0 BcnInitedRnd = 34 [ 22.331726] MtCmdTxPowerSKUCtrl: tx_pwr_sku_en: 1, BandIdx: 0 [ 22.337553] MtCmdTxBfBackoffCtrl: fgTxBFBackoffEn: 0, BandIdx: 0 [ 22.343607] MtCmdTxPowerPercentCtrl: fgTxPowerPercentEn: 1, BandIdx: 0 [ 22.357922] set muru_update_he_cfg()!!!! [ 22.361880] PrintSrCmd: [ 22.361880] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 22.361880] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 22.375918] PrintSrCmd: [ 22.375918] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 22.375918] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 22.389957] PrintSrCmd: [ 22.389957] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 22.389957] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 22.404034] PrintSrCmd: [ 22.404034] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 22.404034] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 22.418235] EDCCAInit(): EDCCA init success!!!!!!!!! pAd->CommonCfg.u1EDCCACtrl[0]=1 EDCCA_threshold=191 194 197 [ 22.428429] ap_over_lapping_scan(), pAd->CommonCfg.bForty_Mhz_Intolerant:0, pAd->CommonCfg.bBssCoexEnable:0 [ 22.438186] apidx 0 for WscUUIDInit [ 22.441671] Generate UUID for apidx(0) [ 22.445503] WDS_Init():wds_num[0]=0, count=0, MAX_WDS_ENTRY=16, if_idx=0, flg_wds_init=0 [ 22.453619] Total allocated 0 WDS(es) for band0! [ 22.477609] ra3: ===> mbss_virtual_if_open [ 22.481733] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT [ 22.488260] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP [ 22.494572] wifi_sys_open(), wdev idx = 3 [ 22.498720] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0 [ 22.504503] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0 [ 22.510278] phy_oper_init(): operate TxStream = 2, RxStream = 2 [ 22.516426] Caller: wlan_operate_init+0x104/0x118 [ 22.521207] [ 22.521207] phy_mode=78, ch=3, wdev_type=1 [ 22.526859] ht_cap: ht_cap->HtCapInfo, [ 22.530708] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 22.538387] ht_cap: ht_cap->HtCapParm, [ 22.542258] mdpu_density=5, ampdu_factor=3 [ 22.546530] hw_ctrl_flow_v2_open: wdev_idx=3 [ 22.551013] AP inf up for ra_3(func_idx) OmacIdx=17 [ 22.555992] AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn [ 22.561094] mt7915 mtk_band_steering_netlink_init 243 band steering netlink init ok [ 22.569011] ApAutoChannelAtBootUp-----------------> [ 22.573940] ApAutoChannelAtBootUp: AutoChannelBootup[0] = 1 [ 22.579793] MtCmdSetMacTxRx:(ret = 0) [ 22.583668] MtCmdSetMacTxRx:(ret = 0) [ 22.587337] ap_run_at_boot() : ACS is disable !! [ 22.592855] ===> APStartUpForMbss(caller:ap_inf_open+0x1a8/0x49c), mbss_idx:3, CfgMode:0 [ 22.600960] [PMF]APPMFInit:: apidx=3, MFPC=0, MFPR=0, SHA256=0 [ 22.607042] Caller: SetCommonHT+0x100/0x170 [ 22.611233] [ 22.611233] phy_mode=78, ch=3, wdev_type=1 [ 22.616836] ht_cap: ht_cap->HtCapInfo, [ 22.620684] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 22.628361] ht_cap: ht_cap->HtCapParm, [ 22.632219] mdpu_density=5, ampdu_factor=3 [ 22.636374] ap_link_up(caller:APStartUpForMbss+0x3b8/0x60c), wdev(3) [ 22.642756] wifi_sys_linkup, wdev idx = 3 [ 22.963917] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:286 for WDEV_TYPE:1 [ 22.963917] LinkToOmacIdx = 11, LinkToWdevType = 1 [ 22.976926] TRTableInsertMcastEntry:band0 group_idx[3]=3 [ 22.982280] wifi_sys_linkup:wdev(type=3,func_idx=1,wdev_idx=3),BssIndex(1) [ 22.989278] hw_ctrl_flow_v2_link_up: wdev_idx=3 [ 22.993854] (bssUpdateChannel), ucPrimCh=3, ucCentChSeg0=5, ucCentChSeg1=0, BW=1, ucHetbRU26Disable=0, ucHetbAllDisable=1 [ 23.004831] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8320, CmdBssInfoBmcRate.u2McTransmit = 8320 [ 23.021723] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 11 (ra0) [ 23.028162] MtCmdTxPowerSKUCtrl: tx_pwr_sku_en: 1, BandIdx: 0 [ 23.034071] MtCmdTxBfBackoffCtrl: fgTxBFBackoffEn: 0, BandIdx: 0 [ 23.040101] MtCmdTxPowerPercentCtrl: fgTxPowerPercentEn: 1, BandIdx: 0 [ 23.054697] set muru_update_he_cfg()!!!! [ 23.058648] PrintSrCmd: [ 23.058648] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 23.058648] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 23.072867] PrintSrCmd: [ 23.072867] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 23.072867] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 23.086935] PrintSrCmd: [ 23.086935] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 23.086935] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 23.101087] PrintSrCmd: [ 23.101087] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 23.101087] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 23.115481] EDCCAInit(): EDCCA init success!!!!!!!!! pAd->CommonCfg.u1EDCCACtrl[0]=1 EDCCA_threshold=191 194 197 [ 23.125744] apidx 3 for WscUUIDInit [ 23.129237] Generate UUID for apidx(3) [ 23.145022] ra4: ===> mbss_virtual_if_open [ 23.149147] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT [ 23.155616] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP [ 23.161915] wifi_sys_open(), wdev idx = 4 [ 23.165998] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0 [ 23.171741] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0 [ 23.177533] phy_oper_init(): operate TxStream = 2, RxStream = 2 [ 23.183615] Caller: wlan_operate_init+0x104/0x118 [ 23.188323] [ 23.188323] phy_mode=78, ch=3, wdev_type=1 [ 23.193935] ht_cap: ht_cap->HtCapInfo, [ 23.197776] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 23.205442] ht_cap: ht_cap->HtCapParm, [ 23.209279] mdpu_density=5, ampdu_factor=3 [ 23.213502] hw_ctrl_flow_v2_open: wdev_idx=4 [ 23.217976] AP inf up for ra_4(func_idx) OmacIdx=18 [ 23.222935] AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn [ 23.228008] mt7915 mtk_band_steering_netlink_init 243 band steering netlink init ok [ 23.235885] ApAutoChannelAtBootUp-----------------> [ 23.240765] ApAutoChannelAtBootUp: AutoChannelBootup[0] = 1 [ 23.246546] MtCmdSetMacTxRx:(ret = 0) [ 23.250360] MtCmdSetMacTxRx:(ret = 0) [ 23.254046] ap_run_at_boot() : ACS is disable !! [ 23.259456] ===> APStartUpForMbss(caller:ap_inf_open+0x1a8/0x49c), mbss_idx:4, CfgMode:0 [ 23.267570] [PMF]APPMFInit:: apidx=4, MFPC=0, MFPR=0, SHA256=0 [ 23.273588] Caller: SetCommonHT+0x100/0x170 [ 23.277771] [ 23.277771] phy_mode=78, ch=3, wdev_type=1 [ 23.283357] ht_cap: ht_cap->HtCapInfo, [ 23.287195] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 23.294859] ht_cap: ht_cap->HtCapParm, [ 23.298693] mdpu_density=5, ampdu_factor=3 [ 23.302851] ap_link_up(caller:APStartUpForMbss+0x3b8/0x60c), wdev(4) [ 23.309203] wifi_sys_linkup, wdev idx = 4 [ 23.465010] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:285 for WDEV_TYPE:1 [ 23.465010] LinkToOmacIdx = 12, LinkToWdevType = 1 [ 23.478009] TRTableInsertMcastEntry:band0 group_idx[4]=4 [ 23.483359] wifi_sys_linkup:wdev(type=4,func_idx=1,wdev_idx=4),BssIndex(2) [ 23.490287] hw_ctrl_flow_v2_link_up: wdev_idx=4 [ 23.494857] (bssUpdateChannel), ucPrimCh=3, ucCentChSeg0=5, ucCentChSeg1=0, BW=1, ucHetbRU26Disable=0, ucHetbAllDisable=1 [ 23.505829] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8320, CmdBssInfoBmcRate.u2McTransmit = 8320 [ 23.522734] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 12 (ra0) [ 23.529143] MtCmdTxPowerSKUCtrl: tx_pwr_sku_en: 1, BandIdx: 0 [ 23.534937] MtCmdTxBfBackoffCtrl: fgTxBFBackoffEn: 0, BandIdx: 0 [ 23.540962] MtCmdTxPowerPercentCtrl: fgTxPowerPercentEn: 1, BandIdx: 0 [ 23.555291] set muru_update_he_cfg()!!!! [ 23.559235] PrintSrCmd: [ 23.559235] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 23.559235] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 23.573280] PrintSrCmd: [ 23.573280] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 23.573280] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 23.587317] PrintSrCmd: [ 23.587317] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 23.587317] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 23.601351] PrintSrCmd: [ 23.601351] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 23.601351] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 23.615552] EDCCAInit(): EDCCA init success!!!!!!!!! pAd->CommonCfg.u1EDCCACtrl[0]=1 EDCCA_threshold=191 194 197 [ 23.625746] apidx 4 for WscUUIDInit [ 23.629231] Generate UUID for apidx(4) [ 23.644717] ra5: ===> mbss_virtual_if_open [ 23.648846] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT [ 23.655318] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP [ 23.661590] wifi_sys_open(), wdev idx = 5 [ 23.665684] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0 [ 23.671428] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0 [ 23.677216] phy_oper_init(): operate TxStream = 2, RxStream = 2 [ 23.683297] Caller: wlan_operate_init+0x104/0x118 [ 23.688004] [ 23.688004] phy_mode=78, ch=3, wdev_type=1 [ 23.693602] ht_cap: ht_cap->HtCapInfo, [ 23.697440] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 23.705106] ht_cap: ht_cap->HtCapParm, [ 23.708941] mdpu_density=5, ampdu_factor=3 [ 23.713173] hw_ctrl_flow_v2_open: wdev_idx=5 [ 23.717653] AP inf up for ra_5(func_idx) OmacIdx=19 [ 23.722631] AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn [ 23.727704] mt7915 mtk_band_steering_netlink_init 243 band steering netlink init ok [ 23.735547] ApAutoChannelAtBootUp-----------------> [ 23.740427] ApAutoChannelAtBootUp: AutoChannelBootup[0] = 1 [ 23.746192] MtCmdSetMacTxRx:(ret = 0) [ 23.750005] MtCmdSetMacTxRx:(ret = 0) [ 23.753685] ap_run_at_boot() : ACS is disable !! [ 23.759095] ===> APStartUpForMbss(caller:ap_inf_open+0x1a8/0x49c), mbss_idx:5, CfgMode:0 [ 23.767207] [PMF]APPMFInit:: apidx=5, MFPC=0, MFPR=0, SHA256=0 [ 23.773238] Caller: SetCommonHT+0x100/0x170 [ 23.777421] [ 23.777421] phy_mode=78, ch=3, wdev_type=1 [ 23.783004] ht_cap: ht_cap->HtCapInfo, [ 23.786843] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 23.794503] ht_cap: ht_cap->HtCapParm, [ 23.798336] mdpu_density=5, ampdu_factor=3 [ 23.802489] ap_link_up(caller:APStartUpForMbss+0x3b8/0x60c), wdev(5) [ 23.808841] wifi_sys_linkup, wdev idx = 5 [ 23.842171] UpdateBeaconHandler, wdev(5) bss not ready (state:0, caller:update_ap_qload_to_bcn+0x94/0xc4)!! [ 23.968613] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:284 for WDEV_TYPE:1 [ 23.968613] LinkToOmacIdx = 13, LinkToWdevType = 1 [ 23.981600] TRTableInsertMcastEntry:band0 group_idx[5]=5 [ 23.986964] wifi_sys_linkup:wdev(type=5,func_idx=1,wdev_idx=5),BssIndex(3) [ 23.993926] hw_ctrl_flow_v2_link_up: wdev_idx=5 [ 23.998485] (bssUpdateChannel), ucPrimCh=3, ucCentChSeg0=5, ucCentChSeg1=0, BW=1, ucHetbRU26Disable=0, ucHetbAllDisable=1 [ 24.009483] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8320, CmdBssInfoBmcRate.u2McTransmit = 8320 [ 24.026546] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 13 (ra0) [ 24.033029] MtCmdTxPowerSKUCtrl: tx_pwr_sku_en: 1, BandIdx: 0 [ 24.038805] MtCmdTxBfBackoffCtrl: fgTxBFBackoffEn: 0, BandIdx: 0 [ 24.044851] MtCmdTxPowerPercentCtrl: fgTxPowerPercentEn: 1, BandIdx: 0 [ 24.059234] set muru_update_he_cfg()!!!! [ 24.063188] PrintSrCmd: [ 24.063188] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 24.063188] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 24.077228] PrintSrCmd: [ 24.077228] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 24.077228] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 24.091268] PrintSrCmd: [ 24.091268] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 24.091268] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 24.105307] PrintSrCmd: [ 24.105307] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 24.105307] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 24.119510] EDCCAInit(): EDCCA init success!!!!!!!!! pAd->CommonCfg.u1EDCCACtrl[0]=1 EDCCA_threshold=191 194 197 [ 24.129704] apidx 5 for WscUUIDInit [ 24.133203] Generate UUID for apidx(5) [ 24.139171] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 24.297586] Set_Map_Proc current MAP MODE is 3 [ 24.310968] Set_MapR2_Proc: MAP R2 is enabled [ 24.324265] Set_Bh_Bss_Proc ra0 bandIdx = 0 ,DevOwnRole 0x20 [ 24.338901] Set_Fh_Bss_Proc ra0 wdev->MAPCfg.DevOwnRole 0x20 [ 24.362621] Set_Fh_Bss_Proc ra4 wdev->MAPCfg.DevOwnRole 0x0 [ 24.377044] Set_Bh_Bss_Proc ra4 bandIdx = 0 ,DevOwnRole 0x44 [ 24.391458] Set_Fh_Bss_Proc ra5 wdev->MAPCfg.DevOwnRole 0x0 [ 24.405916] Set_Bh_Bss_Proc ra5 bandIdx = 0 ,DevOwnRole 0x48 [ 24.420325] Set_Fh_Bss_Proc ra6 wdev->MAPCfg.DevOwnRole 0x0 [ 24.443604] Set_Bh_Sta_Proc apcli0 wdev->MAPCfg.DevOwnRole 0x80 [ map_attachSharedBuff ] 200 - ERROR: Get map shared buffer error. [ oal_easymesh_getMAPDevices ] 1416 - ERROR: Failed to attach map shared memory buffer. [ rsl_easymesh_updateMapDev ] 11495 - ERROR: There are no APDevices saved in map shared memory. [ rsl_easymesh_checkChannels ] 13692 - ERROR: Can not find Controller [ 24.514018] cfg_mode=16 [ 24.516484] cfg_mode=16 [ 24.519088] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0 [ 24.524880] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0 [ 24.530642] phy_oper_init(): operate TxStream = 2, RxStream = 2 [ 24.536744] Caller: wlan_operate_init+0x104/0x118 [ 24.541450] [ 24.541450] phy_mode=78, ch=3, wdev_type=1 [ 24.547046] ht_cap: ht_cap->HtCapInfo, [ 24.550884] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 24.558548] ht_cap: ht_cap->HtCapParm, [ 24.562396] mdpu_density=5, ampdu_factor=3 [ 24.566515] BuildChannelList() BandIdx = 0, PhyMode = 78, ChListNum = 13: [ 24.573454] Caller: SetCommonHT+0x100/0x170 [ 24.577636] [ 24.577636] phy_mode=78, ch=3, wdev_type=1 [ 24.583219] ht_cap: ht_cap->HtCapInfo, [ 24.587056] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 24.594724] ht_cap: ht_cap->HtCapParm, [ 24.598558] mdpu_density=5, ampdu_factor=3 [ 24.611509] Caller: SetCommonHT+0x100/0x170 [ 24.615798] [ 24.615798] phy_mode=78, ch=3, wdev_type=1 [ 24.621368] ht_cap: ht_cap->HtCapInfo, [ 24.625219] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 24.632882] ht_cap: ht_cap->HtCapParm, [ 24.636715] mdpu_density=5, ampdu_factor=3 [ 24.640849] hc_radio_res_request(): wdev=1, hobj is not ready! [ 24.646766] Caller: SetCommonHT+0x100/0x170 [ 24.650950] [ 24.650950] phy_mode=78, ch=3, wdev_type=1 [ 24.656533] ht_cap: ht_cap->HtCapInfo, [ 24.660370] ldpc=0,ch_width=1,gf=0,sgi20=0,sgi40=0,tx_stbc=0,rx_stbc=0,amsdu_size=0 [ 24.668035] ht_cap: ht_cap->HtCapParm, [ 24.671893] mdpu_density=0, ampdu_factor=0 [ 24.676029] hc_radio_res_request(): wdev=2, hobj is not ready! [ 24.681926] Caller: SetCommonHT+0x100/0x170 [ 24.686106] [ 24.686106] phy_mode=78, ch=3, wdev_type=1 [ 24.691673] ht_cap: ht_cap->HtCapInfo, [ 24.695520] ldpc=0,ch_width=1,gf=0,sgi20=0,sgi40=0,tx_stbc=0,rx_stbc=0,amsdu_size=0 [ 24.703182] ht_cap: ht_cap->HtCapParm, [ 24.707015] mdpu_density=0, ampdu_factor=0 [ 24.711146] Caller: SetCommonHT+0x100/0x170 [ 24.715339] [ 24.715339] phy_mode=78, ch=3, wdev_type=1 [ 24.720908] ht_cap: ht_cap->HtCapInfo, [ 24.724769] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 24.732434] ht_cap: ht_cap->HtCapParm, [ 24.736267] mdpu_density=5, ampdu_factor=3 [ 24.740403] Caller: SetCommonHT+0x100/0x170 [ 24.744595] [ 24.744595] phy_mode=78, ch=3, wdev_type=1 [ 24.750164] ht_cap: ht_cap->HtCapInfo, [ 24.754012] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 24.761662] ht_cap: ht_cap->HtCapParm, [ 24.765504] mdpu_density=5, ampdu_factor=3 [ 24.769636] Caller: SetCommonHT+0x100/0x170 [ 24.773831] [ 24.773831] phy_mode=78, ch=3, wdev_type=1 [ 24.779400] ht_cap: ht_cap->HtCapInfo, [ 24.783246] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 24.790896] ht_cap: ht_cap->HtCapParm, [ 24.794738] mdpu_density=5, ampdu_factor=3 [ 24.798861] hc_radio_res_request(): wdev=6, hobj is not ready! [ 24.804746] Caller: SetCommonHT+0x100/0x170 [ 24.808928] [ 24.808928] phy_mode=78, ch=3, wdev_type=1 [ 24.814509] ht_cap: ht_cap->HtCapInfo, [ 24.818345] ldpc=0,ch_width=1,gf=0,sgi20=0,sgi40=0,tx_stbc=0,rx_stbc=0,amsdu_size=0 [ 24.826006] ht_cap: ht_cap->HtCapParm, [ 24.829838] mdpu_density=0, ampdu_factor=0 [ 24.833983] hc_radio_res_request(): wdev=14, hobj is not ready! [ 24.839946] Caller: SetCommonHT+0x100/0x170 [ 24.844139] [ 24.844139] phy_mode=78, ch=3, wdev_type=2 [ 24.849709] ht_cap: ht_cap->HtCapInfo, [ 24.853597] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 24.861256] ht_cap: ht_cap->HtCapParm, [ 24.865103] mdpu_density=0, ampdu_factor=3 [ 24.878017] Set_VhtBw_Proc: (error Channel = 3) Interface doesn't accept private ioctl... set (8BE2): Invalid argument [ 24.891373] Caller: SetCommonHT+0x100/0x170 [ 24.895629] [ 24.895629] phy_mode=78, ch=3, wdev_type=1 [ 24.901199] ht_cap: ht_cap->HtCapInfo, [ 24.905052] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 24.912716] ht_cap: ht_cap->HtCapParm, [ 24.916549] mdpu_density=5, ampdu_factor=3 [ 24.920689] Caller: SetCommonHT+0x100/0x170 [ 24.924887] [ 24.924887] phy_mode=78, ch=3, wdev_type=1 [ 24.930456] ht_cap: ht_cap->HtCapInfo, [ 24.934303] ldpc=0,ch_width=1,gf=0,sgi20=0,sgi40=0,tx_stbc=0,rx_stbc=0,amsdu_size=0 [ 24.941969] ht_cap: ht_cap->HtCapParm, [ 24.945802] mdpu_density=0, ampdu_factor=0 [ 24.949936] Caller: SetCommonHT+0x100/0x170 [ 24.954141] [ 24.954141] phy_mode=78, ch=3, wdev_type=1 [ 24.959710] ht_cap: ht_cap->HtCapInfo, [ 24.963557] ldpc=0,ch_width=1,gf=0,sgi20=0,sgi40=0,tx_stbc=0,rx_stbc=0,amsdu_size=0 [ 24.971207] ht_cap: ht_cap->HtCapParm, [ 24.975052] mdpu_density=0, ampdu_factor=0 [ 24.979188] Caller: SetCommonHT+0x100/0x170 [ 24.983405] [ 24.983405] phy_mode=78, ch=3, wdev_type=1 [ 24.988981] ht_cap: ht_cap->HtCapInfo, [ 24.992831] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 25.000481] ht_cap: ht_cap->HtCapParm, [ 25.004330] mdpu_density=5, ampdu_factor=3 [ 25.008473] Caller: SetCommonHT+0x100/0x170 [ 25.012682] [ 25.012682] phy_mode=78, ch=3, wdev_type=1 [ 25.018252] ht_cap: ht_cap->HtCapInfo, [ 25.022104] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 25.029754] ht_cap: ht_cap->HtCapParm, [ 25.033599] mdpu_density=5, ampdu_factor=3 [ 25.037738] Caller: SetCommonHT+0x100/0x170 [ 25.041937] [ 25.041937] phy_mode=78, ch=3, wdev_type=1 [ 25.047508] ht_cap: ht_cap->HtCapInfo, [ 25.051341] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 25.059009] ht_cap: ht_cap->HtCapParm, [ 25.062858] mdpu_density=5, ampdu_factor=3 [ 25.066995] Caller: SetCommonHT+0x100/0x170 [ 25.071173] [ 25.071173] phy_mode=78, ch=3, wdev_type=1 [ 25.076757] ht_cap: ht_cap->HtCapInfo, [ 25.080594] ldpc=0,ch_width=1,gf=0,sgi20=0,sgi40=0,tx_stbc=0,rx_stbc=0,amsdu_size=0 [ 25.088256] ht_cap: ht_cap->HtCapParm, [ 25.092103] mdpu_density=0, ampdu_factor=0 [ 25.096238] Caller: SetCommonHT+0x100/0x170 [ 25.100416] [ 25.100416] phy_mode=78, ch=3, wdev_type=2 [ 25.105999] ht_cap: ht_cap->HtCapInfo, [ 25.109835] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 25.117497] ht_cap: ht_cap->HtCapParm, [ 25.121332] mdpu_density=0, ampdu_factor=3 [ 25.134402] SetEDCCAEnableCtrl: BandIdx = 0 [ 25.138608] SetEDCCAEnableCtrl: EDCCACtrl = 0 [ 25.161216] set_vow_airtime_fairness_en: set 0. [ 25.174976] set_vow_dwrr_max_wait_time: set 1. [ 25.188424] SetPercentageCtrl: ucBandIdx = 0 [ 25.192788] SetPercentageCtrl: TxPowerPercentEn = 1 [ 25.197666] MtCmdTxPowerPercentCtrl: fgTxPowerPercentEn: 1, BandIdx: 0 [ 25.213290] SetPowerDropCtrl: ucPowerDrop = 100 [ 25.226631] sync for : ra0 [ 25.230048] sync for : ra3 [ 25.233489] sync for : ra4 [ 25.236872] sync for : ra5 [ 25.248951] Set_FragThreshold_Proc::set wdev0 FragThreshold=2346) [ 25.282158] Caller: SetCommonHT+0x100/0x170 [ 25.286358] [ 25.286358] phy_mode=78, ch=3, wdev_type=1 [ 25.291941] ht_cap: ht_cap->HtCapInfo, [ 25.295779] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 25.303463] ht_cap: ht_cap->HtCapParm, [ 25.307303] mdpu_density=5, ampdu_factor=3 [ 25.321349] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 25.351354] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 25.361271] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 25.423327] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 25.467208] Set_RTSThreshold_Proc: set wdev0 rts length threshold=2347(0x92b) [ 25.480402] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 25.490386] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 25.535592] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 25.550126] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 25.559959] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 25.604985] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 25.619529] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 25.629382] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 25.692214] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 25.727147] Set_RTSThreshold_Proc: set wdev3 rts length threshold=2347(0x92b) [ 25.740278] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 25.750301] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 25.813434] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 25.848410] Set_RTSThreshold_Proc: set wdev4 rts length threshold=2347(0x92b) [ 25.861637] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 25.871680] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ set_iface_config_defaults_if_not_set ] 595: error, SIOCGIFADDR failed on br4015! iptables: Bad rule (does a matching rule exist in that chain?). [ 25.938481] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 25.973896] Set_RTSThreshold_Proc: set wdev5 rts length threshold=2347(0x92b) [ 25.987083] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 25.997112] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 26.059662] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ rsl_setUpDev2BridgePortObj ] 795: ra4 isWanConn=0 moveIntfToBr0=0 br0 [ 26.083651] device ra4 entered promiscuous mode [ 26.088283] br0: port 5(ra4) entered forwarding state [ 26.093405] br0: port 5(ra4) entered forwarding state [ rsl_setUpDev2BridgePortObj ] 795: ra3 isWanConn=0 moveIntfToBr0=0 br0 [ 26.114503] device ra3 entered promiscuous mode [ 26.119134] br0: port 6(ra3) entered forwarding state [ 26.124242] br0: port 6(ra3) entered forwarding state [ rsl_setUpDev2BridgePortObj ] 795: ra2 isWanConn=0 moveIntfToBr0=0 br0 brctl: bridge br0: Invalid argument [ rsl_setUpDev2BridgePortObj ] 795: ra1 isWanConn=0 moveIntfToBr0=0 br0 brctl: bridge br0: Invalid argument [ rsl_setUpDev2BridgePortObj ] 795: ra0 isWanConn=0 moveIntfToBr0=0 br0 [ 26.184346] device ra0 entered promiscuous mode [ 26.189010] br0: port 7(ra0) entered forwarding state [ 26.194165] br0: port 7(ra0) entered forwarding state iptables v1.4.17: Couldn't find target `IP_WIFI_INPUT' Try `iptables -h' or 'iptables --help' for more information. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. iptables: Bad rule (does a matching rule exist in that chain?). iptables: Bad rule (does a matching rule exist in that chain?). iptables: Bad rule (does a matching rule exist in that chain?). iptables: Bad rule (does a matching rule exist in that chain?). [ 26.380976] [PMF]APPMFInit:: apidx=0, MFPC=0, MFPR=0, SHA256=0 [ 26.387007] wifi_sys_linkdown(), wdev idx = 0 [ 26.387316] ExtEventBeaconLostHandler::FW EVENT (5c:62:8b:82:f8:49), Reason 0x10 [ 26.387320] AP Beacon OFF!!! [ 26.401873] wifi_sys_linkdown:wdev(type=1,func_idx=0,wdev_idx=0),BssIndex(0) [ 26.409061] hw_ctrl_flow_v2_link_down: wdev_idx=0 [ 26.414840] (bssUpdateChannel), ucPrimCh=3, ucCentChSeg0=5, ucCentChSeg1=0, BW=1, ucHetbRU26Disable=0, ucHetbAllDisable=1 [ 26.425838] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0 [ 26.439311] wmm_ctrl_release_entry(): Can't find HdevObj or Edca not required [ 26.446518] wifi_sys_close, wdev idx = 0 [ 26.450527] hw_ctrl_flow_v2_close: wdev_idx=0 [ 26.455124] wifi_sys_open(), wdev idx = 0 [ 26.459184] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0 [ 26.464961] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0 [ 26.470722] phy_oper_init(): operate TxStream = 2, RxStream = 2 [ 26.476794] Caller: wlan_operate_init+0x104/0x118 [ 26.481501] [ 26.481501] phy_mode=78, ch=3, wdev_type=1 [ 26.487100] ht_cap: ht_cap->HtCapInfo, [ 26.490940] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 26.498611] ht_cap: ht_cap->HtCapParm, [ 26.502466] mdpu_density=5, ampdu_factor=3 [ 26.506663] hw_ctrl_flow_v2_open: wdev_idx=0 [ 26.511154] wifi_sys_linkup, wdev idx = 0 [ 26.666451] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:287 for WDEV_TYPE:1 [ 26.666451] LinkToOmacIdx = 0, LinkToWdevType = 1 [ 26.679351] TRTableInsertMcastEntry:band0 group_idx[0]=0 [ 26.684696] wifi_sys_linkup:wdev(type=0,func_idx=1,wdev_idx=0),BssIndex(0) [ 26.691621] hw_ctrl_flow_v2_link_up: wdev_idx=0 [ 26.696210] (bssUpdateChannel), ucPrimCh=3, ucCentChSeg0=5, ucCentChSeg1=0, BW=1, ucHetbRU26Disable=0, ucHetbAllDisable=1 [ 26.707280] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8320, CmdBssInfoBmcRate.u2McTransmit = 8320 [ 26.725154] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 0 (ra0) [ 26.731436] bcn_buf_init():BcnPkt is allocated!, bcn offload=1 [ 26.737364] ap_over_lapping_scan(), pAd->CommonCfg.bForty_Mhz_Intolerant:0, pAd->CommonCfg.bBssCoexEnable:0 [ 26.747224] Caller: SetCommonHT+0x100/0x170 [ 26.751406] [ 26.751406] phy_mode=78, ch=3, wdev_type=1 [ 26.756988] ht_cap: ht_cap->HtCapInfo, [ 26.760826] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 26.768487] ht_cap: ht_cap->HtCapParm, [ 26.772336] mdpu_density=5, ampdu_factor=3 [ 26.785590] [PMF]APPMFInit:: apidx=3, MFPC=0, MFPR=0, SHA256=0 [ 26.791544] wifi_sys_linkdown(), wdev idx = 3 [ 26.791931] ExtEventBeaconLostHandler::FW EVENT (5e:62:8b:32:f8:49), Reason 0x10 [ 26.791935] AP Beacon OFF!!! [ 26.806425] wifi_sys_linkdown:wdev(type=1,func_idx=3,wdev_idx=3),BssIndex(1) [ 26.813614] hw_ctrl_flow_v2_link_down: wdev_idx=3 [ 26.819333] (bssUpdateChannel), ucPrimCh=3, ucCentChSeg0=5, ucCentChSeg1=0, BW=1, ucHetbRU26Disable=0, ucHetbAllDisable=1 [ 26.830332] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0 [ 26.844558] wifi_sys_close, wdev idx = 3 [ 26.848560] hw_ctrl_flow_v2_close: wdev_idx=3 [ 26.853265] wifi_sys_open(), wdev idx = 3 [ 26.857323] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0 [ 26.863151] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0 [ 26.868923] phy_oper_init(): operate TxStream = 2, RxStream = 2 [ 26.874985] Caller: wlan_operate_init+0x104/0x118 [ 26.879689] [ 26.879689] phy_mode=78, ch=3, wdev_type=1 [ 26.885288] ht_cap: ht_cap->HtCapInfo, [ 26.889129] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 26.896815] ht_cap: ht_cap->HtCapParm, [ 26.900658] mdpu_density=5, ampdu_factor=3 [ 26.904912] hw_ctrl_flow_v2_open: wdev_idx=3 [ 26.909418] wifi_sys_linkup, wdev idx = 3 [ 27.064817] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:286 for WDEV_TYPE:1 [ 27.064817] LinkToOmacIdx = 11, LinkToWdevType = 1 [ 27.077803] TRTableInsertMcastEntry:band0 group_idx[3]=3 [ 27.083145] wifi_sys_linkup:wdev(type=3,func_idx=1,wdev_idx=3),BssIndex(1) [ 27.090071] hw_ctrl_flow_v2_link_up: wdev_idx=3 [ 27.094702] (bssUpdateChannel), ucPrimCh=3, ucCentChSeg0=5, ucCentChSeg1=0, BW=1, ucHetbRU26Disable=0, ucHetbAllDisable=1 [ 27.105695] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8320, CmdBssInfoBmcRate.u2McTransmit = 8320 [ 27.124198] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 11 (ra0) [ 27.130562] bcn_buf_init():BcnPkt is allocated!, bcn offload=1 [ 27.136471] restart_ap, mbss_idx:3, BandIdx:0, reuse FallBack=0, bBssCoexEnable:0 [ 27.144075] Caller: SetCommonHT+0x100/0x170 [ 27.148257] [ 27.148257] phy_mode=78, ch=3, wdev_type=1 [ 27.153840] ht_cap: ht_cap->HtCapInfo, [ 27.157676] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 27.165337] ht_cap: ht_cap->HtCapParm, [ 27.169171] mdpu_density=5, ampdu_factor=3 [ 27.182277] [PMF]APPMFInit:: apidx=4, MFPC=0, MFPR=0, SHA256=0 [ 27.188221] wifi_sys_linkdown(), wdev idx = 4 [ 27.188533] ExtEventBeaconLostHandler::FW EVENT (5e:62:8b:42:f8:49), Reason 0x10 [ 27.188537] AP Beacon OFF!!! [ 27.203050] wifi_sys_linkdown:wdev(type=1,func_idx=4,wdev_idx=4),BssIndex(2) [ 27.210203] hw_ctrl_flow_v2_link_down: wdev_idx=4 [ 27.215955] (bssUpdateChannel), ucPrimCh=3, ucCentChSeg0=5, ucCentChSeg1=0, BW=1, ucHetbRU26Disable=0, ucHetbAllDisable=1 [ 27.226957] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0 [ 27.241205] wifi_sys_close, wdev idx = 4 [ 27.245249] hw_ctrl_flow_v2_close: wdev_idx=4 [ 27.249814] wifi_sys_open(), wdev idx = 4 [ 27.253898] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0 [ 27.259642] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0 [ 27.265438] phy_oper_init(): operate TxStream = 2, RxStream = 2 [ 27.271485] Caller: wlan_operate_init+0x104/0x118 [ 27.276222] [ 27.276222] phy_mode=78, ch=3, wdev_type=1 [ 27.281793] ht_cap: ht_cap->HtCapInfo, [ 27.285652] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 27.293322] ht_cap: ht_cap->HtCapParm, [ 27.297157] mdpu_density=5, ampdu_factor=3 [ 27.301357] hw_ctrl_flow_v2_open: wdev_idx=4 [ 27.305872] wifi_sys_linkup, wdev idx = 4 [ 27.461346] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:285 for WDEV_TYPE:1 [ 27.461346] LinkToOmacIdx = 12, LinkToWdevType = 1 [ 27.474344] TRTableInsertMcastEntry:band0 group_idx[4]=4 [ 27.479673] wifi_sys_linkup:wdev(type=4,func_idx=1,wdev_idx=4),BssIndex(2) [ 27.486615] hw_ctrl_flow_v2_link_up: wdev_idx=4 [ 27.491208] (bssUpdateChannel), ucPrimCh=3, ucCentChSeg0=5, ucCentChSeg1=0, BW=1, ucHetbRU26Disable=0, ucHetbAllDisable=1 [ 27.502289] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8320, CmdBssInfoBmcRate.u2McTransmit = 8320 [ 27.520697] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 12 (ra0) [ 27.527110] bcn_buf_init():BcnPkt is allocated!, bcn offload=1 [ 27.533012] restart_ap, mbss_idx:4, BandIdx:0, reuse FallBack=0, bBssCoexEnable:0 [ 27.540595] Caller: SetCommonHT+0x100/0x170 [ 27.544792] [ 27.544792] phy_mode=78, ch=3, wdev_type=1 [ 27.550362] ht_cap: ht_cap->HtCapInfo, [ 27.554216] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 27.561883] ht_cap: ht_cap->HtCapParm, [ 27.565717] mdpu_density=5, ampdu_factor=3 [ 27.578984] [PMF]APPMFInit:: apidx=5, MFPC=0, MFPR=0, SHA256=0 [ 27.584966] wifi_sys_linkdown(), wdev idx = 5 [ 27.585273] ExtEventBeaconLostHandler::FW EVENT (5e:62:8b:52:f8:49), Reason 0x10 [ 27.585276] AP Beacon OFF!!! [ 27.599795] wifi_sys_linkdown:wdev(type=1,func_idx=5,wdev_idx=5),BssIndex(3) [ 27.606967] hw_ctrl_flow_v2_link_down: wdev_idx=5 [ 27.612671] (bssUpdateChannel), ucPrimCh=3, ucCentChSeg0=5, ucCentChSeg1=0, BW=1, ucHetbRU26Disable=0, ucHetbAllDisable=1 [ 27.623669] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0 [ 27.637891] wifi_sys_close, wdev idx = 5 [ 27.641923] hw_ctrl_flow_v2_close: wdev_idx=5 [ 27.646491] wifi_sys_open(), wdev idx = 5 [ 27.650549] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0 [ 27.656329] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0 [ 27.662112] phy_oper_init(): operate TxStream = 2, RxStream = 2 [ 27.668158] Caller: wlan_operate_init+0x104/0x118 [ 27.672901] [ 27.672901] phy_mode=78, ch=3, wdev_type=1 [ 27.678472] ht_cap: ht_cap->HtCapInfo, [ 27.682326] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 27.689977] ht_cap: ht_cap->HtCapParm, [ 27.693829] mdpu_density=5, ampdu_factor=3 [ 27.698031] hw_ctrl_flow_v2_open: wdev_idx=5 [ 27.702647] wifi_sys_linkup, wdev idx = 5 [ 27.858445] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:284 for WDEV_TYPE:1 [ 27.858445] LinkToOmacIdx = 13, LinkToWdevType = 1 [ 27.871450] TRTableInsertMcastEntry:band0 group_idx[5]=5 [ 27.876807] wifi_sys_linkup:wdev(type=5,func_idx=1,wdev_idx=5),BssIndex(3) [ 27.883742] hw_ctrl_flow_v2_link_up: wdev_idx=5 [ 27.888300] (bssUpdateChannel), ucPrimCh=3, ucCentChSeg0=5, ucCentChSeg1=0, BW=1, ucHetbRU26Disable=0, ucHetbAllDisable=1 [ 27.899293] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8320, CmdBssInfoBmcRate.u2McTransmit = 8320 [ 27.917969] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 13 (ra0) [ 27.924368] bcn_buf_init():BcnPkt is allocated!, bcn offload=1 [ 27.930247] restart_ap, mbss_idx:5, BandIdx:0, reuse FallBack=0, bBssCoexEnable:0 [ 27.937854] Caller: SetCommonHT+0x100/0x170 [ 27.942052] [ 27.942052] phy_mode=78, ch=3, wdev_type=1 [ 27.947621] ht_cap: ht_cap->HtCapInfo, [ 27.951455] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 27.959115] ht_cap: ht_cap->HtCapParm, [ 27.962961] mdpu_density=5, ampdu_factor=3 [ 27.976041] Set_RTSThreshold_Proc: set wdev0 rts length threshold=2347(0x92b) [ 28.016945] Set_ApCli_Enable_Proc : interface is not up, please do ifconfig apcli0 up first [ oal_wifi_mtk_down_backhaul ] 2860: ******set backhaul interface(ra4) down****** [ 28.039326] ra4: ===> mbss_virtual_if_close [ 28.043682] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_DOWN [ 28.050173] ap_link_down(caller:ap_inf_close+0x54/0x140), wdev(4) [ 28.056428] UpdateBeaconHandler, wdev(4) bss not ready (state:2, caller:ap_link_down+0xa0/0x100)!! WLAN-Start wlNet[ 28.065455] wifi_sys_linkdown(), wdev idx = 4 linkTool [ 28.071184] wifi_sys_linkdown:wdev(type=1,func_idx=4,wdev_idx=4),BssIndex(2) Waiting for Wire[ 28.079240] hw_ctrl_flow_v2_link_down: wdev_idx=4 less Events from[ 28.086224] (bssUpdateChannel), ucPrimCh=3, ucCentChSeg0=5, ucCentChSeg1=0, BW=1, ucHetbRU26Disable=0, ucHetbAllDisable=1 interfaces... [ 28.097546] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0 swWlanChkAhbErr: netlink to do [ 28.113185] wifi_sys_close, wdev idx = 4 [ 28.117233] hw_ctrl_flow_v2_close: wdev_idx=4 [ 28.121788] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_DEINIT [ 28.129692] br0: port 5(ra4) entered disabled state [ oal_wifi_mtk_down_backhaul ] 2860: ******set backhaul interface(ra5) down****** [ 28.146514] ra5: ===> mbss_virtual_if_close [ 28.150726] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_DOWN [ 28.157269] ap_link_down(caller:ap_inf_close+0x54/0x140), wdev(5) [ 28.163517] UpdateBeaconHandler, wdev(5) bss not ready (state:2, caller:ap_link_down+0xa0/0x100)!! [ 28.172502] wifi_sys_linkdown(), wdev idx = 5 [ 28.176877] wifi_sys_linkdown:wdev(type=1,func_idx=5,wdev_idx=5),BssIndex(3) [ 28.184239] hw_ctrl_flow_v2_link_down: wdev_idx=5 [ 28.189909] (bssUpdateChannel), ucPrimCh=3, ucCentChSeg0=5, ucCentChSeg1=0, BW=1, ucHetbRU26Disable=0, ucHetbAllDisable=1 [ 28.200898] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0 [ 28.215192] wifi_sys_close, wdev idx = 5 [ 28.219229] hw_ctrl_flow_v2_close: wdev_idx=5 [ 28.223822] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_DEINIT [ 28.243817] SetThermalProtectDutyCfg(): band_idx: 0, level_idx: 0, duty: 100 [ 28.250881] MtCmdThermalProtectDutyCfg: band_idx: 0, level_idx: 0 [ 28.257007] MtCmdThermalProtectDutyCfg: duty: 100 [ 28.271246] SetThermalProtectDutyCfg(): band_idx: 0, level_idx: 1, duty: 60 [ 28.278250] MtCmdThermalProtectDutyCfg: band_idx: 0, level_idx: 1 [ 28.284364] MtCmdThermalProtectDutyCfg: duty: 60 [ 28.298147] SetThermalProtectDutyCfg(): band_idx: 0, level_idx: 2, duty: 40 [ 28.305200] MtCmdThermalProtectDutyCfg: band_idx: 0, level_idx: 2 [ 28.311290] MtCmdThermalProtectDutyCfg: duty: 40 [ 28.325140] SetThermalProtectDutyCfg(): band_idx: 0, level_idx: 3, duty: 20 [ 28.332159] MtCmdThermalProtectDutyCfg: band_idx: 0, level_idx: 3 [ 28.338248] MtCmdThermalProtectDutyCfg: duty: 20 [ 28.351976] SetThermalProtectEnable(): band_idx: 0, protection_type: 1, trigger_type: 1 [ 28.359996] SetThermalProtectEnable(): trigger_temp: 120, restore_temp: 114, recheck_time: 1000 [ 28.368733] MtCmdThermalProtectEnable: band_idx: 0, protect_type: 1 [ 28.375019] MtCmdThermalProtectEnable: trigger_type: 1, trigger_temp: 120 [ 28.381803] MtCmdThermalProtectEnable: restore_temp: 114, recheck_time: 1000 [ 28.430823] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 28.512716] rai0: ===> mbss_virtual_if_open [ 28.516923] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT [ 28.523429] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP [ 28.529705] wifi_sys_open(), wdev idx = 7 [ 28.533795] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0 [ 28.539539] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0 [ 28.545325] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0 [ 28.551069] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0 [ 28.556895] BuildChannelList() BandIdx = 1, PhyMode = 177, ChListNum = 25: [ 28.563930] DfsBuildChannelList(): Done [ 28.567772] phy_oper_init(): operate TxStream = 2, RxStream = 2 [ 28.573745] [RadarStateCheck] RD_NORMAL_MODE [ 28.579150] phy_freq_adjust : no prim_ch value for adjust! [ 28.584692] Caller: wlan_operate_init+0x104/0x118 [ 28.589394] [ 28.589394] phy_mode=177, ch=0, wdev_type=1 [ 28.595071] ht_cap: ht_cap->HtCapInfo, [ 28.598913] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 28.606574] ht_cap: ht_cap->HtCapParm, [ 28.610407] mdpu_density=5, ampdu_factor=3 [ 28.614634] hw_ctrl_flow_v2_open: wdev_idx=7 [ 28.619121] AP inf up for ra_7(func_idx) OmacIdx=0 [ 28.624022] AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn [ 28.629098] mt7915 mtk_band_steering_netlink_init 243 band steering netlink init ok [ 28.636946] ApAutoChannelAtBootUp-----------------> [ 28.641824] ApAutoChannelAtBootUp: AutoChannelBootup[1] = 1 [ 28.647597] MtCmdSetMacTxRx:(ret = 0) [ 28.651436] MtCmdSetMacTxRx:(ret = 0) [ 28.655199] [AutoChSelBuildChannelListFor5G] ChListNum5G = 25 [ 28.661065] UpdateBeaconHandler, wdev(7) bss not ready (state:0, caller:MTAPAutoSelectChannel+0x1c8/0x49c)!! [ 28.671076] mt7915_apply_dpd_flatness_data: eeprom 0x62 bit 0 is 0, do runtime cal [ 28.678727] MtCmdChannelSwitch: ctrl_chl=36, ctrl_ch2=0, cent_ch=36 DBDCIdx=1, ChBand=1, BW=0, TXStream=2, RXStream=2, scan(1) [ 28.698670] MtCmdSetTxRxPath: ctrl_chl=36, ctrl_ch2=0, cent_ch=36, RxPath=3, BandIdx=1, ChBand=1, BW=0,TXStream=2, RXStream=3, scan(1) [ 28.862107] UpdateBeaconHandler, wdev(7) bss not ready (state:0, caller:update_ap_qload_to_bcn+0x94/0xc4)!! [ 28.912371] mt7915_apply_dpd_flatness_data: eeprom 0x62 bit 0 is 0, do runtime cal [ 28.920007] MtCmdChannelSwitch: ctrl_chl=40, ctrl_ch2=0, cent_ch=40 DBDCIdx=1, ChBand=1, BW=0, TXStream=2, RXStream=2, scan(1) [ 28.939913] MtCmdSetTxRxPath: ctrl_chl=40, ctrl_ch2=0, cent_ch=40, RxPath=3, BandIdx=1, ChBand=1, BW=0,TXStream=2, RXStream=3, scan(1) [ 29.162324] mt7915_apply_dpd_flatness_data: eeprom 0x62 bit 0 is 0, do runtime cal [ 29.169957] MtCmdChannelSwitch: ctrl_chl=44, ctrl_ch2=0, cent_ch=44 DBDCIdx=1, ChBand=1, BW=0, TXStream=2, RXStream=2, scan(1) [ 29.189779] MtCmdSetTxRxPath: ctrl_chl=44, ctrl_ch2=0, cent_ch=44, RxPath=3, BandIdx=1, ChBand=1, BW=0,TXStream=2, RXStream=3, scan(1) [ set_iface_config_defaults_if_not_set ] 595: error, SIOCGIFADDR failed on br4015! iptables: Bad rule (does a matching rule exist in that chain?). [ 29.412418] mt7915_apply_dpd_flatness_data: eeprom 0x62 bit 0 is 0, do runtime cal [ 29.420044] MtCmdChannelSwitch: ctrl_chl=48, ctrl_ch2=0, cent_ch=48 DBDCIdx=1, ChBand=1, BW=0, TXStream=2, RXStream=2, scan(1) [ 29.439865] MtCmdSetTxRxPath: ctrl_chl=48, ctrl_ch2=0, cent_ch=48, RxPath=3, BandIdx=1, ChBand=1, BW=0,TXStream=2, RXStream=3, scan(1) [ 29.662370] mt7915_apply_dpd_flatness_data: eeprom 0x62 bit 0 is 0, do runtime cal [ 29.670000] MtCmdChannelSwitch: ctrl_chl=149, ctrl_ch2=0, cent_ch=149 DBDCIdx=1, ChBand=1, BW=0, TXStream=2, RXStream=2, scan(1) [ 29.689979] MtCmdSetTxRxPath: ctrl_chl=149, ctrl_ch2=0, cent_ch=149, RxPath=3, BandIdx=1, ChBand=1, BW=0,TXStream=2, RXStream=3, scan(1) [ 29.912364] mt7915_apply_dpd_flatness_data: eeprom 0x62 bit 0 is 0, do runtime cal [ 29.919997] MtCmdChannelSwitch: ctrl_chl=153, ctrl_ch2=0, cent_ch=153 DBDCIdx=1, ChBand=1, BW=0, TXStream=2, RXStream=2, scan(1) [ 29.940050] MtCmdSetTxRxPath: ctrl_chl=153, ctrl_ch2=0, cent_ch=153, RxPath=3, BandIdx=1, ChBand=1, BW=0,TXStream=2, RXStream=3, scan(1) [ 30.162369] mt7915_apply_dpd_flatness_data: eeprom 0x62 bit 0 is 0, do runtime cal [ 30.170006] MtCmdChannelSwitch: ctrl_chl=157, ctrl_ch2=0, cent_ch=157 DBDCIdx=1, ChBand=1, BW=0, TXStream=2, RXStream=2, scan(1) [ 30.189990] MtCmdSetTxRxPath: ctrl_chl=157, ctrl_ch2=0, cent_ch=157, RxPath=3, BandIdx=1, ChBand=1, BW=0,TXStream=2, RXStream=3, scan(1) [ 30.412348] mt7915_apply_dpd_flatness_data: eeprom 0x62 bit 0 is 0, do runtime cal [ 30.419974] MtCmdChannelSwitch: ctrl_chl=161, ctrl_ch2=0, cent_ch=161 DBDCIdx=1, ChBand=1, BW=0, TXStream=2, RXStream=2, scan(1) [ 30.439968] MtCmdSetTxRxPath: ctrl_chl=161, ctrl_ch2=0, cent_ch=161, RxPath=3, BandIdx=1, ChBand=1, BW=0,TXStream=2, RXStream=3, scan(1) [ 30.662316] UpdateBeaconHandler, wdev(7) bss not ready (state:0, caller:MTAPAutoSelectChannel+0x3c8/0x49c)!! [ 30.672271] ==================================================================== [ 30.679769] Channel 36 : Busy Time = 2, Skip Channel = FALSE, BwCap = TRUE [ 30.687455] Channel 40 : Busy Time = 2234, Skip Channel = FALSE, BwCap = TRUE [ 30.694886] Channel 44 : Busy Time = 244, Skip Channel = FALSE, BwCap = TRUE [ 30.702304] Channel 48 : Busy Time = 0, Skip Channel = FALSE, BwCap = TRUE [ 30.709706] Channel 149 : Busy Time = 345, Skip Channel = FALSE, BwCap = TRUE [ 30.717137] Channel 153 : Busy Time = 3, Skip Channel = FALSE, BwCap = TRUE [ 30.724562] Channel 157 : Busy Time = 54, Skip Channel = FALSE, BwCap = TRUE [ 30.731994] Channel 161 : Busy Time = 2, Skip Channel = FALSE, BwCap = TRUE [ 30.739391] ==================================================================== [ 30.746891] Rule 3 Channel Busy time value : Select Primary Channel 161 [ 30.753536] Rule 3 Channel Busy time value : Min Channel Busy = 345 [ 30.759804] Rule 3 Channel Busy time value : BW = 80 [ 30.764796] [SelectClearChannelBusyTime] - band1 END [ 30.769805] ApAutoChannelAtBootUp : Auto channel selection: Selected channel = 161, IsAband = 1 [ 30.778623] [RadarStateCheck] RD_NORMAL_MODE [ 30.784310] mt7915_apply_dpd_flatness_data: eeprom 0x62 bit 0 is 0, do runtime cal [ 30.791954] MtCmdChannelSwitch: ctrl_chl=161, ctrl_ch2=0, cent_ch=155 DBDCIdx=1, ChBand=1, BW=2, TXStream=2, RXStream=2, scan(0) [ 30.905568] MtCmdSetTxRxPath: ctrl_chl=161, ctrl_ch2=0, cent_ch=155, RxPath=3, BandIdx=1, ChBand=1, BW=2,TXStream=2, RXStream=3, scan(0) [ 30.918271] EDCCAInit(): EDCCA init success!!!!!!!!! pAd->CommonCfg.u1EDCCACtrl[1]=1 EDCCA_threshold=127 127 127 [ 30.928802] DfsBuildChannelList(): Done [ 30.932666] zero_wait_dfs_switch_ch(): outband ch 0, ch_stat 0 [ 30.938502] ApAutoChannelAtBootUp<----------------- [ 30.943424] ===> APStartUpForMbss(caller:ap_inf_open+0x1a8/0x49c), mbss_idx:7, CfgMode:78 [ 30.951718] [PMF]APPMFInit:: apidx=7, MFPC=0, MFPR=0, SHA256=0 [ 30.957859] Caller: SetCommonHT+0x100/0x170 [ 30.962072] [ 30.962072] phy_mode=177, ch=161, wdev_type=1 [ 30.967910] ht_cap: ht_cap->HtCapInfo, [ 30.971755] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 30.979517] ht_cap: ht_cap->HtCapParm, [ 30.983388] mdpu_density=5, ampdu_factor=3 [ 30.987550] ap_link_up(caller:APStartUpForMbss+0x3b8/0x60c), wdev(7) [ 30.993932] wifi_sys_linkup, wdev idx = 7 [ 31.316617] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:285 for WDEV_TYPE:1 [ 31.316617] LinkToOmacIdx = 0, LinkToWdevType = 1 [ 31.329539] TRTableInsertMcastEntry:band1 group_idx[7]=7 [ 31.334903] wifi_sys_linkup:wdev(type=7,func_idx=1,wdev_idx=7),BssIndex(2) [ 31.341833] hw_ctrl_flow_v2_link_up: wdev_idx=7 [ 31.346414] (bssUpdateChannel), ucPrimCh=161, ucCentChSeg0=155, ucCentChSeg1=0, BW=2, ucHetbRU26Disable=0, ucHetbAllDisable=1 [ 31.357743] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8320, CmdBssInfoBmcRate.u2McTransmit = 8320 [ 31.375475] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 0 (ra0) [ 31.381750] Band1 BcnInitedRnd = 124 [ 31.385532] MtCmdTxPowerSKUCtrl: tx_pwr_sku_en: 1, BandIdx: 1 [ 31.391384] MtCmdTxBfBackoffCtrl: fgTxBFBackoffEn: 0, BandIdx: 1 [ 31.397562] MtCmdTxPowerPercentCtrl: fgTxPowerPercentEn: 1, BandIdx: 1 [ 31.412297] set muru_update_he_cfg()!!!! [ 31.416247] PrintSrCmd: [ 31.416247] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 31.416247] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 31.430350] PrintSrCmd: [ 31.430350] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 31.430350] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 31.444431] PrintSrCmd: [ 31.444431] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 31.444431] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 31.458604] PrintSrCmd: [ 31.458604] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 31.458604] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 31.472949] EDCCAInit(): EDCCA init success!!!!!!!!! pAd->CommonCfg.u1EDCCACtrl[1]=1 EDCCA_threshold=187 190 193 [ 31.483205] apidx 7 for WscUUIDInit [ 31.486698] Generate UUID for apidx(7) [ 31.490584] WDS_Init():wds_num[1]=0, count=0, MAX_WDS_ENTRY=16, if_idx=0, flg_wds_init=0 [ 31.498788] Total allocated 0 WDS(es) for band1! [ 31.524990] rai3: ===> mbss_virtual_if_open [ 31.529196] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT [ 31.535665] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP [ 31.541957] wifi_sys_open(), wdev idx = 10 [ 31.546133] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0 [ 31.551907] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0 [ 31.557669] phy_oper_init(): operate TxStream = 2, RxStream = 2 [ 31.563757] Caller: wlan_operate_init+0x104/0x118 [ 31.568467] [ 31.568467] phy_mode=177, ch=161, wdev_type=1 [ 31.574329] ht_cap: ht_cap->HtCapInfo, [ 31.578168] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 31.585848] ht_cap: ht_cap->HtCapParm, [ 31.589682] mdpu_density=5, ampdu_factor=3 [ 31.593904] hw_ctrl_flow_v2_open: wdev_idx=10 [ 31.598492] AP inf up for ra_a(func_idx) OmacIdx=17 [ 31.603450] AsicRadioOnOffCtrl(): DbdcIdx=1 RadioOn [ 31.608531] mt7915 mtk_band_steering_netlink_init 243 band steering netlink init ok [ 31.616377] ApAutoChannelAtBootUp-----------------> [ 31.621260] ApAutoChannelAtBootUp: AutoChannelBootup[1] = 1 [ 31.627043] MtCmdSetMacTxRx:(ret = 0) [ 31.630880] MtCmdSetMacTxRx:(ret = 0) [ 31.634596] ap_run_at_boot() : ACS is disable !! [ 31.640019] ===> APStartUpForMbss(caller:ap_inf_open+0x1a8/0x49c), mbss_idx:10, CfgMode:78 [ 31.648319] [PMF]APPMFInit:: apidx=10, MFPC=0, MFPR=0, SHA256=0 [ 31.654492] Caller: SetCommonHT+0x100/0x170 [ 31.658682] [ 31.658682] phy_mode=177, ch=161, wdev_type=1 [ 31.664632] ht_cap: ht_cap->HtCapInfo, [ 31.668483] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 31.676164] ht_cap: ht_cap->HtCapParm, [ 31.680006] mdpu_density=5, ampdu_factor=3 [ 31.684191] ap_link_up(caller:APStartUpForMbss+0x3b8/0x60c), wdev(10) [ 31.690638] wifi_sys_linkup, wdev idx = 10 [ prepareDropbear_early ] 753: create dropbear RSA key success. [ prepareDropbear_early ] 760: start creating dropbear DSS key at CPU core 1. [ prepareDropbear_early ] 764: Try create dropbear DSS key loop=0 ... Generating 1024 bit dss key, this may take a while... [ 31.987937] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:284 for WDEV_TYPE:1 [ 31.987937] LinkToOmacIdx = 11, LinkToWdevType = 1 [ 32.001029] TRTableInsertMcastEntry:band1 group_idx[10]=10 [ 32.006574] wifi_sys_linkup:wdev(type=10,func_idx=1,wdev_idx=10),BssIndex(3) [ 32.013775] hw_ctrl_flow_v2_link_up: wdev_idx=10 [ 32.018412] (bssUpdateChannel), ucPrimCh=161, ucCentChSeg0=155, ucCentChSeg1=0, BW=2, ucHetbRU26Disable=0, ucHetbAllDisable=1 [ 32.029750] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8320, CmdBssInfoBmcRate.u2McTransmit = 8320 [ 32.048143] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 11 (ra0) [ 32.054574] MtCmdTxPowerSKUCtrl: tx_pwr_sku_en: 1, BandIdx: 1 [ 32.060439] MtCmdTxBfBackoffCtrl: fgTxBFBackoffEn: 0, BandIdx: 1 [ 32.066541] MtCmdTxPowerPercentCtrl: fgTxPowerPercentEn: 1, BandIdx: 1 [ 32.081074] set muru_update_he_cfg()!!!! [ 32.085059] PrintSrCmd: [ 32.085059] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 32.085059] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 32.099157] PrintSrCmd: [ 32.099157] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 32.099157] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 32.113302] PrintSrCmd: [ 32.113302] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 32.113302] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 32.127398] PrintSrCmd: [ 32.127398] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 32.127398] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 32.141786] EDCCAInit(): EDCCA init success!!!!!!!!! pAd->CommonCfg.u1EDCCACtrl[1]=1 EDCCA_threshold=187 190 193 [ 32.152051] apidx 10 for WscUUIDInit [ 32.155629] Generate UUID for apidx(10) [ 32.170060] rai4: ===> mbss_virtual_if_open [ 32.174299] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT [ 32.180743] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP [ 32.187048] wifi_sys_open(), wdev idx = 11 [ 32.191218] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0 [ 32.196990] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0 [ 32.202778] phy_oper_init(): operate TxStream = 2, RxStream = 2 [ 32.208857] Caller: wlan_operate_init+0x104/0x118 [ 32.213593] [ 32.213593] phy_mode=177, ch=161, wdev_type=1 [ 32.219427] ht_cap: ht_cap->HtCapInfo, [ 32.223287] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 32.230938] ht_cap: ht_cap->HtCapParm, [ 32.234787] mdpu_density=5, ampdu_factor=3 [ 32.239002] hw_ctrl_flow_v2_open: wdev_idx=11 [ 32.243628] AP inf up for ra_b(func_idx) OmacIdx=18 [ 32.248536] AsicRadioOnOffCtrl(): DbdcIdx=1 RadioOn [ 32.253639] mt7915 mtk_band_steering_netlink_init 243 band steering netlink init ok [ 32.261461] ApAutoChannelAtBootUp-----------------> [ 32.266376] ApAutoChannelAtBootUp: AutoChannelBootup[1] = 1 [ 32.272176] MtCmdSetMacTxRx:(ret = 0) [ 32.276015] MtCmdSetMacTxRx:(ret = 0) [ 32.279767] ap_run_at_boot() : ACS is disable !! [ 32.285233] ===> APStartUpForMbss(caller:ap_inf_open+0x1a8/0x49c), mbss_idx:11, CfgMode:78 [ 32.293537] [PMF]APPMFInit:: apidx=11, MFPC=0, MFPR=0, SHA256=0 [ 32.299686] Caller: SetCommonHT+0x100/0x170 [ 32.303901] [ 32.303901] phy_mode=177, ch=161, wdev_type=1 [ 32.309829] ht_cap: ht_cap->HtCapInfo, [ 32.313721] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 32.321446] ht_cap: ht_cap->HtCapParm, [ 32.325313] mdpu_density=5, ampdu_factor=3 [ 32.329474] ap_link_up(caller:APStartUpForMbss+0x3b8/0x60c), wdev(11) [ 32.335941] wifi_sys_linkup, wdev idx = 11 [ 32.655155] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:283 for WDEV_TYPE:1 [ 32.655155] LinkToOmacIdx = 12, LinkToWdevType = 1 [ 32.668162] TRTableInsertMcastEntry:band1 group_idx[11]=11 [ 32.673699] wifi_sys_linkup:wdev(type=11,func_idx=1,wdev_idx=11),BssIndex(4) [ 32.680797] hw_ctrl_flow_v2_link_up: wdev_idx=11 [ 32.685455] (bssUpdateChannel), ucPrimCh=161, ucCentChSeg0=155, ucCentChSeg1=0, BW=2, ucHetbRU26Disable=0, ucHetbAllDisable=1 [ 32.696781] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8320, CmdBssInfoBmcRate.u2McTransmit = 8320 [ 32.715200] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 12 (ra0) [ 32.721617] MtCmdTxPowerSKUCtrl: tx_pwr_sku_en: 1, BandIdx: 1 [ 32.727506] MtCmdTxBfBackoffCtrl: fgTxBFBackoffEn: 0, BandIdx: 1 [ 32.733566] MtCmdTxPowerPercentCtrl: fgTxPowerPercentEn: 1, BandIdx: 1 [ 32.747974] set muru_update_he_cfg()!!!! [ 32.751955] PrintSrCmd: [ 32.751955] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 32.751955] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 32.766055] PrintSrCmd: [ 32.766055] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 32.766055] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 32.780115] PrintSrCmd: [ 32.780115] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 32.780115] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 32.794300] PrintSrCmd: [ 32.794300] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 32.794300] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 32.808635] EDCCAInit(): EDCCA init success!!!!!!!!! pAd->CommonCfg.u1EDCCACtrl[1]=1 EDCCA_threshold=187 190 193 [ 32.818903] apidx 11 for WscUUIDInit [ 32.822498] Generate UUID for apidx(11) [ 32.836912] rai5: ===> mbss_virtual_if_open [ 32.841118] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT [ 32.847624] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP [ 32.853965] wifi_sys_open(), wdev idx = 12 [ 32.858137] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0 [ 32.863909] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0 [ 32.869671] phy_oper_init(): operate TxStream = 2, RxStream = 2 [ 32.875766] Caller: wlan_operate_init+0x104/0x118 [ 32.880473] [ 32.880473] phy_mode=177, ch=161, wdev_type=1 [ 32.886340] ht_cap: ht_cap->HtCapInfo, [ 32.890179] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 32.898626] ht_cap: ht_cap->HtCapParm, [ 32.902514] mdpu_density=5, ampdu_factor=3 [ 32.906695] hw_ctrl_flow_v2_open: wdev_idx=12 [ 32.911267] AP inf up for ra_c(func_idx) OmacIdx=19 [ 32.916203] AsicRadioOnOffCtrl(): DbdcIdx=1 RadioOn [ 32.921284] mt7915 mtk_band_steering_netlink_init 243 band steering netlink init ok [ 32.929130] ApAutoChannelAtBootUp-----------------> [ 32.934046] ApAutoChannelAtBootUp: AutoChannelBootup[1] = 1 [ 32.939791] MtCmdSetMacTxRx:(ret = 0) [ 32.943638] MtCmdSetMacTxRx:(ret = 0) [ 32.947302] ap_run_at_boot() : ACS is disable !! [ 32.952742] ===> APStartUpForMbss(caller:ap_inf_open+0x1a8/0x49c), mbss_idx:12, CfgMode:78 [ 32.961008] [PMF]APPMFInit:: apidx=12, MFPC=0, MFPR=0, SHA256=0 [ 32.967122] Caller: SetCommonHT+0x100/0x170 [ 32.971306] [ 32.971306] phy_mode=177, ch=161, wdev_type=1 [ 32.977150] ht_cap: ht_cap->HtCapInfo, [ 32.980987] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 32.988652] ht_cap: ht_cap->HtCapParm, [ 32.992511] mdpu_density=5, ampdu_factor=3 [ 32.996655] ap_link_up(caller:APStartUpForMbss+0x3b8/0x60c), wdev(12) [ 33.003110] wifi_sys_linkup, wdev idx = 12 [ 33.159074] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:282 for WDEV_TYPE:1 [ 33.159074] LinkToOmacIdx = 13, LinkToWdevType = 1 [ 33.172063] TRTableInsertMcastEntry:band1 group_idx[12]=12 [ 33.177565] wifi_sys_linkup:wdev(type=12,func_idx=1,wdev_idx=12),BssIndex(5) [ 33.184671] hw_ctrl_flow_v2_link_up: wdev_idx=12 [ 33.189314] (bssUpdateChannel), ucPrimCh=161, ucCentChSeg0=155, ucCentChSeg1=0, BW=2, ucHetbRU26Disable=0, ucHetbAllDisable=1 [ 33.200645] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8320, CmdBssInfoBmcRate.u2McTransmit = 8320 [ 33.218980] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 13 (ra0) [ 33.225429] MtCmdTxPowerSKUCtrl: tx_pwr_sku_en: 1, BandIdx: 1 [ 33.231206] MtCmdTxBfBackoffCtrl: fgTxBFBackoffEn: 0, BandIdx: 1 [ 33.237256] MtCmdTxPowerPercentCtrl: fgTxPowerPercentEn: 1, BandIdx: 1 [ 33.251658] set muru_update_he_cfg()!!!! [ 33.255631] PrintSrCmd: [ 33.255631] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 33.255631] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 33.269745] PrintSrCmd: [ 33.269745] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 33.269745] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 33.283819] PrintSrCmd: [ 33.283819] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 33.283819] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 33.297908] PrintSrCmd: [ 33.297908] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 33.297908] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 33.312333] EDCCAInit(): EDCCA init success!!!!!!!!! pAd->CommonCfg.u1EDCCACtrl[1]=1 EDCCA_threshold=187 190 193 [ 33.322596] apidx 12 for WscUUIDInit [ 33.326175] Generate UUID for apidx(12) [ 33.332565] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 33.386476] Set_Map_Proc current MAP MODE is 3 [ 33.399840] Set_MapR2_Proc MAP R2 is already enabled [ 33.413726] Set_Bh_Bss_Proc rai0 bandIdx = 1 ,DevOwnRole 0x20 [ 33.428359] Set_Fh_Bss_Proc rai0 wdev->MAPCfg.DevOwnRole 0x20 [ 33.452281] Set_Fh_Bss_Proc rai4 wdev->MAPCfg.DevOwnRole 0x0 [ 33.466899] Set_Bh_Bss_Proc rai4 bandIdx = 1 ,DevOwnRole 0x44 [ 33.481530] Set_Fh_Bss_Proc rai5 wdev->MAPCfg.DevOwnRole 0x0 [ 33.496146] Set_Bh_Bss_Proc rai5 bandIdx = 1 ,DevOwnRole 0x48 [ 33.510964] Set_Fh_Bss_Proc rai6 wdev->MAPCfg.DevOwnRole 0x0 [ 33.534610] Set_Bh_Sta_Proc apclii0 wdev->MAPCfg.DevOwnRole 0x80 [ map_attachSharedBuff ] 200 - ERROR: Get map shared buffer error. [ oal_easymesh_getMAPDevices ] 1416 - ERROR: Failed to attach map shared memory buffer. [ rsl_easymesh_updateMapDev ] 11495 - ERROR: There are no APDevices saved in map shared memory. [ rsl_easymesh_checkChannels ] 13692 - ERROR: Can not find Controller [ 33.606071] cfg_mode=17 [ 33.608542] cfg_mode=17 [ 33.611129] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0 [ 33.616919] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0 [ 33.622702] phy_oper_init(): operate TxStream = 2, RxStream = 2 [ 33.628809] Caller: wlan_operate_init+0x104/0x118 [ 33.633543] [ 33.633543] phy_mode=177, ch=161, wdev_type=1 [ 33.639378] ht_cap: ht_cap->HtCapInfo, [ 33.643235] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 33.650885] ht_cap: ht_cap->HtCapParm, [ 33.654733] mdpu_density=5, ampdu_factor=3 [ 33.658886] BuildChannelList() BandIdx = 1, PhyMode = 177, ChListNum = 25: [ 33.665917] DfsBuildChannelList(): Done [ 33.669865] Caller: SetCommonHT+0x100/0x170 [ 33.674062] [ 33.674062] phy_mode=177, ch=161, wdev_type=1 [ 33.679892] ht_cap: ht_cap->HtCapInfo, [ 33.683740] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 33.691390] ht_cap: ht_cap->HtCapParm, [ 33.695247] mdpu_density=5, ampdu_factor=3 [ 33.708662] Caller: SetCommonHT+0x100/0x170 [ 33.712959] [ 33.712959] phy_mode=177, ch=161, wdev_type=1 [ 33.718794] ht_cap: ht_cap->HtCapInfo, [ 33.722664] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 33.730315] ht_cap: ht_cap->HtCapParm, [ 33.734162] mdpu_density=5, ampdu_factor=3 [ 33.738318] hc_radio_res_request(): wdev=8, hobj is not ready! [ 33.744226] Caller: SetCommonHT+0x100/0x170 [ 33.748410] [ 33.748410] phy_mode=177, ch=161, wdev_type=1 [ 33.754260] ht_cap: ht_cap->HtCapInfo, [ 33.758098] ldpc=0,ch_width=1,gf=0,sgi20=0,sgi40=0,tx_stbc=0,rx_stbc=0,amsdu_size=0 [ 33.765760] ht_cap: ht_cap->HtCapParm, [ 33.769594] mdpu_density=0, ampdu_factor=0 [ 33.773746] hc_radio_res_request(): wdev=9, hobj is not ready! [ 33.779621] Caller: SetCommonHT+0x100/0x170 [ 33.783816] [ 33.783816] phy_mode=177, ch=161, wdev_type=1 [ 33.789647] ht_cap: ht_cap->HtCapInfo, [ 33.793513] ldpc=0,ch_width=1,gf=0,sgi20=0,sgi40=0,tx_stbc=0,rx_stbc=0,amsdu_size=0 [ 33.801164] ht_cap: ht_cap->HtCapParm, [ 33.805009] mdpu_density=0, ampdu_factor=0 [ 33.809147] Caller: SetCommonHT+0x100/0x170 [ 33.813350] [ 33.813350] phy_mode=177, ch=161, wdev_type=1 [ 33.819182] ht_cap: ht_cap->HtCapInfo, [ 33.823030] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 33.830680] ht_cap: ht_cap->HtCapParm, [ 33.834531] mdpu_density=5, ampdu_factor=3 [ 33.838673] Caller: SetCommonHT+0x100/0x170 [ 33.842879] [ 33.842879] phy_mode=177, ch=161, wdev_type=1 [ 33.848711] ht_cap: ht_cap->HtCapInfo, [ 33.852559] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 33.860211] ht_cap: ht_cap->HtCapParm, [ 33.864060] mdpu_density=5, ampdu_factor=3 [ 33.868203] Caller: SetCommonHT+0x100/0x170 [ 33.872399] [ 33.872399] phy_mode=177, ch=161, wdev_type=1 [ 33.878230] ht_cap: ht_cap->HtCapInfo, [ 33.882078] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 33.889731] ht_cap: ht_cap->HtCapParm, [ 33.894362] mdpu_density=5, ampdu_factor=3 [ 33.898531] hc_radio_res_request(): wdev=13, hobj is not ready! [ 33.904578] Caller: SetCommonHT+0x100/0x170 [ 33.908761] [ 33.908761] phy_mode=177, ch=161, wdev_type=1 [ 33.914611] ht_cap: ht_cap->HtCapInfo, [ 33.918450] ldpc=0,ch_width=1,gf=0,sgi20=0,sgi40=0,tx_stbc=0,rx_stbc=0,amsdu_size=0 [ 33.926111] ht_cap: ht_cap->HtCapParm, [ 33.929944] mdpu_density=0, ampdu_factor=0 [ 33.934096] hc_radio_res_request(): wdev=15, hobj is not ready! [ 33.940058] Caller: SetCommonHT+0x100/0x170 [ 33.944256] [ 33.944256] phy_mode=177, ch=161, wdev_type=2 [ 33.950089] ht_cap: ht_cap->HtCapInfo, [ 33.953944] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 33.961594] ht_cap: ht_cap->HtCapParm, [ 33.965445] mdpu_density=0, ampdu_factor=3 [ 33.978654] Caller: SetCommonHT+0x100/0x170 [ 33.982903] [ 33.982903] phy_mode=177, ch=161, wdev_type=1 [ 33.988736] ht_cap: ht_cap->HtCapInfo, [ 33.992598] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 34.000249] ht_cap: ht_cap->HtCapParm, [ 34.004092] mdpu_density=5, ampdu_factor=3 [ 34.008246] hc_radio_res_request(): wdev=8, hobj is not ready! [ 34.014159] Caller: SetCommonHT+0x100/0x170 [ 34.018344] [ 34.018344] phy_mode=177, ch=161, wdev_type=1 [ 34.024193] ht_cap: ht_cap->HtCapInfo, [ 34.028031] ldpc=0,ch_width=1,gf=0,sgi20=0,sgi40=0,tx_stbc=0,rx_stbc=0,amsdu_size=0 [ 34.035692] ht_cap: ht_cap->HtCapParm, [ 34.039526] mdpu_density=0, ampdu_factor=0 [ 34.043683] hc_radio_res_request(): wdev=9, hobj is not ready! [ 34.049567] Caller: SetCommonHT+0x100/0x170 [ 34.053767] [ 34.053767] phy_mode=177, ch=161, wdev_type=1 [ 34.059598] ht_cap: ht_cap->HtCapInfo, [ 34.063450] ldpc=0,ch_width=1,gf=0,sgi20=0,sgi40=0,tx_stbc=0,rx_stbc=0,amsdu_size=0 [ 34.071102] ht_cap: ht_cap->HtCapParm, [ 34.074957] mdpu_density=0, ampdu_factor=0 [ 34.079110] Caller: SetCommonHT+0x100/0x170 [ 34.083304] [ 34.083304] phy_mode=177, ch=161, wdev_type=1 [ 34.089135] ht_cap: ht_cap->HtCapInfo, [ 34.092994] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 34.100644] ht_cap: ht_cap->HtCapParm, [ 34.104495] mdpu_density=5, ampdu_factor=3 [ 34.108632] Caller: SetCommonHT+0x100/0x170 [ 34.112827] [ 34.112827] phy_mode=177, ch=161, wdev_type=1 [ 34.118657] ht_cap: ht_cap->HtCapInfo, [ 34.122505] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 34.130155] ht_cap: ht_cap->HtCapParm, [ 34.133999] mdpu_density=5, ampdu_factor=3 [ 34.138135] Caller: SetCommonHT+0x100/0x170 [ 34.142331] [ 34.142331] phy_mode=177, ch=161, wdev_type=1 [ 34.148161] ht_cap: ht_cap->HtCapInfo, [ 34.152013] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 34.159665] ht_cap: ht_cap->HtCapParm, [ 34.163509] mdpu_density=5, ampdu_factor=3 [ 34.167653] hc_radio_res_request(): wdev=13, hobj is not ready! [ 34.173631] Caller: SetCommonHT+0x100/0x170 [ 34.177813] [ 34.177813] phy_mode=177, ch=161, wdev_type=1 [ 34.183659] ht_cap: ht_cap->HtCapInfo, [ 34.187498] ldpc=0,ch_width=1,gf=0,sgi20=0,sgi40=0,tx_stbc=0,rx_stbc=0,amsdu_size=0 [ 34.195176] ht_cap: ht_cap->HtCapParm, [ 34.199012] mdpu_density=0, ampdu_factor=0 [ 34.203164] hc_radio_res_request(): wdev=15, hobj is not ready! [ 34.209127] Caller: SetCommonHT+0x100/0x170 [ 34.213321] [ 34.213321] phy_mode=177, ch=161, wdev_type=2 [ 34.219152] ht_cap: ht_cap->HtCapInfo, [ 34.223010] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 34.230667] ht_cap: ht_cap->HtCapParm, [ 34.234527] mdpu_density=0, ampdu_factor=3 [ 34.238626] Set_VhtBw_Proc::(VHT_BW=1) [ 34.261007] set_vow_airtime_fairness_en: set 0. [ 34.275404] set_vow_dwrr_max_wait_time: set 1. [ 34.289573] SetPercentageCtrl: ucBandIdx = 1 [ 34.293932] SetPercentageCtrl: TxPowerPercentEn = 1 [ 34.298811] MtCmdTxPowerPercentCtrl: fgTxPowerPercentEn: 1, BandIdx: 1 [ 34.314440] SetPowerDropCtrl: ucPowerDrop = 100 [ 34.328129] sync for : ra0 [ 34.331545] sync for : ra3 [ 34.334990] sync for : rai0 [ 34.338463] sync for : rai3 [ 34.341986] sync for : rai4 [ 34.345457] sync for : rai5 [ 34.357762] Set_FragThreshold_Proc::set wdev7 FragThreshold=2346) [ 34.391301] Caller: SetCommonHT+0x100/0x170 [ 34.395611] [ 34.395611] phy_mode=177, ch=161, wdev_type=1 [ 34.401449] ht_cap: ht_cap->HtCapInfo, [ 34.405301] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 34.412964] ht_cap: ht_cap->HtCapParm, [ 34.416797] mdpu_density=5, ampdu_factor=3 [ 34.431009] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 34.461241] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 34.471128] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 34.533714] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 34.577728] Set_RTSThreshold_Proc: set wdev7 rts length threshold=2347(0x92b) [ 34.591075] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 34.601047] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 34.646303] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 34.660947] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 34.670818] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 34.716120] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 34.730786] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 34.740677] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 34.803001] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 34.838164] Set_RTSThreshold_Proc: set wdev10 rts length threshold=2347(0x92b) [ 34.851598] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 34.861615] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 34.925292] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 34.960302] Set_RTSThreshold_Proc: set wdev11 rts length threshold=2347(0x92b) [ 34.973955] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 34.983981] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 35.046728] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 35.082066] Set_RTSThreshold_Proc: set wdev12 rts length threshold=2347(0x92b) [ 35.095598] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 35.105560] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ 35.168478] spiflash_ioctl_read, Read from 0x0007f100 length 0x6, ret 0, retlen 0x6 [ rsl_setUpDev2BridgePortObj ] 795: rai4 isWanConn=0 moveIntfToBr0=0 br0 [ 35.192494] device rai4 entered promiscuous mode [ 35.197296] br0: port 8(rai4) entered forwarding state [ 35.202514] br0: port 8(rai4) entered forwarding state [ rsl_setUpDev2BridgePortObj ] 795: rai3 isWanConn=0 moveIntfToBr0=0 br0 [ 35.228276] device rai3 entered promiscuous mode [ 35.233170] br0: port 9(rai3) entered forwarding state [ 35.238376] br0: port 9(rai3) entered forwarding state [ rsl_setUpDev2BridgePortObj ] 795: rai2 isWanConn=0 moveIntfToBr0=0 br0 brctl: bridge br0: Invalid argument [ rsl_setUpDev2BridgePortObj ] 795: rai1 isWanConn=0 moveIntfToBr0=0 br0 brctl: bridge br0: Invalid argument [ rsl_setUpDev2BridgePortObj ] 795: rai0 isWanConn=0 moveIntfToBr0=0 br0 [ 35.302106] device rai0 entered promiscuous mode [ 35.306930] br0: port 10(rai0) entered forwarding state [ 35.312249] br0: port 10(rai0) entered forwarding state iptables: Bad rule (does a matching rule exist in that chain?). iptables: Bad rule (does a matching rule exist in that chain?). iptables: Bad rule (does a matching rule exist in that chain?). iptables: Bad rule (does a matching rule exist in that chain?). [ prepareDropbear_early ] 776: [ 35.490528] [PMF]APPMFInit:: apidx=7, MFPC=0, MFPR=0, SHA256=0 create dropbear [ 35.497896] wifi_sys_linkdown(), wdev idx = 7 DSS key success.[ 35.498234] ExtEventBeaconLostHandler::FW EVENT (5c:62:8b:82:f8:4b), Reason 0x10 [ prepareDropb[ 35.498238] AP Beacon OFF!!! ear_early ] 785:[ 35.516693] wifi_sys_linkdown:wdev(type=1,func_idx=7,wdev_idx=7),BssIndex(2) parent pid 566[ 35.525222] hw_ctrl_flow_v2_link_down: wdev_idx=7 [ prepareDropb[ 35.532204] (bssUpdateChannel), ucPrimCh=161, ucCentChSeg0=155, ucCentChSeg1=0, BW=2, ucHetbRU26Disable=0, ucHetbAllDisable=1 ear_early ] 793:[ 35.543902] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0 parent pre cpu mask 0000000D [ 35.558704] wmm_ctrl_release_entry(): Can't find HdevObj or Edca not required [ prepareDropbea[ 35.566803] wifi_sys_close, wdev idx = 7 r_early ] 807: [ 35.572123] hw_ctrl_flow_v2_close: wdev_idx=7 parent post cpu [ 35.577936] wifi_sys_open(), wdev idx = 7 mask 0000000F [ 35.583204] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0 [ 35.590177] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0 [ 35.595961] phy_oper_init(): operate TxStream = 2, RxStream = 2 [ 35.602035] Caller: wlan_operate_init+0x104/0x118 [ 35.606739] [ 35.606739] phy_mode=177, ch=161, wdev_type=1 [ 35.612594] ht_cap: ht_cap->HtCapInfo, [ 35.616433] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 35.624101] ht_cap: ht_cap->HtCapParm, [ 35.627935] mdpu_density=5, ampdu_factor=3 [ 35.632140] hw_ctrl_flow_v2_open: wdev_idx=7 [ 35.636604] wifi_sys_linkup, wdev idx = 7 [ 35.791999] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:285 for WDEV_TYPE:1 [ 35.791999] LinkToOmacIdx = 0, LinkToWdevType = 1 [ 35.804893] TRTableInsertMcastEntry:band1 group_idx[7]=7 [ 35.810220] wifi_sys_linkup:wdev(type=7,func_idx=1,wdev_idx=7),BssIndex(2) [ 35.817146] hw_ctrl_flow_v2_link_up: wdev_idx=7 [ 35.821695] (bssUpdateChannel), ucPrimCh=161, ucCentChSeg0=155, ucCentChSeg1=0, BW=2, ucHetbRU26Disable=0, ucHetbAllDisable=1 [ 35.833024] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8320, CmdBssInfoBmcRate.u2McTransmit = 8320 [ 35.850662] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 0 (ra0) [ 35.856949] bcn_buf_init():BcnPkt is allocated!, bcn offload=1 [ 35.871615] [PMF]APPMFInit:: apidx=10, MFPC=0, MFPR=0, SHA256=0 [ 35.877688] wifi_sys_linkdown(), wdev idx = 10 [ 35.877987] ExtEventBeaconLostHandler::FW EVENT (5e:62:8b:a2:f8:49), Reason 0x10 [ 35.877990] AP Beacon OFF!!! [ 35.893145] wifi_sys_linkdown:wdev(type=1,func_idx=10,wdev_idx=10),BssIndex(3) [ 35.900479] hw_ctrl_flow_v2_link_down: wdev_idx=10 [ 35.906246] (bssUpdateChannel), ucPrimCh=161, ucCentChSeg0=155, ucCentChSeg1=0, BW=2, ucHetbRU26Disable=0, ucHetbAllDisable=1 [ 35.917588] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0 [ 35.931786] wifi_sys_close, wdev idx = 10 [ 35.935889] hw_ctrl_flow_v2_close: wdev_idx=10 [ 35.940517] wifi_sys_open(), wdev idx = 10 [ 35.944685] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0 [ 35.950428] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0 [ 35.956215] phy_oper_init(): operate TxStream = 2, RxStream = 2 [ 35.962297] Caller: wlan_operate_init+0x104/0x118 [ 35.967000] [ 35.967000] phy_mode=177, ch=161, wdev_type=1 [ 35.972886] ht_cap: ht_cap->HtCapInfo, [ 35.976734] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 35.984406] ht_cap: ht_cap->HtCapParm, [ 35.988241] mdpu_density=5, ampdu_factor=3 [ 35.992461] hw_ctrl_flow_v2_open: wdev_idx=10 [ 35.996969] wifi_sys_linkup, wdev idx = 10 [ 36.152895] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:284 for WDEV_TYPE:1 [ 36.152895] LinkToOmacIdx = 11, LinkToWdevType = 1 [ 36.165874] TRTableInsertMcastEntry:band1 group_idx[10]=10 [ 36.171376] wifi_sys_linkup:wdev(type=10,func_idx=1,wdev_idx=10),BssIndex(3) [ 36.178479] hw_ctrl_flow_v2_link_up: wdev_idx=10 [ 36.183147] (bssUpdateChannel), ucPrimCh=161, ucCentChSeg0=155, ucCentChSeg1=0, BW=2, ucHetbRU26Disable=0, ucHetbAllDisable=1 [ 36.194468] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8320, CmdBssInfoBmcRate.u2McTransmit = 8320 [ 36.212827] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 11 (ra0) [ 36.219185] bcn_buf_init():BcnPkt is allocated!, bcn offload=1 [ 36.233849] [PMF]APPMFInit:: apidx=11, MFPC=0, MFPR=0, SHA256=0 [ 36.239889] wifi_sys_linkdown(), wdev idx = 11 [ 36.240191] ExtEventBeaconLostHandler::FW EVENT (5e:62:8b:b2:f8:49), Reason 0x10 [ 36.240194] AP Beacon OFF!!! [ 36.254818] wifi_sys_linkdown:wdev(type=1,func_idx=11,wdev_idx=11),BssIndex(4) [ 36.262151] hw_ctrl_flow_v2_link_down: wdev_idx=11 [ 36.267882] (bssUpdateChannel), ucPrimCh=161, ucCentChSeg0=155, ucCentChSeg1=0, BW=2, ucHetbRU26Disable=0, ucHetbAllDisable=1 [ 36.279214] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0 [ 36.293420] wifi_sys_close, wdev idx = 11 [ 36.297508] hw_ctrl_flow_v2_close: wdev_idx=11 [ 36.302165] wifi_sys_open(), wdev idx = 11 [ 36.306311] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0 [ 36.312083] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0 [ 36.317844] phy_oper_init(): operate TxStream = 2, RxStream = 2 [ 36.323917] Caller: wlan_operate_init+0x104/0x118 [ 36.328621] [ 36.328621] phy_mode=177, ch=161, wdev_type=1 [ 36.334480] ht_cap: ht_cap->HtCapInfo, [ 36.338320] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 36.345982] ht_cap: ht_cap->HtCapParm, [ 36.349816] mdpu_density=5, ampdu_factor=3 [ 36.354020] hw_ctrl_flow_v2_open: wdev_idx=11 [ 36.358575] wifi_sys_linkup, wdev idx = 11 [ 36.514432] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:283 for WDEV_TYPE:1 [ 36.514432] LinkToOmacIdx = 12, LinkToWdevType = 1 [ 36.527437] TRTableInsertMcastEntry:band1 group_idx[11]=11 [ 36.532960] wifi_sys_linkup:wdev(type=11,func_idx=1,wdev_idx=11),BssIndex(4) [ 36.540050] hw_ctrl_flow_v2_link_up: wdev_idx=11 [ 36.544704] (bssUpdateChannel), ucPrimCh=161, ucCentChSeg0=155, ucCentChSeg1=0, BW=2, ucHetbRU26Disable=0, ucHetbAllDisable=1 [ 36.556023] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8320, CmdBssInfoBmcRate.u2McTransmit = 8320 [ 36.574382] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 12 (ra0) [ 36.580743] bcn_buf_init():BcnPkt is allocated!, bcn offload=1 [ 36.595716] [PMF]APPMFInit:: apidx=12, MFPC=0, MFPR=0, SHA256=0 [ 36.601767] wifi_sys_linkdown(), wdev idx = 12 [ 36.606330] ExtEventBeaconLostHandler::FW EVENT (5e:62:8b:c2:f8:49), Reason 0x10 [ 36.606332] AP Beacon OFF!!! [ 36.616994] wifi_sys_linkdown:wdev(type=1,func_idx=12,wdev_idx=12),BssIndex(5) [ 36.624356] hw_ctrl_flow_v2_link_down: wdev_idx=12 [ 36.630097] (bssUpdateChannel), ucPrimCh=161, ucCentChSeg0=155, ucCentChSeg1=0, BW=2, ucHetbRU26Disable=0, ucHetbAllDisable=1 [ 36.641425] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0 [ 36.655615] wifi_sys_close, wdev idx = 12 [ 36.659717] hw_ctrl_flow_v2_close: wdev_idx=12 [ 36.664366] wifi_sys_open(), wdev idx = 12 [ 36.668531] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0 [ 36.674323] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0 [ 36.680091] phy_oper_init(): operate TxStream = 2, RxStream = 2 [ 36.686296] Caller: wlan_operate_init+0x104/0x118 [ 36.691055] [ 36.691055] phy_mode=177, ch=161, wdev_type=1 [ 36.696968] ht_cap: ht_cap->HtCapInfo, [ 36.700812] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1 [ 36.708487] ht_cap: ht_cap->HtCapParm, [ 36.712417] mdpu_density=5, ampdu_factor=3 [ 36.716614] hw_ctrl_flow_v2_open: wdev_idx=12 [ 36.721164] wifi_sys_linkup, wdev idx = 12 [ 36.876879] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:282 for WDEV_TYPE:1 [ 36.876879] LinkToOmacIdx = 13, LinkToWdevType = 1 [ 36.889923] TRTableInsertMcastEntry:band1 group_idx[12]=12 [ 36.895452] wifi_sys_linkup:wdev(type=12,func_idx=1,wdev_idx=12),BssIndex(5) [ 36.902831] hw_ctrl_flow_v2_link_up: wdev_idx=12 [ 36.907463] (bssUpdateChannel), ucPrimCh=161, ucCentChSeg0=155, ucCentChSeg1=0, BW=2, ucHetbRU26Disable=0, ucHetbAllDisable=1 [ 36.918793] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8320, CmdBssInfoBmcRate.u2McTransmit = 8320 [ 36.937118] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 13 (ra0) [ 36.943496] bcn_buf_init():BcnPkt is allocated!, bcn offload=1 [ 36.958346] Set_RTSThreshold_Proc: set wdev7 rts length threshold=2347(0x92b) [ oal_wifi_mtk_initEnd ] 8348 - ERROR: wlNetlinkTool is already there. [ 36.986904] Set_ApCli_Enable_Proc : interface is not up, please do ifconfig apclii0 up first [ oal_wifi_mtk_down_backhaul ] 2860: ******set backhaul interface(rai4) down****** [ 37.003741] rai4: ===> mbss_virtual_if_close [ 37.008062] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_DOWN [ 37.014571] ap_link_down(caller:ap_inf_close+0x54/0x140), wdev(11) [ 37.020832] UpdateBeaconHandler, wdev(11) bss not ready (state:2, caller:ap_link_down+0xa0/0x100)!! [ 37.029893] wifi_sys_linkdown(), wdev idx = 11 [ 37.034359] wifi_sys_linkdown:wdev(type=1,func_idx=11,wdev_idx=11),BssIndex(4) [ 37.041696] hw_ctrl_flow_v2_link_down: wdev_idx=11 [ 37.047507] (bssUpdateChannel), ucPrimCh=161, ucCentChSeg0=155, ucCentChSeg1=0, BW=2, ucHetbRU26Disable=0, ucHetbAllDisable=1 [ 37.058856] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0 NTP server list: [ 37.073186] wifi_sys_close, wdev idx = 11 [ 37.077290] hw_ctrl_flow_v2_close: wdev_idx=11 [ 37.081961] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_DEINIT [ 37.089786] br0: port 8(rai4) entered disabled state [ oal_wifi_mtk_down_backhaul ] 2860: ******set backhaul interface(rai5) down****** [ 37.105497] rai5: ===> mbss_virtual_if_close [ 37.109802] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_DOWN [ 37.116301] ap_link_down(caller:ap_inf_close+0x54/0x140), wdev(12) [ 37.122585] UpdateBeaconHandler, wdev(12) bss not ready (state:2, caller:ap_link_down+0xa0/0x100)!! [ 37.131628] wifi_sys_linkdown(), wdev idx = 12 [ 37.136089] wifi_sys_linkdown:wdev(type=1,func_idx=12,wdev_idx=12),BssIndex(5) [ 37.143429] hw_ctrl_flow_v2_link_down: wdev_idx=12 [ 37.149176] (bssUpdateChannel), ucPrimCh=161, ucCentChSeg0=155, ucCentChSeg1=0, BW=2, ucHetbRU26Disable=0, ucHetbAllDisable=1 [ 37.160512] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0 [ 37.174792] wifi_sys_close, wdev idx = 12 [ 37.178874] hw_ctrl_flow_v2_close: wdev_idx=12 [ 37.183538] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_DEINIT /etc/smp.sh: line 9: can't create /sys/class/net/wdsi0/queues/rx-0/rps_cpus: nonexistent directory /etc/smp.sh: line 10: c[ 37.279340] SetThermalProtectDutyCfg(): band_idx: 1, level_idx: 0, duty: 100 an't create /sys[ 37.287240] MtCmdThermalProtectDutyCfg: band_idx: 1, level_idx: 0 /class/net/wdsi1[ 37.294688] MtCmdThermalProtectDutyCfg: duty: 100 /queues/rx-0/rps_cpus: nonexistent directory /etc/smp.sh: line 11: can't create /sys/class/net/wdsi2/queues/rx-[ 37.309465] SetThermalProtectDutyCfg(): band_idx: 1, level_idx: 1, duty: 60 0/rps_cpus: none[ 37.317484] MtCmdThermalProtectDutyCfg: band_idx: 1, level_idx: 1 xistent director[ 37.324918] MtCmdThermalProtectDutyCfg: duty: 60 y /etc/smp.sh: line 12: can't create /sys/class/net/wdsi3/queues/rx-0/rps_cpus: nonexistent directory [ 37.339637] SetThermalProtectDutyCfg(): band_idx: 1, level_idx: 2, duty: 40 [ 37.346966] MtCmdThermalProtectDutyCfg: band_idx: 1, level_idx: 2 [ 37.353087] MtCmdThermalProtectDutyCfg: duty: 40 [ 37.366560] SetThermalProtectDutyCfg(): band_idx: 1, level_idx: 3, duty: 20 [ 37.373576] MtCmdThermalProtectDutyCfg: band_idx: 1, level_idx: 3 [ 37.379665] MtCmdThermalProtectDutyCfg: duty: 20 [ 37.393107] SetThermalProtectEnable(): band_idx: 1, protection_type: 1, trigger_type: 1 [ 37.401131] SetThermalProtectEnable(): trigger_temp: 120, restore_temp: 114, recheck_time: 1000 [ 37.409877] MtCmdThermalProtectEnable: band_idx: 1, protect_type: 1 [ 37.416169] MtCmdThermalProtectEnable: trigger_type: 1, trigger_temp: 120 [ 37.422979] MtCmdThermalProtectEnable: restore_temp: 114, recheck_time: 1000 rm: can't remove '/var/tmp/os_print/tpApp/2_debug': No such file or directory [1578] Dec 31 21:00:36 Running in background sendto: No such file or directory line(593) Msg.type(2030) pid(566) errno(2) ret(-1) iptables: Bad rule (does a matching rule exist in that chain?). iptables: Bad rule (does a matching rule exist in that chain?). [ 38.062050] tun: Universal TUN/TAP device driver, 1.6 [ 38.067126] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> [ 38.169705] PPP MPPE Compression module registered [ rsl_time_ntpStart ] 417: Current dns svr: Set: phy[4].reg[0] = 1000 [ getPidFromPidFile ] 133 - ERROR: Cann't open file: /var/run/zebra.pid. [ getPidFromPidFile ] 133 - ERROR: Cann't open file: /var/run/ripd.pid. [ getPidFromPidFile ] 133 - ERROR: Cann't open file: /var/run/ripngd.pid. iptables: Bad rule (does a matching rule exist in that chain?). iptables: Bad rule (does a matching rule exist in that chain?). iptables: Bad rule (does a matching rule exist in that chain?). [ 38.628628] nf_conntrack_rtsp v0.7 loading [ 38.641481] nf_nat_rtsp v0.7 loading iptables: Bad rule (does a matching rule exist in that chain?). ip6tables: Bad rule (does a matching rule exist in that chain?).
OpenWrt bootlog
U-Boot 2018.09 (Dec 27 2022 - 14:34:33 +0000) CPU: MediaTek MT7621AT ver 1, eco 4 Clocks: CPU: 880MHz, DDR: 1200MHz, Bus: 220MHz, XTAL: 40MHz Model: MediaTek MT7621 reference board DRAM: 128 MiB Loading Environment from SPI Flash... SF: Detected w25q128bv with page size 256 Bytes, erase size 64 KiB, total 16 MiB OK In: uartlite0@1e000c00 Out: uartlite0@1e000c00 Err: uartlite0@1e000c00 Net: Warning: eth@1e100000 (eth0) using random MAC address eth0: eth@1e100000 Hit any key to stop autoboot: 0 ## Loading kernel from FIT Image at bfcc0000 ... Using 'config-1' configuration Trying 'kernel-1' kernel subimage Description: MIPS OpenWrt Linux-5.15.137 Type: Kernel Image Compression: lzma compressed Data Start: 0xbfcc00e4 Data Size: 2851505 Bytes = 2.7 MiB Architecture: MIPS OS: Linux Load Address: 0x82000000 Entry Point: 0x82000000 Hash algo: crc32 Hash value: 87c5cd57 Hash algo: sha1 Hash value: c9c6d830257f28d928b1537ae43e74f99bdf4cd9 Verifying Hash Integrity ... crc32+ sha1+ OK ## Loading fdt from FIT Image at bfcc0000 ... Using 'config-1' configuration Trying 'fdt-1' fdt subimage Description: MIPS OpenWrt tplink_ex220-v1 device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0xbff784d8 Data Size: 12119 Bytes = 11.8 KiB Architecture: MIPS Hash algo: crc32 Hash value: 6b345b50 Hash algo: sha1 Hash value: 82a2a82ddff5f5ad001215e2e4fa519cbe6b322e Verifying Hash Integrity ... crc32+ sha1+ OK Booting using the fdt blob at 0xbff784d8 Uncompressing Kernel Image ... OK Loading Device Tree to 87e87000, end 87e8cf56 ... OK [ 0.000000] Linux version 5.15.137 (osboxes@osboxes) (mipsel-openwrt-linux-musl-gcc (OpenWrt GCC 12.3.0 r23630-842932a63d) 12.3.0, GNU ld (GNU Binutils) 2.40.0) #0 SMP Tue Nov 14 13:38:11 2023 [ 0.000000] SoC Type: MediaTek MT7621 ver:1 eco:4 [ 0.000000] printk: bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc) [ 0.000000] MIPS: machine is TP-Link EX220 v1 [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] VPE topology {2,2} total 4 [ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, 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] Zone ranges: [ 0.000000] Normal [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] percpu: Embedded 11 pages/cpu s14512 r8192 d22352 u45056 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32480 [ 0.000000] Kernel command line: console=ttyS0,115200 rootfstype=squashfs,jffs2 [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear) [ 0.000000] Writing ErrCtl register=0000023e [ 0.000000] Readback ErrCtl register=0000023e [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 119036K/131072K available (7009K kernel code, 624K rwdata, 1440K rodata, 1216K init, 217K bss, 12036K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.000000] NR_IRQS: 256 [ 0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0xcaf478abb4, max_idle_ns: 440795247997 ns [ 0.000004] sched_clock: 64 bits at 880MHz, resolution 1ns, wraps every 4398046511103ns [ 0.008042] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688) [ 0.066216] pid_max: default: 32768 minimum: 301 [ 0.071629] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.078842] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.090517] rcu: Hierarchical SRCU implementation. [ 0.096022] smp: Bringing up secondary CPUs ... [ 0.101467] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.101496] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.101511] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.101556] CPU1 revision is: 0001992f (MIPS 1004Kc) [ 0.160816] Synchronize counters for CPU 1: done. [ 0.193424] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.193449] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.193462] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.193492] CPU2 revision is: 0001992f (MIPS 1004Kc) [ 0.252399] Synchronize counters for CPU 2: done. [ 0.283113] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.283136] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.283149] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.283184] CPU3 revision is: 0001992f (MIPS 1004Kc) [ 0.337605] Synchronize counters for CPU 3: done. [ 0.367472] smp: Brought up 1 node, 4 CPUs [ 0.377040] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.386845] futex hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 0.393954] pinctrl core: initialized pinctrl subsystem [ 0.400662] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.407301] thermal_sys: Registered thermal governor 'step_wise' [ 0.438463] clocksource: Switched to clocksource GIC [ 0.444802] NET: Registered PF_INET protocol family [ 0.449912] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.457851] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) [ 0.466207] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.473893] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.481493] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear) [ 0.488501] TCP: Hash tables configured (established 1024 bind 1024) [ 0.494952] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.501457] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.508839] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.514474] PCI: CLS 0 bytes, default 32 [ 0.521459] workingset: timestamp_bits=14 max_order=15 bucket_order=1 [ 0.533653] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.539486] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.554627] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.560556] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.566546] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.572653] mt7621-pci 1e140000.pcie: host bridge /pcie@1e140000 ranges: [ 0.579345] mt7621-pci 1e140000.pcie: No bus range found for /pcie@1e140000, using [bus 00-ff] [ 0.588080] mt7621-pci 1e140000.pcie: MEM 0x0060000000..0x006fffffff -> 0x0060000000 [ 0.596206] mt7621-pci 1e140000.pcie: IO 0x001e160000..0x001e16ffff -> 0x0000000000 [ 0.958463] mt7621-pci 1e140000.pcie: pcie2 no card, disable it (RST & CLK) [ 0.965361] mt7621-pci 1e140000.pcie: PCIE0 enabled [ 0.970230] mt7621-pci 1e140000.pcie: PCIE1 enabled [ 0.975057] PCI coherence region base: 0x60000000, mask/settings: 0xf0000002 [ 0.982235] mt7621-pci 1e140000.pcie: PCI host bridge to bus 0000:00 [ 0.988538] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.993941] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] [ 1.000802] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] [ 1.006952] pci 0000:00:00.0: [0e8d:0801] type 01 class 0x060400 [ 1.012902] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x7fffffff] [ 1.019130] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff] [ 1.025373] pci 0000:00:00.0: supports D1 [ 1.029308] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 1.035852] pci 0000:00:01.0: [0e8d:0801] type 01 class 0x060400 [ 1.041900] pci 0000:00:01.0: reg 0x10: [mem 0x00000000-0x7fffffff] [ 1.048094] pci 0000:00:01.0: reg 0x14: [mem 0x00000000-0x0000ffff] [ 1.054415] pci 0000:00:01.0: supports D1 [ 1.058334] pci 0000:00:01.0: PME# supported from D0 D1 D3hot [ 1.065951] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 1.073948] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 1.082157] pci 0000:01:00.0: [14c3:7916] type 00 class 0x000280 [ 1.088116] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit pref] [ 1.095334] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x00003fff 64bit pref] [ 1.102514] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x00000fff 64bit pref] [ 1.109799] pci 0000:01:00.0: supports D1 D2 [ 1.113977] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 1.120613] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:00:00.0 (capable of 4.000 Gb/s with 5.0 GT/s PCIe x1 link) [ 1.136814] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 1.142043] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff] [ 1.148043] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff] [ 1.154809] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff pref] [ 1.161987] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 1.168935] pci 0000:02:00.0: [14c3:7915] type 00 class 0x000280 [ 1.174897] pci 0000:02:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit pref] [ 1.182103] pci 0000:02:00.0: reg 0x18: [mem 0x00000000-0x00003fff 64bit pref] [ 1.189275] pci 0000:02:00.0: reg 0x20: [mem 0x00000000-0x00000fff 64bit pref] [ 1.196527] pci 0000:02:00.0: supports D1 D2 [ 1.200745] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 1.207305] pci 0000:02:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:00:01.0 (capable of 4.000 Gb/s with 5.0 GT/s PCIe x1 link) [ 1.223535] pci 0000:00:01.0: PCI bridge to [bus 02-ff] [ 1.228754] pci 0000:00:01.0: bridge window [io 0x0000-0x0fff] [ 1.234754] pci 0000:00:01.0: bridge window [mem 0x00000000-0x000fffff] [ 1.241522] pci 0000:00:01.0: bridge window [mem 0x00000000-0x000fffff pref] [ 1.248700] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 [ 1.255279] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000] [ 1.261837] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000] [ 1.268741] pci 0000:00:01.0: BAR 0: no space for [mem size 0x80000000] [ 1.275273] pci 0000:00:01.0: BAR 0: failed to assign [mem size 0x80000000] [ 1.282217] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff] [ 1.288957] pci 0000:00:00.0: BAR 9: assigned [mem 0x60100000-0x602fffff pref] [ 1.296097] pci 0000:00:01.0: BAR 8: assigned [mem 0x60300000-0x603fffff] [ 1.302867] pci 0000:00:01.0: BAR 9: assigned [mem 0x60400000-0x605fffff pref] [ 1.310038] pci 0000:00:00.0: BAR 1: assigned [mem 0x60600000-0x6060ffff] [ 1.316752] pci 0000:00:01.0: BAR 1: assigned [mem 0x60610000-0x6061ffff] [ 1.323527] pci 0000:00:00.0: BAR 7: assigned [io 0x0000-0x0fff] [ 1.329564] pci 0000:00:01.0: BAR 7: assigned [io 0x1000-0x1fff] [ 1.335590] pci 0000:01:00.0: BAR 0: assigned [mem 0x60100000-0x601fffff 64bit pref] [ 1.343314] pci 0000:01:00.0: BAR 2: assigned [mem 0x60200000-0x60203fff 64bit pref] [ 1.351004] pci 0000:01:00.0: BAR 4: assigned [mem 0x60204000-0x60204fff 64bit pref] [ 1.358694] pci 0000:00:00.0: PCI bridge to [bus 01] [ 1.363576] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff] [ 1.369653] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff] [ 1.376362] pci 0000:00:00.0: bridge window [mem 0x60100000-0x602fffff pref] [ 1.383579] pci 0000:02:00.0: BAR 0: assigned [mem 0x60400000-0x604fffff 64bit pref] [ 1.391266] pci 0000:02:00.0: BAR 2: assigned [mem 0x60500000-0x60503fff 64bit pref] [ 1.398955] pci 0000:02:00.0: BAR 4: assigned [mem 0x60504000-0x60504fff 64bit pref] [ 1.406614] pci 0000:00:01.0: PCI bridge to [bus 02] [ 1.411556] pci 0000:00:01.0: bridge window [io 0x1000-0x1fff] [ 1.417576] pci 0000:00:01.0: bridge window [mem 0x60300000-0x603fffff] [ 1.424342] pci 0000:00:01.0: bridge window [mem 0x60400000-0x605fffff pref] [ 1.434077] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled [ 1.442347] printk: console [ttyS0] disabled [ 1.446699] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 19, base_baud = 3125000) is a 16550A [ 1.455744] printk: console [ttyS0] enabled [ 1.455744] printk: console [ttyS0] enabled [ 1.464019] printk: bootconsole [early0] disabled [ 1.464019] printk: bootconsole [early0] disabled [ 1.477454] spi-mt7621 1e000b00.spi: sys_freq: 220000000 [ 1.484246] spi-nor spi0.0: w25q128 (16384 Kbytes) [ 1.489198] 10 fixed-partitions partitions found on MTD device spi0.0 [ 1.495667] OF: Bad cell count for /palmbus@1e000000/spi@b00/flash@0/partitions [ 1.503006] OF: Bad cell count for /palmbus@1e000000/spi@b00/flash@0/partitions [ 1.510606] Creating 10 MTD partitions on "spi0.0": [ 1.515502] 0x000000000000-0x000000030000 : "boot" [ 1.521584] 0x000000030000-0x000000040000 : "boot-env" [ 1.527838] 0x000000040000-0x000000050000 : "factory" [ 1.534159] 0x000000050000-0x000000060000 : "config" [ 1.540705] 0x000000060000-0x000000070000 : "isp_config" [ 1.547165] 0x000000070000-0x000000080000 : "rom_file" [ 1.553588] OF: Bad cell count for /palmbus@1e000000/spi@b00/flash@0/partitions [ 1.561342] 0x000000080000-0x000000090000 : "cloud" [ 1.567406] 0x000000090000-0x0000000b0000 : "radio" [ 1.573507] 0x0000000b0000-0x0000000c0000 : "config_bak" [ 1.580015] 0x0000000c0000-0x000000ff0000 : "firmware" [ 1.586390] 2 fit-fw partitions found on MTD device firmware [ 1.592094] Creating 2 MTD partitions on "firmware": [ 1.597049] 0x000000000000-0x0000002c0000 : "kernel" [ 1.603370] 0x0000002bb974-0x000000f30000 : "rootfs" [ 1.608355] mtd: partition "rootfs" doesn't start on an erase/write block boundary -- force read-only [ 1.618719] mtd: setting mtd11 (rootfs) as root device [ 1.623984] 1 squashfs-split partitions found on MTD device rootfs [ 1.630209] 0x0000007e0000-0x000000f30000 : "rootfs_data" [ 1.781795] mt7530-mdio mdio-bus:1f: MT7530 adapts as multi-chip module [ 1.796052] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 21 [ 1.808380] mtk_soc_eth 1e100000.ethernet wan: mediatek frame engine at 0xbe100000, irq 21 [ 1.818942] i2c_dev: i2c /dev entries driver [ 1.826416] NET: Registered PF_INET6 protocol family [ 1.834281] Segment Routing with IPv6 [ 1.838044] In-situ OAM (IOAM) with IPv6 [ 1.842112] NET: Registered PF_PACKET protocol family [ 1.847631] 8021q: 802.1Q VLAN Support v1.8 [ 1.857950] mt7530-mdio mdio-bus:1f: MT7530 adapts as multi-chip module [ 1.884203] mt7530-mdio mdio-bus:1f: configuring for fixed/rgmii link mode [ 1.891907] mt7530-mdio mdio-bus:1f: Link is Up - 1Gbps/Full - flow control rx/tx [ 1.899345] mt7530-mdio mdio-bus:1f lan1 (uninitialized): PHY [mt7530-0:00] driver [MediaTek MT7530 PHY] (irq=23) [ 1.903051] mt7530-mdio mdio-bus:1f lan2 (uninitialized): PHY [mt7530-0:01] driver [MediaTek MT7530 PHY] (irq=24) [ 1.922633] mt7530-mdio mdio-bus:1f lan3 (uninitialized): PHY [mt7530-0:02] driver [MediaTek MT7530 PHY] (irq=25) [ 1.935513] mt7530-mdio mdio-bus:1f lan4 (uninitialized): PHY [mt7530-0:03] driver [MediaTek MT7530 PHY] (irq=26) [ 1.948217] DSA: tree 0 setup [ 1.960418] VFS: Mounted root (squashfs filesystem) readonly on device 31:11. [ 1.971778] Freeing unused kernel image (initmem) memory: 1216K [ 1.977724] This architecture does not have kernel memory protection. [ 1.984187] Run /sbin/init as init process [ 2.520200] init: Console is alive [ 2.524064] init: - watchdog - [ 3.304322] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 3.366963] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 3.377921] init: - preinit - [ 4.249660] random: jshn: uninitialized urandom read (4 bytes read) [ 4.376133] random: jshn: uninitialized urandom read (4 bytes read) [ 4.424901] random: jshn: uninitialized urandom read (4 bytes read) [ 4.760352] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode [ 4.773002] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 4.781891] mt7530-mdio mdio-bus:1f lan1: configuring for phy/gmii link mode [ 4.789726] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready 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 [ 7.038234] jffs2: notice: (448) jffs2_build_xattr_subsystem: complete building xattr subsystem, 6 of xdatum (0 unchecked, 1 orphan) and 7 of xref (1 dead, 0 orphan) found. [ 7.055847] mount_root: switching to jffs2 overlay [ 7.069362] overlayfs: upper fs does not support tmpfile. [ 7.084455] urandom-seed: Seeding with /etc/urandom.seed [ 7.212328] procd: - early - [ 7.215471] procd: - watchdog - [ 7.830499] procd: - watchdog - [ 7.834326] procd: - ubus - [ 7.901341] random: ubusd: uninitialized urandom read (4 bytes read) [ 7.910206] random: ubusd: uninitialized urandom read (4 bytes read) [ 7.917147] random: ubusd: uninitialized urandom read (4 bytes read) [ 7.930702] procd: - init - Please press Enter to activate this console. [ 8.512882] kmodloader: loading kernel modules from /etc/modules.d/* [ 8.753754] Loading modules backported from Linux version v6.1.24-0-g0102425ac76b [ 8.761312] Backport generated by backports.git v5.15.92-1-44-gd6ea70fafd36 [ 8.962761] pci 0000:00:00.0: enabling device (0000 -> 0003) [ 8.968550] mt7915e_hif 0000:01:00.0: enabling device (0000 -> 0002) [ 8.975516] pci 0000:00:01.0: enabling device (0000 -> 0003) [ 8.981257] mt7915e 0000:02:00.0: enabling device (0000 -> 0002) [ 9.265111] mt7915e 0000:02:00.0: HW/SW Version: 0x8a108a10, Build Time: 20220929104113a [ 9.265111] [ 9.644940] mt7915e 0000:02:00.0: WM Firmware Version: ____000000, Build Time: 20220929104145 [ 9.679371] mt7915e 0000:02:00.0: WA Firmware Version: DEV_000000, Build Time: 20220929104205 [ 9.766911] urngd: v1.0.2 started. [ 9.888679] PPP generic driver version 2.4.2 [ 9.896175] NET: Registered PF_PPPOX protocol family [ 9.915080] kmodloader: done loading kernel modules from /etc/modules.d/* [ 10.172943] random: jshn: uninitialized urandom read (4 bytes read) [ 10.724165] random: jshn: uninitialized urandom read (4 bytes read) [ 10.742358] random: ubusd: uninitialized urandom read (4 bytes read) [ 10.912476] random: crng init done [ 10.915936] random: 32 urandom warning(s) missed due to ratelimiting [ 19.015138] mtk_soc_eth 1e100000.ethernet eth0: Link is Down [ 19.045563] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode [ 19.054001] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 19.062277] mt7530-mdio mdio-bus:1f lan1: configuring for phy/gmii link mode [ 19.070921] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 19.078547] br-lan: port 1(lan1) entered blocking state [ 19.083845] br-lan: port 1(lan1) entered disabled state [ 19.092248] device lan1 entered promiscuous mode [ 19.096942] device eth0 entered promiscuous mode [ 19.134726] mt7530-mdio mdio-bus:1f lan2: configuring for phy/gmii link mode [ 19.143595] br-lan: port 2(lan2) entered blocking state [ 19.148984] br-lan: port 2(lan2) entered disabled state [ 19.156951] device lan2 entered promiscuous mode [ 19.179246] mt7530-mdio mdio-bus:1f lan3: configuring for phy/gmii link mode [ 19.189807] br-lan: port 3(lan3) entered blocking state [ 19.195100] br-lan: port 3(lan3) entered disabled state [ 19.203465] device lan3 entered promiscuous mode [ 19.226497] mt7530-mdio mdio-bus:1f lan4: configuring for phy/gmii link mode [ 19.235704] br-lan: port 4(lan4) entered blocking state [ 19.241151] br-lan: port 4(lan4) entered disabled state [ 19.248979] device lan4 entered promiscuous mode [ 19.281289] mtk_soc_eth 1e100000.ethernet wan: PHY [mdio-bus:04] driver [MediaTek MT7530 PHY] (irq=POLL) [ 19.290847] mtk_soc_eth 1e100000.ethernet wan: configuring for phy/rgmii link mode [ 21.677317] br-lan: port 5(phy0-ap0) entered blocking state [ 21.682980] br-lan: port 5(phy0-ap0) entered disabled state [ 21.689087] device phy0-ap0 entered promiscuous mode [ 21.694287] br-lan: port 5(phy0-ap0) entered blocking state [ 21.699937] br-lan: port 5(phy0-ap0) entered forwarding state [ 21.706540] br-lan: port 5(phy0-ap0) entered disabled state [ 21.717156] device phy0-ap0 left promiscuous mode [ 21.722233] br-lan: port 5(phy0-ap0) entered disabled state [ 21.763132] br-lan: port 5(phy0-ap0) entered blocking state [ 21.768827] br-lan: port 5(phy0-ap0) entered disabled state [ 21.775057] device phy0-ap0 entered promiscuous mode [ 21.878247] IPv6: ADDRCONF(NETDEV_CHANGE): phy0-ap0: link becomes ready [ 21.885432] br-lan: port 5(phy0-ap0) entered blocking state [ 21.891122] br-lan: port 5(phy0-ap0) entered forwarding state [ 21.899095] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 22.232279] br-lan: port 6(phy1-ap0) entered blocking state [ 22.237894] br-lan: port 6(phy1-ap0) entered disabled state [ 22.244308] device phy1-ap0 entered promiscuous mode [ 22.249864] br-lan: port 6(phy1-ap0) entered blocking state [ 22.255467] br-lan: port 6(phy1-ap0) entered forwarding state [ 22.350751] mt7530-mdio mdio-bus:1f lan4: Link is Up - 1Gbps/Full - flow control rx/tx [ 22.358829] br-lan: port 4(lan4) entered blocking state [ 22.364126] br-lan: port 4(lan4) entered forwarding state [ 22.708603] br-lan: port 6(phy1-ap0) entered disabled state [ 22.776512] IPv6: ADDRCONF(NETDEV_CHANGE): phy1-ap0: link becomes ready [ 22.783508] br-lan: port 6(phy1-ap0) entered blocking state [ 22.789157] br-lan: port 6(phy1-ap0) entered forwarding state BusyBox v1.36.1 (2023-11-14 13:38:11 UTC) built-in shell (ash) _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- OpenWrt 23.05.2, r23630-842932a63d ----------------------------------------------------- === WARNING! ===================================== There is no root password defined on this device! Use the "passwd" command to set up a new password in order to prevent unauthorized SSH logins. -------------------------------------------------- root@OpenWrt:/#
Notes
Space for additional notes, links to forum threads or other resources.
- ...