WAVLINK WL-WN536AX6 Rev a

Experience ultra-fast AX6000 speed with 160MHz channels, up to 1148Mbps at 2.4GHz and 4804Mbps at 5GHz. Enjoy seamless browsing, smooth 4K streaming, and immersive gaming. Benefit from reduced latency for enhanced online gaming and uninterrupted video calls. Features include one 2.5G WAN port and four Gigabit LAN ports, offering versatile customization options for WAN/LAN applications.

dev size(hex) erasesize name size
mtd00010000000020000“BL2”1MB
mtd10008000000020000“u-boot-env”512KB
mtd20020000000020000“Factory”2MB
mtd30020000000020000“FIP”2MB
mtd40400000000020000“ubi”67MB
mtd50008000000020000“HW”512KB

Note: Make sure PC is connected on LAN1 port. The OEM firmware has an unknown root password and settings are kept after upgrading firmware. Therefore, a customized Openwrt firmware is needed to remove the root password on startup, by adding 'passwd -d root' to /etc/init.d/bootcount. The WebUI does a filename check so the customized firmware is named accordingly.

Files needed:

  1. Download modified firmware file WAVLINK_WN536AX6-A_M36AX6_V250320-WO-437baca-modified.bin from https://github.com/ses1er/firmware-misc/tree/main/wavlink/wl-wn536ax6a
  2. Log into WebUI on default IP: http://192.168.20.1
  3. Browse to More (top menu) → System → Firmware Upgrade.
  4. Under Local Upgrade section, check the device to be upgraded and upload downloaded modified firmware. Click UPLOAD FILE, then APPLY.
  5. Wait about 2 minutes (ignore progress bar), and browse to http://192.168.20.1. You should see Openwrt Luci login page. Username is root and no password.
  6. Browse to SystemBackup/Flash Firmware, click on Flash Image, click Browse and locate openwrt-mediatek-filogic-wavlink_wl-wn536ax6-a-squashfs-sysupgrade.bin file.
  7. Uncheck Keep settings and retain the current configuration and click Continue.
  8. Router will now be set to IP 192.168.1.1 which is the Openwrt default.

Note: Having UART connected while cold booting the device will result in a kernel panic when initializing wifi. I've found this workaround:

  1. Power off the device and ensure UART is not connected to PC.
  2. Power up the device, when lights come on, plug in UART.
  3. Warm boots and soft restarts will not cause kernel panic for the duration of device being powered on. Repeat steps for subsequent cold boots.

Files needed:

  1. Configure TFTP server with IP 192.168.1.66. Copy openwrt-mediatek-filogic-wavlink_wl-wn536ax6-a-initramfs.itb to TFTP root.
  2. Interrupt boot by pressing 0.
  3. Run the following in Uboot console: setenv serverip 192.168.1.66; setenv ipaddr 192.168.1.1; tftpboot 0x46000000 openwrt-mediatek-filogic-wavlink_wl-wn536ax6-a-initramfs.itb; bootm
  4. After boot completion, you can now back up the NAND storage. Refer to Backup Section.
  5. Transfer openwrt-mediatek-filogic-wavlink_wl-wn536ax6-a-squashfs-sysupgrade.bin to device: (scp -O openwrt-mediatek-filogic-wavlink_wl-wn536ax6-a-squashfs-sysupgrade.bin root@192.168.1.1:/tmp/)
  6. Run the following on device: sysupgrade -n /tmp/openwrt-mediatek-filogic-wavlink_wl-wn536ax6-a-squashfs-sysupgrade.bin

Backup

1. While in Openwrt stock layout initramfs environment, back up all the partitions by running the following:

cat /dev/mtd0 > /tmp/bl2.bin
cat /dev/mtd1 > /tmp/u-boot-env.bin
cat /dev/mtd2 > /tmp/factory.bin
cat /dev/mtd3 > /tmp/fip.bin
cat /dev/mtd4 > /tmp/ubi.bin
cat /dev/mtd5 > /tmp/hw.bin

2. Transfer files to client PC for safekeeping. On client PC, run scp -O root@192.168.1.1:/tmp/*.bin ./

Configuration

Before enabling each SSID set your Country Code to ensure the correct WiFi channels and transmit power are used:

  1. In LuCI go to Network → Wireless
  2. Click “Edit” on the SSID you want to enable
  3. Select your “Country Code” from the dropdown
  4. Save and Apply

Alternatively, set via SSH with iw reg set.

MediaTek supports hardware acceleration for their SoCs which increases throughput and greatly reduces load off the CPU. It does this by processing traffic on their Packet Processing Engine (aka Network Accelerator). Users can expect 2.5Gbit routing with near 0/0/0/0 load across the CPU cores. The downside to this approach is it cannot be used in combination with QoS features such as SQM and AQL. This is not enabled by default in OpenWrt. To enable, read below.

Hardware Flow Offloading

HFO enables hardware offloading of routing/NAT packets. The caveat being it is incompatible with SQM. This can be enabled via /etc/config/firewall or in LuCI as follows:

  1. Network → Firewall → Flow offloading type → Hardware flow offloading
  2. Save and Apply

Wireless Ethernet Dispatch

WED enables hardware offloading of wireless traffic. The caveat being it will also bypass AQL which may result in higher WiFi latency. This feature is not yet available in LuCI. To enable it, use the command line:

  1. SSH: nano /etc/modules.conf
  2. Append: options mt7915e wed_enable=Y
  3. Save and reboot

To check if WED is enabled, the following module will return either Y or N (yes or no): cat /sys/module/mt7915e/parameters/wed_enable

To check traffic offloaded to the PPEs for wired and wireless, cat ppe0/ppe1 bind/status, e.g.: cat /sys/kernel/debug/ppe0/bind.

Packet Steering may be enabled for single-core or multi-core. This being a 4 core device “all CPUs” is generally recommended, especially when used with SQM. Note that with HFO enabled instead this will not matter as flows are offloaded. Irqbalance may be used as well, this will not affect bandwidth however may help with other tasks. While these can be enabled via SSH using LuCI is described below:

  1. Packet Steering: Network → Interfaces → Global Network Options → Packet Steering: Enabled (all CPUs), RPS: enabled with suggested setting.
  2. Irqbalance: install the luci-app-irqbalance package and enable on: Services → irqbalance.
  3. Save and Apply.

This device uses the mt76 mac80211 wifi driver which supports AQL. While the default values are sensible, reducing TX queue limits can improve latency, albeit with a reduction in peak throughput. See forum post for adjusting AQL limits showing limits in the 1500-2500 range yield the lowest latency results. As always with WiFi, results will vary due to a variety of clients, frequencies, obstructions, etc. As noted above this cannot be used with WED enabled.

Check current AQL limits: cat /sys/kernel/debug/ieee80211/phy*/aql_txq_limit

Example for setting different limits on both radios:
for ac in 0 1 2 3; do echo $ac 2500 8500 > /sys/kernel/debug/ieee80211/phy0/aql_txq_limit; done
for ac in 0 1 2 3; do echo $ac 2500 8500 > /sys/kernel/debug/ieee80211/phy1/aql_txq_limit; done

To retain configuration after reboot save to /etc/rc.local:

# AQL Tweaks
aql_txq_limit_l=2500
aql_txq_limit_h=8500
for ac in 0 1 2 3; do echo $ac $aql_txq_limit_l $aql_txq_limit_h > /sys/kernel/debug/ieee80211/phy0/aql_txq_limit; done
for ac in 0 1 2 3; do echo $ac $aql_txq_limit_l $aql_txq_limit_h > /sys/kernel/debug/ieee80211/phy1/aql_txq_limit; done

If configuring this device to function only as a wireless access point (dumb AP) follow the bridgedap guide and consider leaving hardware acceleration features off as explained below.

Flow Offloading

A dumb AP does not perform routing/NAT since it is on the same LAN as the router. Flow offloading (SFO and HFO) will therefore have no impact, better to leave these off.

WED

Since a dumb AP does not perform other functions there is plenty of CPU headroom, therefore WiFi will typically have lower latency by leaving WED disabled so it will utilize AQL. Nevertheless if you would like to use WED, enable it as described above, then install the bridger package which does some BPF (Berkeley Packet Filter) magic to track and offload bridged streams. Optionally, edit /etc/config/bridger and define a device or bridge to exclude from bridge forwarding acceleration.

Basic configuration After flashing, proceed with this.
Set up your Internet connection, configure wireless, configure USB port, etc.

The default network configuration is:

Interface Name Description Default configuration
br-lan LAN & WiFi 192.168.1.1/24
eth1 WAN DHCP

generic.sysupgrade

  • Browse to http://192.168.1.1/cgi-bin/luci/mini/system/upgrade/ LuCI Upgrade URL
  • Upload image file for sysupgrade to LuCI
  • Wait for reboot

If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line. There are two command line methods for upgrading:

  • sysupgrade
  • mtd

Note: It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing.

sysupgrade

  • Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp
wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc
sysupgrade /tmp/xxx.abc

mtd

If sysupgrade does not support this router, use mtd.

  • Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp
wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc
mtd write /tmp/xxx.abc linux && reboot

generic.debrick

Debricking MAY require a Windows PC. Attempts with MacOS results in FIP not being uploaded correctly. Your mileage may vary.

Files needed:

  1. mtk_uartboot - Download relevant binary for your OS.
  2. Dump files from Backup Section.

NOTE: Put files 1-4 into the same directory.

As noted in the Installation via UART section, cold booting this device with UART connected results in a kernel panic when initializing the wifi. Therefore, a specially crafted initramfs image was created to disable wifi to proceed in the process of debricking.

Debricking is possible using mtk_uartboot.

Following instructions are for Windows (replace COM4 with relevant port on your system):

  1. Configure TFTP server with IP 192.168.1.66. Copy openwrt-mediatek-filogic-wavlink_wl-wn536ax6-a-initramfs-nowifi.itb to TFTP root.
  2. Start with device powered off and UART connected.
  3. Run mtk_uartboot below, and wait for pause at Handshake... message.
  4. Power on device.
mtk_uartboot.exe -a -p mt7986-ram-ddr4-bl2.bin -f openwrt-mediatek-filogic-wavlink_wl-wn536ax6-a-bl31-uboot.fip -s COM4 && putty.exe -serial COM4 -sercfg 115200,8,n,1,N

mtk_uartboot - 0.1.1
Using serial port: COM4
Handshake...
hw code: 0x7986
hw sub code: 0x8a00
hw ver: 0xca01
sw ver: 0x1
Baud rate set to 460800
sending payload to 0x201000...
Checksum: 0x4d3c
Setting baudrate back to 115200
Jumping to 0x201000 in aarch64...
Waiting for BL2. Message below:
==================================
NOTICE:  BL2: v2.10.0   (release):OpenWrt v2024.01.17~bacca82a-3 (mt7986-ram-ddr4)
NOTICE:  BL2: Built : 23:09:37, Feb  3 2025
NOTICE:  WDT: Cold boot
NOTICE:  WDT: disabled
NOTICE:  CPU: MT7986 (2000MHz)
NOTICE:  EMI: Using DDR4 settings
NOTICE:  EMI: Detected DRAM size: 512MB
NOTICE:  EMI: complex R/W mem test passed
NOTICE:  Starting UART download handshake ...
==================================
BL2 UART DL version: 0x10
Baudrate set to: 921600
FIP sent.
==================================
NOTICE:  Received FIP 0xbc0fc @ 0x40400000 ...
==================================
  1. Putty should automatically launch. Press 0 to interrupt boot.
  2. Run the following at the prompt: setenv serverip 192.168.1.66; setenv ipaddr 192.168.1.1; tftpboot 0x46000000 openwrt-mediatek-filogic-wavlink_wl-wn536ax6-a-initramfs-nowifi.itb; bootm
  3. Wait for boot completion.
  4. Transfer all dumps to device: scp -O ./*.bin root@192.168.1.1:/tmp/
  5. Run the following to make mtd writable: insmod /lib/modules/$(uname -r)/mtd-rw.ko i_want_a_brick=1
  6. Run the following:
ubidetach -p /dev/mtd4
mtd write /tmp/ubi.bin ubi
mtd write /tmp/bl2.bin BL2
mtd write /tmp/fip.bin FIP
mtd write /tmp/factory.bin Factory
mtd write /tmp/u-boot-env.bin u-boot-env
mtd write /tmp/hw.bin HW
  1. Reboot and you should now be back to stock firmware.
Port Switch port
Internet (WAN) eth1
LAN 1 lan1
LAN 2 lan2
LAN 3 lan3
LAN 4 lan4

The WAVLINK WL-WN536AX6 has the following buttons:

BUTTON Event
reset reset
pair wps
touch -
turbo -

Warranty

On bottom of device, remove the 2 triangle rubber pads towards the front of the device to reveal screws, remove screws.

Pry the top cover plate around the edge carefully as to not snap anything. Start with the corner areas and loosen the rear part first, then the sides. The most difficult part is the LED portion on the front side. With the rear and sides loosened, slide your hand from the rear, place your hand under the top cover and carefully pry the LED section apart. You may need to use your fingers for leverage. It should snap open with a bit of force. You may need to wiggle the top cover from side to side a bit.

With top cover open, remove the 2 screws from the heat transfer plate.

Main PCB:

UART connectors can be found on the right side of the PCB in the center:

Serial connection parameters
for WAVLINK WL-WN536AX6 Rev a
115200, 8N1

port.jtag general information about the JTAG port, JTAG cable, etc.

How to connect to the JTAG Port of this specific device:
Insert photo of PCB with markings for JTAG port

None so far.

F0: 102B 0000 FA: 1040 0000 FA: 1040 0000 [0200] F9: 0000 0000 V0: 0000 0000 [0001] 00: 0000 0000 BP: 2400 0041 [0000] G0: 1190 0000 EC: 0000 0000 [1000] T0: 0000 021E [010F] Jump to BL

NOTICE: BL2: v2.7(release):292bca1-dirty NOTICE: BL2: Built : 08:48:31, Mar 10 2025 NOTICE: WDT: disabled NOTICE: CPU: MT7986 (2000MHz) NOTICE: DDR4 2666Mhz NOTICE: EMI: Using DDR4 settings NOTICE: EMI: Detected DRAM size: 512MB NOTICE: EMI: complex R/W mem test passed NOTICE: SPI_NAND parses attributes from parameter page. NOTICE: SPI_NAND Detected ID 0xc2 NOTICE: Page size 2048, Block size 131072, size 134217728 NOTICE: Initializing NMBM ... NOTICE: Signature found at block 1023 [0x07fe0000] NOTICE: First info table with writecount 0 found in block 960 NOTICE: Second info table with writecount 0 found in block 963 NOTICE: NMBM has been successfully attached in read-only mode NOTICE: BL2: Booting BL31 NOTICE: BL31: v2.7(release):292bca1-dirty NOTICE: BL31: Built : 08:48:34, Mar 10 2025

U-Boot 2022.07-rc3-gfadd6dbc-dirty (Mar 10 2025 - 08:46:15 +0000)

CPU: MediaTek MT7986 Model: mt7986-rfb DRAM: 512 MiB Core: 46 devices, 18 uclasses, devicetree: embed

Initializing NMBM ... spi-nand: spi_nand spi_nand@1: Macronix SPI NAND was found. spi-nand: spi_nand spi_nand@1: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64 Could not find a valid device for nmbm0 Signature found at block 1023 [0x07fe0000] First info table with writecount 0 found in block 960 Second info table with writecount 0 found in block 963 NMBM has been successfully attached

MMC: mmc@11230000: 0 Loading Environment from MTD... OK In: serial@11002000 Out: serial@11002000 Err: serial@11002000 Net: Warning: ethernet@15100000 (eth0) using random MAC address - 8e:60:ba:fe:76:b5 eth0: ethernet@15100000 UBOOT WN539AX6 gpio: pin 14 (gpio 14) value is 0 gpio: pin 15 (gpio 15) value is 0 gpio: pin 32 (gpio 32) value is 0 gpio: pin 31 (gpio 31) value is 0 gpio: pin 1 (gpio 1) value is 0 Timeout , no need to upgrade do_winstar_upgrade lookup of <NULL> failed, check setup

*** U-Boot Boot Menu ***
    1. Startup system (Default)
    2. Upgrade firmware
    3. Upgrade ATF BL2
    4. Upgrade ATF FIP
    5. Upgrade single image
    6. Load image
    0. U-Boot console
Press UP/DOWN to move, ENTER to select, ESC/CTRL+C to quit

ubi0: attaching mtd6 ubi0: scanning is finished ubi0: attached mtd6 (name “ubi”, size 64 MiB) ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 ubi0: good PEBs: 512, bad PEBs: 0, corrupted PEBs: 0 ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128 ubi0: max/mean erase counter: 3/1, WL threshold: 4096, image sequence number: 1712799706 ubi0: available PEBs: 0, total reserved PEBs: 512, PEBs reserved for bad PEB handling: 19 Reading from volume 'kernel' to 0x46000000, size 0x0 ... OK ## Loading kernel from FIT Image at 46000000 ...

 Using 'config@1' configuration
 Trying 'kernel@1' kernel subimage
   Description:  ARM64 OpenWrt Linux-5.4.194
   Type:         Kernel Image
   Compression:  lzma compressed
   Data Start:   0x460000e8
   Data Size:    3463930 Bytes = 3.3 MiB
   Architecture: AArch64
   OS:           Linux
   Load Address: 0x48080000
   Entry Point:  0x48080000
   Hash algo:    crc32
   Hash value:   6aa0b931
   Hash algo:    sha1
   Hash value:   cc9421b2c2882551f695dffc0535e34031704b78
 Verifying Hash Integrity ... crc32+ sha1+ OK

## Loading fdt from FIT Image at 46000000 ...

 Using 'config@1' configuration
 Trying 'fdt@1' fdt subimage
   Description:  ARM64 OpenWrt mt7986a-ax6000-2500wan-spim-nand-rfb device tree blob
   Type:         Flat Device Tree
   Compression:  uncompressed
   Data Start:   0x4634dd38
   Data Size:    24154 Bytes = 23.6 KiB
   Architecture: AArch64
   Hash algo:    crc32
   Hash value:   08841695
   Hash algo:    sha1
   Hash value:   b9f65b2d6853e032cccda37b3df26d957166bf05
 Verifying Hash Integrity ... crc32+ sha1+ OK
 Booting using the fdt blob at 0x4634dd38
 Uncompressing Kernel Image
 Loading Device Tree to 000000005f7f0000, end 000000005f7f8e59 ... OK

Starting kernel ...

[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 5.4.194 (liyinda@server3) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r16893-12f2bf4)) #0 SMP Thu Mar 20 06:54:06 2025 [ 0.000000] Machine model: MediaTek MT7986a win RFB [ 0.000000] earlycon: uart8250 at MMIO32 0x0000000011002000 (options ) [ 0.000000] printk: bootconsole [uart8250] enabled [ 0.000000] On node 0 totalpages: 130064 [ 0.000000] DMA32 zone: 2048 pages used for memmap [ 0.000000] DMA32 zone: 0 pages reserved [ 0.000000] DMA32 zone: 130064 pages, LIFO batch:31 [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. [ 0.000000] psci: SMC Calling Convention v1.0 [ 0.000000] percpu: Embedded 20 pages/cpu s43864 r8192 d29864 u81920 [ 0.000000] pcpu-alloc: s43864 r8192 d29864 u81920 alloc=20*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: kernel page table isolation disabled by kernel configuration [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 128016 [ 0.000000] Kernel command line: console=ttyS0,115200n1 loglevel=8 earlycon=uart8250,mmio32,0x11002000 [ 0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 491104K/520256K available (7102K kernel code, 538K rwdata, 2040K rodata, 448K init, 286K bss, 29152K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] rcu: CONFIG_RCU_FANOUT set to non-default value of 32. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 640 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] GICv3: Distributor has no Range Selector support [ 0.000000] GICv3: 16 PPIs implemented [ 0.000000] GICv3: no VLPI support, no direct LPI support [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000c080000 [ 0.000000] random: get_random_bytes called from start_kernel+0x2d4/0x420 with crng_init=0 [ 0.000000] arch_timer: cp15 timer(s) running at 13.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2ff89eacb, max_idle_ns: 440795202429 ns [ 0.000002] sched_clock: 56 bits at 13MHz, resolution 76ns, wraps every 4398046511101ns [ 0.008193] Calibrating delay loop (skipped), value calculated using timer frequency.. 26.00 BogoMIPS (lpj=52000) [ 0.018509] pid_max: default: 32768 minimum: 301 [ 0.023215] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear) [ 0.030560] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear) [ 0.039164] ASID allocator initialised with 65536 entries [ 0.044640] rcu: Hierarchical SRCU implementation. [ 0.049735] smp: Bringing up secondary CPUs ... [ 0.054522] Detected VIPT I-cache on CPU1 [ 0.054543] GICv3: CPU1: found redistributor 1 region 0:0x000000000c0a0000 [ 0.054566] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.054811] Detected VIPT I-cache on CPU2 [ 0.054823] GICv3: CPU2: found redistributor 2 region 0:0x000000000c0c0000 [ 0.054831] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] [ 0.055040] Detected VIPT I-cache on CPU3 [ 0.055048] GICv3: CPU3: found redistributor 3 region 0:0x000000000c0e0000 [ 0.055055] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] [ 0.055083] smp: Brought up 1 node, 4 CPUs [ 0.111639] SMP: Total of 4 processors activated. [ 0.116361] CPU features: detected: 32-bit EL0 Support [ 0.121520] CPU features: detected: CRC32 instructions [ 0.126772] CPU: All CPU(s) started at EL2 [ 0.130891] alternatives: patching kernel code [ 0.137608] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.147428] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.154432] pinctrl core: initialized pinctrl subsystem [ 0.160154] NET: Registered protocol family 16 [ 0.164806] DMA: preallocated 256 KiB pool for atomic allocations [ 0.179576] cryptd: max_cpu_qlen set to 1000 [ 0.185044] SCSI subsystem initialized [ 0.188922] libata version 3.00 loaded. [ 0.193020] usbcore: registered new interface driver usbfs [ 0.198560] usbcore: registered new interface driver hub [ 0.203920] usbcore: registered new device driver usb [ 0.209746] Bluetooth: Core ver 2.22 [ 0.213360] NET: Registered protocol family 31 [ 0.217821] Bluetooth: HCI device and connection manager initialized [ 0.224206] Bluetooth: HCI socket layer initialized [ 0.229104] Bluetooth: L2CAP socket layer initialized [ 0.234180] Bluetooth: SCO socket layer initialized [ 0.239815] rbus 18000000.wbsys: PCI host bridge to bus 0000:00 [ 0.245765] pci_bus 0000:00: root bus resource [mem 0x18000000-0x18ffffff] [ 0.252672] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.258181] pci_bus 0000:00: scanning bus [ 0.262219] pci 0000:00:00.0: [14c3:7986] type 00 class 0x000280 [ 0.268261] pci 0000:00:00.0: reg 0x10: [mem 0x18000000-0x1800000f 64bit] [ 0.275080] pci 0000:00:00.0: reg 0x18: [mem 0x00000000-0x0000000f] [ 0.281375] pci 0000:00:00.0: reg 0x1c: [mem 0x00000000-0x0000000f] [ 0.287670] pci 0000:00:00.0: reg 0x20: [mem 0x00000000-0x0000000f] [ 0.293964] pci 0000:00:00.0: reg 0x24: [mem 0x00000000-0x0000000f] [ 0.301132] pci_bus 0000:00: fixups for bus [ 0.305332] pci_bus 0000:00: bus scan returning with max=00 [ 0.311227] clocksource: Switched to clocksource arch_sys_counter [ 0.317871] thermal_sys: Registered thermal governor 'fair_share' [ 0.317874] thermal_sys: Registered thermal governor 'bang_bang' [ 0.324001] thermal_sys: Registered thermal governor 'step_wise' [ 0.330034] thermal_sys: Registered thermal governor 'user_space' [ 0.336066] thermal_sys: Registered thermal governor 'power_allocator' [ 0.342417] NET: Registered protocol family 2 [ 0.353415] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.361026] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear) [ 0.369512] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.377311] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear) [ 0.384522] TCP: Hash tables configured (established 4096 bind 4096) [ 0.390965] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.397529] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.404599] NET: Registered protocol family 1 [ 0.408996] PCI: CLS 0 bytes, default 64 [ 0.413669] workingset: timestamp_bits=46 max_order=17 bucket_order=0 [ 0.422338] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.428213] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) © 2001-2006 Red Hat, Inc. [ 0.446425] mtk-pcie 11280000.pcie: host bridge /pcie@11280000 ranges: [ 0.453043] mtk-pcie 11280000.pcie: Parsing ranges property... [ 0.458906] mtk-pcie 11280000.pcie: MEM 0x20000000..0x2fffffff → 0x20000000 [ 0.466185] phy phy-pcie-phy@11c00000.0: try to get sw efuse [ 0.471870] phy phy-pcie-phy@11c00000.0: try to get sw efuse+ [ 0.477655] phy phy-pcie-phy@11c00000.0: u3 auto load valid efuse: ENABLE with value: 1 [ 0.485712] phy phy-pcie-phy@11c00000.0: u3 efuse - intr 29, rx_imp 10, tx_imp f [ 0.493149] phy phy-pcie-phy@11c00000.0: pcie auto load valid efuse: ENABLE with value: 1 [ 0.501383] phy phy-pcie-phy@11c00000.0: u3 lane1 efuse - intr 29, rx_imp 10, tx_imp f [ 0.715246] mtk-pcie 11280000.pcie: PCIe link down, ltssm reg val: 0x1000001 [ 0.722389] mtk-pcie: probe of 11280000.pcie failed with error -110 [ 0.737272] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled [ 0.744153] printk: console [ttyS0] disabled [ 0.768568] 11002000.serial: ttyS0 at MMIO 0x11002000 (irq = 11, base_baud = 2500000) is a ST16650V2 [ 0.777777] printk: console [ttyS0] enabled [ 0.777777] printk: console [ttyS0] enabled [ 0.786128] printk: bootconsole [uart8250] disabled [ 0.786128] printk: bootconsole [uart8250] disabled [ 0.816237] 11003000.serial: ttyS1 at MMIO 0x11003000 (irq = 12, base_baud = 1625000) is a ST16650V2 [ 0.825841] mtk_rng 1020f000.trng: registered RNG driver [ 0.826050] random: fast init done [ 0.834778] crng init done [ 0.838353] cacheinfo: Unable to detect cache hierarchy for CPU 0 [ 0.846110] loop: module loaded [ 0.850109] mt7986-pinctrl 1001f000.pinctrl: pin_config_set op failed for pin 36 [ 0.857498] mtk-spi 1100a000.spi: Error applying setting, reverse things back [ 0.865178] spi-nand spi0.1: Macronix SPI NAND was found. [ 0.870570] spi-nand spi0.1: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64 [ 0.880301] [mtk_hw_init] reset_lock:0, force:0 [ 0.884858] [mtk_hw_init] execute fe cold reset [ 0.900646] mtk_soc_eth 15100000.ethernet: MDC is running on 2500000 Hz [ 0.973211] mtk_soc_eth 15100000.ethernet: generated random MAC address d6:c0:6e:b5:25:9d [ 0.981624] mtk_soc_eth 15100000.ethernet eth0: mediatek frame engine at 0xffffffc011b00000, irq 122 [ 0.990758] mtk_soc_eth 15100000.ethernet: generated random MAC address ce:75:c5:fe:19:dc [ 0.999081] mtk_soc_eth 15100000.ethernet eth1: mediatek frame engine at 0xffffffc011b00000, irq 122 [ 1.008198] (unnamed net_device) (dummy): netif_napi_add() called with weight 256 [ 1.015962] xhci-mtk 11200000.xhci: 11200000.xhci supply vbus not found, using dummy regulator [ 1.024585] xhci-mtk 11200000.xhci: 11200000.xhci supply vusb33 not found, using dummy regulator [ 1.033474] phy phy-usb-phy@11e10000.1: try to get sw efuse [ 1.039033] phy phy-usb-phy@11e10000.1: try to get sw efuse+ [ 1.044688] phy phy-usb-phy@11e10000.1: u2 auto load valid efuse: ENABLE with value: 1 [ 1.052588] phy phy-usb-phy@11e10000.1: u2 efuse - intr 14 [ 1.058062] phy phy-usb-phy@11e10000.2: try to get sw efuse [ 1.063617] phy phy-usb-phy@11e10000.2: try to get sw efuse+ [ 1.069264] phy phy-usb-phy@11e10000.2: u3 auto load valid efuse: ENABLE with value: 1 [ 1.077174] phy phy-usb-phy@11e10000.2: u3 efuse - intr 29, rx_imp 10, tx_imp e [ 1.084468] phy phy-usb-phy@11e10000.3: try to get sw efuse [ 1.090024] phy phy-usb-phy@11e10000.3: try to get sw efuse+ [ 1.095670] phy phy-usb-phy@11e10000.3: u2 auto load valid efuse: ENABLE with value: 1 [ 1.103571] phy phy-usb-phy@11e10000.3: u2 efuse - intr 14 [ 1.109463] xhci-mtk 11200000.xhci: xHCI Host Controller [ 1.114771] xhci-mtk 11200000.xhci: new USB bus registered, assigned bus number 1 [ 1.125221] xhci-mtk 11200000.xhci: hcc params 0x01403f99 hci version 0x110 quirks 0x0000000000210010 [ 1.134459] xhci-mtk 11200000.xhci: irq 131, io mem 0x11200000 [ 1.140645] hub 1-0:1.0: USB hub found [ 1.144399] hub 1-0:1.0: 2 ports detected [ 1.148593] xhci-mtk 11200000.xhci: xHCI Host Controller [ 1.153898] xhci-mtk 11200000.xhci: new USB bus registered, assigned bus number 2 [ 1.161370] xhci-mtk 11200000.xhci: Host supports USB 3.2 Enhanced SuperSpeed [ 1.168527] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 1.176798] hub 2-0:1.0: USB hub found [ 1.180548] hub 2-0:1.0: 1 port detected [ 1.184785] usbcore: registered new interface driver uas [ 1.190121] usbcore: registered new interface driver usb-storage [ 1.196210] i2c /dev entries driver [ 1.200863] mtk-wdt 1001c000.watchdog: Watchdog enabled (timeout=31 sec, nowayout=0) [ 1.208766] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com [ 1.217261] Bluetooth: HCI UART driver ver 2.3 [ 1.221693] Bluetooth: HCI UART protocol H4 registered [ 1.226815] Bluetooth: HCI UART protocol BCSP registered [ 1.232153] Bluetooth: HCI UART protocol Broadcom registered [ 1.237808] Bluetooth: HCI UART protocol QCA registered [ 1.243421] crypto-safexcel 10320000.crypto: EIP97:230(0,1,4,4)-HIA:270(0,5,5),PE:150/433(alg:7fcdfc00)/0/0/0 [ 1.257340] Initializing XFRM netlink socket [ 1.261870] NET: Registered protocol family 10 [ 1.266814] Segment Routing with IPv6 [ 1.270524] NET: Registered protocol family 17 [ 1.275005] Bridge firewalling registered [ 1.279066] 8021q: 802.1Q VLAN Support v1.8 [ 1.290549] nmbm nmbm_spim_nand: Signature found at block 1023 [0x07fe0000] [ 1.298820] nmbm nmbm_spim_nand: First info table with writecount 0 found in block 960 [ 1.310563] nmbm nmbm_spim_nand: Second info table with writecount 0 found in block 963 [ 1.318552] nmbm nmbm_spim_nand: NMBM has been successfully attached [ 1.325130] 6 fixed-partitions partitions found on MTD device nmbm_spim_nand [ 1.332161] Creating 6 MTD partitions on “nmbm_spim_nand”: [ 1.337633] 0x000000000000-0x000000100000 : “BL2” [ 1.342794] 0x000000100000-0x000000180000 : “u-boot-env” [ 1.348419] 0x000000180000-0x000000380000 : “Factory” [ 1.353778] 0x000000380000-0x000000580000 : “FIP” [ 1.358787] 0x000000580000-0x000004580000 : “ubi” [ 1.363861] 0x000004580000-0x000004600000 : “HW” [ 1.578945] mt7530 mdio-bus:1f lan0 (uninitialized): PHY [dsa-0.0:00] driver [Generic PHY] [ 1.588400] mt7530 mdio-bus:1f lan1 (uninitialized): PHY [dsa-0.0:01] driver [Generic PHY] [ 1.597743] mt7530 mdio-bus:1f lan2 (uninitialized): PHY [dsa-0.0:02] driver [Generic PHY] [ 1.607055] mt7530 mdio-bus:1f lan3 (uninitialized): PHY [dsa-0.0:03] driver [Generic PHY] [ 1.616376] mt7530 mdio-bus:1f lan4 (uninitialized): PHY [dsa-0.0:04] driver [Generic PHY] [ 1.625309] mt7530 mdio-bus:1f: configuring for fixed/2500base-x link mode [ 1.632445] DSA: tree 0 setup [ 1.632698] mt7530 mdio-bus:1f: Link is Up - 2.5Gbps/Full - flow control rx/tx [ 1.635401] mt7530-nl: genl_register_family_with_ops [ 1.635962] UBI: auto-attach mtd5 [ 1.650948] ubi0: attaching mtd5 [ 1.974793] ubi0: scanning is finished [ 1.985847] ubi0: attached mtd5 (name “ubi”, size 64 MiB) [ 1.991235] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 1.998090] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 2.004858] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 2.011799] ubi0: good PEBs: 512, bad PEBs: 0, corrupted PEBs: 0 [ 2.017786] ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128 [ 2.024987] ubi0: max/mean erase counter: 3/1, WL threshold: 4096, image sequence number: 1712799706 [ 2.034094] ubi0: available PEBs: 0, total reserved PEBs: 512, PEBs reserved for bad PEB handling: 19 [ 2.043293] ubi0: background thread “ubi_bgt0d” started, PID 814 [ 2.044005] block ubiblock0_1: created from ubi0:1(rootfs) [ 2.054754] ubiblock: device ubiblock0_1 (rootfs) set to be root filesystem [ 2.061703] hctosys: unable to open rtc device (rtc0) [ 2.069995] VFS: Mounted root (squashfs filesystem) readonly on device 253:0. [ 2.077317] Freeing unused kernel memory: 448K [ 2.103255] Run /sbin/init as init process [ 2.295551] init: Console is alive [ 2.299023] init: - watchdog - [ 2.917950] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 2.939535] conninfra@(mtk_conninfra_drv_init:644) Before platform_driver_register [ 2.947227] Get Index(0-TOP_MISC_BASE) phy_addr(0x11d10000) vir_addr=(0xffffffc010b75000) size=(0x1000) [ 2.956599] Get Index(1-TOPRGU_BASE) phy_addr(0x1001c000) vir_addr=(0xffffffc010b7d000) size=(0x1000) [ 2.965796] Get Index(2-GPIO_BASE) phy_addr(0x1001f000) vir_addr=(0xffffffc010b85000) size=(0x1000) [ 2.974820] Get Index(3-IOCFG_TR_BASE) phy_addr(0x11f00000) vir_addr=(0xffffffc010b8d000) size=(0x1000) [ 2.984190] Get Index(4-IOCFG_TL_BASE) phy_addr(0x11f10000) vir_addr=(0xffffffc010b95000) size=(0x1000) [ 2.993560] Get Index(5-INFRACFG_AO_BASE) phy_addr(0x10003000) vir_addr=(0xffffffc010b9d000) size=(0x1000) [ 3.003190] Get Index(6-CONN_INFRA_CFG_BASE) phy_addr(0x18001000) vir_addr=(0xffffffc010ba5000) size=(0x1000) [ 3.013080] Get Index(7-CONN_INFRA_SYSRAM_BASE) phy_addr(0x18050000) vir_addr=(0xffffffc010bad000) size=(0x1000) [ 3.023229] Get Index(8-CONN_INFRA_CLKGEN_ON_TOP_BASE) phy_addr(0x18009000) vir_addr=(0xffffffc010bb5000) size=(0x1000) [ 3.033986] Get Index(9-CONN_HOST_CSR_TOP_BASE) phy_addr(0x18060000) vir_addr=(0xffffffc010bbd000) size=(0x1000) [ 3.044136] Get Index(10-CONN_INFRA_BUS_CR_BASE) phy_addr(0x1800e000) vir_addr=(0xffffffc010bc5000) size=(0x1000) [ 3.054372] Get Index(11-CONN_INFRA_RGU_BASE) phy_addr(0x18000000) vir_addr=(0xffffffc010bcd000) size=(0x1000) [ 3.064352] Get Index(12-CONN_WT_SLP_CTL_REG_BASE) phy_addr(0x18005000) vir_addr=(0xffffffc010bd5000) size=(0x1000) [ 3.074762] Get Index(13-INST2_CONN_WT_SLP_CTL_REG_BASE) phy_addr(0x18085000) vir_addr=(0xffffffc010bdd000) size=(0x1000) [ 3.085691] Get Index(14-CONN_RF_SPI_MST_REG_BASE) phy_addr(0x18004000) vir_addr=(0xffffffc010bdf000) size=(0x1000) [ 3.096101] Get Index(15-INST2_CONN_RF_SPI_MST_REG_BASE) phy_addr(0x18084000) vir_addr=(0xffffffc010be1000) size=(0x1000) [ 3.107032] Get Index(16-CONN_SEMAPHORE_BASE) phy_addr(0x18070000) vir_addr=(0xffffffc010e80000) size=(0x10000) [ 3.117095] Get Index(17-CONN_AFE_CTL_BASE) phy_addr(0x18003000) vir_addr=(0xffffffc010be3000) size=(0x1000) [ 3.126899] Get Index(18-CONN_AFE_CTL_2ND_BASE) phy_addr(0x18083000) vir_addr=(0xffffffc010be5000) size=(0x1000) [ 3.137049] Get Index(19-WF_TOP_SLPPROT_ON_BASE) phy_addr(0x184c0000) vir_addr=(0xffffffc010ea0000) size=(0x10000) [ 3.147375] Get Index(20-WF_TOP_CFG_BASE) phy_addr(0x184b0000) vir_addr=(0xffffffc010be7000) size=(0x1000) [ 3.157005] Get Index(21-WF_MCU_CONFIG_LS_BASE) phy_addr(0x184f0000) vir_addr=(0xffffffc010be9000) size=(0x1000) [ 3.167155] Get Index(22-WF_MCU_BUS_CR_BASE) phy_addr(0x18400000) vir_addr=(0xffffffc010beb000) size=(0x1000) [ 3.177044] Get Index(23-WF_MCUSYS_INFRA_BUS_FULL_U_DEBUG_CTRL_AO_BASE) phy_addr(0x18500000) vir_addr=(0xffffffc010bed000) size=(0x1000) [ 3.189274] Get Index(24-WF_TOP_CFG_ON_BASE) phy_addr(0x184c0000) vir_addr=(0xffffffc010ec0000) size=(0x10000) [ 3.199605] eeFlashId: 0x7986, EEPROM_content_valid = 1 [ 3.200215] conninfra@(consys_plt_hw_init:221) tx_stream = 0x4, rx_stream = 0x4, band0_pa_type = 0x0, band1_pa_type = 0x0 [ 3.217308] conninfra@(consys_plt_hw_init:230) adie_cfg_type = 2, one_adie_dbdc = 0 [ 3.224952] [emi_mng_init] gConEmiPhyBase = [0x4fc00000] size = [0x100000] fw size = [0x100000] ops=[00000000bf6db89c] [ 3.235697] conninfra@(mtk_conninfra_drv_init:650) After platform_driver_register [ 3.243476] ConnInfra Dev: init (0) [ 3.248431] conninfra@(_consys_polling_chipid_int:459) Read CONNSYS HW IP version successfully! (0x02070000) [ 3.258241] conninfra@(consys_bus_clock_ctrl:485) drv=[4] conninfra_bus_clock_wpll=[0]→[16] enable [ 3.267266] conninfra@(connsys_d_die_cfg:530) D-die efuse: 0x00000000 [ 3.274721] conninfra@(_connsys_a_die_chip_id_confirm:1911) adie_idx[0]: A-die CHIP ID = 0x7975, HW Version = 0x8a02 [ 3.286226] conninfra@(_connsys_a_die_chip_id_confirm:1911) adie_idx[1]: A-die CHIP ID = 0x7975, HW Version = 0x8a02 [ 3.298736] conninfra@(consys_spi_write_nolock:670) addr = 0x0a00, val = 0xffffffff [ 3.308383] conninfra@(consys_spi_write_nolock:670) addr = 0x0a1c, val = 0x30000a8a [ 3.317023] conninfra@(consys_spi_write_nolock:670) addr = 0x0144, val = 0x00000002 [ 3.326670] conninfra@(consys_spi_write_nolock:670) addr = 0x0148, val = 0x00000000 [ 3.336317] conninfra@(consys_spi_write_nolock:670) addr = 0x0148, val = 0x43a60000 [ 3.349992] conninfra@(connsys_a_die_efuse_read_nolock:906) efuse = [0x0000af02, 0x00c00100, 0x008400b8, 0x00000000] [ 3.361493] conninfra@(consys_spi_write_nolock:670) addr = 0x0144, val = 0x00000002 [ 3.371140] conninfra@(consys_spi_write_nolock:670) addr = 0x0148, val = 0x23a60036 [ 3.380788] conninfra@(consys_spi_write_nolock:670) addr = 0x0148, val = 0x63a70036 [ 3.394463] conninfra@(connsys_a_die_efuse_read_nolock:906) efuse = [0x0000af02, 0x00c00100, 0x008400b8, 0x00000000] [ 3.405964] conninfra@(consys_spi_write_nolock:670) addr = 0x0144, val = 0x00000002 [ 3.415610] conninfra@(consys_spi_write_nolock:670) addr = 0x0148, val = 0x23a70036 [ 3.425256] conninfra@(consys_spi_write_nolock:670) addr = 0x0148, val = 0x63a50036 [ 3.438930] conninfra@(connsys_a_die_efuse_read_nolock:906) efuse = [0x0000af02, 0x00c00100, 0x008400b8, 0x00000000] [ 3.449424] conninfra@(_connsys_a_die_form_patch_7975:1174) Form 7975 adie Patch [ 3.457804] conninfra@(consys_spi_write_nolock:670) addr = 0x0348, val = 0x00000002 [ 3.466443] conninfra@(consys_spi_write_nolock:670) addr = 0x0378, val = 0x00000002 [ 3.475082] conninfra@(consys_spi_write_nolock:670) addr = 0x03a8, val = 0x00000002 [ 3.483722] conninfra@(consys_spi_write_nolock:670) addr = 0x03d8, val = 0x00000002 [ 3.492362] conninfra@(consys_spi_write_nolock:670) addr = 0x0a1c, val = 0x30000aaa [ 3.501002] conninfra@(consys_spi_write_nolock:670) addr = 0x0a84, val = 0x8470008a [ 3.509641] conninfra@(consys_spi_write_nolock:670) addr = 0x0074, val = 0x00000002 [ 3.518281] conninfra@(consys_spi_write_nolock:670) addr = 0x0aa4, val = 0x01001fc0 [ 3.526921] conninfra@(consys_spi_write_nolock:670) addr = 0x0070, val = 0x00000005 [ 3.535561] conninfra@(consys_spi_write_nolock:670) addr = 0x0344, val = 0x00000088 [ 3.544201] conninfra@(consys_spi_write_nolock:670) addr = 0x0374, val = 0x00000088 [ 3.552840] conninfra@(consys_spi_write_nolock:670) addr = 0x03a4, val = 0x00000088 [ 3.561480] conninfra@(consys_spi_write_nolock:670) addr = 0x03d4, val = 0x00000088 [ 3.570120] conninfra@(consys_spi_write_nolock:670) addr = 0x0a80, val = 0x44d07000 [ 3.578760] conninfra@(consys_spi_write_nolock:670) addr = 0x0a88, val = 0x3900aaaa [ 3.587400] conninfra@(consys_spi_write_nolock:670) addr = 0x02c4, val = 0x00000000 [ 3.596040] conninfra@(consys_spi_write_nolock:670) addr = 0x02c8, val = 0x00000072 [ 3.605689] conninfra@(consys_spi_write_nolock:670) addr = 0x0a00, val = 0xffffffff [ 3.615335] conninfra@(consys_spi_write_nolock:670) addr = 0x0a1c, val = 0x30000aaa [ 3.623975] conninfra@(consys_spi_write_nolock:670) addr = 0x0144, val = 0x00000002 [ 3.633623] conninfra@(consys_spi_write_nolock:670) addr = 0x0148, val = 0x23a00036 [ 3.643269] conninfra@(consys_spi_write_nolock:670) addr = 0x0148, val = 0x63a60036 [ 3.656944] conninfra@(connsys_a_die_efuse_read_nolock:906) efuse = [0x0000b002, 0x00c00100, 0x008400b9, 0x00000000] [ 3.668442] conninfra@(consys_spi_write_nolock:670) addr = 0x0144, val = 0x00000002 [ 3.678089] conninfra@(consys_spi_write_nolock:670) addr = 0x0148, val = 0x23a60036 [ 3.687735] conninfra@(consys_spi_write_nolock:670) addr = 0x0148, val = 0x63a70036 [ 3.701408] conninfra@(connsys_a_die_efuse_read_nolock:906) efuse = [0x0000b002, 0x00c00100, 0x008400b9, 0x00000000] [ 3.712909] conninfra@(consys_spi_write_nolock:670) addr = 0x0144, val = 0x00000002 [ 3.722556] conninfra@(consys_spi_write_nolock:670) addr = 0x0148, val = 0x23a70036 [ 3.732202] conninfra@(consys_spi_write_nolock:670) addr = 0x0148, val = 0x63a50036 [ 3.745876] conninfra@(connsys_a_die_efuse_read_nolock:906) efuse = [0x0000b002, 0x00c00100, 0x008400b9, 0x00000000] [ 3.756370] conninfra@(_connsys_a_die_form_patch_7975:1174) Form 7975 adie Patch [ 3.764750] conninfra@(consys_spi_write_nolock:670) addr = 0x0348, val = 0x00000002 [ 3.773389] conninfra@(consys_spi_write_nolock:670) addr = 0x0378, val = 0x00000002 [ 3.782028] conninfra@(consys_spi_write_nolock:670) addr = 0x03a8, val = 0x00000002 [ 3.790668] conninfra@(consys_spi_write_nolock:670) addr = 0x03d8, val = 0x00000002 [ 3.799308] conninfra@(consys_spi_write_nolock:670) addr = 0x0a1c, val = 0x30000aaa [ 3.807948] conninfra@(consys_spi_write_nolock:670) addr = 0x0a84, val = 0x8470008a [ 3.816587] conninfra@(consys_spi_write_nolock:670) addr = 0x0074, val = 0x00000002 [ 3.825227] conninfra@(consys_spi_write_nolock:670) addr = 0x0aa4, val = 0x01001fc0 [ 3.833866] conninfra@(consys_spi_write_nolock:670) addr = 0x0070, val = 0x00000005 [ 3.842505] conninfra@(consys_spi_write_nolock:670) addr = 0x0344, val = 0x00000088 [ 3.851144] conninfra@(consys_spi_write_nolock:670) addr = 0x0374, val = 0x00000088 [ 3.859784] conninfra@(consys_spi_write_nolock:670) addr = 0x03a4, val = 0x00000088 [ 3.868425] conninfra@(consys_spi_write_nolock:670) addr = 0x03d4, val = 0x00000088 [ 3.877065] conninfra@(consys_spi_write_nolock:670) addr = 0x0a80, val = 0x44d07000 [ 3.885705] conninfra@(consys_spi_write_nolock:670) addr = 0x0a88, val = 0x3900aaaa [ 3.894346] conninfra@(consys_spi_write_nolock:670) addr = 0x02c4, val = 0x00000000 [ 3.902986] conninfra@(consys_spi_write_nolock:670) addr = 0x02c8, val = 0x00000072 [ 3.911627] conninfra@(consys_spi_write_nolock:670) addr = 0x0070, val = 0x80000000 [ 3.921224] conninfra@(consys_spi_write_nolock:670) addr = 0x0070, val = 0x00000005 [ 3.929865] conninfra@(consys_spi_write_nolock:670) addr = 0x0070, val = 0x80000000 [ 3.939463] conninfra@(consys_spi_write_nolock:670) addr = 0x0070, val = 0x00000005 [ 3.948042] conninfra@(_consys_polling_chipid_int:459) Read CONNSYS HW IP version successfully! (0x02070000) [ 3.957844] conninfra@(_consys_hw_conninfra_wakeup:470) conninfra_wakeup refcnt=[0]→[1] wakeup!! [ 3.966701] conninfra@(_consys_hw_conninfra_sleep:490) conninfra_sleep refcnt=[1]→[0] sleep!! [ 3.975289] conninfra@(opfunc_power_on_internal:241) [Conninfra Pwr On] BT=[0] FM=[0] GPS=[0] WF=[0] CONNINFRA=[1] [ 3.988353] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.995400] ehci-fsl: Freescale EHCI Host controller driver [ 4.001434] ehci-platform: EHCI generic platform driver [ 4.007858] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 4.014558] ohci-platform: OHCI generic platform driver [ 4.020493] uhci_hcd: USB Universal Host Controller Interface driver [ 4.029921] mediatek_soc_hnat 15100000.hnat: wan = eth1 [ 4.035163] mediatek_soc_hnat 15100000.hnat: lan = lan [ 4.040291] mediatek_soc_hnat 15100000.hnat: lan2 = eth2 [ 4.045587] mediatek_soc_hnat 15100000.hnat: ppd = eth0 [ 4.050796] mediatek_soc_hnat 15100000.hnat: gmac num = 2 [ 4.056179] mediatek_soc_hnat 15100000.hnat: ppe num = 1 [ 4.061867] mediatek_soc_hnat 15100000.hnat: PPE0 entry number = 8192 [ 4.078599] mediatek_soc_hnat 15100000.hnat: PPE0 hwnat start [ 4.084399] hnat roaming work enable [ 4.090786] warp_module_init(): module init and register callback for warp [ 4.097689] create warp_ctrl ok!!! [ 4.101124] wed_get_slot_map(): assign slot_id:0 for entry: 0! [ 4.106952] wed_get_slot_map(): assign slot_id:1 for entry: 1! [ 4.113268] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 4.124091] init: - preinit - [ 4.505236] mtk_soc_eth 15100000.ethernet eth0: configuring for fixed/2500base-x link mode [ 4.513574] mtk_soc_eth 15100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level [ 6.560614] mount_root: loading kmods from internal overlay [ 6.576499] kmodloader: loading kernel modules from etc/modules-boot.d/* [ 6.584472] kmodloader: done loading kernel modules from etc/modules-boot.d/* [ 7.813834] UBIFS (ubi0:2): Mounting in unauthenticated mode [ 7.819599] UBIFS (ubi0:2): background thread “ubifs_bgt0_2” started, PID 933 [ 7.858046] UBIFS (ubi0:2): recovery needed [ 7.977453] UBIFS (ubi0:2): recovery completed [ 7.981933] UBIFS (ubi0:2): UBIFS: mounted UBI device 0, volume 2, name “rootfs_data” [ 7.989744] UBIFS (ubi0:2): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 7.999633] UBIFS (ubi0:2): FS size: 29077504 bytes (27 MiB, 229 LEBs), journal size 1396736 bytes (1 MiB, 11 LEBs) [ 8.010042] UBIFS (ubi0:2): reserved for root: 1373402 bytes (1341 KiB) [ 8.016639] UBIFS (ubi0:2): media format: w5/r0 (latest is w5/r0), UUID DF324F60-B962-4529-A66E-0D952293A496, small LPT model [ 8.029660] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab [ 8.044239] block: extroot: not configured [ 8.048447] UBIFS (ubi0:2): un-mount UBI device 0 [ 8.053147] UBIFS (ubi0:2): background thread “ubifs_bgt0_2” stops [ 8.062259] UBIFS (ubi0:2): Mounting in unauthenticated mode [ 8.067976] UBIFS (ubi0:2): background thread “ubifs_bgt0_2” started, PID 936 [ 8.143039] UBIFS (ubi0:2): UBIFS: mounted UBI device 0, volume 2, name “rootfs_data” [ 8.150853] UBIFS (ubi0:2): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 8.160743] UBIFS (ubi0:2): FS size: 29077504 bytes (27 MiB, 229 LEBs), journal size 1396736 bytes (1 MiB, 11 LEBs) [ 8.171150] UBIFS (ubi0:2): reserved for root: 1373402 bytes (1341 KiB) [ 8.177748] UBIFS (ubi0:2): media format: w5/r0 (latest is w5/r0), UUID DF324F60-B962-4529-A66E-0D952293A496, small LPT model [ 8.193590] mount_root: loading kmods from internal overlay [ 8.206926] kmodloader: loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/* [ 8.217108] kmodloader: done loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/* [ 9.385852] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab [ 9.397349] block: extroot: not configured [ 9.403462] mount_root: switching to ubifs overlay [ 9.418643] urandom-seed: Seeding with /etc/urandom.seed [ 9.472057] procd: - early - [ 9.474955] procd: - watchdog - ls: /dev/usb/: No such file or directory [ 9.557111] sh (1037): drop_caches: 3 [ 9.798097] sh (1047): drop_caches: 3 [ 10.004857] procd: - watchdog - [ 10.008206] procd: - ubus - [ 10.059921] sh (1061): drop_caches: 3 [ 10.139127] procd: - init - [ 10.339481] sh (1076): drop_caches: 3 [ 10.616136] sh (1095): drop_caches: 3 [ 10.874622] sh (1119): drop_caches: 3 [ 10.947556] urngd: v1.0.2 started. [ 11.140847] sh (1142): drop_caches: 3 [ 11.462354] sh (1204): drop_caches: 3 [ 11.777328] sh (1214): drop_caches: 3 [ 11.781098] kmodloader: loading kernel modules from /etc/modules.d/* [ 11.987330] MACsec IEEE 802.1AE [ 12.068744] RPC: Registered named UNIX socket transport module. [ 12.074668] RPC: Registered udp transport module. [ 12.079362] RPC: Registered tcp transport module. [ 12.084051] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 12.096440] sh (1235): drop_caches: 3 [ 12.151043] ntfs: driver 2.1.32 [Flags: R/O MODULE]. [ 12.235790] NET: Registered protocol family 15 [ 12.270170] tun: Universal TUN/TAP device driver, 1.6 [ 12.388876] sh (1267): drop_caches: 3 [ 12.524340] l2tp_core: L2TP core driver, V2.0 [ 12.531132] l2tp_netlink: L2TP netlink interface [ 12.581808] gre: GRE over IPv4 demultiplexor driver [ 12.597868] ip_gre: GRE over IPv4 tunneling driver [ 12.611576] ip6_gre: GRE over IPv6 tunneling driver [ 12.659956] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 12.679799] sh (1297): drop_caches: 3 [ 12.976984] sh (1345): drop_caches: 3 [ 13.293099] sh (1355): drop_caches: 3 [ 13.618343] sh (1365): drop_caches: 3 [ 13.926937] sh (1377): drop_caches: 3 [ 14.321163] ppdev: user-space parallel port driver [ 14.639324] lp: driver loaded but no devices found [ 14.651475] GACT probability on [ 14.655450] Mirror/redirect action on [ 14.664489] u32 classifier [ 14.667194] input device check on [ 14.670897] Actions configured [ 14.679489] Simple TC action Loaded [ 14.690980] fuse: init (API version 7.31) [ 14.708480] usbcore: registered new interface driver ipheth [ 14.718658] Current mapfilter version v3.0.1.2 [ 15.502155] mt_wifi: module license 'Proprietary' taints kernel. [ 15.508176] Disabling lock debugging due to kernel taint [ 15.548395] conninfra@(conninfra_pwr_on:120) [conninfra_pwr_on] drv=[3] [ 15.555968] conninfra@(_consys_polling_chipid_int:459) Read CONNSYS HW IP version successfully! (0x02070000) [ 15.573944] Adie Type: 0x7975 [ 15.573947] SKU Type: 6000 [ 15.577892] conninfra@(opfunc_power_on_internal:241) [Conninfra Pwr On] BT=[0] FM=[0] GPS=[0] WF=[1] CONNINFRA=[1] [ 15.592000] WiFi@C12L1,get_dbg_setting_by_profile() 4425: debug level setting=INDEX0_debug_level not found!! [ 15.601907] WiFi@C12L1,get_dbg_setting_by_profile() 4448: debug option setting=INDEX0_debug_option not found!! [ 15.611994] mt_rbus 0000:00:00.0: runtime IRQ mapping not provided by arch [ 15.626801] mt7986_init()-→ [ 15.629742] sku:0xd, ADIE=MT7975 [ 15.634112] ←-mt7986_init() [ 15.637033] RtmpRaDevCtrlInit(): MCS_LUT not used becasue MacTb size(544) > 128! [ 15.644527] WiFi@C12L1,match_index_by_chipname() 758: not find chip name INDEX1 [ 15.651853] WiFi@C12L1,match_index_by_chipname() 758: not find chip name INDEX2 [ 15.659183] WiFi@C12L1,match_index_by_chipname() 758: not find chip name INDEX3 [ 15.666506] WiFi@C12L1,match_index_by_chipname() 758: not find chip name INDEX4 [ 15.673829] WiFi@C12L1,match_index_by_chipname() 758: not find chip name INDEX5 [ 15.681160] WiFi@C12L1,match_index_by_chipname() 758: not find chip name INDEX6 [ 15.688488] WiFi@C12L1,match_index_by_chipname() 758: not find chip name INDEX7 [ 15.695801] WiFi@C12L1,match_index_by_chipname() 758: not find chip name INDEX8 [ 15.703128] WiFi@C12L1,match_index_by_chipname() 758: not find chip name INDEX9 [ 15.710442] WiFi@C12L2,match_index_by_chipname() 763: Not find slot id, back to old rule. [ 15.718729] msta_ifname not found [ 15.729305] -→mtfwd_init(ver:2.0) [ 15.729357] ←- [ 15.733531] mtk_warp_proxy: module uses symbols from proprietary module mt_wifi, inheriting taint. [ 15.746006] -→mtqos_init(), mtqos ver:1.0 [ 15.746052] ←- [ 15.769187] nf_conntrack_rtsp v0.7 loading [ 15.782096] nf_nat_rtsp v0.7 loading [ 15.792946] usbcore: registered new interface driver ums-alauda [ 15.799698] usbcore: registered new interface driver ums-cypress [ 15.806519] usbcore: registered new interface driver ums-datafab [ 15.813221] usbcore: registered new interface driver ums-freecom [ 15.819965] usbcore: registered new interface driver ums-isd200 [ 15.826678] usbcore: registered new interface driver ums-jumpshot [ 15.833635] usbcore: registered new interface driver ums-karma [ 15.840264] usbcore: registered new interface driver ums-sddr09 [ 15.847045] usbcore: registered new interface driver ums-sddr55 [ 15.853695] usbcore: registered new interface driver ums-usbat [ 15.860337] usbcore: registered new interface driver usblp [ 15.893597] xt_time: kernel timezone is -0000 [ 15.899303] usbcore: registered new interface driver cdc_ether [ 15.914166] PPP generic driver version 2.4.2 [ 15.919332] PPP MPPE Compression module registered [ 15.925347] NET: Registered protocol family 24 [ 15.930911] PPTP driver version 0.8.5 [ 15.936492] usbcore: registered new interface driver rndis_host [ 15.944801] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 15.952663] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld Jason@zx2c4.com. All Rights Reserved. [ 15.964443] l2tp_ppp: PPPoL2TP kernel driver, V2.0 [ 15.971410] kmodloader: done loading kernel modules from /etc/modules.d/* ===================================== INIT FW START ===================================== [ 18.999381] mtk_soc_eth 15100000.ethernet eth0: TX vlan offload cannot be enabled when dsa is attached. [ 19.009549] mtk_soc_eth 15100000.ethernet eth0: TX vlan offload cannot be enabled when dsa is attached. [ 20.029688] mtk_soc_eth 15100000.ethernet eth0: Link is Down [ 20.048166] mtk_soc_eth 15100000.ethernet eth0: configuring for fixed/2500base-x link mode [ 20.056566] mtk_soc_eth 15100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx [ 20.057730] device eth0 entered promiscuous mode [ 20.070502] mt7530 mdio-bus:1f lan0: configuring for phy/gmii link mode [ 20.077773] 8021q: adding VLAN 0 to HW filter on device lan0 [ 20.085642] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 20.092184] br-lan: port 1(lan0) entered blocking state [ 20.097459] br-lan: port 1(lan0) entered disabled state [ 20.103184] device lan0 entered promiscuous mode [ 20.114575] mt7530 mdio-bus:1f lan1: configuring for phy/gmii link mode [ 20.121818] 8021q: adding VLAN 0 to HW filter on device lan1 [ 20.130160] br-lan: port 2(lan1) entered blocking state [ 20.135420] br-lan: port 2(lan1) entered disabled state [ 20.141320] device lan1 entered promiscuous mode [ 20.150662] mt7530 mdio-bus:1f lan2: configuring for phy/gmii link mode [ 20.158203] 8021q: adding VLAN 0 to HW filter on device lan2 [ 20.166278] br-lan: port 3(lan2) entered blocking state [ 20.171554] br-lan: port 3(lan2) entered disabled state [ 20.177590] device lan2 entered promiscuous mode [ 20.187139] mt7530 mdio-bus:1f lan3: configuring for phy/gmii link mode [ 20.194681] 8021q: adding VLAN 0 to HW filter on device lan3 [ 20.196945] mt7530 mdio-bus:1f lan3: Link is Up - 1Gbps/Full - flow control rx/tx [ 20.202665] br-lan: port 4(lan3) entered blocking state [ 20.213087] br-lan: port 4(lan3) entered disabled state [ 20.219330] device lan3 entered promiscuous mode [ 20.226980] br-lan: port 4(lan3) entered blocking state [ 20.232224] br-lan: port 4(lan3) entered forwarding state [ 20.238002] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 20.247890] mtk_soc_eth 15100000.ethernet eth1: configuring for fixed/2500base-x link mode [ 20.256258] mtk_soc_eth 15100000.ethernet eth1: Link is Up - 2.5Gbps/Full - flow control rx/tx WAN NETWORK IP:192.168.114.0 LAN NETWORK IP:192.168.20.0 UDHCPC : a diffrent network 192.168.114.179/255.255.255.0 192.168.20.1/255.255.255.0 =============WCLOUD :Seed conflict with HW =============== WAN NETWORK IP:192.168.114.0 LAN NETWORK IP:192.168.20.0 UDHCPC : a diffrent network 192.168.114.179/255.255.255.0 192.168.20.1/255.255.255.0 =============WCLOUD :Seed conflict with HW =============== [ 21.539409] ========================================= [ 21.544508] ==============WIN_IGD START============== [ 21.549594] ========================================= [ 21.554685] WIN_IGD: WAN_IF: eth1 LAN_IF: br-lan [ 21.559339] end ts module init [ 21.564789] HQoS is going to be disabled! [ 21.762528] hook is going to be disabled ! [ 22.026740] HQoS mode is going to be enabled! [ 22.031183] HQoS uplink is going to be enabled! [ 22.035748] HQoS downlink is going to be enabled! [ 22.191505] hook is going to be enabled ! [ 23.198386] 7986@C01L2,RTMP_COM_IoctlHandle() 1517: → CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT [ 23.208831] msta_ifname not found [ 23.212731] warp_cap_support(): chip_id=7986 is in WHNAT support list [ 23.219225] warp_entry_acquire(): bus slot:0, hook to WARP, entry id=0, entry: 00000000ce9040f4 [ 23.227964] client_hif_specific_get(): hw→base_phy_addr 0x18000000!! [ 23.234550] warp_entry_get_by_pdev(): return entry[0] [ 23.240124] warp_msg_register():warp,pid,7617,id,0,wed_idx,0 [ 23.245827] warp_dev0 15010000.wed: Using 32bit DMA for streaming map [ 23.252277] warp_dev0 15010000.wed: Using 32bit DMA for coherent map [ 23.258742] wed_init(0): res_start = 0x15010000, size = 1000, irq=6,base_addr=0xffffffc01107d000 [ 23.268106] wed_ring_init(): wed tx ring init result = 0 [ 23.274174] wed_ring_init(): wed rx ring init result = 0 [ 23.284298] GetEntryFromFreeList: allocated new pool [ 23.290933] GetEntryFromFreeList: allocated new pool [ 23.297511] GetEntryFromFreeList: allocated new pool [ 23.304158] GetEntryFromFreeList: allocated new pool [ 23.311991] create wed ok!!! [ 23.314934] wdma_init(): wdma(0) base_addr=0xffffffc011085800, base_phy_addr=0x15104800 [ 23.324037] warp_woif_bus_init_hw(): bus:000000006384a2fa, txring: 20, pa: 0x000000005d2a0000, 0x000000005d2a0000, 24, 28, 3c [ 23.335342] warp_woif_bus_init_hw(): bus:000000006384a2fa, rxring: 50, pa: 0x000000005c00a000, 0x000000005c00a000, 54, 58, 6c [ 23.346716] get_region_info(): wed_idx = 0, base_addr = 0x0000000052bd58c1, size = 0x40000, res.start = 0x4fd00000, shared:0 [ 23.357951] get_region_info(): wed_idx = 0, base_addr = 0x0000000003e811cb, size = 0x8000, res.start = 0x151e0000, shared:0 [ 23.369103] get_region_info(): wed_idx = 0, base_addr = 0x000000004f4eedb1, size = 0x240000, res.start = 0x4fd80000, shared:1 [ 23.380393] get_region_info(): wed_idx = 0, base_addr = 0x0000000080280534, size = 0x1000, res.start = 0x15194000, shared:0 [ 23.391498] warp_fwdl_mcu_mode(): mcu mode, need fwdl [ 23.446293] ########## WO Firmware ########## [ 23.450717] Chip ID: 0x0000 [ 23.453665] ECO version:0 [ 23.456346] Version: DEV_000000 [ 23.459508] Build date: 20221208175748 [ 23.463262] Total region:3 [ 23.465961] ################################# [ 23.470353] Parsing tailer region 0 [ 23.473930] Target address: 0x151e0000 [ 23.477807] Download size: 20768 [ 23.481210] Parsing tailer region 1 [ 23.484734] Target address: 0x4fd00000 [ 23.488602] Download size: 87584 [ 23.492065] Parsing tailer region 2 [ 23.495573] Target address: 0x4fd80000 [ 23.499436] Download size: 2319824 [ 23.506541] warp_fwdl_ready_check_mcu_mode(): waiting for wocpu [ 23.533061] warp_fwdl_ready_check_mcu_mode(): wocpu is ready [ 23.538768] warp_woctrl_init_state(), wo_state: WO_STATE_ENABLE [ 23.544772] wo_proc_init done 000000009b247614 [ 23.549333] wo_exep_proc_init done 000000009b247614 [ 23.554353] wo_exception_init(0): exp log= 0x0000000046a55bae, phy_addr= 0x000000005d360000 size= 32768 [ 23.563951] warp_probe(): probe fail since warp is full! [ 23.569335] warp_dev0: probe of 15010000.wed2 failed with error -1 [ 23.575812] 7986@C01L3,mt_wifi_open() 345: whnat_en=1 [ 23.639448] 7986@C08L2,profile_wds_reg() 1331: WdsEnable is unknow(0;0;0;0) [ 23.646538] 7986@C08L2,profile_wds_reg() 1331: WdsEnable is unknow(0;0;0;0) [ 23.665933] 7986@C12L1,RTMPWirelessModeCfg() 610: Init: BSS0 PhyMode=78 [ 23.672600] 7986@C12L1,RTMPWirelessModeCfg() 610: Init: BSS1 PhyMode=78 [ 23.679247] 7986@C12L1,RTMPWirelessModeCfg() 610: Init: BSS2 PhyMode=78 [ 23.685904] 7986@C12L1,RTMPWirelessModeCfg() 610: Init: BSS3 PhyMode=78 [ 23.692546] 7986@C12L1,RTMPWirelessModeCfg() 610: Init: BSS4 PhyMode=177 [ 23.699267] 7986@C12L1,RTMPWirelessModeCfg() 610: Init: BSS5 PhyMode=177 [ 23.706004] 7986@C12L1,RTMPWirelessModeCfg() 610: Init: BSS6 PhyMode=177 [ 23.712751] 7986@C12L1,RTMPWirelessModeCfg() 610: Init: BSS7 PhyMode=177 [ 23.719692] 7986@C23L3,auto_ch_select_set_cfg() 3440: BandIdx0, AutoChannelAtBootup=1, AutoChannelAlg = 3 [ 23.729299] 7986@C23L3,auto_ch_select_set_cfg() 3440: BandIdx1, AutoChannelAtBootup=1, AutoChannelAlg = 3 [ 23.778453] 7986@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=0, Desired MFPC=1 [ 23.785880] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=1, Desired MFPC=1 [ 23.793308] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=2, Desired MFPC=1 [ 23.800740] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=3, Desired MFPC=1 [ 23.808170] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=4, Desired MFPC=1 [ 23.815589] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=5, Desired MFPC=1 [ 23.823011] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=6, Desired MFPC=1 [ 23.830430] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=7, Desired MFPC=1 [ 23.839302] WiFi@C12L1,RTMPSetProfileParameters() 8700: ra0, QoSMgmtCapa=0 [ 23.846202] WiFi@C12L1,RTMPSetProfileParameters() 8700: (null), QoSMgmtCapa=0 [ 23.853369] WiFi@C12L1,RTMPSetProfileParameters() 8700: (null), QoSMgmtCapa=0 [ 23.860548] WiFi@C12L1,RTMPSetProfileParameters() 8700: (null), QoSMgmtCapa=0 [ 23.867695] WiFi@C12L1,RTMPSetProfileParameters() 8700: (null), QoSMgmtCapa=0 [ 23.874855] WiFi@C12L1,RTMPSetProfileParameters() 8700: (null), QoSMgmtCapa=0 [ 23.882019] WiFi@C12L1,RTMPSetProfileParameters() 8700: (null), QoSMgmtCapa=0 [ 23.889185] WiFi@C12L1,RTMPSetProfileParameters() 8700: (null), QoSMgmtCapa=0 [ 23.901195] WiFi@C12L1,rtmp_read_ap_client_from_file() 1638: APCLI[0] ApCliMuMimoDlEnable = 0 [ 23.909745] WiFi@C12L1,rtmp_read_ap_client_from_file() 1638: APCLI[1] ApCliMuMimoDlEnable = 0 [ 23.918433] WiFi@C12L1,rtmp_read_ap_client_from_file() 1657: APCLI[0] ApCliMuMimoUlEnable = 0 [ 23.926999] WiFi@C12L1,rtmp_read_ap_client_from_file() 1657: APCLI[1] ApCliMuMimoUlEnable = 0 [ 23.936984] WiFi@C03L1,AndesSendCmdMsg() 754: Could not send in band command due to diablefRTMP_ADAPTER_MCU_SEND_IN_BAND_CMD [ 23.948237] WiFi@C03L2,AndesSendCmdMsg() 765: Command type = ed, Extension command type = 48 =============WCL[ 23.956707] WiFi@C03L1,AndesSendCmdMsg() 754: Could not send in band command due to diablefRTMP_ADAPTER_MCU_SEND_IN_BAND_CMD OUD :Seed confli[ 23.969320] WiFi@C03L2,AndesSendCmdMsg() 765: Command type = ed, Extension command type = 48 ct with HW

[ 24.043836] wdma_dma_ctrl(): WDMA_GLO_CFG=50404e70, txrx = 0 [ 24.056506] wdma_dma_ctrl(): WDMA_GLO_CFG=40404e70, txrx = 0 [ 24.072694] warp_tx_ring_init_hw(): configure ring 0 setting [ 24.078363] warp_tx_ring_init_hw(): wed:0000000059a4d689 wifi:0000000044a381b9: 24420=5c1b0000,24424=2048,24428=0 [ 24.088613] warp_tx_ring_init_hw(): configure ring 1 setting [ 24.094258] warp_tx_ring_init_hw(): wed:0000000059a4d689 wifi:0000000044a381b9: 24430=5c1b8000,24434=2048,24438=0 [ 24.104612] set_rrocfg,0 [ 24.130070] wdma_dma_ctrl(): WDMA_GLO_CFG=40404e74, txrx = 3 [ 24.135769] sku:0xd, ADIE=MT7975 [ 24.140118] using E1 ROM patch [ 24.143155] using E1 RAM [ 24.145684] current sync CR = 0x1 [ 24.158940] Built date: 20230628111101a [ 24.162871] Platform: ALPS [ 24.165662] HW/SW version: 0x8a108a10 [ 24.169402] Patch version: 0xffffffff [ 24.182097] current sync CR = 0x1 [ 24.333948] Chip ID: 0x0f [ 24.336689] Eco version: 0x00 [ 24.339746] Region number: 0x0b [ 24.342958] Format version: 0x02 [ 24.346263] Format flag: 0x01 [ 24.349309] Ram version: 000000 [ 24.352876] Built date: 20230628111147 [ 24.356705] Common crc: 0xa90b7caf [ 24.360184] Release info: header tag = 0, total length = 64 [ 24.365829] tag 1, padding length = 1, tag length = 59 [ 24.371038] payload: t-neptune-main-mt7915-1953-MT7986_MP2111_IMP-20230628110614 [ 24.450016] Chip ID: 0x00 [ 24.452765] Eco version: 0x00 [ 24.455833] Region number: 0x03 [ 24.459046] Format version: 0x02 [ 24.462353] Format flag: 0x01 [ 24.465399] Ram version: DEV_000000 [ 24.468981] Built date: 20230628111126 [ 24.472813] Common crc: 0x4af019e5 [ 24.476293] Release info: header tag = 0, total length = 0 [ 24.576895] current sync CR = 0x7 [ 24.580360] efuse_probe: efuse = deaddead [ 24.650538] sku:0xd, ADIE=MT7975 [ 24.654952] sku:0xd, ADIE=MT7975 [ 24.710003] sku:0xd, ADIE=MT7975 [ 24.764914] WiFi@C02L1,is_cal_free_ic() 1028: iCal free [ 24.770913] sku:0xd, ADIE=MT7975 [ 27.579323] WiFi@C17L1,RTMPReadTxPwrPerRate() 450: (450): Don't Support this now! [ 27.586836] WiFi@C01L1,AntCfgInit() 3154: Not support for HIF_MT yet! [ 27.608091] ch_switch_monitor_state_machine_init:: enter [ 27.613399] ch_switch_monitor_cfg_reset:: enter [ 27.617924] ch_switch_monitor_cfg_reset:: enter [ 27.622785] WiFi@C17L1,tx_pwr_comp_init() 641: NotSupportYet! [ 27.628570] WiFi@C12L1,SCS_init() 880: INIT SCSEnable [0]= 1 [ 27.634228] WiFi@C12L1,SCS_init() 887: INIT SCSEnable [1]= 0 [ 27.639987] WiFi@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 27.645469] WiFi@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 27.650941] WiFi@C14L1,IPMacTable_init() 348: IPMacTable already inited! [ 27.677760] wdma_dma_ctrl(): WDMA_GLO_CFG=50804e75, txrx = 3 [ 27.683493] WiFi@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 27.688970] WiFi@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 27.694398] WiFi@C00L1,set_ack_timeout_mode_byband() 13506: CTS/ACK Timeout Range should between [0xFFFF:0]!! [ 27.704295] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13594: DAT config band(0) cck_timeout Fail! [ 27.712974] WiFi@C00L1,set_ack_timeout_mode_byband() 13506: CTS/ACK Timeout Range should between [0xFFFF:0]!! [ 27.722865] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13605: DAT config band(0) ofdm_timeout Fail! [ 27.731631] WiFi@C00L1,set_ack_timeout_mode_byband() 13506: CTS/ACK Timeout Range should between [0xFFFF:0]!! [ 27.741523] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13616: DAT config band(0) ofdma_timeout Fail! [ 27.750375] WiFi@C00L1,set_ack_timeout_mode_byband() 13506: CTS/ACK Timeout Range should between [0xFFFF:0]!! [ 27.760267] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13594: DAT config band(1) cck_timeout Fail! [ 27.768947] WiFi@C00L1,set_ack_timeout_mode_byband() 13506: CTS/ACK Timeout Range should between [0xFFFF:0]!! [ 27.778839] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13605: DAT config band(1) ofdm_timeout Fail! [ 27.787604] WiFi@C00L1,set_ack_timeout_mode_byband() 13506: CTS/ACK Timeout Range should between [0xFFFF:0]!! [ 27.797495] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13616: DAT config band(1) ofdma_timeout Fail! [ 27.810225] WiFi@C00L2,dump_ht_cap() 29: Caller: dump_ht_cap+0x10/0x20 [mt_wifi] [ 27.818711] WiFi@C00L2,dump_ht_cap() 29: Caller: dump_ht_cap+0x10/0x20 [mt_wifi] [ 28.027385] :(op = 1) [ 28.034557] 7986@C00L1,FastPathCheckMIC() 1010: (ret = 0)(op:1) [ 28.040684] 7986@C00L2,red_tail_drop_init() 83: red_tail_drop_init: available token:8192, whnat_en:1 [ 28.049884] 7986@C00L1,MtCmdCr4RedSet() 914: MtCmdCr4RedSet: (ret = 0) [ 28.056442] 7986@C00L1,SendRedCmd() 1049: SendRedCmd:(ret = 1) [ 28.062419] 7986@C01L2,RTMP_COM_IoctlHandle() 1494: → CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP [ 28.070440] WiFi@C01L3,wifi_sys_open() 856: wdev idx = 0 [ 28.076118] 7986@C18L3,BuildChannelList() 507: [ 28.080699] 7986@C00L3,BuildChannelList() 537: BandIdx = 0, PhyMode = 78, ChListNum = 13: [ 28.088907] 7986@C14L1,vht80_channel_group() 1982: invalid ch_band 0 [ 28.095275] 7986@C14L1,vht160_channel_group() 2073: invalid ch_band 0 [ 28.101739] 7986@C14L1,vht80_channel_group() 1982: invalid ch_band 0 [ 28.108101] 7986@C14L1,vht160_channel_group() 2073: invalid ch_band 0 [ 28.114569] 7986@C14L1,vht80_channel_group() 1982: invalid ch_band 0 [ 28.120934] 7986@C14L1,vht160_channel_group() 2073: invalid ch_band 0 [ 28.127387] 7986@C14L1,vht80_channel_group() 1982: invalid ch_band 0 [ 28.133762] 7986@C14L1,vht160_channel_group() 2073: invalid ch_band 0 [ 28.140212] 7986@C14L1,vht80_channel_group() 1982: invalid ch_band 0 [ 28.146595] 7986@C14L1,vht160_channel_group() 2073: invalid ch_band 0 [ 28.153057] 7986@C14L1,vht80_channel_group() 1982: invalid ch_band 0 [ 28.159420] 7986@C14L1,vht160_channel_group() 2073: invalid ch_band 0 [ 28.165877] 7986@C14L1,vht80_channel_group() 1982: invalid ch_band 0 [ 28.172248] 7986@C14L1,vht160_channel_group() 2073: invalid ch_band 0 [ 28.178710] 7986@C14L1,vht80_channel_group() 1982: invalid ch_band 0 [ 28.185078] 7986@C14L1,vht160_channel_group() 2073: invalid ch_band 0 [ 28.191532] 7986@C14L1,vht80_channel_group() 1982: invalid ch_band 0 [ 28.197906] 7986@C14L1,vht160_channel_group() 2073: invalid ch_band 0 [ 28.204358] 7986@C14L1,vht80_channel_group() 1982: invalid ch_band 0 [ 28.210738] 7986@C14L1,vht160_channel_group() 2073: invalid ch_band 0 [ 28.217201] 7986@C14L1,vht80_channel_group() 1982: invalid ch_band 0 [ 28.223557] 7986@C14L1,vht160_channel_group() 2073: invalid ch_band 0 [ 28.230017] 7986@C14L1,vht80_channel_group() 1982: invalid ch_band 0 [ 28.236385] 7986@C14L1,vht160_channel_group() 2073: invalid ch_band 0 [ 28.242846] 7986@C14L1,vht80_channel_group() 1982: invalid ch_band 0 [ 28.249207] 7986@C14L1,vht160_channel_group() 2073: invalid ch_band 0 [ 28.255655] 7986@C23L1,DfsBuildChannelList() 4069: [RDM]: wdev is not 5G. [ 28.262483] 7986@C23L3,RadarStateCheck() 263: Bw160 Zero Wait State: 0, phy_bw=1, band_bw[band_idx]=0 [ 28.271699] 7986@C23L3,DfsRadarChannelCheck() 3423: [DfsRadarChannelCheck]: wdev is not 5G [ 28.279975] 7986@C23L3,operate_loader_phy() 360: oper_cfg: prim_ch(0), ht_bw(1), extcha(1), vht_bw(0), cen_ch_2(0), PhyMode=78! [ 28.291438] phy_freq_adjust : no prim_ch value for adjust! [ 28.296938] 7986@C23L1,operate_loader_phy() 364: phy_freq_adjust failed!WiFi@C00L2,dump_ht_cap() 29: Caller: wlan_operate_init+0xa4/0x148 [mt_wifi] [ 28.310463] wdev_attr_update(): wdevId0 = 80:3f:5d:84:91:05 [ 28.316091] WiFi@C12L1,wifi_sys_open() 907: wifi_sys_open():band0 group_idx[0]=0, bw_grp=16 omac=0 [ 28.325333] 7986@C08L3,hw_ctrl_flow_v2_open() 13: wdev_idx=0 [ 28.331430] 7986@C23L1,HcGetBandByChannel() 1233: No hdev parking on channel:0, just return a default band_idx 0! [ 28.341756] 7986@C02L2,AsicRadioOnOffCtrl() 2375: DbdcIdx=0 RadioOn [ 28.348659] 7986@C00L2,ApAutoChannelAtBootUp() 339: ----------------→ [ 28.356586] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 28.362207] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 28.367909] 7986@C08L1,UpdateBeaconHandler() 2047: wdev(0) bss not ready (state:0, caller:MTAPAutoSelectChannel+0x108/0x418 [mt_wifi])!! [ 28.380217] 7986@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:0 vht_bw:0 bw:0 extcha:0 [ 28.390769] 7986@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:1 cench1:1 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1 [ 28.402589] 7986@C00L1,mt7986_apply_dpd_flatness_data() 622: eeprom 0x19a bit 0 is 0, do runtime cal [ 28.411755] 7986@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=1, ctrl_ch2=0, cent_ch=1 DBDCIdx=0, ChBand=0, BW=0, TXStream=4, RXStream=4, scan(1) [ 28.444742] 7986@C03L3,MtCmdSetTxRxPath() 2910: ctrl_chl=1, ctrl_ch2=0, cent_ch=1, RxPath=f, BandIdx=0, ChBand=0, BW=0,TXStream=4, RXStream=15, scan(1) [ 28.663580] 7986@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:0 vht_bw:0 bw:0 extcha:0 [ 28.674151] 7986@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:2 cench1:2 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1 [ 28.685944] 7986@C00L1,mt7986_apply_dpd_flatness_data() 622: eeprom 0x19a bit 0 is 0, do runtime cal [ 28.695132] 7986@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=2, ctrl_ch2=0, cent_ch=2 DBDCIdx=0, ChBand=0, BW=0, TXStream=4, RXStream=4, scan(1) [ 28.728056] 7986@C03L3,MtCmdSetTxRxPath() 2910: ctrl_chl=2, ctrl_ch2=0, cent_ch=2, RxPath=f, BandIdx=0, ChBand=0, BW=0,TXStream=4, RXStream=15, scan(1) [ 28.947574] 7986@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:0 vht_bw:0 bw:0 extcha:0 [ 28.958183] 7986@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:3 cench1:3 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1 [ 28.969992] 7986@C00L1,mt7986_apply_dpd_flatness_data() 622: eeprom 0x19a bit 0 is 0, do runtime cal [ 28.979181] 7986@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=3, ctrl_ch2=0, cent_ch=3 DBDCIdx=0, ChBand=0, BW=0, TXStream=4, RXStream=4, scan(1) [ 29.012030] 7986@C03L3,MtCmdSetTxRxPath() 2910: ctrl_chl=3, ctrl_ch2=0, cent_ch=3, RxPath=f, BandIdx=0, ChBand=0, BW=0,TXStream=4, RXStream=15, scan(1) MeshLink login: [ 29.231588] 7986@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:0 vht_bw:0 bw:0 extcha:0 [ 29.242178] 7986@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:4 cench1:4 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1 [ 29.254009] 7986@C00L1,mt7986_apply_dpd_flatness_data() 622: eeprom 0x19a bit 0 is 0, do runtime cal [ 29.263209] 7986@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=4, ctrl_ch2=0, cent_ch=4 DBDCIdx=0, ChBand=0, BW=0, TXStream=4, RXStream=4, scan(1) [ 29.296087] 7986@C03L3,MtCmdSetTxRxPath() 2910: ctrl_chl=4, ctrl_ch2=0, cent_ch=4, RxPath=f, BandIdx=0, ChBand=0, BW=0,TXStream=4, RXStream=15, scan(1) [ 29.515550] 7986@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:0 vht_bw:0 bw:0 extcha:0 [ 29.526149] 7986@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:5 cench1:5 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1 [ 29.537963] 7986@C00L1,mt7986_apply_dpd_flatness_data() 622: eeprom 0x19a bit 0 is 0, do runtime cal [ 29.547164] 7986@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=5, ctrl_ch2=0, cent_ch=5 DBDCIdx=0, ChBand=0, BW=0, TXStream=4, RXStream=4, scan(1) [ 29.580057] 7986@C03L3,MtCmdSetTxRxPath() 2910: ctrl_chl=5, ctrl_ch2=0, cent_ch=5, RxPath=f, BandIdx=0, ChBand=0, BW=0,TXStream=4, RXStream=15, scan(1) [ 29.799537] 7986@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:0 vht_bw:0 bw:0 extcha:0 [ 29.810083] 7986@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:6 cench1:6 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1 [ 29.821838] 7986@C00L1,mt7986_apply_dpd_flatness_data() 622: eeprom 0x19a bit 0 is 0, do runtime cal [ 29.831005] 7986@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=6, ctrl_ch2=0, cent_ch=6 DBDCIdx=0, ChBand=0, BW=0, TXStream=4, RXStream=4, scan(1) [ 29.863874] 7986@C03L3,MtCmdSetTxRxPath() 2910: ctrl_chl=6, ctrl_ch2=0, cent_ch=6, RxPath=f, BandIdx=0, ChBand=0, BW=0,TXStream=4, RXStream=15, scan(1) [ 30.083541] 7986@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:0 vht_bw:0 bw:0 extcha:0 [ 30.094151] 7986@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:7 cench1:7 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1 [ 30.105914] 7986@C00L1,mt7986_apply_dpd_flatness_data() 622: eeprom 0x19a bit 0 is 0, do runtime cal [ 30.115083] 7986@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=7, ctrl_ch2=0, cent_ch=7 DBDCIdx=0, ChBand=0, BW=0, TXStream=4, RXStream=4, scan(1) [ 30.147982] 7986@C03L3,MtCmdSetTxRxPath() 2910: ctrl_chl=7, ctrl_ch2=0, cent_ch=7, RxPath=f, BandIdx=0, ChBand=0, BW=0,TXStream=4, RXStream=15, scan(1) [ 30.367474] 7986@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:0 vht_bw:0 bw:0 extcha:0 [ 30.377984] 7986@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:8 cench1:8 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1 [ 30.389664] 7986@C00L1,mt7986_apply_dpd_flatness_data() 622: eeprom 0x19a bit 0 is 0, do runtime cal [ 30.398792] 7986@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=8, ctrl_ch2=0, cent_ch=8 DBDCIdx=0, ChBand=0, BW=0, TXStream=4, RXStream=4, scan(1) [ 30.431595] 7986@C03L3,MtCmdSetTxRxPath() 2910: ctrl_chl=8, ctrl_ch2=0, cent_ch=8, RxPath=f, BandIdx=0, ChBand=0, BW=0,TXStream=4, RXStream=15, scan(1) [ 30.651536] 7986@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:0 vht_bw:0 bw:0 extcha:0 [ 30.662050] 7986@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:9 cench1:9 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1 [ 30.673735] 7986@C00L1,mt7986_apply_dpd_flatness_data() 622: eeprom 0x19a bit 0 is 0, do runtime cal [ 30.682862] 7986@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=9, ctrl_ch2=0, cent_ch=9 DBDCIdx=0, ChBand=0, BW=0, TXStream=4, RXStream=4, scan(1) [ 30.715641] 7986@C03L3,MtCmdSetTxRxPath() 2910: ctrl_chl=9, ctrl_ch2=0, cent_ch=9, RxPath=f, BandIdx=0, ChBand=0, BW=0,TXStream=4, RXStream=15, scan(1) [ 30.935467] 7986@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:0 vht_bw:0 bw:0 extcha:0 [ 30.945974] 7986@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:10 cench1:10 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1 [ 30.957817] 7986@C00L1,mt7986_apply_dpd_flatness_data() 622: eeprom 0x19a bit 0 is 0, do runtime cal [ 30.966939] 7986@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=10, ctrl_ch2=0, cent_ch=10 DBDCIdx=0, ChBand=0, BW=0, TXStream=4, RXStream=4, scan(1) [ 30.999908] 7986@C03L3,MtCmdSetTxRxPath() 2910: ctrl_chl=10, ctrl_ch2=0, cent_ch=10, RxPath=f, BandIdx=0, ChBand=0, BW=0,TXStream=4, RXStream=15, scan(1) [ 31.219491] 7986@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:0 vht_bw:0 bw:0 extcha:0 [ 31.230001] 7986@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:11 cench1:11 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1 [ 31.241855] 7986@C00L1,mt7986_apply_dpd_flatness_data() 622: eeprom 0x19a bit 0 is 0, do runtime cal [ 31.250979] 7986@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=11, ctrl_ch2=0, cent_ch=11 DBDCIdx=0, ChBand=0, BW=0, TXStream=4, RXStream=4, scan(1) [ 31.283934] 7986@C03L3,MtCmdSetTxRxPath() 2910: ctrl_chl=11, ctrl_ch2=0, cent_ch=11, RxPath=f, BandIdx=0, ChBand=0, BW=0,TXStream=4, RXStream=15, scan(1) [ 31.363767] 7986@C08L1,UpdateBeaconHandler() 2047: wdev(0) bss not ready (state:0, caller:ApUpdateCapabilityAndErpIe+0x304/0x4e8 [mt_wifi])!! [ 31.503714] 7986@C08L1,UpdateBeaconHandler() 2047: wdev(0) bss not ready (state:0, caller:MTAPAutoSelectChannel+0x258/0x418 [mt_wifi])!! [ 31.515964] 7986@C23L3,SelectClearChannelBusyTime() 1893:

[ 31.527333] 7986@C23L3,SelectClearChannelBusyTime() 1899: Channel 1 : Busy Time = 45101, Skip Channel = FALSE, BwCap = TRUE [ 31.538704] 7986@C23L3,SelectClearChannelBusyTime() 1899: Channel 2 : Busy Time = 25247, Skip Channel = FALSE, BwCap = TRUE [ 31.550069] 7986@C23L3,SelectClearChannelBusyTime() 1899: Channel 3 : Busy Time = 36016, Skip Channel = FALSE, BwCap = TRUE [ 31.561437] 7986@C23L3,SelectClearChannelBusyTime() 1899: Channel 4 : Busy Time = 34194, Skip Channel = FALSE, BwCap = TRUE [ 31.572802] 7986@C23L3,SelectClearChannelBusyTime() 1899: Channel 5 : Busy Time = 30348, Skip Channel = FALSE, BwCap = TRUE [ 31.584168] 7986@C23L3,SelectClearChannelBusyTime() 1899: Channel 6 : Busy Time = 19425, Skip Channel = FALSE, BwCap = TRUE [ 31.595537] 7986@C23L3,SelectClearChannelBusyTime() 1899: Channel 7 : Busy Time = 20886, Skip Channel = FALSE, BwCap = TRUE [ 31.606911] 7986@C23L3,SelectClearChannelBusyTime() 1899: Channel 8 : Busy Time = 30974, Skip Channel = FALSE, BwCap = TRUE [ 31.618278] 7986@C23L3,SelectClearChannelBusyTime() 1899: Channel 9 : Busy Time = 24178, Skip Channel = FALSE, BwCap = TRUE [ 31.629644] 7986@C23L3,SelectClearChannelBusyTime() 1899: Channel 10 : Busy Time = 26646, Skip Channel = FALSE, BwCap = TRUE [ 31.641011] 7986@C23L3,SelectClearChannelBusyTime() 1899: Channel 11 : Busy Time = 26679, Skip Channel = FALSE, BwCap = TRUE [ 31.652377] 7986@C23L3,SelectClearChannelBusyTime() 1902:

[ 31.663756] 7986@C23L3,SelectClearChannelBusyTime() 2138: Rule 3 Channel Busy time value : Select Primary Channel 6 [ 31.674172] 7986@C23L3,SelectClearChannelBusyTime() 2140: Rule 3 Channel Busy time value : Min Channel Busy = 19425 [ 31.684585] 7986@C23L3,SelectClearChannelBusyTime() 2145: Rule 3 Channel Busy time value : BW = 20 [ 31.693526] 7986@C23L3,SelectClearChannelBusyTime() 2179: [SelectClearChannelBusyTime] - band0 END [ 31.702476] 7986@C23L3,operate_loader_phy() 360: oper_cfg: prim_ch(6), ht_bw(1), extcha(1), vht_bw(0), cen_ch_2(0), PhyMode=78! [ 31.713933] 7986@C23L3,operate_loader_phy() 374: oper_dev after adjust: bw(1), prim_ch(6), cen_ch_1(8), cen_ch_2(0),ext_cha(1)! [ 31.725386] 7986@C23L3,operate_loader_phy() 393: oper_dev after decision: bw(1), prim_ch(6), cen_ch_1(8), cen_ch_2(0)! [ 31.736059] 7986@C23L3,DfsRadarChannelCheck() 3423: [DfsRadarChannelCheck]: wdev is not 5G [ 31.744309] 7986@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:1 vht_bw:0 bw:1 extcha:1 [ 31.754809] 7986@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:6 cench1:8 cench2:0 rxstream:4 ap_bw:0 apCenCh:0 Scan:0 [ 31.766508] 7986@C00L1,mt7986_apply_dpd_flatness_data() 622: eeprom 0x19a bit 0 is 0, do runtime cal [ 31.775635] 7986@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=6, ctrl_ch2=0, cent_ch=8 DBDCIdx=0, ChBand=0, BW=1, TXStream=4, RXStream=4, scan(0) [ 32.044032] 7986@C03L3,MtCmdSetTxRxPath() 2910: ctrl_chl=6, ctrl_ch2=0, cent_ch=8, RxPath=f, BandIdx=0, ChBand=0, BW=1,TXStream=4, RXStream=15, scan(0) [ 32.057686] 7986@C12L1,EDCCAInit() 21491: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0 [ 32.068640] 7986@C23L3,DfsCacNormalStart() 3950: wdev is not 5G [ 32.074550] 7986@C23L3,DfsRadarChannelCheck() 3423: [DfsRadarChannelCheck]: wdev is not 5G [ 32.082808] 7986@C23L3,operate_loader_phy() 360: oper_cfg: prim_ch(6), ht_bw(1), extcha(1), vht_bw(0), cen_ch_2(0), PhyMode=78! [ 32.094267] 7986@C23L3,operate_loader_phy() 374: oper_dev after adjust: bw(1), prim_ch(6), cen_ch_1(8), cen_ch_2(0),ext_cha(1)! [ 32.105720] 7986@C23L3,operate_loader_phy() 393: oper_dev after decision: bw(1), prim_ch(6), cen_ch_1(8), cen_ch_2(0)! [ 32.116391] 7986@C23L3,DfsRadarChannelCheck() 3423: [DfsRadarChannelCheck]: wdev is not 5G [ 32.124637] 7986@C23L3,DfsCacNormalStart() 3950: wdev is not 5G [ 32.130544] 7986@C23L3,DfsRadarChannelCheck() 3423: [DfsRadarChannelCheck]: wdev is not 5G [ 32.138793] 7986@C23L1,DfsBuildChannelList() 4069: [RDM]: wdev is not 5G. [ 32.145566] 7986@C23L3,zero_wait_dfs_switch_ch() 1215: outband ch 0, ch_stat 0 [ 32.153022] 7986@C08L2,APStartUpForMbss() 1001: ==⇒(caller:ap_inf_open+0x144/0x4e0 [mt_wifi]), mbss_idx:0, CfgMode:0 [ 32.163649] 7986@C15L2,APPMFInit() 133: [PMF] apidx=0, MFPC=1, MFPR=0, SHA256=0 [ 32.171070] 7986@C18L3,BuildChannelList() 507: [ 32.175887] WiFi@C00L2,dump_ht_cap() 29: Caller: dump_ht_cap+0x10/0x20 [mt_wifi] [ 32.183400] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 32.188802] 7986@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:0 vht_bw:0 bw:0 extcha:0 [ 32.199304] 7986@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:2 cench1:2 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1 [ 32.210985] 7986@C00L1,mt7986_apply_dpd_flatness_data() 622: eeprom 0x19a bit 0 is 0, do runtime cal [ 32.220111] 7986@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=2, ctrl_ch2=0, cent_ch=2 DBDCIdx=0, ChBand=0, BW=0, TXStream=4, RXStream=4, scan(1) [ 32.252930] 7986@C03L3,MtCmdSetTxRxPath() 2910: ctrl_chl=2, ctrl_ch2=0, cent_ch=2, RxPath=f, BandIdx=0, ChBand=0, BW=0,TXStream=4, RXStream=15, scan(1) [ 32.266692] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 32.599336] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 32.604735] 7986@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:0 vht_bw:0 bw:0 extcha:0 [ 32.615238] 7986@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:3 cench1:3 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1 [ 32.626913] 7986@C00L1,mt7986_apply_dpd_flatness_data() 622: eeprom 0x19a bit 0 is 0, do runtime cal [ 32.636038] 7986@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=3, ctrl_ch2=0, cent_ch=3 DBDCIdx=0, ChBand=0, BW=0, TXStream=4, RXStream=4, scan(1) [ 32.668843] 7986@C03L3,MtCmdSetTxRxPath() 2910: ctrl_chl=3, ctrl_ch2=0, cent_ch=3, RxPath=f, BandIdx=0, ChBand=0, BW=0,TXStream=4, RXStream=15, scan(1) [ 32.682616] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 33.015335] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 33.020734] 7986@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:0 vht_bw:0 bw:0 extcha:0 [ 33.031238] 7986@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:4 cench1:4 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1 [ 33.042908] 7986@C00L1,mt7986_apply_dpd_flatness_data() 622: eeprom 0x19a bit 0 is 0, do runtime cal [ 33.052030] 7986@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=4, ctrl_ch2=0, cent_ch=4 DBDCIdx=0, ChBand=0, BW=0, TXStream=4, RXStream=4, scan(1) [ 33.084848] 7986@C03L3,MtCmdSetTxRxPath() 2910: ctrl_chl=4, ctrl_ch2=0, cent_ch=4, RxPath=f, BandIdx=0, ChBand=0, BW=0,TXStream=4, RXStream=15, scan(1) [ 33.098610] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 33.431335] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 33.436730] 7986@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:0 vht_bw:0 bw:0 extcha:0 [ 33.447231] 7986@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:5 cench1:5 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1 [ 33.458899] 7986@C00L1,mt7986_apply_dpd_flatness_data() 622: eeprom 0x19a bit 0 is 0, do runtime cal [ 33.459630] 7986@C08L1,UpdateBeaconHandler() 2047: wdev(0) bss not ready (state:0, caller:update_ap_qload_to_bcn+0xa0/0xc8 [mt_wifi])!! [ 33.468034] 7986@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=5, ctrl_ch2=0, cent_ch=5 DBDCIdx=0, ChBand=0, BW=0, TXStream=4, RXStream=4, scan(1) [ 33.512999] 7986@C03L3,MtCmdSetTxRxPath() 2910: ctrl_chl=5, ctrl_ch2=0, cent_ch=5, RxPath=f, BandIdx=0, ChBand=0, BW=0,TXStream=4, RXStream=15, scan(1) [ 33.526755] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 33.847345] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 33.852744] 7986@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:0 vht_bw:0 bw:0 extcha:0 [ 33.863247] 7986@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:6 cench1:6 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1 [ 33.874917] 7986@C00L1,mt7986_apply_dpd_flatness_data() 622: eeprom 0x19a bit 0 is 0, do runtime cal [ 33.884047] 7986@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=6, ctrl_ch2=0, cent_ch=6 DBDCIdx=0, ChBand=0, BW=0, TXStream=4, RXStream=4, scan(1) [ 33.916870] 7986@C03L3,MtCmdSetTxRxPath() 2910: ctrl_chl=6, ctrl_ch2=0, cent_ch=6, RxPath=f, BandIdx=0, ChBand=0, BW=0,TXStream=4, RXStream=15, scan(1) [ 33.930630] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 34.263331] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 34.268728] 7986@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:0 vht_bw:0 bw:0 extcha:0 [ 34.279234] 7986@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:7 cench1:7 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1 [ 34.290947] 7986@C00L1,mt7986_apply_dpd_flatness_data() 622: eeprom 0x19a bit 0 is 0, do runtime cal [ 34.300081] 7986@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=7, ctrl_ch2=0, cent_ch=7 DBDCIdx=0, ChBand=0, BW=0, TXStream=4, RXStream=4, scan(1) [ 34.332919] 7986@C03L3,MtCmdSetTxRxPath() 2910: ctrl_chl=7, ctrl_ch2=0, cent_ch=7, RxPath=f, BandIdx=0, ChBand=0, BW=0,TXStream=4, RXStream=15, scan(1) [ 34.346679] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 34.679326] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 34.684725] 7986@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:0 vht_bw:0 bw:0 extcha:0 [ 34.695227] 7986@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:8 cench1:8 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1 [ 34.706898] 7986@C00L1,mt7986_apply_dpd_flatness_data() 622: eeprom 0x19a bit 0 is 0, do runtime cal [ 34.716022] 7986@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=8, ctrl_ch2=0, cent_ch=8 DBDCIdx=0, ChBand=0, BW=0, TXStream=4, RXStream=4, scan(1) [ 34.748839] 7986@C03L3,MtCmdSetTxRxPath() 2910: ctrl_chl=8, ctrl_ch2=0, cent_ch=8, RxPath=f, BandIdx=0, ChBand=0, BW=0,TXStream=4, RXStream=15, scan(1) [ 34.762597] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 35.095541] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 35.100937] 7986@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:0 vht_bw:0 bw:0 extcha:0 [ 35.111442] 7986@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:9 cench1:9 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1 [ 35.123115] 7986@C00L1,mt7986_apply_dpd_flatness_data() 622: eeprom 0x19a bit 0 is 0, do runtime cal [ 35.132236] 7986@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=9, ctrl_ch2=0, cent_ch=9 DBDCIdx=0, ChBand=0, BW=0, TXStream=4, RXStream=4, scan(1) [ 35.165043] 7986@C03L3,MtCmdSetTxRxPath() 2910: ctrl_chl=9, ctrl_ch2=0, cent_ch=9, RxPath=f, BandIdx=0, ChBand=0, BW=0,TXStream=4, RXStream=15, scan(1) [ 35.178803] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 35.511338] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 35.516733] 7986@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:0 vht_bw:0 bw:0 extcha:0 [ 35.527236] 7986@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:10 cench1:10 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1 [ 35.539083] 7986@C00L1,mt7986_apply_dpd_flatness_data() 622: eeprom 0x19a bit 0 is 0, do runtime cal [ 35.548206] 7986@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=10, ctrl_ch2=0, cent_ch=10 DBDCIdx=0, ChBand=0, BW=0, TXStream=4, RXStream=4, scan(1) [ 35.581166] 7986@C03L3,MtCmdSetTxRxPath() 2910: ctrl_chl=10, ctrl_ch2=0, cent_ch=10, RxPath=f, BandIdx=0, ChBand=0, BW=0,TXStream=4, RXStream=15, scan(1) [ 35.595110] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 35.927335] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 35.932729] 7986@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:0 vht_bw:0 bw:0 extcha:0 [ 35.943232] 7986@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:11 cench1:11 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1 [ 35.955077] 7986@C00L1,mt7986_apply_dpd_flatness_data() 622: eeprom 0x19a bit 0 is 0, do runtime cal [ 35.964199] 7986@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=11, ctrl_ch2=0, cent_ch=11 DBDCIdx=0, ChBand=0, BW=0, TXStream=4, RXStream=4, scan(1) [ 35.997188] 7986@C03L3,MtCmdSetTxRxPath() 2910: ctrl_chl=11, ctrl_ch2=0, cent_ch=11, RxPath=f, BandIdx=0, ChBand=0, BW=0,TXStream=4, RXStream=15, scan(1) [ 36.011121] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 36.343348] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 36.348748] 7986@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:0 vht_bw:0 bw:0 extcha:0 [ 36.359252] 7986@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:12 cench1:12 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1 [ 36.371099] 7986@C00L1,mt7986_apply_dpd_flatness_data() 622: eeprom 0x19a bit 0 is 0, do runtime cal [ 36.380223] 7986@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=12, ctrl_ch2=0, cent_ch=12 DBDCIdx=0, ChBand=0, BW=0, TXStream=4, RXStream=4, scan(1) [ 36.413221] 7986@C03L3,MtCmdSetTxRxPath() 2910: ctrl_chl=12, ctrl_ch2=0, cent_ch=12, RxPath=f, BandIdx=0, ChBand=0, BW=0,TXStream=4, RXStream=15, scan(1) [ 36.427154] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 36.759325] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 36.764720] 7986@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:0 vht_bw:0 bw:0 extcha:0 [ 36.775226] 7986@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:13 cench1:13 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1 [ 36.787066] 7986@C00L1,mt7986_apply_dpd_flatness_data() 622: eeprom 0x19a bit 0 is 0, do runtime cal [ 36.796188] 7986@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=13, ctrl_ch2=0, cent_ch=13 DBDCIdx=0, ChBand=0, BW=0, TXStream=4, RXStream=4, scan(1) [ 36.829176] 7986@C03L3,MtCmdSetTxRxPath() 2910: ctrl_chl=13, ctrl_ch2=0, cent_ch=13, RxPath=f, BandIdx=0, ChBand=0, BW=0,TXStream=4, RXStream=15, scan(1) [ 36.843116] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 37.175243] 7986@C23L3,operate_loader_phy() 360: oper_cfg: prim_ch(6), ht_bw(1), extcha(1), vht_bw(0), cen_ch_2(0), PhyMode=78! [ 37.186710] 7986@C23L3,operate_loader_phy() 374: oper_dev after adjust: bw(1), prim_ch(6), cen_ch_1(8), cen_ch_2(0),ext_cha(1)! [ 37.198166] 7986@C23L3,operate_loader_phy() 393: oper_dev after decision: bw(1), prim_ch(6), cen_ch_1(8), cen_ch_2(0)! [ 37.208839] 7986@C23L3,DfsRadarChannelCheck() 3423: [DfsRadarChannelCheck]: wdev is not 5G [ 37.217113] 7986@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:0 ch_band:0 htbw:1 vht_bw:0 bw:1 extcha:1 [ 37.227615] 7986@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:6 cench1:8 cench2:0 rxstream:4 ap_bw:0 apCenCh:0 Scan:0 [ 37.239285] 7986@C00L1,mt7986_apply_dpd_flatness_data() 622: eeprom 0x19a bit 0 is 0, do runtime cal [ 37.248409] 7986@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=6, ctrl_ch2=0, cent_ch=8 DBDCIdx=0, ChBand=0, BW=1, TXStream=4, RXStream=4, scan(0) [ 37.517335] 7986@C03L3,MtCmdSetTxRxPath() 2910: ctrl_chl=6, ctrl_ch2=0, cent_ch=8, RxPath=f, BandIdx=0, ChBand=0, BW=1,TXStream=4, RXStream=15, scan(0) [ 37.530986] 7986@C12L1,EDCCAInit() 21491: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0 [ 37.541938] 7986@C23L3,DfsCacNormalStart() 3950: wdev is not 5G [ 37.547849] 7986@C23L3,DfsRadarChannelCheck() 3423: [DfsRadarChannelCheck]: wdev is not 5G [ 37.556377] WiFi@C08L2,ap_link_up() 7215: (caller:wdev_do_linkup+0x20/0x38 [mt_wifi]), wdev(0) [ 37.564984] 7986@C01L3,wifi_sys_linkup() 1231: wdev idx = 0 [ 37.616021] 7986@C00L3,wtc_acquire_groupkey_wcid() 84: Found a non-occupied wtbl_idx:543 for WDEV_TYPE:1 [ 37.616021] LinkToOmacIdx = 0, LinkToWdevType = 1 [ 37.630368] 7986@C08L3,hw_ctrl_flow_v2_link_up() 72: wdev_idx=0 [ 37.651069] 7986@C08L3,UpdateBeaconHandler() 2067: BCN_UPDATE_INIT, OmacIdx = 0 (ra0) [ 37.658887] 7986@C08L3,UpdateBeaconHandler() 2080: Band0 BcnInitedRnd = 90 [ 37.665934] 7986@C00L1,TxCCKStreamCtrl() 20904: set wrong parameters [ 37.681565] PrintSrCmd: [ 37.681565] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 37.681565] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 37.695557] PrintSrCmd: [ 37.695557] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 37.695557] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 37.709551] PrintSrCmd: [ 37.709551] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 37.709551] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 37.723543] PrintSrCmd: [ 37.723543] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 37.723543] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 37.737619] PrintSrCmd: [ 37.737619] u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 37.737619] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 37.751710] PrintSrCmd: [ 37.751710] u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 37.751710] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 37.765816] 7986@C12L1,EDCCAInit() 21491: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0 [ 37.776782] 7986@C03L3,MtCmdTxPwrShowInfo() 13944: ucTxPowerInfoCatg: 2, BandIdx: 0 [ 37.784518] 7986@C03L3,MtCmdTxPwrShowInfo() 13973: (ret = 0) [ 37.790173] [mtf_txpower_all_rate_info] band_idx:0 pwr:46 ChBand:2G ePAGain:0 [ 37.797313] mtk_ppe_dev_register_hook : ineterface ra0 register (1) [ 37.804256] 7986@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!! [ 37.812130] br-lan: port 5(ra0) entered blocking state [ 37.817303] br-lan: port 5(ra0) entered disabled state [ 37.822644] device ra0 entered promiscuous mode [ 37.827321] br-lan: port 5(ra0) entered blocking state [ 37.832454] br-lan: port 5(ra0) entered forwarding state [ 37.839356] 7986@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!! [ 37.852088] 7986@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!! [ 37.866146] 7986@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!! [ 37.874129] br-lan: port 6(apcli0) entered blocking state [ 37.879562] br-lan: port 6(apcli0) entered disabled state [ 37.885189] device apcli0 entered promiscuous mode [ 37.890275] nf_unregister_hooks() [ 37.894412] 7986@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!! [ 37.902326] br-lan: port 7(apclix0) entered blocking state [ 37.907827] br-lan: port 7(apclix0) entered disabled state [ 37.913547] device apclix0 entered promiscuous mode [ 37.918641] 7986@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!! [ 37.929169] 7986@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!! [ 37.937058] 7986@C08L2,mbss_virtual_if_open() 134: ==⇒ ra1 [ 37.942732] 7986@C01L2,RTMP_COM_IoctlHandle() 1517: → CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT [ 37.950817] 7986@C01L2,RTMP_COM_IoctlHandle() 1494: → CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP [ 37.958817] WiFi@C01L3,wifi_sys_open() 856: wdev idx = 1 [ 37.964430] 7986@C18L3,BuildChannelList() 507: [ 37.968992] 7986@C23L3,operate_loader_phy() 360: oper_cfg: prim_ch(6), ht_bw(1), extcha(1), vht_bw(0), cen_ch_2(0), PhyMode=78! [ 37.980450] 7986@C23L3,operate_loader_phy() 374: oper_dev after adjust: bw(1), prim_ch(6), cen_ch_1(8), cen_ch_2(0),ext_cha(1)! [ 37.991905] 7986@C23L3,operate_loader_phy() 393: oper_dev after decision: bw(1), prim_ch(6), cen_ch_1(8), cen_ch_2(0)! [ 38.002578] 7986@C23L3,DfsRadarChannelCheck() 3423: [DfsRadarChannelCheck]: wdev is not 5G [ 38.010825] 7986@C23L3,DfsCacNormalStart() 3950: wdev is not 5G [ 38.016731] 7986@C23L3,DfsRadarChannelCheck() 3423: [DfsRadarChannelCheck]: wdev is not 5G [ 38.025222] WiFi@C00L2,dump_ht_cap() 29: Caller: wlan_operate_init+0xa4/0x148 [mt_wifi] [ 38.033218] wdev_attr_update(): wdevId1 = 82:3f:5d:94:91:05 [ 38.038808] WiFi@C12L1,wifi_sys_open() 907: wifi_sys_open():band0 group_idx[1]=9, bw_grp=16 omac=17 [ 38.047903] 7986@C08L3,hw_ctrl_flow_v2_open() 13: wdev_idx=1 [ 38.053738] 7986@C02L2,AsicRadioOnOffCtrl() 2375: DbdcIdx=0 RadioOn [ 38.060584] 7986@C00L2,ApAutoChannelAtBootUp() 339: ----------------→ [ 38.067203] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 38.072681] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 38.078075] 7986@C00L1,ApAutoChannelAtBootUp() 507: not A band [ 38.083894] 7986@C08L1,ap_run_at_boot() 640: ACS is disable !! [ 38.090746] 7986@C08L2,APStartUpForMbss() 1001: ==⇒(caller:ap_inf_open+0x144/0x4e0 [mt_wifi]), mbss_idx:1, CfgMode:0 [ 38.101371] 7986@C15L2,APPMFInit() 121: [PMF] Security is not WPA2/WPA2PSK AES [ 38.108586] 7986@C15L2,APPMFInit() 133: [PMF] apidx=1, MFPC=0, MFPR=0, SHA256=0 [ 38.115914] 7986@C18L3,BuildChannelList() 507: [ 38.120716] WiFi@C00L2,dump_ht_cap() 29: Caller: dump_ht_cap+0x10/0x20 [mt_wifi] [ 38.128108] 7986@C08L2,APOverlappingBSSScan() 5216: leverage result of wdev(0@BN0), FallBack=0 (remaining 54056 ms) [ 38.138523] 7986@C23L3,operate_loader_phy() 360: oper_cfg: prim_ch(6), ht_bw(1), extcha(1), vht_bw(0), cen_ch_2(0), PhyMode=78! [ 38.149978] 7986@C23L3,operate_loader_phy() 374: oper_dev after adjust: bw(1), prim_ch(6), cen_ch_1(8), cen_ch_2(0),ext_cha(1)! [ 38.161431] 7986@C23L3,operate_loader_phy() 393: oper_dev after decision: bw(1), prim_ch(6), cen_ch_1(8), cen_ch_2(0)! [ 38.172102] 7986@C23L3,DfsRadarChannelCheck() 3423: [DfsRadarChannelCheck]: wdev is not 5G [ 38.180349] 7986@C23L3,DfsCacNormalStart() 3950: wdev is not 5G [ 38.186254] 7986@C23L3,DfsRadarChannelCheck() 3423: [DfsRadarChannelCheck]: wdev is not 5G [ 38.194762] WiFi@C08L2,ap_link_up() 7215: (caller:wdev_do_linkup+0x20/0x38 [mt_wifi]), wdev(1) [ 38.203373] 7986@C01L3,wifi_sys_linkup() 1231: wdev idx = 1 [ 38.209161] 7986@C00L3,wtc_acquire_groupkey_wcid() 84: Found a non-occupied wtbl_idx:542 for WDEV_TYPE:1 [ 38.209161] LinkToOmacIdx = 11, LinkToWdevType = 1 [ 38.223599] 7986@C08L3,hw_ctrl_flow_v2_link_up() 72: wdev_idx=1 [ 38.236842] 7986@C08L3,UpdateBeaconHandler() 2067: BCN_UPDATE_INIT, OmacIdx = 11 (ra1) [ 38.244786] 7986@C00L1,TxCCKStreamCtrl() 20904: set wrong parameters [ 38.260137] PrintSrCmd: [ 38.260137] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 38.260137] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 38.274110] PrintSrCmd: [ 38.274110] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 38.274110] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 38.288082] PrintSrCmd: [ 38.288082] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 38.288082] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 38.302052] PrintSrCmd: [ 38.302052] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 38.302052] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 38.316111] PrintSrCmd: [ 38.316111] u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 38.316111] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 38.330173] PrintSrCmd: [ 38.330173] u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 38.330173] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 38.344258] 7986@C12L1,EDCCAInit() 21491: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0 [ 38.355197] 7986@C03L3,MtCmdTxPwrShowInfo() 13944: ucTxPowerInfoCatg: 2, BandIdx: 0 [ 38.362926] 7986@C03L3,MtCmdTxPwrShowInfo() 13973: (ret = 0) [ 38.363023] [mtf_txpower_all_rate_info] band_idx:0 pwr:46 ChBand:2G ePAGain:0 [ 38.368586] mtk_ppe_dev_register_hook : ineterface ra1 register (2) [ 38.382394] 7986@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!! [ 38.390256] br-lan: port 8(ra1) entered blocking state [ 38.395402] br-lan: port 8(ra1) entered disabled state [ 38.400772] device ra1 entered promiscuous mode [ 38.405389] br-lan: port 8(ra1) entered blocking state [ 38.410521] br-lan: port 8(ra1) entered forwarding state [ 38.415946] 7986@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!! [ 38.440918] 7986@C08L2,mbss_virtual_if_open() 134: ==⇒ ra2 [ 38.446654] 7986@C01L2,RTMP_COM_IoctlHandle() 1517: → CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT [ 38.454743] 7986@C01L2,RTMP_COM_IoctlHandle() 1494: → CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP [ 38.462735] WiFi@C01L3,wifi_sys_open() 856: wdev idx = 2 [ 38.468344] 7986@C18L3,BuildChannelList() 507: [ 38.472910] 7986@C23L3,operate_loader_phy() 360: oper_cfg: prim_ch(6), ht_bw(1), extcha(1), vht_bw(0), cen_ch_2(0), PhyMode=78! [ 38.484369] 7986@C23L3,operate_loader_phy() 374: oper_dev after adjust: bw(1), prim_ch(6), cen_ch_1(8), cen_ch_2(0),ext_cha(1)! [ 38.495822] 7986@C23L3,operate_loader_phy() 393: oper_dev after decision: bw(1), prim_ch(6), cen_ch_1(8), cen_ch_2(0)! [ 38.506494] 7986@C23L3,DfsRadarChannelCheck() 3423: [DfsRadarChannelCheck]: wdev is not 5G [ 38.514739] 7986@C23L3,DfsCacNormalStart() 3950: wdev is not 5G [ 38.520644] 7986@C23L3,DfsRadarChannelCheck() 3423: [DfsRadarChannelCheck]: wdev is not 5G [ 38.529135] WiFi@C00L2,dump_ht_cap() 29: Caller: wlan_operate_init+0xa4/0x148 [mt_wifi] [ 38.537130] wdev_attr_update(): wdevId2 = 82:3f:5d:a4:91:05 [ 38.542717] WiFi@C12L1,wifi_sys_open() 907: wifi_sys_open():band0 group_idx[2]=10, bw_grp=16 omac=18 [ 38.551927] 7986@C08L3,hw_ctrl_flow_v2_open() 13: wdev_idx=2 [ 38.557790] 7986@C02L2,AsicRadioOnOffCtrl() 2375: DbdcIdx=0 RadioOn [ 38.564598] 7986@C00L2,ApAutoChannelAtBootUp() 339: ----------------→ [ 38.571226] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 38.576703] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 38.582091] 7986@C00L1,ApAutoChannelAtBootUp() 507: not A band [ 38.587982] 7986@C08L1,ap_run_at_boot() 640: ACS is disable !! [ 38.594833] 7986@C08L2,APStartUpForMbss() 1001: ==⇒(caller:ap_inf_open+0x144/0x4e0 [mt_wifi]), mbss_idx:2, CfgMode:0 [ 38.605454] 7986@C15L2,APPMFInit() 121: [PMF] Security is not WPA2/WPA2PSK AES [ 38.612672] 7986@C15L2,APPMFInit() 133: [PMF] apidx=2, MFPC=0, MFPR=0, SHA256=0 [ 38.620000] 7986@C18L3,BuildChannelList() 507: [ 38.624806] WiFi@C00L2,dump_ht_cap() 29: Caller: dump_ht_cap+0x10/0x20 [mt_wifi] [ 38.632194] 7986@C08L2,APOverlappingBSSScan() 5216: leverage result of wdev(0@BN0), FallBack=0 (remaining 53552 ms) [ 38.642614] 7986@C23L3,operate_loader_phy() 360: oper_cfg: prim_ch(6), ht_bw(1), extcha(1), vht_bw(0), cen_ch_2(0), PhyMode=78! [ 38.654069] 7986@C23L3,operate_loader_phy() 374: oper_dev after adjust: bw(1), prim_ch(6), cen_ch_1(8), cen_ch_2(0),ext_cha(1)! [ 38.665522] 7986@C23L3,operate_loader_phy() 393: oper_dev after decision: bw(1), prim_ch(6), cen_ch_1(8), cen_ch_2(0)! [ 38.676193] 7986@C23L3,DfsRadarChannelCheck() 3423: [DfsRadarChannelCheck]: wdev is not 5G [ 38.683227] BcnCheck start after 4000 ms (ra0) [ 38.684440] 7986@C23L3,DfsCacNormalStart() 3950: wdev is not 5G [ 38.689273] 7986@C08L1,UpdateBeaconHandler() 2047: wdev(2) bss not ready (state:0, caller:update_ap_qload_to_bcn+0xa0/0xc8 [mt_wifi])!! [ 38.694863] 7986@C23L3,DfsRadarChannelCheck() 3423: [DfsRadarChannelCheck]: wdev is not 5G [ 38.715447] WiFi@C08L2,ap_link_up() 7215: (caller:wdev_do_linkup+0x20/0x38 [mt_wifi]), wdev(2) [ 38.724046] 7986@C01L3,wifi_sys_linkup() 1231: wdev idx = 2 [ 38.729830] 7986@C00L3,wtc_acquire_groupkey_wcid() 84: Found a non-occupied wtbl_idx:541 for WDEV_TYPE:1 [ 38.729830] LinkToOmacIdx = 12, LinkToWdevType = 1 [ 38.744271] 7986@C08L3,hw_ctrl_flow_v2_link_up() 72: wdev_idx=2 [ 38.757523] 7986@C08L3,UpdateBeaconHandler() 2067: BCN_UPDATE_INIT, OmacIdx = 12 (ra2) [ 38.765466] 7986@C00L1,TxCCKStreamCtrl() 20904: set wrong parameters [ 38.780879] PrintSrCmd: [ 38.780879] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 38.780879] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 38.794851] PrintSrCmd: [ 38.794851] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 38.794851] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 38.808825] PrintSrCmd: [ 38.808825] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 38.808825] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 38.822853] PrintSrCmd: [ 38.822853] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 38.822853] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 38.836912] PrintSrCmd: [ 38.836912] u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 38.836912] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 38.850974] PrintSrCmd: [ 38.850974] u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 38.850974] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 38.865063] 7986@C12L1,EDCCAInit() 21491: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0 [ 38.876028] 7986@C03L3,MtCmdTxPwrShowInfo() 13944: ucTxPowerInfoCatg: 2, BandIdx: 0 [ 38.883764] 7986@C03L3,MtCmdTxPwrShowInfo() 13973: (ret = 0) [ 38.883864] [mtf_txpower_all_rate_info] band_idx:0 pwr:46 ChBand:2G ePAGain:0 [ 38.889430] mtk_ppe_dev_register_hook : ineterface ra2 register (3) [ 38.907709] br-lan: port 9(ra2) entered blocking state [ 38.912852] br-lan: port 9(ra2) entered disabled state [ 38.918213] device ra2 entered promiscuous mode [ 38.922848] br-lan: port 9(ra2) entered blocking state [ 38.927978] br-lan: port 9(ra2) entered forwarding state [ 38.952441] 7986@C08L2,mbss_virtual_if_open() 134: ==⇒ ra3 [ 38.958109] 7986@C01L2,RTMP_COM_IoctlHandle() 1517: → CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT [ 38.966190] 7986@C01L2,RTMP_COM_IoctlHandle() 1494: → CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP [ 38.974182] WiFi@C01L3,wifi_sys_open() 856: wdev idx = 3 [ 38.979793] 7986@C18L3,BuildChannelList() 507: [ 38.984351] 7986@C23L3,operate_loader_phy() 360: oper_cfg: prim_ch(6), ht_bw(1), extcha(1), vht_bw(0), cen_ch_2(0), PhyMode=78! [ 38.995811] 7986@C23L3,operate_loader_phy() 374: oper_dev after adjust: bw(1), prim_ch(6), cen_ch_1(8), cen_ch_2(0),ext_cha(1)! [ 39.007264] 7986@C23L3,operate_loader_phy() 393: oper_dev after decision: bw(1), prim_ch(6), cen_ch_1(8), cen_ch_2(0)! [ 39.017935] 7986@C23L3,DfsRadarChannelCheck() 3423: [DfsRadarChannelCheck]: wdev is not 5G [ 39.026185] 7986@C23L3,DfsCacNormalStart() 3950: wdev is not 5G [ 39.032089] 7986@C23L3,DfsRadarChannelCheck() 3423: [DfsRadarChannelCheck]: wdev is not 5G [ 39.040575] WiFi@C00L2,dump_ht_cap() 29: Caller: wlan_operate_init+0xa4/0x148 [mt_wifi] [ 39.048572] wdev_attr_update(): wdevId3 = 82:3f:5d:b4:91:05 [ 39.054156] WiFi@C12L1,wifi_sys_open() 907: wifi_sys_open():band0 group_idx[3]=11, bw_grp=16 omac=19 [ 39.063360] 7986@C08L3,hw_ctrl_flow_v2_open() 13: wdev_idx=3 [ 39.069212] 7986@C02L2,AsicRadioOnOffCtrl() 2375: DbdcIdx=0 RadioOn [ 39.076015] 7986@C00L2,ApAutoChannelAtBootUp() 339: ----------------→ [ 39.082635] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 39.088113] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 39.093502] 7986@C00L1,ApAutoChannelAtBootUp() 507: not A band [ 39.099356] 7986@C08L1,ap_run_at_boot() 640: ACS is disable !! [ 39.106204] 7986@C08L2,APStartUpForMbss() 1001: ==⇒(caller:ap_inf_open+0x144/0x4e0 [mt_wifi]), mbss_idx:3, CfgMode:0 [ 39.116826] 7986@C15L2,APPMFInit() 133: [PMF] apidx=3, MFPC=1, MFPR=0, SHA256=0 [ 39.124163] 7986@C18L3,BuildChannelList() 507: [ 39.128965] WiFi@C00L2,dump_ht_cap() 29: Caller: dump_ht_cap+0x10/0x20 [mt_wifi] [ 39.136352] 7986@C08L2,APOverlappingBSSScan() 5216: leverage result of wdev(0@BN0), FallBack=0 (remaining 53048 ms) [ 39.146767] 7986@C23L3,operate_loader_phy() 360: oper_cfg: prim_ch(6), ht_bw(1), extcha(1), vht_bw(0), cen_ch_2(0), PhyMode=78! [ 39.158223] 7986@C23L3,operate_loader_phy() 374: oper_dev after adjust: bw(1), prim_ch(6), cen_ch_1(8), cen_ch_2(0),ext_cha(1)! [ 39.169674] 7986@C23L3,operate_loader_phy() 393: oper_dev after decision: bw(1), prim_ch(6), cen_ch_1(8), cen_ch_2(0)! [ 39.180347] 7986@C23L3,DfsRadarChannelCheck() 3423: [DfsRadarChannelCheck]: wdev is not 5G [ 39.188595] 7986@C23L3,DfsCacNormalStart() 3950: wdev is not 5G [ 39.194499] 7986@C23L3,DfsRadarChannelCheck() 3423: [DfsRadarChannelCheck]: wdev is not 5G [ 39.203014] WiFi@C08L2,ap_link_up() 7215: (caller:wdev_do_linkup+0x20/0x38 [mt_wifi]), wdev(3) [ 39.211673] 7986@C01L3,wifi_sys_linkup() 1231: wdev idx = 3 [ 39.262669] 7986@C00L3,wtc_acquire_groupkey_wcid() 84: Found a non-occupied wtbl_idx:540 for WDEV_TYPE:1 [ 39.262669] LinkToOmacIdx = 13, LinkToWdevType = 1 [ 39.277094] 7986@C08L3,hw_ctrl_flow_v2_link_up() 72: wdev_idx=3 [ 39.290390] 7986@C08L3,UpdateBeaconHandler() 2067: BCN_UPDATE_INIT, OmacIdx = 13 (ra3) [ 39.298338] 7986@C00L1,TxCCKStreamCtrl() 20904: set wrong parameters [ 39.313759] PrintSrCmd: [ 39.313759] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 39.313759] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 39.327729] PrintSrCmd: [ 39.327729] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 39.327729] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 39.341702] PrintSrCmd: [ 39.341702] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 39.341702] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 39.355745] PrintSrCmd: [ 39.355745] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 39.355745] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 39.369803] PrintSrCmd: [ 39.369803] u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 39.369803] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 39.383870] PrintSrCmd: [ 39.383870] u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 39.383870] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 39.397965] 7986@C12L1,EDCCAInit() 21491: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0 [ 39.408912] 7986@C03L3,MtCmdTxPwrShowInfo() 13944: ucTxPowerInfoCatg: 2, BandIdx: 0 [ 39.416656] 7986@C03L3,MtCmdTxPwrShowInfo() 13973: (ret = 0) [ 39.416758] [mtf_txpower_all_rate_info] band_idx:0 pwr:46 ChBand:2G ePAGain:0 [ 39.422317] mtk_ppe_dev_register_hook : ineterface ra3 register (4) [ 39.440155] br-lan: port 10(ra3) entered blocking state [ 39.445393] br-lan: port 10(ra3) entered disabled state [ 39.450835] device ra3 entered promiscuous mode [ 39.455457] br-lan: port 10(ra3) entered blocking state [ 39.460677] br-lan: port 10(ra3) entered forwarding state [ 39.501675] 7986@C08L2,mbss_virtual_if_open() 134: ==⇒ rax0 [ 39.507519] 7986@C01L2,RTMP_COM_IoctlHandle() 1517: → CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT [ 39.515600] 7986@C01L2,RTMP_COM_IoctlHandle() 1494: → CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP [ 39.523592] WiFi@C01L3,wifi_sys_open() 856: wdev idx = 4 [ 39.529199] 7986@C18L3,BuildChannelList() 507: [ 39.533748] 7986@C00L3,BuildChannelList() 537: BandIdx = 1, PhyMode = 177, ChListNum = 25: [ 39.542146] 7986@C23L3,DfsBuildChannelList() 4114: Done [ 39.547386] 7986@C23L3,RadarStateCheck() 263: Bw160 Zero Wait State: 0, phy_bw=3, band_bw[band_idx]=0 [ 39.556588] 7986@C23L3,RadarStateCheck() 322: RD_NORMAL_MODE [ 39.563361] 7986@C23L3,operate_loader_phy() 360: oper_cfg: prim_ch(0), ht_bw(1), extcha(1), vht_bw(2), cen_ch_2(0), PhyMode=177! [ 39.574899] phy_freq_adjust : no prim_ch value for adjust! [ 39.580372] 7986@C23L1,operate_loader_phy() 364: phy_freq_adjust failed!WiFi@C00L2,dump_ht_cap() 29: Caller: wlan_operate_init+0xa4/0x148 [mt_wifi] [ 39.593811] wdev_attr_update(): wdevId4 = 82:3f:5d:c4:91:05 [ 39.599399] WiFi@C12L1,wifi_sys_open() 907: wifi_sys_open():band1 group_idx[4]=4, bw_grp=16 omac=0 [ 39.608368] 7986@C08L3,hw_ctrl_flow_v2_open() 13: wdev_idx=4 [ 39.615307] 7986@C23L1,HcGetBandByChannel() 1233: No hdev parking on channel:0, just return a default band_idx 0! [ 39.625555] 7986@C02L2,AsicRadioOnOffCtrl() 2375: DbdcIdx=0 RadioOn [ 39.632360] 7986@C00L2,ApAutoChannelAtBootUp() 339: ----------------→ [ 39.638971] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 39.644449] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 39.649854] 7986@C23L2,build_acs_scan_ch_list_by_bw() 2731: ChListNum56G = 8 [ 39.656889] 7986@C23L3,build_acs_scan_ch_list_by_bw() 2839: ACSChListNum = 8, ACSChBW = 3 [ 39.665300] 7986@C08L1,UpdateBeaconHandler() 2047: wdev(4) bss not ready (state:0, caller:MTAPAutoSelectChannel+0x108/0x418 [mt_wifi])!! [ 39.677554] 7986@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:1 ch_band:1 htbw:0 vht_bw:0 bw:0 extcha:0 [ 39.688055] 7986@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:36 cench1:36 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1 [ 39.699916] 7986@C00L1,mt7986_apply_dpd_flatness_data() 622: eeprom 0x19a bit 0 is 0, do runtime cal [ 39.709041] 7986@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=36, ctrl_ch2=0, cent_ch=36 DBDCIdx=1, ChBand=1, BW=0, TXStream=4, RXStream=4, scan(1) [ 39.747352] 7986@C03L3,MtCmdSetTxRxPath() 2910: ctrl_chl=36, ctrl_ch2=0, cent_ch=36, RxPath=f, BandIdx=1, ChBand=1, BW=0,TXStream=4, RXStream=15, scan(1) [ 39.971496] 7986@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:1 ch_band:1 htbw:0 vht_bw:0 bw:0 extcha:0 [ 39.982008] 7986@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:40 cench1:40 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1 [ 39.993873] 7986@C00L1,mt7986_apply_dpd_flatness_data() 622: eeprom 0x19a bit 0 is 0, do runtime cal [ 40.003002] 7986@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=40, ctrl_ch2=0, cent_ch=40 DBDCIdx=1, ChBand=1, BW=0, TXStream=4, RXStream=4, scan(1) [ 40.041293] 7986@C03L3,MtCmdSetTxRxPath() 2910: ctrl_chl=40, ctrl_ch2=0, cent_ch=40, RxPath=f, BandIdx=1, ChBand=1, BW=0,TXStream=4, RXStream=15, scan(1) [ 40.267476] 7986@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:1 ch_band:1 htbw:0 vht_bw:0 bw:0 extcha:0 [ 40.277986] 7986@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:44 cench1:44 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1 [ 40.289834] 7986@C00L1,mt7986_apply_dpd_flatness_data() 622: eeprom 0x19a bit 0 is 0, do runtime cal [ 40.298959] 7986@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=44, ctrl_ch2=0, cent_ch=44 DBDCIdx=1, ChBand=1, BW=0, TXStream=4, RXStream=4, scan(1) [ 40.337174] 7986@C03L3,MtCmdSetTxRxPath() 2910: ctrl_chl=44, ctrl_ch2=0, cent_ch=44, RxPath=f, BandIdx=1, ChBand=1, BW=0,TXStream=4, RXStream=15, scan(1) [ 40.563490] 7986@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:1 ch_band:1 htbw:0 vht_bw:0 bw:0 extcha:0 [ 40.573999] 7986@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:48 cench1:48 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1 [ 40.585844] 7986@C00L1,mt7986_apply_dpd_flatness_data() 622: eeprom 0x19a bit 0 is 0, do runtime cal [ 40.594977] 7986@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=48, ctrl_ch2=0, cent_ch=48 DBDCIdx=1, ChBand=1, BW=0, TXStream=4, RXStream=4, scan(1) [ 40.633178] 7986@C03L3,MtCmdSetTxRxPath() 2910: ctrl_chl=48, ctrl_ch2=0, cent_ch=48, RxPath=f, BandIdx=1, ChBand=1, BW=0,TXStream=4, RXStream=15, scan(1) [ 40.859489] 7986@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:1 ch_band:1 htbw:0 vht_bw:0 bw:0 extcha:0 [ 40.869998] 7986@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:52 cench1:52 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1 [ 40.881845] 7986@C00L1,mt7986_apply_dpd_flatness_data() 622: eeprom 0x19a bit 0 is 0, do runtime cal [ 40.890975] 7986@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=52, ctrl_ch2=0, cent_ch=52 DBDCIdx=1, ChBand=1, BW=0, TXStream=4, RXStream=4, scan(1) [ 40.928784] 7986@C03L3,MtCmdSetTxRxPath() 2910: ctrl_chl=52, ctrl_ch2=0, cent_ch=52, RxPath=f, BandIdx=1, ChBand=1, BW=0,TXStream=4, RXStream=15, scan(1) [ 41.155468] 7986@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:1 ch_band:1 htbw:0 vht_bw:0 bw:0 extcha:0 [ 41.165973] 7986@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:56 cench1:56 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1 [ 41.177815] 7986@C00L1,mt7986_apply_dpd_flatness_data() 622: eeprom 0x19a bit 0 is 0, do runtime cal [ 41.186940] 7986@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=56, ctrl_ch2=0, cent_ch=56 DBDCIdx=1, ChBand=1, BW=0, TXStream=4, RXStream=4, scan(1) [ 41.224730] 7986@C03L3,MtCmdSetTxRxPath() 2910: ctrl_chl=56, ctrl_ch2=0, cent_ch=56, RxPath=f, BandIdx=1, ChBand=1, BW=0,TXStream=4, RXStream=15, scan(1) [ 41.319225] BcnCheck start after 1500 ms (ra0) [ 41.451480] 7986@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:1 ch_band:1 htbw:0 vht_bw:0 bw:0 extcha:0 [ 41.461993] 7986@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:60 cench1:60 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1 [ 41.473842] 7986@C00L1,mt7986_apply_dpd_flatness_data() 622: eeprom 0x19a bit 0 is 0, do runtime cal [ 41.482969] 7986@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=60, ctrl_ch2=0, cent_ch=60 DBDCIdx=1, ChBand=1, BW=0, TXStream=4, RXStream=4, scan(1) [ 41.520824] 7986@C03L3,MtCmdSetTxRxPath() 2910: ctrl_chl=60, ctrl_ch2=0, cent_ch=60, RxPath=f, BandIdx=1, ChBand=1, BW=0,TXStream=4, RXStream=15, scan(1) [ 41.747458] 7986@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:1 ch_band:1 htbw:0 vht_bw:0 bw:0 extcha:0 [ 41.757963] 7986@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:64 cench1:64 cench2:0 rxstream:0 ap_bw:0 apCenCh:0 Scan:1 [ 41.769803] 7986@C00L1,mt7986_apply_dpd_flatness_data() 622: eeprom 0x19a bit 0 is 0, do runtime cal [ 41.778926] 7986@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=64, ctrl_ch2=0, cent_ch=64 DBDCIdx=1, ChBand=1, BW=0, TXStream=4, RXStream=4, scan(1) [ 41.816793] 7986@C03L3,MtCmdSetTxRxPath() 2910: ctrl_chl=64, ctrl_ch2=0, cent_ch=64, RxPath=f, BandIdx=1, ChBand=1, BW=0,TXStream=4, RXStream=15, scan(1) [ 42.043718] 7986@C08L1,UpdateBeaconHandler() 2047: wdev(4) bss not ready (state:0, caller:MTAPAutoSelectChannel+0x258/0x418 [mt_wifi])!! [ 42.055971] 7986@C23L3,SelectClearChannelBusyTime() 1893:

[ 42.067350] 7986@C23L3,SelectClearChannelBusyTime() 1899: Channel 36 : Busy Time = 21865, Skip Channel = FALSE, BwCap = TRUE [ 42.078717] 7986@C23L3,SelectClearChannelBusyTime() 1899: Channel 40 : Busy Time = 12433, Skip Channel = FALSE, BwCap = TRUE [ 42.090083] 7986@C23L3,SelectClearChannelBusyTime() 1899: Channel 44 : Busy Time = 18245, Skip Channel = FALSE, BwCap = TRUE [ 42.101450] 7986@C23L3,SelectClearChannelBusyTime() 1899: Channel 48 : Busy Time = 18065, Skip Channel = FALSE, BwCap = TRUE [ 42.112816] 7986@C23L3,SelectClearChannelBusyTime() 1899: Channel 52 : Busy Time = 7886, Skip Channel = FALSE, BwCap = TRUE [ 42.124186] 7986@C23L3,SelectClearChannelBusyTime() 1899: Channel 56 : Busy Time = 3313, Skip Channel = FALSE, BwCap = TRUE [ 42.135553] 7986@C23L3,SelectClearChannelBusyTime() 1899: Channel 60 : Busy Time = 2019, Skip Channel = FALSE, BwCap = TRUE [ 42.146919] 7986@C23L3,SelectClearChannelBusyTime() 1899: Channel 64 : Busy Time = 376, Skip Channel = FALSE, BwCap = TRUE [ 42.158284] 7986@C23L3,SelectClearChannelBusyTime() 1902:

[ 42.169657] 7986@C23L3,SelectClearChannelBusyTime() 2138: Rule 3 Channel Busy time value : Select Primary Channel 64 [ 42.180157] 7986@C23L3,SelectClearChannelBusyTime() 2140: Rule 3 Channel Busy time value : Min Channel Busy = 21865 [ 42.190569] 7986@C23L3,SelectClearChannelBusyTime() 2145: Rule 3 Channel Busy time value : BW = 160 [ 42.199595] 7986@C23L3,SelectClearChannelBusyTime() 2179: [SelectClearChannelBusyTime] - band1 END [ 42.208540] 7986@C23L3,zero_wait_dfs_update_ch() 1105: ch 64, outband ch 0, ch_stat 0, pDfsParam→band_ch[0]=0, pDfsParam→band_ch[1]=0 [ 42.220688] 7986@C23L3,RadarStateCheck() 263: Bw160 Zero Wait State: 0, phy_bw=3, band_bw[band_idx]=0 [ 42.229889] 7986@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam→PrimCh(0) band(0) band_bw(0), outbw(0) [ 42.239955] 7986@C23L3,DfsGetSysParameters() 1728: Get after pDfsParam→PrimCh(64) band(1) band_bw(3), outbw(0) [ 42.250020] 7986@C23L3,RadarStateCheck() 283: cac_not_req 0 [ 42.256714] 7986@C23L3,operate_loader_phy() 360: oper_cfg: prim_ch(64), ht_bw(1), extcha(1), vht_bw(2), cen_ch_2(0), PhyMode=177! [ 42.268344] 7986@C23L3,operate_loader_phy() 374: oper_dev after adjust: bw(3), prim_ch(64), cen_ch_1(50), cen_ch_2(0),ext_cha(3)! [ 42.279970] 7986@C23L3,operate_loader_phy() 393: oper_dev after decision: bw(3), prim_ch(64), cen_ch_1(50), cen_ch_2(0)! [ 42.290822] 7986@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam→PrimCh(64) band(1) band_bw(3), outbw(0) [ 42.300978] 7986@C23L3,DfsGetSysParameters() 1728: Get after pDfsParam→PrimCh(64) band(1) band_bw(3), outbw(0) [ 42.311045] 7986@C23L3,DfsCacNormalStart() 3980: [RDM] CAC 5 seconds start . Disable MAC TX [ 42.319401] 7986@C08L1,AsicSwitchChannel() 334: AsicSwitchChannel::bandIdx:1 ch_band:1 htbw:1 vht_bw:2 bw:3 extcha:3 [ 42.329912] 7986@C08L1,AsicSwitchChannel() 339: AsicSwitchChannel::primch:64 cench1:50 cench2:0 rxstream:4 ap_bw:0 apCenCh:0 Scan:0 [ 42.341713] 7986@C23L3,DfsSwitchCheck() 4270: DFS ByPass TX calibration. [ 42.348442] 7986@C00L1,mt7986_apply_dpd_flatness_data() 622: eeprom 0x19a bit 0 is 0, do runtime cal [ 42.357565] 7986@C03L3,MtCmdChannelSwitch() 2650: ctrl_chl=64, ctrl_ch2=0, cent_ch=50 DBDCIdx=1, ChBand=1, BW=3, TXStream=4, RXStream=4, scan(0) [ 42.397211] 7986@C03L3,MtCmdSetTxRxPath() 2910: ctrl_chl=64, ctrl_ch2=0, cent_ch=50, RxPath=f, BandIdx=1, ChBand=1, BW=3,TXStream=4, RXStream=15, scan(0) [ 42.415960] 7986@C12L1,EDCCAInit() 21491: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0 [ 42.426917] 7986@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam→PrimCh(64) band(1) band_bw(3), outbw(0) [ 42.437074] 7986@C23L3,DfsGetSysParameters() 1728: Get after pDfsParam→PrimCh(64) band(1) band_bw(3), outbw(0) [ 42.447178] 7986@C23L3,DfsBuildChannelList() 4114: Done [ 42.452395] 7986@C23L3,zero_wait_dfs_switch_ch() 1215: outband ch 0, ch_stat 0 [ 42.459601] 7986@C23L3,zero_wait_dfs_switch_ch() 1222: bDedicatedZeroWaitDefault == 0 [ 42.467664] 7986@C08L2,APStartUpForMbss() 1001: ==⇒(caller:ap_inf_open+0x144/0x4e0 [mt_wifi]), mbss_idx:4, CfgMode:0 [ 42.478285] 7986@C15L2,APPMFInit() 133: [PMF] apidx=4, MFPC=1, MFPR=0, SHA256=0 [ 42.485620] 7986@C18L3,BuildChannelList() 507: [ 42.490413] WiFi@C00L2,dump_ht_cap() 29: Caller: dump_ht_cap+0x10/0x20 [mt_wifi] [ 42.498031] WiFi@C08L2,ap_link_up() 7215: (caller:wdev_do_linkup+0x20/0x38 [mt_wifi]), wdev(4) [ 42.506645] 7986@C01L3,wifi_sys_linkup() 1231: wdev idx = 4 [ 42.557662] 7986@C00L3,wtc_acquire_groupkey_wcid() 84: Found a non-occupied wtbl_idx:539 for WDEV_TYPE:1 [ 42.557662] LinkToOmacIdx = 0, LinkToWdevType = 1 [ 42.572011] 7986@C08L3,hw_ctrl_flow_v2_link_up() 72: wdev_idx=4 [ 42.584737] 7986@C08L3,UpdateBeaconHandler() 2067: BCN_UPDATE_INIT, OmacIdx = 0 (rax0) [ 42.592638] 7986@C08L3,UpdateBeaconHandler() 2080: Band1 BcnInitedRnd = 137 [ 42.611295] PrintSrCmd: [ 42.611295] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 42.611295] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 42.625273] PrintSrCmd: [ 42.625273] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 42.625273] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 42.639246] PrintSrCmd: [ 42.639246] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 42.639246] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 42.653215] PrintSrCmd: [ 42.653215] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 42.653215] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 42.667276] PrintSrCmd: [ 42.667276] u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 42.667276] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 42.681338] PrintSrCmd: [ 42.681338] u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 42.681338] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 42.695408] 7986@C12L1,EDCCAInit() 21491: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0 [ 42.706350] 7986@C03L3,MtCmdTxPwrShowInfo() 13944: ucTxPowerInfoCatg: 2, BandIdx: 1 [ 42.714083] 7986@C03L3,MtCmdTxPwrShowInfo() 13973: (ret = 0) [ 42.714182] [mtf_txpower_all_rate_info] band_idx:1 pwr:44 ChBand:5G ePAGain:0 [ 42.719751] mtk_ppe_dev_register_hook : ineterface rax0 register (5) [ 42.733905] 7986@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!! [ 42.741840] br-lan: port 11(rax0) entered blocking state [ 42.747181] br-lan: port 11(rax0) entered disabled state [ 42.752737] device rax0 entered promiscuous mode [ 42.757436] br-lan: port 11(rax0) entered blocking state [ 42.762740] br-lan: port 11(rax0) entered forwarding state [ 42.768379] 7986@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!! [ 42.780417] 7986@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!! [ 42.812608] 7986@C08L2,mbss_virtual_if_open() 134: ==⇒ rax1 [ 42.818439] 7986@C01L2,RTMP_COM_IoctlHandle() 1517: → CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT [ 42.826533] 7986@C01L2,RTMP_COM_IoctlHandle() 1494: → CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP [ 42.834526] WiFi@C01L3,wifi_sys_open() 856: wdev idx = 5 [ 42.840136] 7986@C18L3,BuildChannelList() 507: [ 42.844696] 7986@C23L3,RadarStateCheck() 263: Bw160 Zero Wait State: 0, phy_bw=3, band_bw[band_idx]=3 [ 42.853900] 7986@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam→PrimCh(64) band(1) band_bw(3), outbw(0) [ 42.864053] 7986@C23L3,DfsGetSysParameters() 1728: Get after pDfsParam→PrimCh(64) band(1) band_bw(3), outbw(0) [ 42.874122] 7986@C23L3,RadarStateCheck() 283: cac_not_req 0 [ 42.880811] 7986@C23L3,operate_loader_phy() 360: oper_cfg: prim_ch(64), ht_bw(1), extcha(1), vht_bw(2), cen_ch_2(0), PhyMode=177! [ 42.892445] 7986@C23L3,operate_loader_phy() 374: oper_dev after adjust: bw(3), prim_ch(64), cen_ch_1(50), cen_ch_2(0),ext_cha(3)! [ 42.904078] 7986@C23L3,operate_loader_phy() 393: oper_dev after decision: bw(3), prim_ch(64), cen_ch_1(50), cen_ch_2(0)! [ 42.914930] 7986@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam→PrimCh(64) band(1) band_bw(3), outbw(0) [ 42.925086] 7986@C23L3,DfsGetSysParameters() 1728: Get after pDfsParam→PrimCh(64) band(1) band_bw(3), outbw(0) [ 42.935152] 7986@C23L3,DfsCacNormalStart() 3980: [RDM] CAC 5 seconds start . Disable MAC TX [ 42.943496] 7986@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam→PrimCh(64) band(1) band_bw(3), outbw(0) [ 42.953718] 7986@C23L3,DfsGetSysParameters() 1728: Get after pDfsParam→PrimCh(64) band(1) band_bw(3), outbw(0) [ 42.964046] WiFi@C00L2,dump_ht_cap() 29: Caller: wlan_operate_init+0xa4/0x148 [mt_wifi] [ 42.972041] wdev_attr_update(): wdevId5 = 82:3f:5d:d4:91:05 [ 42.977629] WiFi@C12L1,wifi_sys_open() 907: wifi_sys_open():band1 group_idx[5]=25, bw_grp=16 omac=17 [ 42.986800] 7986@C08L3,hw_ctrl_flow_v2_open() 13: wdev_idx=5 [ 42.993636] 7986@C02L2,AsicRadioOnOffCtrl() 2375: DbdcIdx=1 RadioOn [ 43.000462] 7986@C00L2,ApAutoChannelAtBootUp() 339: ----------------→ [ 43.007097] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 43.012577] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 43.017969] 7986@C00L1,ApAutoChannelAtBootUp() 501: zero-wait DFS is not enabled [ 43.025350] 7986@C08L1,ap_run_at_boot() 640: ACS is disable !! [ 43.032202] 7986@C08L2,APStartUpForMbss() 1001: ==⇒(caller:ap_inf_open+0x144/0x4e0 [mt_wifi]), mbss_idx:5, CfgMode:0 [ 43.042850] 7986@C15L2,APPMFInit() 121: [PMF] Security is not WPA2/WPA2PSK AES [ 43.050060] 7986@C15L2,APPMFInit() 133: [PMF] apidx=5, MFPC=0, MFPR=0, SHA256=0 [ 43.057387] 7986@C18L3,BuildChannelList() 507: [ 43.062188] WiFi@C00L2,dump_ht_cap() 29: Caller: dump_ht_cap+0x10/0x20 [mt_wifi] [ 43.069817] WiFi@C08L2,ap_link_up() 7215: (caller:wdev_do_linkup+0x20/0x38 [mt_wifi]), wdev(5) [ 43.078420] 7986@C01L3,wifi_sys_linkup() 1231: wdev idx = 5 [ 43.084194] 7986@C00L3,wtc_acquire_groupkey_wcid() 84: Found a non-occupied wtbl_idx:538 for WDEV_TYPE:1 [ 43.084194] LinkToOmacIdx = 11, LinkToWdevType = 1 [ 43.098640] 7986@C08L3,hw_ctrl_flow_v2_link_up() 72: wdev_idx=5 [ 43.112050] 7986@C08L3,UpdateBeaconHandler() 2067: BCN_UPDATE_INIT, OmacIdx = 11 (rax1) [ 43.131638] PrintSrCmd: [ 43.131638] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 43.131638] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 43.145616] PrintSrCmd: [ 43.145616] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 43.145616] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 43.159616] PrintSrCmd: [ 43.159616] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 43.159616] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 43.173586] PrintSrCmd: [ 43.173586] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 43.173586] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 43.187644] PrintSrCmd: [ 43.187644] u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 43.187644] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 43.201733] PrintSrCmd: [ 43.201733] u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 43.201733] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 43.215812] 7986@C12L1,EDCCAInit() 21491: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0 [ 43.226753] 7986@C03L3,MtCmdTxPwrShowInfo() 13944: ucTxPowerInfoCatg: 2, BandIdx: 1 [ 43.234482] 7986@C03L3,MtCmdTxPwrShowInfo() 13973: (ret = 0) [ 43.234577] [mtf_txpower_all_rate_info] band_idx:1 pwr:44 ChBand:5G ePAGain:0 [ 43.240141] mtk_ppe_dev_register_hook : ineterface rax1 register (6) [ 43.258002] br-lan: port 12(rax1) entered blocking state [ 43.263336] br-lan: port 12(rax1) entered disabled state [ 43.268877] device rax1 entered promiscuous mode [ 43.273591] br-lan: port 12(rax1) entered blocking state [ 43.278901] br-lan: port 12(rax1) entered forwarding state [ 43.303449] 7986@C08L2,mbss_virtual_if_open() 134: ==⇒ rax2 [ 43.309198] 7986@C01L2,RTMP_COM_IoctlHandle() 1517: → CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT [ 43.317278] 7986@C01L2,RTMP_COM_IoctlHandle() 1494: → CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP [ 43.325278] WiFi@C01L3,wifi_sys_open() 856: wdev idx = 6 [ 43.330888] 7986@C18L3,BuildChannelList() 507: [ 43.335446] 7986@C23L3,RadarStateCheck() 263: Bw160 Zero Wait State: 0, phy_bw=3, band_bw[band_idx]=3 [ 43.344650] 7986@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam→PrimCh(64) band(1) band_bw(3), outbw(0) [ 43.354805] 7986@C23L3,DfsGetSysParameters() 1728: Get after pDfsParam→PrimCh(64) band(1) band_bw(3), outbw(0) [ 43.364869] 7986@C23L3,RadarStateCheck() 283: cac_not_req 0 [ 43.371558] 7986@C23L3,operate_loader_phy() 360: oper_cfg: prim_ch(64), ht_bw(1), extcha(1), vht_bw(2), cen_ch_2(0), PhyMode=177! [ 43.383189] 7986@C23L3,operate_loader_phy() 374: oper_dev after adjust: bw(3), prim_ch(64), cen_ch_1(50), cen_ch_2(0),ext_cha(3)! [ 43.394814] 7986@C23L3,operate_loader_phy() 393: oper_dev after decision: bw(3), prim_ch(64), cen_ch_1(50), cen_ch_2(0)! [ 43.405660] 7986@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam→PrimCh(64) band(1) band_bw(3), outbw(0) [ 43.415812] 7986@C23L3,DfsGetSysParameters() 1728: Get after pDfsParam→PrimCh(64) band(1) band_bw(3), outbw(0) [ 43.425879] 7986@C23L3,DfsCacNormalStart() 3980: [RDM] CAC 5 seconds start . Disable MAC TX [ 43.434225] 7986@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam→PrimCh(64) band(1) band_bw(3), outbw(0) [ 43.444406] 7986@C23L3,DfsGetSysParameters() 1728: Get after pDfsParam→PrimCh(64) band(1) band_bw(3), outbw(0) [ 43.454732] WiFi@C00L2,dump_ht_cap() 29: Caller: wlan_operate_init+0xa4/0x148 [mt_wifi] [ 43.462727] wdev_attr_update(): wdevId6 = 82:3f:5d:e4:91:05 [ 43.468313] WiFi@C12L1,wifi_sys_open() 907: wifi_sys_open():band1 group_idx[6]=26, bw_grp=16 omac=18 [ 43.477444] 7986@C08L3,hw_ctrl_flow_v2_open() 13: wdev_idx=6 [ 43.484322] 7986@C02L2,AsicRadioOnOffCtrl() 2375: DbdcIdx=1 RadioOn [ 43.491129] 7986@C00L2,ApAutoChannelAtBootUp() 339: ----------------→ [ 43.497745] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 43.503227] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 43.508614] 7986@C00L1,ApAutoChannelAtBootUp() 501: zero-wait DFS is not enabled [ 43.515998] 7986@C08L1,ap_run_at_boot() 640: ACS is disable !! [ 43.522845] 7986@C08L2,APStartUpForMbss() 1001: ==⇒(caller:ap_inf_open+0x144/0x4e0 [mt_wifi]), mbss_idx:6, CfgMode:0 [ 43.533458] 7986@C15L2,APPMFInit() 121: [PMF] Security is not WPA2/WPA2PSK AES [ 43.540670] 7986@C15L2,APPMFInit() 133: [PMF] apidx=6, MFPC=0, MFPR=0, SHA256=0 [ 43.547999] 7986@C18L3,BuildChannelList() 507: [ 43.552800] WiFi@C00L2,dump_ht_cap() 29: Caller: dump_ht_cap+0x10/0x20 [mt_wifi] [ 43.560421] WiFi@C08L2,ap_link_up() 7215: (caller:wdev_do_linkup+0x20/0x38 [mt_wifi]), wdev(6) [ 43.569032] 7986@C01L3,wifi_sys_linkup() 1231: wdev idx = 6 [ 43.574801] 7986@C00L3,wtc_acquire_groupkey_wcid() 84: Found a non-occupied wtbl_idx:537 for WDEV_TYPE:1 [ 43.574801] LinkToOmacIdx = 12, LinkToWdevType = 1 [ 43.589245] 7986@C08L3,hw_ctrl_flow_v2_link_up() 72: wdev_idx=6 [ 43.602489] 7986@C08L3,UpdateBeaconHandler() 2067: BCN_UPDATE_INIT, OmacIdx = 12 (rax2) [ 43.622096] PrintSrCmd: [ 43.622096] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 43.622096] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 43.636071] PrintSrCmd: [ 43.636071] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 43.636071] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 43.650051] PrintSrCmd: [ 43.650051] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 43.650051] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 43.664024] PrintSrCmd: [ 43.664024] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 43.664024] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 43.678087] PrintSrCmd: [ 43.678087] u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 43.678087] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 43.692144] PrintSrCmd: [ 43.692144] u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 43.692144] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 43.706215] 7986@C12L1,EDCCAInit() 21491: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0 [ 43.717155] 7986@C03L3,MtCmdTxPwrShowInfo() 13944: ucTxPowerInfoCatg: 2, BandIdx: 1 [ 43.724891] 7986@C03L3,MtCmdTxPwrShowInfo() 13973: (ret = 0) [ 43.724969] [mtf_txpower_all_rate_info] band_idx:1 pwr:44 ChBand:5G ePAGain:0 [ 43.730555] mtk_ppe_dev_register_hook : ineterface rax2 register (7) [ 43.748439] br-lan: port 13(rax2) entered blocking state [ 43.753760] br-lan: port 13(rax2) entered disabled state [ 43.759302] device rax2 entered promiscuous mode [ 43.763998] br-lan: port 13(rax2) entered blocking state [ 43.769299] br-lan: port 13(rax2) entered forwarding state [ 43.794279] 7986@C08L2,mbss_virtual_if_open() 134: ==⇒ rax3 [ 43.800042] 7986@C01L2,RTMP_COM_IoctlHandle() 1517: → CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT [ 43.808173] 7986@C01L2,RTMP_COM_IoctlHandle() 1494: → CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP [ 43.816167] WiFi@C01L3,wifi_sys_open() 856: wdev idx = 7 [ 43.821785] 7986@C18L3,BuildChannelList() 507: [ 43.826337] 7986@C23L3,RadarStateCheck() 263: Bw160 Zero Wait State: 0, phy_bw=3, band_bw[band_idx]=3 [ 43.835545] 7986@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam→PrimCh(64) band(1) band_bw(3), outbw(0) [ 43.845699] 7986@C23L3,DfsGetSysParameters() 1728: Get after pDfsParam→PrimCh(64) band(1) band_bw(3), outbw(0) [ 43.855763] 7986@C23L3,RadarStateCheck() 283: cac_not_req 0 [ 43.862457] 7986@C23L3,operate_loader_phy() 360: oper_cfg: prim_ch(64), ht_bw(1), extcha(1), vht_bw(2), cen_ch_2(0), PhyMode=177! [ 43.874085] 7986@C23L3,operate_loader_phy() 374: oper_dev after adjust: bw(3), prim_ch(64), cen_ch_1(50), cen_ch_2(0),ext_cha(3)! [ 43.885711] 7986@C23L3,operate_loader_phy() 393: oper_dev after decision: bw(3), prim_ch(64), cen_ch_1(50), cen_ch_2(0)! [ 43.896556] 7986@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam→PrimCh(64) band(1) band_bw(3), outbw(0) [ 43.906708] 7986@C23L3,DfsGetSysParameters() 1728: Get after pDfsParam→PrimCh(64) band(1) band_bw(3), outbw(0) [ 43.916773] 7986@C23L3,DfsCacNormalStart() 3980: [RDM] CAC 5 seconds start . Disable MAC TX [ 43.925117] 7986@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam→PrimCh(64) band(1) band_bw(3), outbw(0) [ 43.935288] 7986@C23L3,DfsGetSysParameters() 1728: Get after pDfsParam→PrimCh(64) band(1) band_bw(3), outbw(0) [ 43.945610] WiFi@C00L2,dump_ht_cap() 29: Caller: wlan_operate_init+0xa4/0x148 [mt_wifi] [ 43.953606] wdev_attr_update(): wdevId7 = 82:3f:5d:f4:91:05 [ 43.959190] WiFi@C12L1,wifi_sys_open() 907: wifi_sys_open():band1 group_idx[7]=27, bw_grp=16 omac=19 [ 43.968323] 7986@C08L3,hw_ctrl_flow_v2_open() 13: wdev_idx=7 [ 43.975231] 7986@C02L2,AsicRadioOnOffCtrl() 2375: DbdcIdx=1 RadioOn [ 43.982037] 7986@C00L2,ApAutoChannelAtBootUp() 339: ----------------→ [ 43.987659] 7986@C08L1,UpdateBeaconHandler() 2047: wdev(7) bss not ready (state:0, caller:update_ap_qload_to_bcn+0xa0/0xc8 [mt_wifi])!! [ 43.988674] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 44.006198] 7986@C03L1,MtCmdSetMacTxRx() 10440: (ret = 0) [ 44.011593] 7986@C00L1,ApAutoChannelAtBootUp() 501: zero-wait DFS is not enabled [ 44.018978] 7986@C08L1,ap_run_at_boot() 640: ACS is disable !! [ 44.025825] 7986@C08L2,APStartUpForMbss() 1001: ==⇒(caller:ap_inf_open+0x144/0x4e0 [mt_wifi]), mbss_idx:7, CfgMode:0 [ 44.036449] 7986@C15L2,APPMFInit() 133: [PMF] apidx=7, MFPC=1, MFPR=0, SHA256=0 [ 44.043790] 7986@C18L3,BuildChannelList() 507: [ 44.048581] WiFi@C00L2,dump_ht_cap() 29: Caller: dump_ht_cap+0x10/0x20 [mt_wifi] [ 44.056202] WiFi@C08L2,ap_link_up() 7215: (caller:wdev_do_linkup+0x20/0x38 [mt_wifi]), wdev(7) [ 44.064819] 7986@C01L3,wifi_sys_linkup() 1231: wdev idx = 7 [ 44.115975] 7986@C00L3,wtc_acquire_groupkey_wcid() 84: Found a non-occupied wtbl_idx:536 for WDEV_TYPE:1 [ 44.115975] LinkToOmacIdx = 13, LinkToWdevType = 1 [ 44.130409] 7986@C08L3,hw_ctrl_flow_v2_link_up() 72: wdev_idx=7 [ 44.143859] 7986@C08L3,UpdateBeaconHandler() 2067: BCN_UPDATE_INIT, OmacIdx = 13 (rax3) [ 44.163459] PrintSrCmd: [ 44.163459] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 44.163459] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 44.177441] PrintSrCmd: [ 44.177441] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 44.177441] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 44.191422] PrintSrCmd: [ 44.191422] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 44.191422] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 44.205400] PrintSrCmd: [ 44.205400] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 44.205400] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 44.219460] PrintSrCmd: [ 44.219460] u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 44.219460] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 44.233520] PrintSrCmd: [ 44.233520] u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 44.233520] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 44.247591] 7986@C12L1,EDCCAInit() 21491: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0 [ 44.258531] 7986@C03L3,MtCmdTxPwrShowInfo() 13944: ucTxPowerInfoCatg: 2, BandIdx: 1 [ 44.266263] 7986@C03L3,MtCmdTxPwrShowInfo() 13973: (ret = 0) [ 44.266360] [mtf_txpower_all_rate_info] band_idx:1 pwr:44 ChBand:5G ePAGain:0 [ 44.271927] mtk_ppe_dev_register_hook : ineterface rax3 register (8) [ 44.289808] br-lan: port 14(rax3) entered blocking state [ 44.295127] br-lan: port 14(rax3) entered disabled state [ 44.300662] device rax3 entered promiscuous mode [ 44.305362] br-lan: port 14(rax3) entered blocking state [ 44.310667] br-lan: port 14(rax3) entered forwarding state [ 44.797939] Set_Bh_Bss_Proc rax3 bandIdx = 1 ,DevOwnRole 0x60 [ 44.805003] Set_Fh_Bss_Proc rax3 wdev→MAPCfg.DevOwnRole 0x40 [ 44.812182] Set_Bh_Bss_Proc ra3 bandIdx = 0 ,DevOwnRole 0x60 [ 44.819164] Set_Fh_Bss_Proc ra3 wdev→MAPCfg.DevOwnRole 0x40 [ 44.826392] 7986@C01L2,RTMP_COM_IoctlHandle() 1517: → CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT [ 44.834512] 7986@C01L2,RTMP_COM_IoctlHandle() 1494: → CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP [ 44.842519] WiFi@C01L3,wifi_sys_open() 856: wdev idx = 8 [ 44.848139] 7986@C18L3,BuildChannelList() 507: [ 44.852695] 7986@C23L3,operate_loader_phy() 360: oper_cfg: prim_ch(6), ht_bw(1), extcha(1), vht_bw(0), cen_ch_2(0), PhyMode=78! [ 44.864157] 7986@C23L3,operate_loader_phy() 374: oper_dev after adjust: bw(1), prim_ch(6), cen_ch_1(8), cen_ch_2(0),ext_cha(1)! [ 44.875612] 7986@C23L3,operate_loader_phy() 393: oper_dev after decision: bw(1), prim_ch(6), cen_ch_1(8), cen_ch_2(0)! [ 44.886284] 7986@C23L3,DfsRadarChannelCheck() 3423: [DfsRadarChannelCheck]: wdev is not 5G [ 44.894530] 7986@C23L3,DfsCacNormalStart() 3950: wdev is not 5G [ 44.900434] 7986@C23L3,DfsRadarChannelCheck() 3423: [DfsRadarChannelCheck]: wdev is not 5G [ 44.908937] WiFi@C00L2,dump_ht_cap() 29: Caller: wlan_operate_init+0xa4/0x148 [mt_wifi] [ 44.916936] wdev_attr_update(): wdevId8 = 86:3f:5d:84:91:05 [ 44.922523] 7986@C08L3,hw_ctrl_flow_v2_open() 13: wdev_idx=8 [ 44.928630] WiFi@C00L2,dump_ht_cap() 29: Caller: dump_ht_cap+0x10/0x20 [mt_wifi] [ 44.936052] mtk_ppe_dev_register_hook : ineterface apcli0 register (9) [ 44.942824] br-lan: port 6(apcli0) entered blocking state [ 44.948220] br-lan: port 6(apcli0) entered forwarding state [ 44.954029] br-lan: port 6(apcli0) entered disabled state [ 44.959665] 7986@C01L2,RTMP_COM_IoctlHandle() 1517: → CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT [ 44.967759] 7986@C01L2,RTMP_COM_IoctlHandle() 1494: → CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP [ 44.975770] WiFi@C01L3,wifi_sys_open() 856: wdev idx = 9 [ 44.981379] 7986@C18L3,BuildChannelList() 507: [ 44.985939] 7986@C23L3,RadarStateCheck() 263: Bw160 Zero Wait State: 0, phy_bw=3, band_bw[band_idx]=3 [ 44.995144] 7986@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam→PrimCh(64) band(1) band_bw(3), outbw(0) [ 45.005299] 7986@C23L3,DfsGetSysParameters() 1728: Get after pDfsParam→PrimCh(64) band(1) band_bw(3), outbw(0) [ 45.015365] 7986@C23L3,RadarStateCheck() 283: cac_not_req 0 [ 45.022054] 7986@C23L3,operate_loader_phy() 360: oper_cfg: prim_ch(64), ht_bw(1), extcha(1), vht_bw(2), cen_ch_2(0), PhyMode=177! [ 45.033684] 7986@C23L3,operate_loader_phy() 374: oper_dev after adjust: bw(3), prim_ch(64), cen_ch_1(50), cen_ch_2(0),ext_cha(3)! [ 45.045310] 7986@C23L3,operate_loader_phy() 393: oper_dev after decision: bw(3), prim_ch(64), cen_ch_1(50), cen_ch_2(0)! [ 45.056155] 7986@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam→PrimCh(64) band(1) band_bw(3), outbw(0) [ 45.066318] 7986@C23L3,DfsGetSysParameters() 1728: Get after pDfsParam→PrimCh(64) band(1) band_bw(3), outbw(0) [ 45.076387] 7986@C23L3,DfsCacNormalStart() 3980: [RDM] CAC 5 seconds start . Disable MAC TX [ 45.084731] 7986@C23L3,DfsGetSysParameters() 1682: Get before pDfsParam→PrimCh(64) band(1) band_bw(3), outbw(0) [ 45.094896] 7986@C23L3,DfsGetSysParameters() 1728: Get after pDfsParam→PrimCh(64) band(1) band_bw(3), outbw(0) [ 45.105221] WiFi@C00L2,dump_ht_cap() 29: Caller: wlan_operate_init+0xa4/0x148 [mt_wifi] [ 45.113218] wdev_attr_update(): wdevId9 = 8a:3f:5d:84:91:05 [ 45.118802] 7986@C08L3,hw_ctrl_flow_v2_open() 13: wdev_idx=9 [ 45.125904] WiFi@C00L2,dump_ht_cap() 29: Caller: dump_ht_cap+0x10/0x20 [mt_wifi] [ 45.133333] mtk_ppe_dev_register_hook : ineterface apclix0 register (10) [ 45.140230] br-lan: port 7(apclix0) entered blocking state [ 45.145711] br-lan: port 7(apclix0) entered forwarding state [ 45.153212] SetThermalProtectDutyCfg(): band_idx: 1, level_idx: 0, duty: 100 [ 45.161957] SetThermalProtectDutyCfg(): band_idx: 1, level_idx: 1, duty: 20 [ 45.170596] SetThermalProtectDutyCfg(): band_idx: 1, level_idx: 2, duty: 15 [ 45.179059] SetThermalProtectDutyCfg(): band_idx: 1, level_idx: 3, duty: 10 [ 45.190146] SetThermalProtectEnable(): band_idx: 1, protection_type: 1, trigger_type: 1 [ 45.198186] SetThermalProtectEnable(): trigger_temp: 110, restore_temp: 101, recheck_time: 120 [ 45.208237] 7986@C12L2,Set_ACLClearAll_Proc() 15391: The Access Control List is empty! [ 45.216174] 7986@C12L2,Set_ACLClearAll_Proc() 15392: No need to clear the Access Control List! [ 45.226257] 7986@C08L2,mbss_virtual_if_close() 171: ==⇒ ra1 [ 45.232047] 7986@C01L2,RTMP_COM_IoctlHandle() 1505: → CMD_RTPRIV_IOCTL_VIRTUAL_INF_DOWN [ 45.240513] WiFi@C08L2,ap_link_down() 7235: (caller:wdev_do_linkdown+0x20/0x38 [mt_wifi]), wdev(1) [ 45.249825] 7986@C08L1,UpdateBeaconHandler() 2047: wdev(1) bss not ready (state:2, caller:ap_link_down+0x98/0x238 [mt_wifi])!! [ 45.261205] 7986@C01L3,wifi_sys_linkdown() 1364: wdev idx = 1 [ 45.267185] 7986@C08L3,hw_ctrl_flow_v2_link_down() 123: wdev_idx=1 [ 45.277195] WiFi@C01L3,wifi_sys_close() 945: wdev idx = 1 [ 45.282861] 7986@C08L3,hw_ctrl_flow_v2_close() 41: wdev_idx=1 [ 45.288754] 7986@C01L2,RTMP_COM_IoctlHandle() 1528: → CMD_RTPRIV_IOCTL_VIRTUAL_INF_DEINIT [ 45.297004] extif_put_dev(ra1) [ 45.300049] mtk_ppe_dev_unregister_hook : ineterface ra1 set null (2) [ 45.306639] br-lan: port 8(ra1) entered disabled state [ 45.312040] 7986@C12L2,Set_ACLAddEntry_Proc() 15057: An unnecessary delimiter entered! [ 45.321520] 7986@C08L2,mbss_virtual_if_close() 171: ==⇒ ra2 [ 45.327279] 7986@C01L2,RTMP_COM_IoctlHandle() 1505: → CMD_RTPRIV_IOCTL_VIRTUAL_INF_DOWN [ 45.335722] WiFi@C08L2,ap_link_down() 7235: (caller:wdev_do_linkdown+0x20/0x38 [mt_wifi]), wdev(2) [ 45.345055] 7986@C08L1,UpdateBeaconHandler() 2047: wdev(2) bss not ready (state:2, caller:ap_link_down+0x98/0x238 [mt_wifi])!! [ 45.356439] 7986@C01L3,wifi_sys_linkdown() 1364: wdev idx = 2 [ 45.362434] 7986@C08L3,hw_ctrl_flow_v2_link_down() 123: wdev_idx=2 [ 45.371758] WiFi@C01L3,wifi_sys_close() 945: wdev idx = 2 [ 45.377398] 7986@C08L3,hw_ctrl_flow_v2_close() 41: wdev_idx=2 [ 45.383290] 7986@C01L2,RTMP_COM_IoctlHandle() 1528: → CMD_RTPRIV_IOCTL_VIRTUAL_INF_DEINIT [ 45.391539] extif_put_dev(ra2) [ 45.394577] mtk_ppe_dev_unregister_hook : ineterface ra2 set null (3) [ 45.401177] br-lan: port 9(ra2) entered disabled state [ 45.408106] Set_Fh_Bss_Proc rax1 wdev→MAPCfg.DevOwnRole 0x20 [ 45.413895] 7986@C12L2,Set_ACLClearAll_Proc() 15391: The Access Control List is empty! [ 45.421887] 7986@C12L2,Set_ACLClearAll_Proc() 15392: No need to clear the Access Control List! [ 45.430559] Set_Fh_Bss_Proc rax2 wdev→MAPCfg.DevOwnRole 0x20 [ 45.436382] 7986@C12L2,Set_ACLAddEntry_Proc() 15057: An unnecessary delimiter entered! [ 45.444540] Set_Fh_Bss_Proc rax2 wdev→MAPCfg.DevOwnRole 0x0 [ 45.452975] 7986@C08L2,mbss_virtual_if_close() 171: ==⇒ rax2 [ 45.458815] 7986@C01L2,RTMP_COM_IoctlHandle() 1505: → CMD_RTPRIV_IOCTL_VIRTUAL_INF_DOWN [ 45.467299] WiFi@C08L2,ap_link_down() 7235: (caller:wdev_do_linkdown+0x20/0x38 [mt_wifi]), wdev(6) [ 45.476616] 7986@C08L1,UpdateBeaconHandler() 2047: wdev(6) bss not ready (state:2, caller:ap_link_down+0x98/0x238 [mt_wifi])!! [ 45.488006] 7986@C01L3,wifi_sys_linkdown() 1364: wdev idx = 6 [ 45.494010] 7986@C08L3,hw_ctrl_flow_v2_link_down() 123: wdev_idx=6 [ 45.503343] WiFi@C01L3,wifi_sys_close() 945: wdev idx = 6 [ 45.508989] 7986@C08L3,hw_ctrl_flow_v2_close() 41: wdev_idx=6 [ 45.514881] 7986@C01L2,RTMP_COM_IoctlHandle() 1528: → CMD_RTPRIV_IOCTL_VIRTUAL_INF_DEINIT [ 45.523132] extif_put_dev(rax2) [ 45.526265] mtk_ppe_dev_unregister_hook : ineterface rax2 set null (7) [ 45.532944] br-lan: port 13(rax2) entered disabled state [ 45.540418] Set_Fh_Bss_Proc rax1 wdev→MAPCfg.DevOwnRole 0x0 [ 45.548913] 7986@C08L2,mbss_virtual_if_close() 171: ==⇒ rax1 [ 45.554752] 7986@C01L2,RTMP_COM_IoctlHandle() 1505: → CMD_RTPRIV_IOCTL_VIRTUAL_INF_DOWN [ 45.563192] WiFi@C08L2,ap_link_down() 7235: (caller:wdev_do_linkdown+0x20/0x38 [mt_wifi]), wdev(5) [ 45.572524] 7986@C08L1,UpdateBeaconHandler() 2047: wdev(5) bss not ready (state:2, caller:ap_link_down+0x98/0x238 [mt_wifi])!! [ 45.583923] 7986@C01L3,wifi_sys_linkdown() 1364: wdev idx = 5 [ 45.589917] 7986@C08L3,hw_ctrl_flow_v2_link_down() 123: wdev_idx=5 [ 45.599206] WiFi@C01L3,wifi_sys_close() 945: wdev idx = 5 [ 45.604877] 7986@C08L3,hw_ctrl_flow_v2_close() 41: wdev_idx=5 [ 45.610776] 7986@C01L2,RTMP_COM_IoctlHandle() 1528: → CMD_RTPRIV_IOCTL_VIRTUAL_INF_DEINIT [ 45.619034] extif_put_dev(rax1) [ 45.622167] mtk_ppe_dev_unregister_hook : ineterface rax1 set null (6) [ 45.628846] br-lan: port 12(rax1) entered disabled state [ 45.979441] br-lan: port 7(apclix0) entered disabled state ------igd_system_init ------! [ 47.197094] br-lan: port 1(lan0) entered disabled state [ 47.207661] br-lan: port 2(lan1) entered disabled state [ 47.218207] br-lan: port 3(lan2) entered disabled state [ 47.228213] mt7530 mdio-bus:1f lan3: Link is Down [ 47.233355] device eth0 left promiscuous mode [ 47.237832] br-lan: port 4(lan3) entered disabled state [ 48.248908] device eth0 entered promiscuous mode [ 48.253996] mt7530 mdio-bus:1f lan0: configuring for phy/gmii link mode [ 48.261312] 8021q: adding VLAN 0 to HW filter on device lan0 [ 48.270990] mt7530 mdio-bus:1f lan1: configuring for phy/gmii link mode [ 48.278333] 8021q: adding VLAN 0 to HW filter on device lan1 [ 48.288021] mt7530 mdio-bus:1f lan2: configuring for phy/gmii link mode [ 48.295389] 8021q: adding VLAN 0 to HW filter on device lan2 [ 48.305062] mt7530 mdio-bus:1f lan3: configuring for phy/gmii link mode [ 48.312408] 8021q: adding VLAN 0 to HW filter on device lan3 [ 48.322099] mt7530 mdio-bus:1f lan4: configuring for phy/gmii link mode [ 48.329284] 8021q: adding VLAN 0 to HW filter on device lan4 [ 49.231703] 7986@C23L3,DfsCacEndUpdate() 3507: [RDM] CAC end. Enable MAC TX. [ 49.238788] 7986@C12L1,EDCCAInit() 21491: EDCCA compensation: uni_compensation=0, bw_compensation=0, final compensation=0 [ 51.385292] mt7530 mdio-bus:1f lan3: Link is Up - 1Gbps/Full - flow control rx/tx [ 51.392806] br-lan: port 4(lan3) entered blocking state [ 51.398029] br-lan: port 4(lan3) entered forwarding state WAN NETWORK IP:192.168.114.0 LAN NETWORK IP:192.168.20.0 UDHCPC : a diffrent network 192.168.114.178/255.255.255.0 192.168.20.1/255.255.255.0 =============WCLOUD :Seed conflict with HW ===============

MeshLink login:

F0: 102B 0000 FA: 1040 0000 FA: 1040 0000 [0200] F9: 0000 0000 V0: 0000 0000 [0001] 00: 0000 0000 BP: 2400 0041 [0000] G0: 1190 0000 EC: 0000 0000 [1000] T0: 0000 021E [010F] Jump to BL

NOTICE: BL2: v2.7(release):292bca1-dirty NOTICE: BL2: Built : 08:48:31, Mar 10 2025 NOTICE: WDT: disabled NOTICE: CPU: MT7986 (2000MHz) NOTICE: DDR4 2666Mhz NOTICE: EMI: Using DDR4 settings NOTICE: EMI: Detected DRAM size: 512MB NOTICE: EMI: complex R/W mem test passed NOTICE: SPI_NAND parses attributes from parameter page. NOTICE: SPI_NAND Detected ID 0xc2 NOTICE: Page size 2048, Block size 131072, size 134217728 NOTICE: Initializing NMBM ... NOTICE: Signature found at block 1023 [0x07fe0000] NOTICE: First info table with writecount 0 found in block 960 NOTICE: Second info table with writecount 0 found in block 963 NOTICE: NMBM has been successfully attached in read-only mode NOTICE: BL2: Booting BL31 NOTICE: BL31: v2.7(release):292bca1-dirty NOTICE: BL31: Built : 08:48:34, Mar 10 2025

U-Boot 2022.07-rc3-gfadd6dbc-dirty (Mar 10 2025 - 08:46:15 +0000)

CPU: MediaTek MT7986 Model: mt7986-rfb DRAM: 512 MiB Core: 46 devices, 18 uclasses, devicetree: embed

Initializing NMBM ... spi-nand: spi_nand spi_nand@1: Macronix SPI NAND was found. spi-nand: spi_nand spi_nand@1: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64 Could not find a valid device for nmbm0 Signature found at block 1023 [0x07fe0000] First info table with writecount 0 found in block 960 Second info table with writecount 0 found in block 963 NMBM has been successfully attached

MMC: mmc@11230000: 0 Loading Environment from MTD... OK In: serial@11002000 Out: serial@11002000 Err: serial@11002000 Net: Warning: ethernet@15100000 (eth0) using random MAC address - 0a:d6:ae:90:d9:c7 eth0: ethernet@15100000 UBOOT WN539AX6 gpio: pin 14 (gpio 14) value is 0 gpio: pin 15 (gpio 15) value is 0 gpio: pin 32 (gpio 32) value is 0 gpio: pin 31 (gpio 31) value is 0 gpio: pin 1 (gpio 1) value is 0 Timeout , no need to upgrade do_winstar_upgrade lookup of <NULL> failed, check setup

*** U-Boot Boot Menu ***
    1. Startup system (Default)
    2. Upgrade firmware
    3. Upgrade ATF BL2
    4. Upgrade ATF FIP
    5. Upgrade single image
    6. Load image
    0. U-Boot console
Press UP/DOWN to move, ENTER to select, ESC/CTRL+C to quit

ubi0: attaching mtd6 ubi0: scanning is finished ubi0: attached mtd6 (name “ubi”, size 64 MiB) ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 ubi0: good PEBs: 512, bad PEBs: 0, corrupted PEBs: 0 ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128 ubi0: max/mean erase counter: 5/3, WL threshold: 4096, image sequence number: 1712799706 ubi0: available PEBs: 3, total reserved PEBs: 509, PEBs reserved for bad PEB handling: 19 Reading from volume 'kernel' to 0x46000000, size 0x0 ... OK ## Loading kernel from FIT Image at 46000000 ...

 Using 'config-1' configuration
 Trying 'kernel-1' kernel subimage
   Description:  ARM64 OpenWrt Linux-6.12.58
   Type:         Kernel Image
   Compression:  lzma compressed
   Data Start:   0x460000e8
   Data Size:    4459147 Bytes = 4.3 MiB
   Architecture: AArch64
   OS:           Linux
   Load Address: 0x48000000
   Entry Point:  0x48000000
   Hash algo:    crc32
   Hash value:   a9a310fa
   Hash algo:    sha1
   Hash value:   81b2e4da1f94a3c63f780d2d272fe59ee3fe6980
 Verifying Hash Integrity ... crc32+ sha1+ OK

## Loading fdt from FIT Image at 46000000 ...

 Using 'config-1' configuration
 Trying 'fdt-1' fdt subimage
   Description:  ARM64 OpenWrt wavlink_wl-wn536ax6-a device tree blob
   Type:         Flat Device Tree
   Compression:  uncompressed
   Data Start:   0x46440cbc
   Data Size:    21696 Bytes = 21.2 KiB
   Architecture: AArch64
   Load Address: 0x47000000
   Hash algo:    crc32
   Hash value:   9c5026a2
   Hash algo:    sha1
   Hash value:   e99520433375bc11bf8810bec7fb38435b41dbb0
 Verifying Hash Integrity ... crc32+ sha1+ OK
 Loading fdt from 0x46440cbc to 0x47000000
 Booting using the fdt blob at 0x47000000
 Uncompressing Kernel Image
 Loading Device Tree to 000000005f7f0000, end 000000005f7f84bf ... OK

Starting kernel ...

[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 6.12.58 (qing@openwrt-build.bkk.local) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 14.3.0 r31971-0377436c16) 14.3.0, GNU ld (GNU Binutils) 2.44) #0 SMP Sun Nov 23 06:29:06 2025 [ 0.000000] Machine model: WAVLINK WL-WN536AX6 Rev a [ 0.000000] OF: reserved mem: 0x0000000042ff0000..0x0000000042ffffff (64 KiB) map non-reusable ramoops@42ff0000 [ 0.000000] OF: reserved mem: 0x0000000043000000..0x000000004303ffff (256 KiB) nomap non-reusable secmon@43000000 [ 0.000000] OF: reserved mem: 0x000000004fc00000..0x000000004fcfffff (1024 KiB) nomap non-reusable wmcpu-reserved@4fc00000 [ 0.000000] OF: reserved mem: 0x000000004fd00000..0x000000004fd3ffff (256 KiB) nomap non-reusable wo-emi@4fd00000 [ 0.000000] OF: reserved mem: 0x000000004fd40000..0x000000004fd7ffff (256 KiB) nomap non-reusable wo-emi@4fd40000 [ 0.000000] OF: reserved mem: 0x000000004fd80000..0x000000004ffbffff (2304 KiB) nomap non-reusable wo-data@4fd80000 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000040000000-0x000000005fffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000040000000-0x0000000042ffffff] [ 0.000000] node 0: [mem 0x0000000043000000-0x000000004303ffff] [ 0.000000] node 0: [mem 0x0000000043040000-0x000000004fbfffff] [ 0.000000] node 0: [mem 0x000000004fc00000-0x000000004ffbffff] [ 0.000000] node 0: [mem 0x000000004ffc0000-0x000000005fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000005fffffff] [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. [ 0.000000] psci: SMC Calling Convention v1.2 [ 0.000000] percpu: Embedded 20 pages/cpu s42520 r8192 d31208 u81920 [ 0.000000] pcpu-alloc: s42520 r8192 d31208 u81920 alloc=20*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: kernel page table isolation disabled by kernel configuration [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Kernel command line: [ 0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 131072 [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 0MB [ 0.000000] software IO TLB: area num 4. [ 0.000000] software IO TLB: SWIOTLB bounce buffer size roundup to 1MB [ 0.000000] software IO TLB: mapped [mem 0x000000005fcc3000-0x000000005fdc3000] (1MB) [ 0.000000] SLUB: HWalign=64, 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] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 640 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] Root IRQ handler: gic_handle_irq [ 0.000000] GICv3: GICv3 features: 16 PPIs [ 0.000000] GICv3: GICD_CTRL.DS=0, SCR_EL3.FIQ=0 [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000c080000 [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] arch_timer: cp15 timer(s) running at 13.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2ff89eacb, max_idle_ns: 440795202429 ns [ 0.000000] sched_clock: 56 bits at 13MHz, resolution 76ns, wraps every 4398046511101ns [ 0.000068] Calibrating delay loop (skipped), value calculated using timer frequency.. 26.00 BogoMIPS (lpj=130000) [ 0.000076] pid_max: default: 32768 minimum: 301 [ 0.002049] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear) [ 0.002056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear) [ 0.003683] cacheinfo: Unable to detect cache hierarchy for CPU 0 [ 0.004322] rcu: Hierarchical SRCU implementation. [ 0.004325] rcu: Max phase no-delay instances is 1000. [ 0.004447] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level [ 0.004676] smp: Bringing up secondary CPUs ... [ 0.004955] Detected VIPT I-cache on CPU1 [ 0.004997] GICv3: CPU1: found redistributor 1 region 0:0x000000000c0a0000 [ 0.005029] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.005369] Detected VIPT I-cache on CPU2 [ 0.005394] GICv3: CPU2: found redistributor 2 region 0:0x000000000c0c0000 [ 0.005407] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] [ 0.005738] Detected VIPT I-cache on CPU3 [ 0.005758] GICv3: CPU3: found redistributor 3 region 0:0x000000000c0e0000 [ 0.005769] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] [ 0.005808] smp: Brought up 1 node, 4 CPUs [ 0.005813] SMP: Total of 4 processors activated. [ 0.005815] CPU: All CPU(s) started at EL2 [ 0.005817] CPU features: detected: 32-bit EL0 Support [ 0.005820] CPU features: detected: CRC32 instructions [ 0.005843] alternatives: applying system-wide alternatives [ 0.005957] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching [ 0.006080] Memory: 491780K/524288K available (9216K kernel code, 982K rwdata, 2756K rodata, 448K init, 298K bss, 29584K reserved, 0K cma-reserved) [ 0.008347] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.008361] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.008450] 29296 pages in range for non-PLT usage [ 0.008452] 520816 pages in range for PLT usage [ 0.009432] pinctrl core: initialized pinctrl subsystem [ 0.010392] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.010640] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations [ 0.010659] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.010674] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.010980] thermal_sys: Registered thermal governor 'fair_share' [ 0.010983] thermal_sys: Registered thermal governor 'bang_bang' [ 0.010985] thermal_sys: Registered thermal governor 'step_wise' [ 0.010987] thermal_sys: Registered thermal governor 'user_space' [ 0.011020] ASID allocator initialised with 65536 entries [ 0.011540] pstore: Using crash dump compression: deflate [ 0.011544] pstore: Registered ramoops as persistent store backend [ 0.011545] ramoops: using 0x10000@0x42ff0000, ecc: 0 [ 0.012528] /soc/interrupt-controller@c000000: Fixed dependency cycle(s) with /soc/interrupt-controller@c000000 [ 0.024199] cryptd: max_cpu_qlen set to 1000 [ 0.025901] SCSI subsystem initialized [ 0.026126] libata version 3.00 loaded. [ 0.027389] clocksource: Switched to clocksource arch_sys_counter [ 0.029033] NET: Registered PF_INET protocol family [ 0.029122] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.029924] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear) [ 0.029935] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.029943] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.029965] TCP bind hash table entries: 4096 (order: 5, 131072 bytes, linear) [ 0.030072] TCP: Hash tables configured (established 4096 bind 4096) [ 0.030329] MPTCP token hash table entries: 512 (order: 1, 12288 bytes, linear) [ 0.030403] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.030415] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.030559] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.030579] PCI: CLS 0 bytes, default 64 [ 0.031562] workingset: timestamp_bits=46 max_order=17 bucket_order=0 [ 0.034885] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.034888] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) © 2001-2006 Red Hat, Inc. [ 0.074983] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled [ 0.075946] printk: legacy console [ttyS0] disabled [ 0.096293] 11002000.serial: ttyS0 at MMIO 0x11002000 (irq = 116, base_baud = 2500000) is a ST16650V2 [ 0.096333] printk: legacy console [ttyS0] enabled [ 0.893457] mtk_rng 1020f000.rng: registered RNG driver [ 0.893695] random: crng init done [ 0.904316] loop: module loaded [ 0.909761] spi-nand spi0.0: calibration result: 0x3 [ 0.914822] spi-nand spi0.0: Macronix SPI NAND was found. [ 0.920243] spi-nand spi0.0: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64 [ 0.928587] 6 fixed-partitions partitions found on MTD device spi0.0 [ 0.934925] Creating 6 MTD partitions on “spi0.0”: [ 0.939734] 0x000000000000-0x000000100000 : “BL2” [ 0.945190] 0x000000100000-0x000000180000 : “u-boot-env” [ 0.950964] 0x000000180000-0x000000380000 : “Factory” [ 0.957248] 0x000000380000-0x000000580000 : “FIP” [ 0.963030] 0x000000580000-0x000004580000 : “ubi” [ 0.993703] 0x000004580000-0x000004600000 : “HW” [ 1.158185] Maxlinear Ethernet GPY211C mdio-bus:06: Firmware Version: 8.111 (0x886F) [ 1.170250] mtk_soc_eth 15100000.ethernet eth0: mediatek frame engine at 0xffffffc081700000, irq 120 [ 1.180042] mtk_soc_eth 15100000.ethernet eth1: mediatek frame engine at 0xffffffc081700000, irq 120 [ 1.189850] i2c_dev: i2c /dev entries driver [ 1.195421] mtk-wdt 1001c000.watchdog: Watchdog enabled (timeout=31 sec, nowayout=0) [ 1.203836] NET: Registered PF_INET6 protocol family [ 1.209496] Segment Routing with IPv6 [ 1.213171] In-situ OAM (IOAM) with IPv6 [ 1.217113] NET: Registered PF_PACKET protocol family [ 1.222247] 8021q: 802.1Q VLAN Support v1.8 [ 1.279494] mt7530-mdio mdio-bus:1f: no interrupt support [ 1.298724] mt7530-mdio mdio-bus:1f: configuring for fixed/2500base-x link mode [ 1.307437] mt7530-mdio mdio-bus:1f: Link is Up - 2.5Gbps/Full - flow control rx/tx [ 1.317401] mt7530-mdio mdio-bus:1f lan4 (uninitialized): PHY [mt7530-0:00] driver [MediaTek MT7531 PHY] (irq=POLL) [ 1.338526] mt7530-mdio mdio-bus:1f lan3 (uninitialized): PHY [mt7530-0:01] driver [MediaTek MT7531 PHY] (irq=POLL) [ 1.359318] mt7530-mdio mdio-bus:1f lan2 (uninitialized): PHY [mt7530-0:02] driver [MediaTek MT7531 PHY] (irq=POLL) [ 1.380109] mt7530-mdio mdio-bus:1f lan1 (uninitialized): PHY [mt7530-0:03] driver [MediaTek MT7531 PHY] (irq=POLL) [ 1.391439] mtk_soc_eth 15100000.ethernet eth0: entered promiscuous mode [ 1.398161] DSA: tree 0 setup [ 1.401503] UBI: auto-attach mtd4 [ 1.404814] ubi0: default fastmap pool size: 25 [ 1.409344] ubi0: default fastmap WL pool size: 12 [ 1.414118] ubi0: attaching mtd4 [ 1.651444] ubi0: scanning is finished [ 1.659314] ubi0: attached mtd4 (name “ubi”, size 64 MiB) [ 1.664709] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 1.671571] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 1.678342] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 1.685282] ubi0: good PEBs: 512, bad PEBs: 0, corrupted PEBs: 0 [ 1.691273] ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128 [ 1.698477] ubi0: max/mean erase counter: 5/3, WL threshold: 4096, image sequence number: 1712799706 [ 1.707587] ubi0: available PEBs: 0, total reserved PEBs: 512, PEBs reserved for bad PEB handling: 20 [ 1.716787] ubi0: background thread “ubi_bgt0d” started, PID 591 [ 1.723334] block ubiblock0_1: created from ubi0:1(rootfs) [ 1.728817] ubiblock: device ubiblock0_1 (rootfs) set to be root filesystem [ 1.735847] clk: Disabling unused clocks [ 1.740013] PM: genpd: Disabling unused power domains [ 1.748626] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. [ 1.755931] Freeing unused kernel memory: 448K [ 1.760431] Run /sbin/init as init process [ 1.764511] with arguments: [ 1.767472] /sbin/init [ 1.770165] with environment: [ 1.773289] HOME=/ [ 1.775634] TERM=linux [ 1.906254] init: Console is alive [ 1.909803] init: - watchdog - [ 2.199549] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 2.216067] usbcore: registered new interface driver usbfs [ 2.221621] usbcore: registered new interface driver hub [ 2.226951] usbcore: registered new device driver usb [ 2.232636] gpio_button_hotplug: loading out-of-tree module taints kernel. [ 2.245216] xhci-mtk 11200000.usb: xHCI Host Controller [ 2.250470] xhci-mtk 11200000.usb: new USB bus registered, assigned bus number 1 [ 2.260846] xhci-mtk 11200000.usb: hcc params 0x01403f99 hci version 0x110 quirks 0x0000000000200010 [ 2.270002] xhci-mtk 11200000.usb: irq 124, io mem 0x11200000 [ 2.275823] xhci-mtk 11200000.usb: xHCI Host Controller [ 2.281060] xhci-mtk 11200000.usb: new USB bus registered, assigned bus number 2 [ 2.288446] xhci-mtk 11200000.usb: Host supports USB 3.2 Enhanced SuperSpeed [ 2.295808] hub 1-0:1.0: USB hub found [ 2.299572] hub 1-0:1.0: 2 ports detected [ 2.303818] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 2.312129] hub 2-0:1.0: USB hub found [ 2.315883] hub 2-0:1.0: 1 port detected [ 2.324205] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 2.340486] init: - preinit - [ 2.571990] mtk_soc_eth 15100000.ethernet eth0: configuring for fixed/2500base-x link mode [ 2.580549] mtk_soc_eth 15100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx [ 2.600575] mt7530-mdio mdio-bus:1f lan1: configuring for phy/gmii link mode 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 [ 5.773226] mt7530-mdio mdio-bus:1f lan1: Link is Up - 1Gbps/Full - flow control rx/tx [ 6.876183] UBIFS (ubi0:2): default file-system created [ 6.881766] UBIFS (ubi0:2): Mounting in unauthenticated mode [ 6.887513] UBIFS (ubi0:2): background thread “ubifs_bgt0_2” started, PID 752 [ 6.919566] UBIFS (ubi0:2): UBIFS: mounted UBI device 0, volume 2, name “rootfs_data” [ 6.927388] UBIFS (ubi0:2): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 6.937278] UBIFS (ubi0:2): FS size: 50155520 bytes (47 MiB, 395 LEBs), max 405 LEBs, journal size 2539520 bytes (2 MiB, 20 LEBs) [ 6.948908] UBIFS (ubi0:2): reserved for root: 2368969 bytes (2313 KiB) [ 6.955502] UBIFS (ubi0:2): media format: w5/r0 (latest is w5/r0), UUID 8C3ACD16-CC97-4FEA-8489-C0F167A095A9, small LPT model [ 6.968045] mount_root: overlay filesystem has not been fully initialized yet [ 6.975325] mount_root: switching to ubifs overlay [ 6.983105] overlayfs: null uuid detected in lower fs '/', falling back to xino=off,index=off,nfs_export=off. [ 6.994618] urandom-seed: Seed file not found (/etc/urandom.seed) [ 7.035873] mt7530-mdio mdio-bus:1f lan1: Link is Down [ 7.044375] procd: - early - [ 7.047310] procd: - watchdog - [ 7.585693] procd: - watchdog - [ 7.593216] procd: - ubus - [ 7.748050] procd: - init - Please press Enter to activate this console. [ 7.943574] kmodloader: loading kernel modules from /etc/modules.d/* [ 7.987666] ledtrig_network: LED blue:wlan - trigger wlan attached [ 7.996675] crypto-safexcel 10320000.crypto: EIP97:230(0,1,4,4)-HIA:270(0,5,5),PE:150/433(alg:7fcdfc00)/0/0/0 [ 8.019215] Loading modules backported from Linux version v6.16-0-g038d61fd6422 [ 8.026526] Backport generated by backports.git v6.1.145-1-47-g6194bf852a3e [ 8.092165] urngd: v1.0.2 started. [ 8.471364] mt798x-wmac 18000000.wifi: HW/SW Version: 0x8a108a10, Build Time: 20240823160739a [ 8.471364] [ 8.601771] mt798x-wmac 18000000.wifi: WM Firmware Version: 000000, Build Time: 20240823160804 [ 8.680254] mt798x-wmac 18000000.wifi: WA Firmware Version: DEV_000000, Build Time: 20240823160840 [ 8.785902] mt798x-wmac 18000000.wifi: registering led 'mt76-phy0' [ 8.838813] mt798x-wmac 18000000.wifi: registering led 'mt76-phy1' [ 8.922440] PPP generic driver version 2.4.2 [ 8.927780] NET: Registered PF_PPPOX protocol family [ 8.935844] kmodloader: done loading kernel modules from /etc/modules.d/* [ 13.653873] mtk_soc_eth 15100000.ethernet eth0: Link is Down [ 13.670399] mtk_soc_eth 15100000.ethernet eth0: configuring for fixed/2500base-x link mode [ 13.678901] mtk_soc_eth 15100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx

Space for additional notes, links to forum threads or other resources.

  • ...

FIXME Add tags below, then remove this fixme.

How to add tags

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • Last modified: 2025/11/28 07:12
  • by ses1er