Skip to content

Instantly share code, notes, and snippets.

@KunYi
Last active May 31, 2024 06:52
Show Gist options
  • Save KunYi/98593e3f37e4c1d94bda7ec11a28a562 to your computer and use it in GitHub Desktop.
Save KunYi/98593e3f37e4c1d94bda7ec11a28a562 to your computer and use it in GitHub Desktop.
CMCC RAX3000M Kernel log
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 5.4.188 (cmdc@opdev) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r0-9a55f5104)) #0 SMP Tue Oct 10 00:55:19 2023
[ 0.000000] Machine model: MediaTek MT7981 RFB
[ 0.000000] earlycon: uart8250 at MMIO32 0x0000000011002000 (options '')
[ 0.000000] printk: bootconsole [uart8250] enabled
[ 0.000000] On node 0 totalpages: 130128
[ 0.000000] DMA32 zone: 2048 pages used for memmap
[ 0.000000] DMA32 zone: 0 pages reserved
[ 0.000000] DMA32 zone: 130128 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 s43800 r8192 d29928 u81920
[ 0.000000] pcpu-alloc: s43800 r8192 d29928 u81920 alloc=20*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 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: 128080
[ 0.000000] Kernel command line: console=ttyS0,115200n1 loglevel=8 earlycon=uart8250,mmio32,0x11002000 ubi.rootfs_volume=rootfs boot_param.boot_kernel_part=kernel boot_param.boot_rootfs_part=rootfs boot_param.upgrade_kernel_part=kernel2 boot_param.upgrade_rootfs_part=rootfs2 boot_param.env_part=env boot_param.rootfs_data_part=rootfs_data boot_param.boot_image_slot=0 boot_param.upgrade_image_slot=1 boot_param.dual_boot
[ 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: 492396K/520512K available (6590K kernel code, 414K rwdata, 1852K rodata, 448K init, 281K bss, 28116K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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.000003] sched_clock: 56 bits at 13MHz, resolution 76ns, wraps every 4398046511101ns
[ 0.008188] Calibrating delay loop (skipped), value calculated using timer frequency.. 26.00 BogoMIPS (lpj=52000)
[ 0.018508] pid_max: default: 32768 minimum: 301
[ 0.023238] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[ 0.030587] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[ 0.039280] ASID allocator initialised with 65536 entries
[ 0.044784] rcu: Hierarchical SRCU implementation.
[ 0.049906] smp: Bringing up secondary CPUs ...
[ 0.054765] Detected VIPT I-cache on CPU1
[ 0.054787] GICv3: CPU1: found redistributor 1 region 0:0x000000000c0a0000
[ 0.054811] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.054878] smp: Brought up 1 node, 2 CPUs
[ 0.076492] SMP: Total of 2 processors activated.
[ 0.081219] CPU features: detected: 32-bit EL0 Support
[ 0.086381] CPU features: detected: CRC32 instructions
[ 0.091657] CPU: All CPU(s) started at EL2
[ 0.095779] alternatives: patching kernel code
[ 0.102754] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.112569] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.119473] pinctrl core: initialized pinctrl subsystem
[ 0.125292] NET: Registered protocol family 16
[ 0.130006] DMA: preallocated 256 KiB pool for atomic allocations
[ 0.151286] SCSI subsystem initialized
[ 0.155205] libata version 3.00 loaded.
[ 0.160085] Bluetooth: Core ver 2.22
[ 0.163741] NET: Registered protocol family 31
[ 0.168211] Bluetooth: HCI device and connection manager initialized
[ 0.174603] Bluetooth: HCI socket layer initialized
[ 0.179502] Bluetooth: L2CAP socket layer initialized
[ 0.184584] Bluetooth: SCO socket layer initialized
[ 0.189738] rbus 18000000.wbsys: PCI host bridge to bus 0000:00
[ 0.195697] pci_bus 0000:00: root bus resource [mem 0x18000000-0x18ffffff]
[ 0.202607] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.208119] pci_bus 0000:00: scanning bus
[ 0.212158] pci 0000:00:00.0: [14c3:7981] type 00 class 0x000280
[ 0.218204] pci 0000:00:00.0: reg 0x10: [mem 0x18000000-0x1800000f 64bit]
[ 0.225026] pci 0000:00:00.0: reg 0x18: [mem 0x00000000-0x0000000f]
[ 0.231324] pci 0000:00:00.0: reg 0x1c: [mem 0x00000000-0x0000000f]
[ 0.237622] pci 0000:00:00.0: reg 0x20: [mem 0x00000000-0x0000000f]
[ 0.243919] pci 0000:00:00.0: reg 0x24: [mem 0x00000000-0x0000000f]
[ 0.251078] pci_bus 0000:00: fixups for bus
[ 0.255287] pci_bus 0000:00: bus scan returning with max=00
[ 0.261753] clocksource: Switched to clocksource arch_sys_counter
[ 0.268555] thermal_sys: Registered thermal governor 'fair_share'
[ 0.268558] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.274695] thermal_sys: Registered thermal governor 'step_wise'
[ 0.280732] thermal_sys: Registered thermal governor 'user_space'
[ 0.286767] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.293123] NET: Registered protocol family 2
[ 0.304148] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.311744] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.320152] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.327965] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 0.335183] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.341634] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.348206] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.355291] NET: Registered protocol family 1
[ 0.359692] PCI: CLS 0 bytes, default 64
[ 0.364467] workingset: timestamp_bits=46 max_order=17 bucket_order=0
[ 0.374056] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.379940] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.402970] phy phy-usb-phy@11e10000.1: type_sw - reg 0x218, index 0
[ 0.418793] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled
[ 0.425950] printk: console [ttyS0] disabled
[ 0.450361] 11002000.serial: ttyS0 at MMIO 0x11002000 (irq = 12, base_baud = 2500000) is a ST16650V2
[ 0.459573] printk: console [ttyS0] enabled
[ 0.467932] printk: bootconsole [uart8250] disabled
[ 0.478439] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 0.486995] loop: module loaded
[ 0.490273] mediatek,mt2701-ice_debug ice_debug: get dbg_sel clock fail: -2
[ 0.497237] mediatek,mt2701-ice_debug: probe of ice_debug failed with error -2
[ 0.505332] mt7981-pinctrl 11d00000.pinctrl: pin_config_set op failed for pin 19
[ 0.512729] mtk-spi 1100a000.spi: Error applying setting, reverse things back
[ 0.520752] spi-nand spi0.0: Winbond SPI NAND was found.
[ 0.526092] spi-nand spi0.0: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64
[ 0.536222] tun: Universal TUN/TAP device driver, 1.6
[ 0.541714] [mtk_hw_init] reset_lock:0, force:0
[ 0.546269] [mtk_hw_init] execute fe cold reset
[ 0.562512] mtk_soc_eth 15100000.ethernet: generated random MAC address 82:a4:0d:b8:00:cb
[ 0.571028] mtk_soc_eth 15100000.ethernet eth0: mediatek frame engine at 0xffffffc011700000, irq 75
[ 0.580109] mtk_soc_eth 15100000.ethernet: generated random MAC address 2a:b7:66:eb:29:70
[ 0.588576] mtk_soc_eth 15100000.ethernet eth1: mediatek frame engine at 0xffffffc011700000, irq 75
[ 0.597624] (unnamed net_device) (dummy): netif_napi_add() called with weight 256
[ 0.605384] i2c /dev entries driver
[ 0.609829] mtk-wdt 1001c000.watchdog: Watchdog enabled (timeout=31 sec, nowayout=0)
[ 0.617847] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
[ 0.626393] Bluetooth: HCI UART driver ver 2.3
[ 0.630843] Bluetooth: HCI UART protocol H4 registered
[ 0.636001] Bluetooth: HCI UART protocol BCSP registered
[ 0.641386] Bluetooth: HCI UART protocol Broadcom registered
[ 0.647054] Bluetooth: HCI UART protocol QCA registered
[ 0.654437] NET: Registered protocol family 10
[ 0.659559] Segment Routing with IPv6
[ 0.663299] NET: Registered protocol family 17
[ 0.667801] Bridge firewalling registered
[ 0.671898] 8021q: 802.1Q VLAN Support v1.8
[ 0.685605] nmbm nmbm_spim_nand: Signature found at block 1023 [0x07fe0000]
[ 0.693340] nmbm nmbm_spim_nand: First info table with writecount 0 found in block 960
[ 0.703514] nmbm nmbm_spim_nand: Second info table with writecount 0 found in block 963
[ 0.711514] nmbm nmbm_spim_nand: NMBM has been successfully attached
[ 0.718144] 8 fixed-partitions partitions found on MTD device nmbm_spim_nand
[ 0.725190] Creating 8 MTD partitions on "nmbm_spim_nand":
[ 0.730673] 0x000000000000-0x000000100000 : "BL2"
[ 0.735921] 0x000000100000-0x000000180000 : "u-boot-env"
[ 0.741727] 0x000000180000-0x000000380000 : "Factory"
[ 0.747276] 0x000000380000-0x000000580000 : "FIP"
[ 0.752468] 0x000000580000-0x000004280000 : "ubi"
[ 0.757804] 0x000004280000-0x000006780000 : "plugins"
[ 0.763416] 0x000006780000-0x000006f80000 : "fwk"
[ 0.768632] 0x000006f80000-0x000007780000 : "fwk2"
[ 0.986064] mt7530 mdio-bus:1f lan3 (uninitialized): PHY [dsa-0.0:00] driver [Generic PHY]
[ 0.995636] mt7530 mdio-bus:1f lan2 (uninitialized): PHY [dsa-0.0:01] driver [Generic PHY]
[ 1.005201] mt7530 mdio-bus:1f lan1 (uninitialized): PHY [dsa-0.0:02] driver [Generic PHY]
[ 1.014136] mt7530 mdio-bus:1f: configuring for fixed/2500base-x link mode
[ 1.021293] DSA: tree 0 setup
[ 1.021539] mt7530 mdio-bus:1f: Link is Up - 2.5Gbps/Full - flow control rx/tx
[ 1.024255] mt7530-nl: genl_register_family_with_ops
[ 1.036564] UBI: auto-attach mtd5
[ 1.039886] ubi0: attaching mtd5
[ 1.045982] random: fast init done
[ 1.221643] ubi0: scanning is finished
[ 1.230296] ubi0: attached mtd5 (name "ubi", size 61 MiB)
[ 1.235702] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[ 1.242570] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[ 1.249346] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[ 1.256296] ubi0: good PEBs: 488, bad PEBs: 0, corrupted PEBs: 0
[ 1.262291] ubi0: user volume: 6, internal volumes: 1, max. volumes count: 128
[ 1.269501] ubi0: max/mean erase counter: 5/1, WL threshold: 4096, image sequence number: 266961593
[ 1.278532] ubi0: available PEBs: 101, total reserved PEBs: 387, PEBs reserved for bad PEB handling: 19
[ 1.287921] ubi0: background thread "ubi_bgt0d" started, PID 651
[ 1.294553] block ubiblock0_1: created from ubi0:1(rootfs)
[ 1.300060] ubiblock: device ubiblock0_1 (rootfs) set to be root filesystem
[ 1.307016] hctosys: unable to open rtc device (rtc0)
[ 1.315208] VFS: Mounted root (squashfs filesystem) readonly on device 253:0.
[ 1.322556] Freeing unused kernel memory: 448K
[ 1.341792] Run /sbin/init as init process
[ 1.546290] init: Console is alive
[ 1.549824] init: - watchdog -
[ 2.193763] crng init done
[ 2.316879] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[ 2.350532] conninfra@(mtk_conninfra_drv_init:644) Before platform_driver_register
[ 2.358229] Get Index(0-TOP_MISC_BASE) phy_addr(0x11d10000) vir_addr=(0xffffffc010a55000) size=(0x1000)
[ 2.367618] Get Index(1-TOPRGU_BASE) phy_addr(0x1001c000) vir_addr=(0xffffffc010a5d000) size=(0x1000)
[ 2.376827] Get Index(2-GPIO_BASE) phy_addr(0x11d00000) vir_addr=(0xffffffc010a65000) size=(0x1000)
[ 2.385861] Get Index(3-IOCFG_TR_BASE) phy_addr(0x11f00000) vir_addr=(0xffffffc010a6d000) size=(0x1000)
[ 2.395245] Get Index(4-IOCFG_TL_BASE) phy_addr(0x11f10000) vir_addr=(0xffffffc010a75000) size=(0x1000)
[ 2.404627] Get Index(5-INFRACFG_AO_BASE) phy_addr(0x10003000) vir_addr=(0xffffffc010a7d000) size=(0x1000)
[ 2.414269] Get Index(6-CONN_INFRA_CFG_BASE) phy_addr(0x18001000) vir_addr=(0xffffffc010a85000) size=(0x1000)
[ 2.424169] Get Index(7-CONN_INFRA_SYSRAM_BASE) phy_addr(0x18050000) vir_addr=(0xffffffc010a8d000) size=(0x1000)
[ 2.434330] Get Index(8-CONN_INFRA_CLKGEN_ON_TOP_BASE) phy_addr(0x18009000) vir_addr=(0xffffffc010a95000) size=(0x1000)
[ 2.445098] Get Index(9-CONN_HOST_CSR_TOP_BASE) phy_addr(0x18060000) vir_addr=(0xffffffc010a97000) size=(0x1000)
[ 2.455259] Get Index(10-CONN_INFRA_BUS_CR_BASE) phy_addr(0x1800e000) vir_addr=(0xffffffc010a99000) size=(0x1000)
[ 2.465507] Get Index(11-CONN_INFRA_RGU_BASE) phy_addr(0x18000000) vir_addr=(0xffffffc010a9b000) size=(0x1000)
[ 2.475494] Get Index(12-CONN_WT_SLP_CTL_REG_BASE) phy_addr(0x18005000) vir_addr=(0xffffffc010a9d000) size=(0x1000)
[ 2.485915] Get Index(13-INST2_CONN_WT_SLP_CTL_REG_BASE) phy_addr(0x18085000) vir_addr=(0xffffffc010aa5000) size=(0x1000)
[ 2.496859] Get Index(14-CONN_RF_SPI_MST_REG_BASE) phy_addr(0x18004000) vir_addr=(0xffffffc010aa7000) size=(0x1000)
[ 2.507280] Get Index(15-INST2_CONN_RF_SPI_MST_REG_BASE) phy_addr(0x18084000) vir_addr=(0xffffffc010aa9000) size=(0x1000)
[ 2.518224] Get Index(16-CONN_SEMAPHORE_BASE) phy_addr(0x18070000) vir_addr=(0xffffffc010b30000) size=(0x10000)
[ 2.528298] Get Index(17-CONN_AFE_CTL_BASE) phy_addr(0x18003000) vir_addr=(0xffffffc010aab000) size=(0x1000)
[ 2.538111] Get Index(18-CONN_AFE_CTL_2ND_BASE) phy_addr(0x18083000) vir_addr=(0xffffffc010aad000) size=(0x1000)
[ 2.548273] Get Index(19-WF_TOP_SLPPROT_ON_BASE) phy_addr(0x184c0000) vir_addr=(0xffffffc010b50000) size=(0x10000)
[ 2.558608] Get Index(20-WF_TOP_CFG_BASE) phy_addr(0x184b0000) vir_addr=(0xffffffc010b21000) size=(0x1000)
[ 2.568249] Get Index(21-WF_MCU_CONFIG_LS_BASE) phy_addr(0x184f0000) vir_addr=(0xffffffc010b23000) size=(0x1000)
[ 2.578409] Get Index(22-WF_MCU_BUS_CR_BASE) phy_addr(0x18400000) vir_addr=(0xffffffc010b25000) size=(0x1000)
[ 2.588310] Get Index(23-WF_MCUSYS_INFRA_BUS_FULL_U_DEBUG_CTRL_AO_BASE) phy_addr(0x18500000) vir_addr=(0xffffffc010b27000) size=(0x1000)
[ 2.600555] Get Index(24-WF_TOP_CFG_ON_BASE) phy_addr(0x184c0000) vir_addr=(0xffffffc010b70000) size=(0x10000)
[ 2.610543] conninfra@(consys_plt_hw_init:162) adie_cfg_type = 1, one_adie_dbdc = 1
[ 2.618193] [emi_mng_init] gConEmiPhyBase = [0x47c80000] size = [0x100000] fw size = [0x100000] ops=[000000003084867c]
[ 2.628972] conninfra@(mtk_conninfra_drv_init:650) After platform_driver_register
[ 2.636838] ConnInfra Dev: init (0)
[ 2.641793] conninfra@(_consys_polling_chipid_int:306) Read CONNSYS HW IP version successfully! (0x02090000)
[ 2.651618] conninfra@(connsys_d_die_cfg:365) D-die efuse: 0x00000000
[ 2.659075] conninfra@(_connsys_a_die_cfg_7976:919) adie_idx[0], A-die CHIP ID = 0x7976, HW Version = 0x8a10
[ 2.669899] conninfra@(consys_spi_write_nolock:501) addr=0x0a00, val=0xffffffff
[ 2.678201] conninfra@(consys_spi_write_nolock:501) addr=0x04ac, val=0x0000001c
[ 2.686503] conninfra@(consys_spi_write_nolock:501) addr=0x0144, val=0x00000002
[ 2.695811] conninfra@(consys_spi_write_nolock:501) addr=0x0148, val=0x00000000
[ 2.705120] conninfra@(consys_spi_write_nolock:501) addr=0x0148, val=0x43a60000
[ 2.718459] conninfra@(connsys_a_die_efuse_read_nolock:737) efuse = [0x00000001, 0x00c40000, 0x008800bb, 0x00000000]
[ 2.729970] conninfra@(consys_spi_write_nolock:501) addr=0x0144, val=0x00000002
[ 2.739282] conninfra@(consys_spi_write_nolock:501) addr=0x0148, val=0x23a6003a
[ 2.748590] conninfra@(consys_spi_write_nolock:501) addr=0x0148, val=0x63a7003a
[ 2.761928] conninfra@(connsys_a_die_efuse_read_nolock:737) efuse = [0x00000001, 0x00c40000, 0x008800bb, 0x00000000]
[ 2.773440] conninfra@(consys_spi_write_nolock:501) addr=0x0144, val=0x00000002
[ 2.782748] conninfra@(consys_spi_write_nolock:501) addr=0x0148, val=0x23a7003a
[ 2.792057] conninfra@(consys_spi_write_nolock:501) addr=0x0148, val=0x63ac003a
[ 2.805395] conninfra@(connsys_a_die_efuse_read_nolock:737) efuse = [0x00000001, 0x00c40000, 0x008800bb, 0x00000000]
[ 2.816907] conninfra@(consys_spi_write_nolock:501) addr=0x0038, val=0x4a563b00
[ 2.825208] conninfra@(consys_spi_write_nolock:501) addr=0x065c, val=0x1d59080f
[ 2.833510] conninfra@(consys_spi_write_nolock:501) addr=0x0664, val=0x34c00fe0
[ 2.841816] conninfra@(consys_spi_write_nolock:501) addr=0x0070, val=0x88888005
[ 2.851077] conninfra@(consys_spi_write_nolock:501) addr=0x0070, val=0x00000005
[ 2.859315] conninfra@(_consys_polling_chipid_int:306) Read CONNSYS HW IP version successfully! (0x02090000)
[ 2.869129] conninfra@(_consys_hw_conninfra_wakeup:470) conninfra_wakeup refcnt=[0]->[1] wakeup!!
[ 2.877991] conninfra@(_consys_hw_conninfra_sleep:490) conninfra_sleep refcnt=[1]->[0] sleep!!
[ 2.886590] conninfra@(opfunc_power_on_internal:241) [Conninfra Pwr On] BT=[0] FM=[0] GPS=[0] WF=[0] CONNINFRA=[1]
[ 2.901072] usbcore: registered new interface driver usbfs
[ 2.906621] usbcore: registered new interface driver hub
[ 2.911972] usbcore: registered new device driver usb
[ 2.934265] xhci-mtk 11200000.xhci: 11200000.xhci supply vbus not found, using dummy regulator
[ 2.942962] xhci-mtk 11200000.xhci: 11200000.xhci supply vusb33 not found, using dummy regulator
[ 2.951867] failed to open /etc/u3p-dis-msk file
[ 2.956478] get mediatek,u3p-dis-msk - [1]
[ 2.960732] phy phy-usb-phy@11e10000.0: try to get sw efuse
[ 2.966304] phy phy-usb-phy@11e10000.1: try to get sw efuse
[ 2.971866] phy phy-usb-phy@11e10000.1: try to get sw efuse+
[ 2.977541] phy phy-usb-phy@11e10000.1: u3 efuse - intr 2b, rx_imp 11, tx_imp 11
[ 2.984965] phy_efuse_set set efuse, tx_imp 11, rx_imp 11 intr 2b
[ 2.991132] xhci-mtk 11200000.xhci: xHCI Host Controller
[ 2.996456] xhci-mtk 11200000.xhci: new USB bus registered, assigned bus number 1
[ 3.004044] xhci-mtk 11200000.xhci: hcc params 0x01403f99 hci version 0x110 quirks 0x0000000000210010
[ 3.013286] xhci-mtk 11200000.xhci: irq 85, io mem 0x11200000
[ 3.019523] hub 1-0:1.0: USB hub found
[ 3.023397] hub 1-0:1.0: 1 port detected
[ 3.027629] xhci-mtk 11200000.xhci: xHCI Host Controller
[ 3.032968] xhci-mtk 11200000.xhci: new USB bus registered, assigned bus number 2
[ 3.040453] xhci-mtk 11200000.xhci: Host supports USB 3.2 Enhanced SuperSpeed
[ 3.047657] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 3.056127] hub 2-0:1.0: USB hub found
[ 3.059908] hub 2-0:1.0: 1 port detected
[ 3.068600] mediatek_soc_hnat 15100000.hnat: wan = eth1
[ 3.073872] mediatek_soc_hnat 15100000.hnat: lan = lan
[ 3.079023] mediatek_soc_hnat 15100000.hnat: ppd = eth0
[ 3.084243] mediatek_soc_hnat 15100000.hnat: gmac num = 2
[ 3.089634] mediatek_soc_hnat 15100000.hnat: ppe num = 1
[ 3.095561] mediatek_soc_hnat 15100000.hnat: PPE0 entry number = 8192
[ 3.112389] mediatek_soc_hnat 15100000.hnat: PPE0 hwnat start
[ 3.118193] hnat roaming work enable
[ 3.125007] warp_module_init(): module init and register callback for warp
[ 3.131937] create warp_ctrl ok!!!
[ 3.135374] wed_get_slot_map(): assign slot_id:0 for entry: 0!
[ 3.141210] wed_get_slot_map(): assign slot_id:1 for entry: 1!
[ 3.148792] usbcore: registered new interface driver usb-storage
[ 3.155897] usbcore: registered new interface driver uas
[ 3.161420] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[ 3.175154] init: - preinit -
[ 3.408547] mtk_soc_eth 15100000.ethernet eth0: configuring for fixed/2500base-x link mode
[ 3.416940] mtk_soc_eth 15100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx
[ 3.424285] mt7530 mdio-bus:1f lan1: configuring for phy/gmii link mode
[ 3.432750] 8021q: adding VLAN 0 to HW filter on device lan1
[ 7.522295] mount_root: loading kmods from internal overlay
[ 7.540034] kmodloader: loading kernel modules from //etc/modules-boot.d/*
[ 7.548563] kmodloader: done loading kernel modules from //etc/modules-boot.d/*
[ 8.358276] UBIFS (ubi0:4): Mounting in unauthenticated mode
[ 8.381669] UBIFS (ubi0:4): background thread "ubifs_bgt0_4" started, PID 800
[ 8.410046] UBIFS (ubi0:4): recovery needed
[ 8.490221] UBIFS (ubi0:4): recovery completed
[ 8.494718] UBIFS (ubi0:4): UBIFS: mounted UBI device 0, volume 4, name "rootfs_data"
[ 8.502540] UBIFS (ubi0:4): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[ 8.512442] UBIFS (ubi0:4): FS size: 7237632 bytes (6 MiB, 57 LEBs), journal size 1015809 bytes (0 MiB, 6 LEBs)
[ 8.522517] UBIFS (ubi0:4): reserved for root: 341850 bytes (333 KiB)
[ 8.528950] UBIFS (ubi0:4): media format: w5/r0 (latest is w5/r0), UUID 783235EE-8608-4258-80CD-A548A99AB7C0, small LPT model
[ 8.541496] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab
[ 8.552726] block: extroot: not configured
[ 8.556950] UBIFS (ubi0:4): un-mount UBI device 0
[ 8.561666] UBIFS (ubi0:4): background thread "ubifs_bgt0_4" stops
[ 8.570463] UBIFS (ubi0:4): Mounting in unauthenticated mode
[ 8.576220] UBIFS (ubi0:4): background thread "ubifs_bgt0_4" started, PID 804
[ 8.619714] UBIFS (ubi0:4): UBIFS: mounted UBI device 0, volume 4, name "rootfs_data"
[ 8.627562] UBIFS (ubi0:4): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[ 8.637466] UBIFS (ubi0:4): FS size: 7237632 bytes (6 MiB, 57 LEBs), journal size 1015809 bytes (0 MiB, 6 LEBs)
[ 8.647540] UBIFS (ubi0:4): reserved for root: 341850 bytes (333 KiB)
[ 8.653973] UBIFS (ubi0:4): media format: w5/r0 (latest is w5/r0), UUID 783235EE-8608-4258-80CD-A548A99AB7C0, small LPT model
[ 8.668756] mount_root: loading kmods from internal overlay
[ 8.684100] kmodloader: loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/*
[ 8.693602] kmodloader: done loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/*
[ 9.435165] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab
[ 9.444595] block: extroot: not configured
[ 9.450305] mount_root: switching to ubifs overlay
[ 9.787873] urandom-seed: Seeding with /etc/urandom.seed
[ 9.836893] procd: - early -
[ 9.839842] procd: - watchdog -
[ 10.378242] procd: - watchdog -
[ 10.381559] procd: - ubus -
[ 10.438803] procd: - init -
[ 10.748809] urngd: v1.0.2 started.
[ 10.781715] kmodloader: loading kernel modules from /etc/modules.d/*
[ 10.825251] RPC: Registered named UNIX socket transport module.
[ 10.831198] RPC: Registered udp transport module.
[ 10.835941] RPC: Registered tcp transport module.
[ 10.840641] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 10.850382] ntfs: driver 2.1.32 [Flags: R/O MODULE].
[ 10.865568] l2tp_core: L2TP core driver, V2.0
[ 10.870691] l2tp_netlink: L2TP netlink interface
[ 10.876162] gre: GRE over IPv4 demultiplexor driver
[ 10.881979] ip_gre: GRE over IPv4 tunneling driver
[ 10.892576] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 10.935490] fuse: init (API version 7.31)
[ 10.942314] (cmdc_iptvtag_proc_init:952) proc init success
[ 10.947821] (cmdc_iptvtag_init:1000) module init success
[ 10.968229] Current mapfilter version v3.0.1.2
[ 12.908770] mt_wifi: module license 'Proprietary' taints kernel.
[ 12.914793] Disabling lock debugging due to kernel taint
[ 12.966316] conninfra@(conninfra_pwr_on:120) [conninfra_pwr_on] drv=[3]
[ 12.973903] conninfra@(_consys_polling_chipid_int:306) Read CONNSYS HW IP version successfully! (0x02090000)
[ 12.991797] Adie Type: 0x7976
[ 12.991801] SKU Type: 3000
[ 12.995738] conninfra@(opfunc_power_on_internal:241) [Conninfra Pwr On] BT=[0] FM=[0] GPS=[0] WF=[1] CONNINFRA=[1]
[ 13.009886] WiFi@C12L1,get_dbg_setting_by_profile() 4244: debug level setting=INDEX0_debug_level not found!!
[ 13.019773] WiFi@C12L1,get_dbg_setting_by_profile() 4267: debug option setting=INDEX0_debug_option not found!!
[ 13.029852] mt_rbus 0000:00:00.0: runtime IRQ mapping not provided by arch
[ 13.042757] mt7981_init()-->
[ 13.045635] Use the default iPAiLNA bin image!
[ 13.050148] <--mt7981_init()
[ 13.053040] RtmpRaDevCtrlInit(): MCS_LUT not used becasue MacTb size(132) > 128!
[ 13.060584] WiFi@C12L1,match_index_by_chipname() 502: not find chip name INDEX1
[ 13.067931] WiFi@C12L1,match_index_by_chipname() 502: not find chip name INDEX2
[ 13.075269] WiFi@C12L1,match_index_by_chipname() 502: not find chip name INDEX3
[ 13.082606] WiFi@C12L1,match_index_by_chipname() 502: not find chip name INDEX4
[ 13.089936] WiFi@C12L1,match_index_by_chipname() 502: not find chip name INDEX5
[ 13.097265] WiFi@C12L1,match_index_by_chipname() 502: not find chip name INDEX6
[ 13.104598] WiFi@C12L1,match_index_by_chipname() 502: not find chip name INDEX7
[ 13.111930] WiFi@C12L1,match_index_by_chipname() 502: not find chip name INDEX8
[ 13.119263] WiFi@C12L1,match_index_by_chipname() 502: not find chip name INDEX9
[ 13.126574] WiFi@C12L2,match_index_by_chipname() 507: Not find slot id, back to old rule.
[ 13.134877] msta_ifname not found
[ 13.148630] -->mtfwd_init(ver:2.0)
[ 13.148677] <--
[ 13.152948] mtk_warp_proxy: module uses symbols from proprietary module mt_wifi, inheriting taint.
[ 13.205894] usbcore: registered new interface driver ums-alauda
[ 13.213433] usbcore: registered new interface driver ums-cypress
[ 13.221291] usbcore: registered new interface driver ums-datafab
[ 13.229052] usbcore: registered new interface driver ums-freecom
[ 13.236946] usbcore: registered new interface driver ums-isd200
[ 13.244587] usbcore: registered new interface driver ums-jumpshot
[ 13.252465] usbcore: registered new interface driver ums-karma
[ 13.260550] usbcore: registered new interface driver ums-sddr09
[ 13.268240] usbcore: registered new interface driver ums-sddr55
[ 13.275894] usbcore: registered new interface driver ums-usbat
[ 13.304489] xt_time: kernel timezone is -0000
[ 13.314718] PPP generic driver version 2.4.2
[ 13.321392] PPP MPPE Compression module registered
[ 13.327695] NET: Registered protocol family 24
[ 13.333257] PPTP driver version 0.8.5
[ 13.339395] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[ 13.346599] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 15.308631] mtk_soc_eth 15100000.ethernet eth0: TX vlan offload cannot be enabled when dsa is attached.
[ 15.318850] mtk_soc_eth 15100000.ethernet eth0: TX vlan offload cannot be enabled when dsa is attached.
[ 18.821085] MediaTek MT798x PHY mdio-bus:00: TX-VCM SW cal result: 0x2
[ 18.832149] mtk_soc_eth 15100000.ethernet eth1: PHY [mdio-bus:00] driver [MediaTek MT798x PHY]
[ 18.840801] mtk_soc_eth 15100000.ethernet eth1: configuring for phy/gmii link mode
[ 18.850993] br-lan: port 1(eth1) entered blocking state
[ 18.856255] br-lan: port 1(eth1) entered disabled state
[ 18.861691] device eth1 entered promiscuous mode
[ 18.873371] br-lan: port 1(eth1) entered blocking state
[ 18.878629] br-lan: port 1(eth1) entered forwarding state
[ 18.914003] mtk_soc_eth 15100000.ethernet eth0: Link is Down
[ 18.934125] mtk_soc_eth 15100000.ethernet eth0: configuring for fixed/2500base-x link mode
[ 18.943755] mtk_soc_eth 15100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx
[ 18.952448] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 18.981255] device eth0 entered promiscuous mode
[ 18.996288] mt7530 mdio-bus:1f lan1: configuring for phy/gmii link mode
[ 19.005120] 8021q: adding VLAN 0 to HW filter on device lan1
[ 19.015473] br-lan: port 2(lan1) entered blocking state
[ 19.020754] br-lan: port 2(lan1) entered disabled state
[ 19.027157] device lan1 entered promiscuous mode
[ 19.043408] mt7530 mdio-bus:1f lan2: configuring for phy/gmii link mode
[ 19.051845] 8021q: adding VLAN 0 to HW filter on device lan2
[ 19.062858] br-lan: port 3(lan2) entered blocking state
[ 19.068133] br-lan: port 3(lan2) entered disabled state
[ 19.075062] device lan2 entered promiscuous mode
[ 19.091162] mt7530 mdio-bus:1f lan3: configuring for phy/gmii link mode
[ 19.099053] 8021q: adding VLAN 0 to HW filter on device lan3
[ 19.107689] mt7530 mdio-bus:1f lan3: Link is Up - 1Gbps/Full - flow control rx/tx
[ 19.118858] br-lan: port 4(lan3) entered blocking state
[ 19.124124] br-lan: port 4(lan3) entered disabled state
[ 19.138761] device lan3 entered promiscuous mode
[ 19.147792] br-lan: port 4(lan3) entered blocking state
[ 19.153048] br-lan: port 4(lan3) entered forwarding state
[ 19.584030] /dev/ubi0_1: Can't open blockdev
[ 19.591224] /dev/ubi0_3: Can't open blockdev
[ 19.813954] br-lan: port 1(eth1) entered disabled state
[ 19.819471] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[ 20.733862] device br-lan entered promiscuous mode
[ 21.158547] mt7530 mdio-bus:1f lan3: Link is Down
[ 21.163435] br-lan: port 4(lan3) entered disabled state
[ 22.843489] 7981@C01L2,RTMP_COM_IoctlHandle() 1511: -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT
[ 22.856732] msta_ifname not found
[ 22.868405] client_get_axi_slot_id(): wrong BUS_TYPE
[ 22.873420] warp_cap_support(): chip_id=7981 is in WHNAT support list
[ 22.879903] warp_entry_acquire(): bus slot:0, hook to WARP, entry id=0, entry: 00000000e27ccee9
[ 22.888618] client_hif_specific_get(): hw->base_phy_addr 0x18000000!!
[ 22.895067] client_chip_specific_get(): 0x7981 chip id 0x7981!!
[ 22.901137] warp_entry_get_by_pdev(): return entry[0]
[ 22.913182] warp_msg_register():warp,pid,5715,id,0,wed_idx,0
[ 22.918929] wed_init(0): res_start = 0x15010000, size = 1000, irq=7,base_addr=0xffffffc010b1a000
[ 22.928233] wed_ring_init(): wed tx ring init result = 0
[ 22.933801] wed_ring_init(): wed rx ring init result = 0
[ 22.947769] create wed ok!!!
[ 22.950767] wdma_init(): wdma(0) base_addr=0xffffffc010bb5800, base_phy_addr=0x15104800
[ 22.959679] warp_woif_bus_init_hw(): bus:000000000608fd0b, txring: 20, pa: 0x0000000057026000, 0x0000000057026000, 24, 28, 3c
[ 22.971012] warp_woif_bus_init_hw(): bus:000000000608fd0b, rxring: 50, pa: 0x0000000057018000, 0x0000000057018000, 54, 58, 6c
[ 22.982377] get_region_info(): wed_idx = 0, base_addr = 0x00000000e0d38bed, size = 0x40000, res.start = 0x47d80000, shared:0
[ 22.993630] get_region_info(): wed_idx = 0, base_addr = 0x000000004daee740, size = 0x8000, res.start = 0x151e0000, shared:0
[ 23.004821] get_region_info(): wed_idx = 0, base_addr = 0x00000000e4c64abf, size = 0x240000, res.start = 0x47dc0000, shared:1
[ 23.016184] get_region_info(): wed_idx = 0, base_addr = 0x0000000099d765fc, size = 0x1000, res.start = 0x15194000, shared:0
[ 23.027340] warp_fwdl_mcu_mode(): mcu mode, need fwdl
[ 23.073040] ########## WO Firmware ##########
[ 23.077429] Chip ID: 0x0000
[ 23.080230] ECO version:0
[ 23.082856] Version: DEV_000000
[ 23.086001] Build date: 20230519113952
[ 23.089749] Total region:3
[ 23.092444] #################################
[ 23.096818] Parsing tailer region 0
[ 23.100318] Target address: 0x151e0000
[ 23.104151] Download size: 21968
[ 23.107500] Parsing tailer region 1
[ 23.110989] Target address: 0x47d80000
[ 23.114826] Download size: 86928
[ 23.118247] Parsing tailer region 2
[ 23.121725] Target address: 0x47dc0000
[ 23.125583] Download size: 2345040
[ 23.131664] warp_fwdl_ready_check_mcu_mode(): waiting for wocpu
[ 23.154688] warp_fwdl_ready_check_mcu_mode(): wocpu is ready
[ 23.161937] warp_woctrl_init_state(), wo_state: WO_STATE_ENABLE
[ 23.167902] wo_proc_init done 00000000a3d9a2fa
[ 23.172469] wo_exep_proc_init done 00000000a3d9a2fa
[ 23.177485] wo_exception_init(0): exp log= 0x00000000890cb42a, phy_addr= 0x00000000572d8000 size= 32768
[ 23.279188] 7981@C12L1,RTMPWirelessModeCfg() 607: Init: BSS0 PhyMode=78
[ 23.285834] 7981@C12L1,RTMPWirelessModeCfg() 607: Init: BSS1 PhyMode=14
[ 23.292481] 7981@C12L1,RTMPWirelessModeCfg() 607: Init: BSS2 PhyMode=78
[ 23.299121] 7981@C12L1,RTMPWirelessModeCfg() 607: Init: BSS3 PhyMode=78
[ 23.305760] 7981@C12L1,RTMPWirelessModeCfg() 607: Init: BSS4 PhyMode=177
[ 23.312472] 7981@C12L1,RTMPWirelessModeCfg() 607: Init: BSS5 PhyMode=177
[ 23.319188] 7981@C12L1,RTMPWirelessModeCfg() 607: Init: BSS6 PhyMode=177
[ 23.325905] 7981@C12L1,RTMPWirelessModeCfg() 607: Init: BSS7 PhyMode=48
[ 23.332877] 7981@C23L3,auto_ch_select_set_cfg() 3438: BandIdx0, AutoChannelAtBootup=1, AutoChannelAlg = 3
[ 23.342473] 7981@C23L3,auto_ch_select_set_cfg() 3438: BandIdx1, AutoChannelAtBootup=1, AutoChannelAlg = 3
[ 23.410007] 7981@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=0, Desired MFPC=0
[ 23.417457] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=1, Desired MFPC=0
[ 23.424874] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=2, Desired MFPC=0
[ 23.432281] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=3, Desired MFPC=0
[ 23.439685] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=4, Desired MFPC=0
[ 23.447088] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=5, Desired MFPC=0
[ 23.454491] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=6, Desired MFPC=0
[ 23.461894] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=7, Desired MFPC=0
[ 23.471859] WiFi@C12L1,RTMPSetProfileParameters() 8516: ra0, QoSMgmtCapa=0
[ 23.478742] WiFi@C12L1,RTMPSetProfileParameters() 8516: (null), QoSMgmtCapa=0
[ 23.485876] WiFi@C12L1,RTMPSetProfileParameters() 8516: (null), QoSMgmtCapa=0
[ 23.493015] WiFi@C12L1,RTMPSetProfileParameters() 8516: (null), QoSMgmtCapa=0
[ 23.500155] WiFi@C12L1,RTMPSetProfileParameters() 8516: (null), QoSMgmtCapa=0
[ 23.507319] WiFi@C12L1,RTMPSetProfileParameters() 8516: (null), QoSMgmtCapa=0
[ 23.514479] WiFi@C12L1,RTMPSetProfileParameters() 8516: (null), QoSMgmtCapa=0
[ 23.521651] WiFi@C12L1,RTMPSetProfileParameters() 8516: (null), QoSMgmtCapa=0
[ 23.536455] WiFi@C12L1,rtmp_read_ap_client_from_file() 1635: APCLI[0] ApCliMuMimoDlEnable = 0
[ 23.545004] WiFi@C12L1,rtmp_read_ap_client_from_file() 1635: APCLI[1] ApCliMuMimoDlEnable = 0
[ 23.547381] sh (5901): drop_caches: 3
[ 23.553764] WiFi@C12L1,rtmp_read_ap_client_from_file() 1654: APCLI[0] ApCliMuMimoUlEnable = 0
[ 23.565731] WiFi@C12L1,rtmp_read_ap_client_from_file() 1654: APCLI[1] ApCliMuMimoUlEnable = 0
[ 23.576577] WiFi@C03L1,AndesSendCmdMsg() 754: Could not send in band command due to diablefRTMP_ADAPTER_MCU_SEND_IN_BAND_CMD
[ 23.587805] WiFi@C03L2,AndesSendCmdMsg() 765: Command type = ed, Extension command type = 48
[ 23.596260] WiFi@C03L1,AndesSendCmdMsg() 754: Could not send in band command due to diablefRTMP_ADAPTER_MCU_SEND_IN_BAND_CMD
[ 23.607482] WiFi@C03L2,AndesSendCmdMsg() 765: Command type = ed, Extension command type = 48
[ 23.699628] wdma_dma_ctrl(): WDMA_GLO_CFG=50404e70, txrx = 0
[ 23.709477] wdma_dma_ctrl(): WDMA_GLO_CFG=40404e70, txrx = 0
[ 23.726464] warp_tx_ring_init_hw(): configure ring 0 setting
[ 23.732145] warp_tx_ring_init_hw(): wed:000000007be3fad6 wifi:00000000325cfab4: 24420=57308000,24424=2048,24428=0
[ 23.742420] warp_tx_ring_init_hw(): configure ring 1 setting
[ 23.748079] warp_tx_ring_init_hw(): wed:000000007be3fad6 wifi:00000000325cfab4: 24430=57310000,24434=2048,24438=0
[ 23.758450] set_rrocfg,0
[ 23.783872] wdma_dma_ctrl(): WDMA_GLO_CFG=40404e74, txrx = 3
[ 23.789562] using E1 ROM patch
[ 23.792653] using E1 RAM
[ 23.795214] current sync CR = 0x1
[ 23.798539] Built date: 20230519113548a
[ 23.802477] Platform: ALPS
[ 23.805272] HW/SW version: 0x8a108a10
[ 23.809025] Patch version: 0xffffffff
[ 23.817441] current sync CR = 0x1
[ 23.820801] Chip ID: 0x14
[ 23.823544] Eco version: 0x00
[ 23.826627] Region number: 0x0b
[ 23.829862] Format version: 0x02
[ 23.833180] Format flag: 0x01
[ 23.836238] Ram version: ____000000
[ 23.839817] Built date: 20230519113603
[ 23.843659] Common crc: 0x4333c82b
[ 23.847149] Release info: header tag = 0, total length = 108
[ 23.852898] tag 1, padding length = 1, tag length = 103
[ 23.858213] payload: t-neptune-main-2111-7981-imp_backup_wk2234-MT7981_E1_ASIC_ROM_RAM_REBB_IMP_BACKUP_WK2234-20230519113502
[ 23.890673] Chip ID: 0x00
[ 23.893383] Eco version: 0x00
[ 23.896499] Region number: 0x03
[ 23.899752] Format version: 0x02
[ 23.903074] Format flag: 0x01
[ 23.906143] Ram version: DEV_000000
[ 23.909713] Built date: 20230519113916
[ 23.913576] Common crc: 0x12707847
[ 23.917079] Release info: header tag = 0, total length = 0
[ 24.002967] current sync CR = 0x7
[ 24.006339] efuse_probe: efuse = deaddead
[ 24.053490] WiFi@C02L1,is_cal_free_ic() 831: [a-die version:1]
[ 25.319082] mt7530 mdio-bus:1f lan3: Link is Up - 1Gbps/Full - flow control rx/tx
[ 25.372685] ubi1: attaching mtd6
[ 25.482954] ubi1: scanning is finished
[ 25.491633] ubi1: attached mtd6 (name "plugins", size 37 MiB)
[ 25.497389] ubi1: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[ 25.504261] ubi1: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[ 25.511043] ubi1: VID header offset: 2048 (aligned 2048), data offset: 4096
[ 25.517996] ubi1: good PEBs: 296, bad PEBs: 0, corrupted PEBs: 0
[ 25.523995] ubi1: user volume: 1, internal volumes: 1, max. volumes count: 128
[ 25.531208] ubi1: max/mean erase counter: 19/12, WL threshold: 4096, image sequence number: 337911696
[ 25.540415] ubi1: available PEBs: 0, total reserved PEBs: 296, PEBs reserved for bad PEB handling: 19
[ 25.549774] ubi1: background thread "ubi_bgt1d" started, PID 6041
[ 25.577718] UBIFS (ubi1:0): Mounting in unauthenticated mode
[ 25.583485] UBIFS (ubi1:0): background thread "ubifs_bgt1_0" started, PID 6045
[ 25.640070] UBIFS (ubi1:0): UBIFS: mounted UBI device 1, volume 0, name "plugins"
[ 25.647583] UBIFS (ubi1:0): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[ 25.657502] UBIFS (ubi1:0): FS size: 33394688 bytes (31 MiB, 263 LEBs), journal size 1650688 bytes (1 MiB, 13 LEBs)
[ 25.667931] UBIFS (ubi1:0): reserved for root: 1577313 bytes (1540 KiB)
[ 25.674545] UBIFS (ubi1:0): media format: w5/r0 (latest is w5/r0), UUID 2C2F4ECC-2CD0-4740-B9A8-003B269C0644, small LPT model
[ 26.044254] tcp_life = 80
[ 26.048274] fin_life = 80
[ 26.052249] udp_life = 80
[ 26.336582] WiFi@C17L1,RTMPReadTxPwrPerRate() 450: (450): Don't Support this now!
[ 26.344263] WiFi@C01L1,AntCfgInit() 3059: Not support for HIF_MT yet!
[ 26.369392] ch_switch_monitor_state_machine_init:: enter
[ 26.374731] ch_switch_monitor_cfg_reset:: enter
[ 26.379324] ch_switch_monitor_cfg_reset:: enter
[ 26.386320] WiFi@C17L1,tx_pwr_comp_init() 641: NotSupportYet!
[ 26.392248] WiFi@C12L1,SCS_init() 880: INIT SCSEnable [0]= 1
[ 26.398002] WiFi@C12L1,SCS_init() 887: INIT SCSEnable [1]= 0
[ 26.406671] WiFi@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0)
[ 26.414711] WiFi@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0)
[ 26.420463] WiFi@C14L1,IPMacTable_init() 348: IPMacTable already inited!
[ 26.447388] wdma_dma_ctrl(): WDMA_GLO_CFG=58804e75, txrx = 3
[ 26.453698] WiFi@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0)
[ 26.459342] WiFi@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0)
[ 26.464952] WiFi@C00L1,set_ack_timeout_mode_byband() 13377: CTS/ACK Timeout Range should between [0xFFFF:0]!!
[ 26.474880] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13465: DAT config band(0) cck_timeout Fail!
[ 26.483600] WiFi@C00L1,set_ack_timeout_mode_byband() 13377: CTS/ACK Timeout Range should between [0xFFFF:0]!!
[ 26.493539] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13476: DAT config band(0) ofdm_timeout Fail!
[ 26.502346] WiFi@C00L1,set_ack_timeout_mode_byband() 13377: CTS/ACK Timeout Range should between [0xFFFF:0]!!
[ 26.512284] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13487: DAT config band(0) ofdma_timeout Fail!
[ 26.521163] WiFi@C00L1,set_ack_timeout_mode_byband() 13377: CTS/ACK Timeout Range should between [0xFFFF:0]!!
[ 26.531078] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13465: DAT config band(1) cck_timeout Fail!
[ 26.539779] WiFi@C00L1,set_ack_timeout_mode_byband() 13377: CTS/ACK Timeout Range should between [0xFFFF:0]!!
[ 26.549695] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13476: DAT config band(1) ofdm_timeout Fail!
[ 26.558476] WiFi@C00L1,set_ack_timeout_mode_byband() 13377: CTS/ACK Timeout Range should between [0xFFFF:0]!!
[ 26.568389] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13487: DAT config band(1) ofdma_timeout Fail!
[ 26.581394] WiFi@C00L2,dump_ht_cap() 29: Caller: dump_ht_cap+0x10/0x20 [mt_wifi]
[ 26.590162] WiFi@C00L2,dump_ht_cap() 29: Caller: dump_ht_cap+0x10/0x20 [mt_wifi]
[ 26.733618] :(op = 1)
[ 26.740942] 7981@C00L1,FastPathCheckMIC() 1010: (ret = 0)(op:1)
[ 26.746960] 7981@C00L2,red_tail_drop_init() 83: red_tail_drop_init: available token:8192, whnat_en:1
[ 26.756226] 7981@C00L1,MtCmdCr4RedSet() 914: MtCmdCr4RedSet: (ret = 0)
[ 26.762785] 7981@C00L1,SendRedCmd() 1049: SendRedCmd:(ret = 1)
[ 26.768970] 7981@C01L2,RTMP_COM_IoctlHandle() 1488: -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
[ 26.777013] WiFi@C01L3,wifi_sys_open() 856: wdev idx = 0
[ 26.782723] 7981@C18L3,BuildChannelList() 475:
[ 26.787296] 7981@C00L3,BuildChannelList() 505: BandIdx = 0, PhyMode = 78, ChListNum = 13:
[ 26.795499] 7981@C14L1,vht80_channel_group() 1560: invalid ch_band 0
[ 26.801857] 7981@C14L1,vht160_channel_group() 1629: invalid ch_band 0
[ 26.808307] 7981@C14L1,vht80_channel_group() 1560: invalid ch_band 0
[ 26.814673] 7981@C14L1,vht160_channel_group() 1629: invalid ch_band 0
[ 26.821123] 7981@C14L1,vht80_channel_group() 1560: invalid ch_band 0
[ 26.827479] 7981@C14L1,vht160_channel_group() 1629: invalid ch_band 0
[ 26.833925] 7981@C14L1,vht80_channel_group() 1560: invalid ch_band 0
[ 26.840278] 7981@C14L1,vht160_channel_group() 1629: invalid ch_band 0
[ 26.846725] 7981@C14L1,vht80_channel_group() 1560: invalid ch_band 0
[ 26.853079] 7981@C14L1,vht160_channel_group() 1629: invalid ch_band 0
[ 26.859525] 7981@C14L1,vht80_channel_group() 1560: invalid ch_band 0
[ 26.865877] 7981@C14L1,vht160_channel_group() 1629: invalid ch_band 0
[ 26.872322] 7981@C14L1,vht80_channel_group() 1560: invalid ch_band 0
[ 26.878676] 7981@C14L1,vht160_channel_group() 1629: invalid ch_band 0
[ 26.885122] 7981@C14L1,vht80_channel_group() 1560: invalid ch_band 0
[ 26.891474] 7981@C14L1,vht160_channel_group() 1629: invalid ch_band 0
[ 26.897918] 7981@C14L1,vht80_channel_group() 1560: invalid ch_band 0
[ 26.904270] 7981@C14L1,vht160_channel_group() 1629: invalid ch_band 0
[ 26.910716] 7981@C14L1,vht80_channel_group() 1560: invalid ch_band 0
[ 26.917070] 7981@C14L1,vht160_channel_group() 1629: invalid ch_band 0
[ 26.923516] 7981@C14L1,vht80_channel_group() 1560: invalid ch_band 0
[ 26.929869] 7981@C14L1,vht160_channel_group() 1629: invalid ch_band 0
[ 26.936317] 7981@C14L1,vht80_channel_group() 1560: invalid ch_band 0
[ 26.942669] 7981@C14L1,vht160_channel_group() 1629: invalid ch_band 0
[ 26.949113] 7981@C14L1,vht80_channel_group() 1560: invalid ch_band 0
[ 26.955466] 7981@C14L1,vht160_channel_group() 1629: invalid ch_band 0
[ 26.961908] 7981@C23L1,DfsBuildChannelList() 3489: [RDM]: wdev is not 5G.
[ 26.968732] 7981@C23L3,RadarStateCheck() 244: Zero Wait State: 0
[ 26.974873] 7981@C23L3,operate_loader_phy() 389: oper_cfg: prim_ch(0), ht_bw(0), extcha(1), vht_bw(0), cen_ch_2(0), PhyMode=78!
[ 26.986450] phy_freq_adjust : no prim_ch value for adjust!
[ 26.991948] 7981@C23L1,operate_loader_phy() 393: phy_freq_adjust failed!WiFi@C00L2,dump_ht_cap() 29: Caller: wlan_operate_init+0xa4/0x148 [mt_wifi]
[ 27.005447] wdev_attr_update(): wdevId0 = c8:75:f4:60:55:c2
[ 27.011089] WiFi@C12L1,wifi_sys_open() 907: wifi_sys_open():band0 group_idx[0]=0, bw_grp=16 omac=0
[ 27.020112] 7981@C08L3,hw_ctrl_flow_v2_open() 13: wdev_idx=0
[ 27.026455] 7981@C23L1,HcGetBandByChannel() 1139: No hdev parking on channel:0, just return a default band_idx 0!
[ 27.036805] 7981@C02L2,AsicRadioOnOffCtrl() 2317: DbdcIdx=0 RadioOn
[ 27.043735] 7981@C00L2,ApAutoChannelAtBootUp() 333: ----------------->
[ 27.050412] 7981@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0)
[ 27.055939] 7981@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0)
[ 27.061622] 7981@C08L1,UpdateBeaconHandler() 1887: wdev(0) bss not ready (state:0, caller:MTAPAutoSelectChannel+0x108/0x420 [mt_wifi])!!
[ 27.074044] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal
[ 27.083199] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=1, ctrl_ch2=0, cent_ch=1 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
[ 27.121624] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=1, ctrl_ch2=0, cent_ch=1, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1)
[ 27.439437] init: Console is alive
[ 27.443244] init: - preinit -
[ 27.483937] 7981@C23L2,UpdateChannelInfo() 283: channel 1 busytime 4544
[ 27.490770] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal
[ 27.499947] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=2, ctrl_ch2=0, cent_ch=2 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
[ 27.542936] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=2, ctrl_ch2=0, cent_ch=2, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1)
[ 27.668167] procd: - early -
[ 27.821950] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=1, DfsTime=4294695080,Tmp_time=4294695080
[ 27.898118] 7981@C23L2,UpdateChannelInfo() 283: channel 2 busytime 5811
[ 27.904963] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal
[ 27.914156] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=3, ctrl_ch2=0, cent_ch=3 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
[ 27.952537] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=3, ctrl_ch2=0, cent_ch=3, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1)
[ 27.969385] module exit
[ 28.227847] procd: - ubus -
[ 28.291794] procd: - init -
[ 28.310093] 7981@C23L2,UpdateChannelInfo() 283: channel 3 busytime 7965
[ 28.316887] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal
[ 28.326061] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=4, ctrl_ch2=0, cent_ch=4 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
[ 28.364668] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=4, ctrl_ch2=0, cent_ch=4, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1)
[ 28.730150] 7981@C23L2,UpdateChannelInfo() 283: channel 4 busytime 7110
[ 28.736945] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal
[ 28.746147] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=5, ctrl_ch2=0, cent_ch=5 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
[ 28.784517] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=5, ctrl_ch2=0, cent_ch=5, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1)
[ 28.869947] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=2, DfsTime=4294695080,Tmp_time=4294696128
[ 29.142111] 7981@C23L2,UpdateChannelInfo() 283: channel 5 busytime 12071
[ 29.148954] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal
[ 29.158148] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=6, ctrl_ch2=0, cent_ch=6 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
[ 29.197038] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=6, ctrl_ch2=0, cent_ch=6, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1)
[ 29.558350] 7981@C23L2,UpdateChannelInfo() 283: channel 6 busytime 11202
[ 29.565217] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal
[ 29.574393] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=7, ctrl_ch2=0, cent_ch=7 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
[ 29.612774] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=7, ctrl_ch2=0, cent_ch=7, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1)
[ 29.921942] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=3, DfsTime=4294695080,Tmp_time=4294697180
[ 29.966111] 7981@C23L2,UpdateChannelInfo() 283: channel 7 busytime 21348
[ 29.972999] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal
[ 29.982219] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=8, ctrl_ch2=0, cent_ch=8 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
[ 30.020590] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=8, ctrl_ch2=0, cent_ch=8, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1)
[ 30.378103] 7981@C23L2,UpdateChannelInfo() 283: channel 8 busytime 14359
[ 30.384975] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal
[ 30.394172] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=9, ctrl_ch2=0, cent_ch=9 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
[ 30.432568] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=9, ctrl_ch2=0, cent_ch=9, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1)
[ 30.786107] 7981@C23L2,UpdateChannelInfo() 283: channel 9 busytime 11511
[ 30.792960] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal
[ 30.802157] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=10, ctrl_ch2=0, cent_ch=10 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
[ 30.840661] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=10, ctrl_ch2=0, cent_ch=10, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1)
[ 30.973950] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=4, DfsTime=4294695080,Tmp_time=4294698232
[ 31.194133] 7981@C23L2,UpdateChannelInfo() 283: channel 10 busytime 28406
[ 31.201044] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal
[ 31.210245] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=11, ctrl_ch2=0, cent_ch=11 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
[ 31.248793] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=11, ctrl_ch2=0, cent_ch=11, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1)
[ 31.602028] 7981@C23L2,UpdateChannelInfo() 283: channel 11 busytime 30534
[ 31.608909] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal
[ 31.618059] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=12, ctrl_ch2=0, cent_ch=12 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
[ 31.656486] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=12, ctrl_ch2=0, cent_ch=12, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1)
[ 32.010009] 7981@C23L2,UpdateChannelInfo() 283: channel 12 busytime 18762
[ 32.016872] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal
[ 32.026320] 7981@C08L1,UpdateBeaconHandler() 1887: wdev(0) bss not ready (state:0, caller:update_ap_qload_to_bcn+0xa0/0xc8 [mt_wifi])!!
[ 32.026622] 7981@C08L1,UpdateBeaconHandler() 1887: wdev(0) bss not ready (state:0, caller:ApUpdateCapabilityAndErpIe+0x2fc/0x4e0 [mt_wifi])!!
[ 32.026824] 7981@C08L1,UpdateBeaconHandler() 1887: wdev(0) bss not ready (state:0, caller:APUpdateOperationMode+0x110/0x270 [mt_wifi])!!
[ 32.026857] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=5, DfsTime=4294695080,Tmp_time=4294699284
[ 32.073086] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=13, ctrl_ch2=0, cent_ch=13 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
[ 32.111530] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=13, ctrl_ch2=0, cent_ch=13, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1)
[ 32.462033] 7981@C23L2,UpdateChannelInfo() 283: channel 13 busytime 21756
[ 32.469057] 7981@C08L1,UpdateBeaconHandler() 1887: wdev(0) bss not ready (state:0, caller:MTAPAutoSelectChannel+0x264/0x420 [mt_wifi])!!
[ 32.481347] 7981@C23L2,select_clear_channel_busy_time() 1824: =====================================================
[ 32.491788] 7981@C23L2,select_clear_channel_busy_time() 1830: Channel 1 : Busy Time = 4544, Score 96,Skip Channel = FALSE
[ 32.502741] 7981@C23L2,select_clear_channel_busy_time() 1831: =====================================================
[ 32.513169] 7981@C23L2,select_clear_channel_busy_time() 1830: Channel 2 : Busy Time = 36345, Score 64,Skip Channel = TRUE
[ 32.524120] 7981@C23L2,select_clear_channel_busy_time() 1831: =====================================================
[ 32.534548] 7981@C23L2,select_clear_channel_busy_time() 1830: Channel 3 : Busy Time = 38499, Score 62,Skip Channel = TRUE
[ 32.545495] 7981@C23L2,select_clear_channel_busy_time() 1831: =====================================================
[ 32.555942] 7981@C23L2,select_clear_channel_busy_time() 1830: Channel 4 : Busy Time = 37644, Score 63,Skip Channel = TRUE
[ 32.566898] 7981@C23L2,select_clear_channel_busy_time() 1831: =====================================================
[ 32.577329] 7981@C23L2,select_clear_channel_busy_time() 1830: Channel 5 : Busy Time = 42605, Score 58,Skip Channel = TRUE
[ 32.588277] 7981@C23L2,select_clear_channel_busy_time() 1831: =====================================================
[ 32.598706] 7981@C23L2,select_clear_channel_busy_time() 1830: Channel 6 : Busy Time = 41736, Score 59,Skip Channel = FALSE
[ 32.609745] 7981@C23L2,select_clear_channel_busy_time() 1831: =====================================================
[ 32.620173] 7981@C23L2,select_clear_channel_busy_time() 1830: Channel 7 : Busy Time = 51882, Score 49,Skip Channel = TRUE
[ 32.631128] 7981@C23L2,select_clear_channel_busy_time() 1831: =====================================================
[ 32.641563] 7981@C23L2,select_clear_channel_busy_time() 1830: Channel 8 : Busy Time = 44893, Score 56,Skip Channel = TRUE
[ 32.652512] 7981@C23L2,select_clear_channel_busy_time() 1831: =====================================================
[ 32.662981] 7981@C23L2,select_clear_channel_busy_time() 1830: Channel 9 : Busy Time = 42045, Score 58,Skip Channel = TRUE
[ 32.673933] 7981@C23L2,select_clear_channel_busy_time() 1831: =====================================================
[ 32.684363] 7981@C23L2,select_clear_channel_busy_time() 1830: Channel 10 : Busy Time = 58940, Score 42,Skip Channel = TRUE
[ 32.695397] 7981@C23L2,select_clear_channel_busy_time() 1831: =====================================================
[ 32.705826] 7981@C23L2,select_clear_channel_busy_time() 1830: Channel 11 : Busy Time = 61068, Score 39,Skip Channel = FALSE
[ 32.716947] 7981@C23L2,select_clear_channel_busy_time() 1831: =====================================================
[ 32.727385] 7981@C23L2,select_clear_channel_busy_time() 1830: Channel 12 : Busy Time = 49296, Score 51,Skip Channel = TRUE
[ 32.738421] 7981@C23L2,select_clear_channel_busy_time() 1831: =====================================================
[ 32.748853] 7981@C23L2,select_clear_channel_busy_time() 1830: Channel 13 : Busy Time = 52290, Score 48,Skip Channel = TRUE
[ 32.759887] 7981@C23L2,select_clear_channel_busy_time() 1831: =====================================================
[ 32.770321] 7981@C23L2,select_clear_channel_busy_time() 1839: =============== select best ch for 2.4G =============
[ 32.780768] 7981@C23L3,operate_loader_phy() 389: oper_cfg: prim_ch(1), ht_bw(0), extcha(1), vht_bw(0), cen_ch_2(0), PhyMode=78!
[ 32.792240] 7981@C23L3,operate_loader_phy() 403: oper_dev after adjust: bw(0), prim_ch(1), cen_ch_1(1), cen_ch_2(0),ext_cha(0)!
[ 32.803718] 7981@C23L3,operate_loader_phy() 423: oper_radio after decision: bw(0), prim_ch(1), cen_ch_1(1), cen_ch_2(0)!
[ 32.814680] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal
[ 32.823827] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=1, ctrl_ch2=0, cent_ch=1 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(0)
[ 32.978122] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=1, ctrl_ch2=0, cent_ch=1, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(0)
[ 32.991756] 7981@C23L1,DfsBuildChannelList() 3489: [RDM]: wdev is not 5G.
[ 32.998547] 7981@C23L3,zero_wait_dfs_switch_ch() 925: outband ch 0, ch_stat 0
[ 33.005920] 7981@C08L2,APStartUpForMbss() 977: ===>(caller:ap_inf_open+0x144/0x4d0 [mt_wifi]), mbss_idx:0, CfgMode:0
[ 33.016484] 7981@C15L2,APPMFInit() 133: [PMF] apidx=0, MFPC=0, MFPR=0, SHA256=0
[ 33.023810] 7981@C18L3,BuildChannelList() 475:
[ 33.028597] WiFi@C00L2,dump_ht_cap() 29: Caller: dump_ht_cap+0x10/0x20 [mt_wifi]
[ 33.036243] WiFi@C08L2,ap_link_up() 7074: (caller:wdev_do_linkup+0x20/0x38 [mt_wifi]), wdev(0)
[ 33.044872] 7981@C01L3,wifi_sys_linkup() 1166: wdev idx = 0
[ 33.124957] 7981@C08L3,hw_ctrl_flow_v2_link_up() 72: wdev_idx=0
[ 33.125096] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=6, DfsTime=4294695080,Tmp_time=4294700380
[ 33.143812] 7981@C08L3,UpdateBeaconHandler() 1907: BCN_UPDATE_INIT, OmacIdx = 0 (ra0)
[ 33.151649] 7981@C08L3,UpdateBeaconHandler() 1920: Band0 BcnInitedRnd = 60
[ 33.158775] 7981@C00L1,TxCCKStreamCtrl() 20443: set wrong parameters
[ 33.175270] PrintSrCmd:
[ 33.175270] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
[ 33.175270] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
[ 33.189265] PrintSrCmd:
[ 33.189265] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
[ 33.189265] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
[ 33.203261] PrintSrCmd:
[ 33.203261] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
[ 33.203261] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
[ 33.217257] PrintSrCmd:
[ 33.217257] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
[ 33.217257] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
[ 33.231345] PrintSrCmd:
[ 33.231345] u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
[ 33.231345] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
[ 33.245434] PrintSrCmd:
[ 33.245434] u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
[ 33.245434] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
[ 33.259565] 7981@C03L3,MtCmdTxPwrShowInfo() 13707: ucTxPowerInfoCatg: 2, BandIdx: 0
[ 33.267321] 7981@C03L3,MtCmdTxPwrShowInfo() 13736: (ret = 0)
[ 33.267424] [mtf_txpower_all_rate_info] band_idx:0 pwr:47 ChBand:2G ePAGain:0
[ 33.272988] -----> CMDC_Record_WSC_Status
[ 33.284088] -----> Set_Wps_Led
[ 33.287139] <----- Set_Wps_Led
[ 33.290189] CMDC_Record_WSC_Status::status=0 fromApcli=0
[ 33.295624] <----- CMDC_Record_WSC_Status
[ 33.299644] WscInit(8163) RECORD WPS STATUS:UNCFG
[ 33.304357] mtk_ppe_dev_register_hook : ineterface ra0 register (1)
[ 33.314781] nf_unregister_hooks()
[ 33.318413] br-lan: port 4(lan3) entered blocking state
[ 33.323662] br-lan: port 4(lan3) entered forwarding state
[ 33.375482] br-lan: port 5(ra0) entered blocking state
[ 33.380673] br-lan: port 5(ra0) entered disabled state
[ 33.386057] device ra0 entered promiscuous mode
[ 33.390719] br-lan: port 5(ra0) entered blocking state
[ 33.395916] br-lan: port 5(ra0) entered forwarding state
[ 33.536983] 7981@C03L3,bssUpdateHighPriRateICMP() 4146: bssUpdateHighPriRateICMP (BSS_INFO_HIGHPRI_INFO), CmdBssInfoHighPriRate.u2HighPriTransmit = 8192
[ 33.560824] 7981@C03L3,bssUpdateHighPriRateICMP() 4146: bssUpdateHighPriRateICMP (BSS_INFO_HIGHPRI_INFO), CmdBssInfoHighPriRate.u2HighPriTransmit = 8192
[ 33.585878] 7981@C03L3,bssUpdateHighPriRateICMP() 4146: bssUpdateHighPriRateICMP (BSS_INFO_HIGHPRI_INFO), CmdBssInfoHighPriRate.u2HighPriTransmit = 8192
[ 33.611230] 7981@C03L3,bssUpdateHighPriRateICMP() 4146: bssUpdateHighPriRateICMP (BSS_INFO_HIGHPRI_INFO), CmdBssInfoHighPriRate.u2HighPriTransmit = 8192
[ 33.647008] 7981@C12L1,rt28xx_ap_ioctl() 866: interface is down, cmd [8be2] return!!!
[ 33.791537] 7981@C08L2,mbss_virtual_if_open() 134: ===> rax0
[ 33.797360] 7981@C01L2,RTMP_COM_IoctlHandle() 1511: -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT
[ 33.805614] 7981@C01L2,RTMP_COM_IoctlHandle() 1488: -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
[ 33.813670] WiFi@C01L3,wifi_sys_open() 856: wdev idx = 4
[ 33.819406] 7981@C18L3,BuildChannelList() 475:
[ 33.824085] 7981@C00L3,BuildChannelList() 505: BandIdx = 1, PhyMode = 177, ChListNum = 13:
[ 33.832520] 7981@C23L3,DfsBuildChannelList() 3534: Done
[ 33.837873] 7981@C23L3,RadarStateCheck() 244: Zero Wait State: 0
[ 33.843922] 7981@C23L3,RadarStateCheck() 290: RD_NORMAL_MODE
[ 33.850838] 7981@C23L3,operate_loader_phy() 389: oper_cfg: prim_ch(0), ht_bw(1), extcha(1), vht_bw(2), cen_ch_2(0), PhyMode=177!
[ 33.862450] phy_freq_adjust : no prim_ch value for adjust!
[ 33.867938] 7981@C23L1,operate_loader_phy() 393: phy_freq_adjust failed!WiFi@C00L2,dump_ht_cap() 29: Caller: wlan_operate_init+0xa4/0x148 [mt_wifi]
[ 33.881427] wdev_attr_update(): wdevId4 = c8:75:f4:60:55:c3
[ 33.887117] WiFi@C12L1,wifi_sys_open() 907: wifi_sys_open():band1 group_idx[4]=4, bw_grp=16 omac=0
[ 33.896142] 7981@C08L3,hw_ctrl_flow_v2_open() 13: wdev_idx=4
[ 33.905666] 7981@C23L1,HcGetBandByChannel() 1139: No hdev parking on channel:0, just return a default band_idx 0!
[ 33.917830] 7981@C02L2,AsicRadioOnOffCtrl() 2317: DbdcIdx=0 RadioOn
[ 33.929338] 7981@C00L2,ApAutoChannelAtBootUp() 333: ----------------->
[ 33.938230] 7981@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0)
[ 33.946723] 7981@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0)
[ 33.952213] 7981@C23L3,AutoChSelBuildChannelListFor56G() 2707: ChListNum56G = 13
[ 33.959669] 7981@C23L3,AutoChSelBuildChannelListFor56G() 2895: ACSChListNum = 8
[ 33.967274] 7981@C08L1,UpdateBeaconHandler() 1887: wdev(4) bss not ready (state:0, caller:MTAPAutoSelectChannel+0x108/0x420 [mt_wifi])!!
[ 33.979733] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal
[ 33.988911] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=36, ctrl_ch2=0, cent_ch=36 DBDCIdx=1, ChBand=1, BW=0, TXStream=3, RXStream=3, scan(1)
[ 34.051905] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=36, ctrl_ch2=0, cent_ch=36, RxPath=7, BandIdx=1, ChBand=1, BW=0,TXStream=3, RXStream=7, scan(1)
[ 34.178262] 7981@C08L1,UpdateBeaconHandler() 1887: wdev(4) bss not ready (state:0, caller:APUpdateOperationMode+0x110/0x270 [mt_wifi])!!
[ 34.706022] 7981@C23L2,UpdateChannelInfo() 283: channel 36 busytime 1064
[ 34.709746] BcnCheck start after 3500 ms (ra0)
[ 34.712822] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal
[ 34.726295] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=40, ctrl_ch2=0, cent_ch=40 DBDCIdx=1, ChBand=1, BW=0, TXStream=3, RXStream=3, scan(1)
[ 34.787163] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=40, ctrl_ch2=0, cent_ch=40, RxPath=7, BandIdx=1, ChBand=1, BW=0,TXStream=3, RXStream=7, scan(1)
[ 35.242028] 7981@C23L2,UpdateChannelInfo() 283: channel 40 busytime 3139
[ 35.248817] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal
[ 35.257968] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=44, ctrl_ch2=0, cent_ch=44 DBDCIdx=1, ChBand=1, BW=0, TXStream=3, RXStream=3, scan(1)
[ 35.319292] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=44, ctrl_ch2=0, cent_ch=44, RxPath=7, BandIdx=1, ChBand=1, BW=0,TXStream=3, RXStream=7, scan(1)
[ 35.774068] 7981@C23L2,UpdateChannelInfo() 283: channel 44 busytime 579
[ 35.780810] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal
[ 35.789964] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=48, ctrl_ch2=0, cent_ch=48 DBDCIdx=1, ChBand=1, BW=0, TXStream=3, RXStream=3, scan(1)
[ 35.850878] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=48, ctrl_ch2=0, cent_ch=48, RxPath=7, BandIdx=1, ChBand=1, BW=0,TXStream=3, RXStream=7, scan(1)
[ 36.282116] 7981@C08L1,UpdateBeaconHandler() 1887: wdev(4) bss not ready (state:0, caller:APUpdateOperationMode+0x110/0x270 [mt_wifi])!!
[ 36.306032] 7981@C23L2,UpdateChannelInfo() 283: channel 48 busytime 500
[ 36.312780] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal
[ 36.321930] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=52, ctrl_ch2=0, cent_ch=52 DBDCIdx=1, ChBand=1, BW=0, TXStream=3, RXStream=3, scan(1)
[ 36.382675] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=52, ctrl_ch2=0, cent_ch=52, RxPath=7, BandIdx=1, ChBand=1, BW=0,TXStream=3, RXStream=7, scan(1)
[ 36.650018] 7981@C23L2,UpdateChannelInfo() 283: channel 52 busytime 2
[ 36.656557] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal
[ 36.665701] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=56, ctrl_ch2=0, cent_ch=56 DBDCIdx=1, ChBand=1, BW=0, TXStream=3, RXStream=3, scan(1)
[ 36.725972] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=56, ctrl_ch2=0, cent_ch=56, RxPath=7, BandIdx=1, ChBand=1, BW=0,TXStream=3, RXStream=7, scan(1)
[ 36.994035] 7981@C23L2,UpdateChannelInfo() 283: channel 56 busytime 258
[ 37.000792] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal
[ 37.009934] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=60, ctrl_ch2=0, cent_ch=60 DBDCIdx=1, ChBand=1, BW=0, TXStream=3, RXStream=3, scan(1)
[ 37.070303] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=60, ctrl_ch2=0, cent_ch=60, RxPath=7, BandIdx=1, ChBand=1, BW=0,TXStream=3, RXStream=7, scan(1)
[ 37.333755] BcnCheck start after 1000 ms (ra0)
[ 37.338030] 7981@C23L2,UpdateChannelInfo() 283: channel 60 busytime 0
[ 37.338500] 7981@C08L1,UpdateBeaconHandler() 1887: wdev(4) bss not ready (state:0, caller:update_ap_qload_to_bcn+0xa0/0xc8 [mt_wifi])!!
[ 37.344778] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal
[ 37.366025] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=64, ctrl_ch2=0, cent_ch=64 DBDCIdx=1, ChBand=1, BW=0, TXStream=3, RXStream=3, scan(1)
[ 37.426838] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=64, ctrl_ch2=0, cent_ch=64, RxPath=7, BandIdx=1, ChBand=1, BW=0,TXStream=3, RXStream=7, scan(1)
[ 37.694026] 7981@C23L2,UpdateChannelInfo() 283: channel 64 busytime 36
[ 37.700652] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal
[ 37.709795] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=149, ctrl_ch2=0, cent_ch=149 DBDCIdx=1, ChBand=1, BW=0, TXStream=3, RXStream=3, scan(1)
[ 37.770839] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=149, ctrl_ch2=0, cent_ch=149, RxPath=7, BandIdx=1, ChBand=1, BW=0,TXStream=3, RXStream=7, scan(1)
[ 38.426066] 7981@C23L2,UpdateChannelInfo() 283: channel 149 busytime 1089
[ 38.432965] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal
[ 38.442109] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=153, ctrl_ch2=0, cent_ch=153 DBDCIdx=1, ChBand=1, BW=0, TXStream=3, RXStream=3, scan(1)
[ 38.503147] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=153, ctrl_ch2=0, cent_ch=153, RxPath=7, BandIdx=1, ChBand=1, BW=0,TXStream=3, RXStream=7, scan(1)
[ 38.958039] 7981@C23L2,UpdateChannelInfo() 283: channel 153 busytime 861
[ 38.964838] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal
[ 38.973984] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=157, ctrl_ch2=0, cent_ch=157 DBDCIdx=1, ChBand=1, BW=0, TXStream=3, RXStream=3, scan(1)
[ 39.034991] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=157, ctrl_ch2=0, cent_ch=157, RxPath=7, BandIdx=1, ChBand=1, BW=0,TXStream=3, RXStream=7, scan(1)
[ 39.490000] 7981@C23L2,UpdateChannelInfo() 283: channel 157 busytime 576
[ 39.496800] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal
[ 39.505981] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=161, ctrl_ch2=0, cent_ch=161 DBDCIdx=1, ChBand=1, BW=0, TXStream=3, RXStream=3, scan(1)
[ 39.567029] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=161, ctrl_ch2=0, cent_ch=161, RxPath=7, BandIdx=1, ChBand=1, BW=0,TXStream=3, RXStream=7, scan(1)
[ 40.026031] 7981@C23L2,UpdateChannelInfo() 283: channel 161 busytime 1446
[ 40.032913] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal
[ 40.042057] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=165, ctrl_ch2=0, cent_ch=165 DBDCIdx=1, ChBand=1, BW=0, TXStream=3, RXStream=3, scan(1)
[ 40.103169] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=165, ctrl_ch2=0, cent_ch=165, RxPath=7, BandIdx=1, ChBand=1, BW=0,TXStream=3, RXStream=7, scan(1)
[ 40.754027] 7981@C23L2,UpdateChannelInfo() 283: channel 165 busytime 0
[ 40.760787] 7981@C08L1,UpdateBeaconHandler() 1887: wdev(4) bss not ready (state:0, caller:MTAPAutoSelectChannel+0x264/0x420 [mt_wifi])!!
[ 40.773072] 7981@C23L2,select_clear_channel_bw_160M() 1629: Channel 36 : Busy Time = 1064, Score 99,Skip Channel = FALSE
[ 40.783937] 7981@C23L2,select_clear_channel_bw_160M() 1629: Channel 40 : Busy Time = 3139, Score 97,Skip Channel = FALSE
[ 40.794800] 7981@C23L2,select_clear_channel_bw_160M() 1629: Channel 44 : Busy Time = 579, Score 99,Skip Channel = FALSE
[ 40.805575] 7981@C23L2,select_clear_channel_bw_160M() 1629: Channel 48 : Busy Time = 500, Score 99,Skip Channel = FALSE
[ 40.816351] 7981@C23L2,select_clear_channel_bw_160M() 1629: Channel 52 : Busy Time = 2, Score 99,Skip Channel = FALSE
[ 40.826953] 7981@C23L2,select_clear_channel_bw_160M() 1629: Channel 56 : Busy Time = 258, Score 99,Skip Channel = FALSE
[ 40.837727] 7981@C23L2,select_clear_channel_bw_160M() 1629: Channel 60 : Busy Time = 0, Score 100,Skip Channel = FALSE
[ 40.848416] 7981@C23L2,select_clear_channel_bw_160M() 1629: Channel 64 : Busy Time = 36, Score 99,Skip Channel = FALSE
[ 40.859109] 7981@C23L2,select_clear_channel_bw_160M() 1629: Channel 149 : Busy Time = 1089, Score 99,Skip Channel = FALSE
[ 40.870057] 7981@C23L2,select_clear_channel_bw_160M() 1629: Channel 153 : Busy Time = 861, Score 99,Skip Channel = FALSE
[ 40.880918] 7981@C23L2,select_clear_channel_bw_160M() 1629: Channel 157 : Busy Time = 576, Score 99,Skip Channel = FALSE
[ 40.891779] 7981@C23L2,select_clear_channel_bw_160M() 1629: Channel 161 : Busy Time = 1446, Score 99,Skip Channel = FALSE
[ 40.902727] 7981@C23L2,select_clear_channel_bw_160M() 1629: Channel 165 : Busy Time = 0, Score 99,Skip Channel = TRUE
[ 40.913347] 7981@C23L2,select_clear_channel_bw_160M() 1632: for BW 160M, select the best primary channel 60
[ 40.923097] 7981@C23L3,zero_wait_dfs_update_ch() 815: ch 60, outband ch 0, ch_stat 0, pDfsParam->band_ch[0]=0, pDfsParam->band_ch[1]=0
[ 40.935178] 7981@C23L3,RadarStateCheck() 244: Zero Wait State: 0
[ 40.941184] 7981@C23L3,RadarStateCheck() 268: RD_SILENCE_MODE
[ 40.948067] 7981@C23L3,operate_loader_phy() 389: oper_cfg: prim_ch(60), ht_bw(1), extcha(1), vht_bw(2), cen_ch_2(0), PhyMode=177!
[ 40.959720] 7981@C23L3,operate_loader_phy() 403: oper_dev after adjust: bw(3), prim_ch(60), cen_ch_1(50), cen_ch_2(0),ext_cha(1)!
[ 40.971383] 7981@C23L3,operate_loader_phy() 423: oper_radio after decision: bw(3), prim_ch(60), cen_ch_1(50), cen_ch_2(0)!
[ 40.982442] 7981@C23L3,DfsCacNormalStart() 3401: [RDM] CAC 65 seconds start . Disable MAC TX
[ 40.990971] 7981@C23L3,DfsSwitchCheck() 3690: DFS ByPass TX calibration.
[ 40.997810] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal
[ 41.006966] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=60, ctrl_ch2=0, cent_ch=50 DBDCIdx=1, ChBand=1, BW=3, TXStream=3, RXStream=3, scan(0)
[ 41.068865] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=60, ctrl_ch2=0, cent_ch=50, RxPath=7, BandIdx=1, ChBand=1, BW=3,TXStream=3, RXStream=7, scan(0)
[ 41.087690] 7981@C23L3,DfsBuildChannelList() 3534: Done
[ 41.092940] 7981@C23L3,zero_wait_dfs_switch_ch() 925: outband ch 0, ch_stat 0
[ 41.100074] 7981@C23L3,zero_wait_dfs_switch_ch() 932: bDedicatedZeroWaitDefault == 0
[ 41.108038] 7981@C08L2,APStartUpForMbss() 977: ===>(caller:ap_inf_open+0x144/0x4d0 [mt_wifi]), mbss_idx:4, CfgMode:0
[ 41.118646] 7981@C15L2,APPMFInit() 133: [PMF] apidx=4, MFPC=0, MFPR=0, SHA256=0
[ 41.125971] 7981@C18L3,BuildChannelList() 475:
[ 41.130752] WiFi@C00L2,dump_ht_cap() 29: Caller: dump_ht_cap+0x10/0x20 [mt_wifi]
[ 41.138409] WiFi@C08L2,ap_link_up() 7074: (caller:wdev_do_linkup+0x20/0x38 [mt_wifi]), wdev(4)
[ 41.147034] 7981@C01L3,wifi_sys_linkup() 1166: wdev idx = 4
[ 41.225198] 7981@C08L3,hw_ctrl_flow_v2_link_up() 72: wdev_idx=4
[ 41.234924] 7981@C08L3,UpdateBeaconHandler() 1907: BCN_UPDATE_INIT, OmacIdx = 0 (rax0)
[ 41.242847] 7981@C08L3,UpdateBeaconHandler() 1920: Band1 BcnInitedRnd = 137
[ 41.263052] PrintSrCmd:
[ 41.263052] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
[ 41.263052] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
[ 41.277052] PrintSrCmd:
[ 41.277052] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
[ 41.277052] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
[ 41.291048] PrintSrCmd:
[ 41.291048] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
[ 41.291048] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
[ 41.305053] PrintSrCmd:
[ 41.305053] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
[ 41.305053] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
[ 41.319132] PrintSrCmd:
[ 41.319132] u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
[ 41.319132] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
[ 41.333263] PrintSrCmd:
[ 41.333263] u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
[ 41.333263] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
[ 41.347406] 7981@C03L3,MtCmdTxPwrShowInfo() 13707: ucTxPowerInfoCatg: 2, BandIdx: 1
[ 41.355177] 7981@C03L3,MtCmdTxPwrShowInfo() 13736: (ret = 0)
[ 41.355282] [mtf_txpower_all_rate_info] band_idx:1 pwr:45 ChBand:5G ePAGain:0
[ 41.360846] -----> CMDC_Record_WSC_Status
[ 41.371951] -----> Set_Wps_Led
[ 41.375002] <----- Set_Wps_Led
[ 41.378053] CMDC_Record_WSC_Status::status=0 fromApcli=0
[ 41.383480] <----- CMDC_Record_WSC_Status
[ 41.387506] WscInit(8163) RECORD WPS STATUS:UNCFG
[ 41.392220] mtk_ppe_dev_register_hook : ineterface rax0 register (2)
[ 41.406987] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 41.424049] br-lan: port 6(rax0) entered blocking state
[ 41.429408] br-lan: port 6(rax0) entered disabled state
[ 41.434921] device rax0 entered promiscuous mode
[ 41.439698] br-lan: port 6(rax0) entered blocking state
[ 41.444978] br-lan: port 6(rax0) entered forwarding state
[ 41.456821] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 41.509974] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=7, DfsTime=4294695080,Tmp_time=4294708768
[ 41.537092] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 41.548058] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 41.578814] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 41.590873] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 41.603600] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 41.626812] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 41.634723] 7981@C08L2,mbss_virtual_if_open() 134: ===> rax1
[ 41.640508] 7981@C01L2,RTMP_COM_IoctlHandle() 1511: -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT
[ 41.648654] 7981@C01L2,RTMP_COM_IoctlHandle() 1488: -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
[ 41.656706] WiFi@C01L3,wifi_sys_open() 856: wdev idx = 5
[ 41.662370] 7981@C18L3,BuildChannelList() 475:
[ 41.666997] 7981@C23L3,RadarStateCheck() 244: Zero Wait State: 0
[ 41.673045] 7981@C23L3,RadarStateCheck() 268: RD_SILENCE_MODE
[ 41.679961] 7981@C23L3,operate_loader_phy() 389: oper_cfg: prim_ch(60), ht_bw(1), extcha(1), vht_bw(2), cen_ch_2(0), PhyMode=177!
[ 41.691633] 7981@C23L3,operate_loader_phy() 403: oper_dev after adjust: bw(3), prim_ch(60), cen_ch_1(50), cen_ch_2(0),ext_cha(1)!
[ 41.703333] 7981@C23L3,operate_loader_phy() 423: oper_radio after decision: bw(3), prim_ch(60), cen_ch_1(50), cen_ch_2(0)!
[ 41.714412] 7981@C23L3,DfsCacNormalStart() 3401: [RDM] CAC 65 seconds start . Disable MAC TX
[ 41.722921] 7981@C23L3,DfsSwitchCheck() 3690: DFS ByPass TX calibration.
[ 41.729782] 7981@C00L1,mt7981_apply_dpd_flatness_data() 624: eeprom 0x19a bit 0 is 0, do runtime cal
[ 41.738964] 7981@C03L3,MtCmdChannelSwitch() 2529: ctrl_chl=60, ctrl_ch2=0, cent_ch=50 DBDCIdx=1, ChBand=1, BW=3, TXStream=3, RXStream=3, scan(0)
[ 41.757215] 7981@C03L3,MtCmdSetTxRxPath() 2772: ctrl_chl=60, ctrl_ch2=0, cent_ch=50, RxPath=7, BandIdx=1, ChBand=1, BW=3,TXStream=3, RXStream=7, scan(0)
[ 41.776769] WiFi@C00L2,dump_ht_cap() 29: Caller: wlan_operate_init+0xa4/0x148 [mt_wifi]
[ 41.784853] wdev_attr_update(): wdevId5 = ca:75:f4:50:55:c3
[ 41.790510] WiFi@C12L1,wifi_sys_open() 907: wifi_sys_open():band1 group_idx[5]=25, bw_grp=16 omac=17
[ 41.799757] 7981@C08L3,hw_ctrl_flow_v2_open() 13: wdev_idx=5
[ 41.806843] 7981@C02L2,AsicRadioOnOffCtrl() 2317: DbdcIdx=1 RadioOn
[ 41.813900] 7981@C00L2,ApAutoChannelAtBootUp() 333: ----------------->
[ 41.820554] 7981@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0)
[ 41.826072] 7981@C03L1,MtCmdSetMacTxRx() 10207: (ret = 0)
[ 41.831484] 7981@C00L1,ApAutoChannelAtBootUp() 493: zero-wait DFS is not enabled
[ 41.838879] 7981@C08L1,ap_run_at_boot() 625: ACS is disable !!
[ 41.845711] 7981@C08L2,APStartUpForMbss() 977: ===>(caller:ap_inf_open+0x144/0x4d0 [mt_wifi]), mbss_idx:5, CfgMode:0
[ 41.856286] 7981@C15L2,APPMFInit() 133: [PMF] apidx=5, MFPC=0, MFPR=0, SHA256=0
[ 41.863617] 7981@C18L3,BuildChannelList() 475:
[ 41.868404] WiFi@C00L2,dump_ht_cap() 29: Caller: dump_ht_cap+0x10/0x20 [mt_wifi]
[ 41.876046] WiFi@C08L2,ap_link_up() 7074: (caller:wdev_do_linkup+0x20/0x38 [mt_wifi]), wdev(5)
[ 41.884667] 7981@C01L3,wifi_sys_linkup() 1166: wdev idx = 5
[ 41.965215] 7981@C08L3,hw_ctrl_flow_v2_link_up() 72: wdev_idx=5
[ 41.975701] 7981@C08L3,UpdateBeaconHandler() 1907: BCN_UPDATE_INIT, OmacIdx = 11 (rax1)
[ 41.996790] PrintSrCmd:
[ 41.996790] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
[ 41.996790] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
[ 42.010808] PrintSrCmd:
[ 42.010808] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
[ 42.010808] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
[ 42.024816] PrintSrCmd:
[ 42.024816] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
[ 42.024816] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
[ 42.038862] PrintSrCmd:
[ 42.038862] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
[ 42.038862] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
[ 42.052998] PrintSrCmd:
[ 42.052998] u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
[ 42.052998] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
[ 42.067077] PrintSrCmd:
[ 42.067077] u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
[ 42.067077] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
[ 42.081264] 7981@C03L3,MtCmdTxPwrShowInfo() 13707: ucTxPowerInfoCatg: 2, BandIdx: 1
[ 42.089172] 7981@C03L3,MtCmdTxPwrShowInfo() 13736: (ret = 0)
[ 42.094871] [mtf_txpower_all_rate_info] band_idx:1 pwr:45 ChBand:5G ePAGain:0
[ 42.102021] -----> CMDC_Record_WSC_Status
[ 42.106027] -----> Set_Wps_Led
[ 42.109067] <----- Set_Wps_Led
[ 42.112120] CMDC_Record_WSC_Status::status=0 fromApcli=0
[ 42.117631] <----- CMDC_Record_WSC_Status
[ 42.121678] WscInit(8163) RECORD WPS STATUS:UNCFG
[ 42.126390] mtk_ppe_dev_register_hook : ineterface rax1 register (3)
[ 42.133135] device ra0 left promiscuous mode
[ 42.137568] br-lan: port 5(ra0) entered disabled state
[ 42.158132] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 42.166314] br-lan: port 5(rax1) entered blocking state
[ 42.171566] br-lan: port 5(rax1) entered disabled state
[ 42.177057] device rax1 entered promiscuous mode
[ 42.181822] br-lan: port 5(rax1) entered blocking state
[ 42.187047] br-lan: port 5(rax1) entered forwarding state
[ 42.192612] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 42.204634] 7981@C14L1,set_wapp_param() 3306: Unknown Parameter:8
[ 42.211767] br-lan: port 7(ra0) entered blocking state
[ 42.216968] br-lan: port 7(ra0) entered disabled state
[ 42.222369] device ra0 entered promiscuous mode
[ 42.227076] br-lan: port 7(ra0) entered blocking state
[ 42.232272] br-lan: port 7(ra0) entered forwarding state
[ 42.239528] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 42.250578] 7981@C14L1,set_wapp_param() 3306: Unknown Parameter:0
[ 42.258392] 7981@C14L1,set_wapp_param() 3306: Unknown Parameter:1
[ 42.265210] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 42.282806] 7981@C14L1,set_wapp_param() 3306: Unknown Parameter:2
[ 42.290250] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 42.298190] 7981@C03L3,bssUpdateHighPriRateICMP() 4146: bssUpdateHighPriRateICMP (BSS_INFO_HIGHPRI_INFO), CmdBssInfoHighPriRate.u2HighPriTransmit = 8192
[ 42.312300] 7981@C03L3,bssUpdateHighPriRateICMP() 4146: bssUpdateHighPriRateICMP (BSS_INFO_HIGHPRI_INFO), CmdBssInfoHighPriRate.u2HighPriTransmit = 8192
[ 42.326323] 7981@C03L3,bssUpdateHighPriRateICMP() 4146: bssUpdateHighPriRateICMP (BSS_INFO_HIGHPRI_INFO), CmdBssInfoHighPriRate.u2HighPriTransmit = 8192
[ 42.340592] 7981@C03L3,bssUpdateHighPriRateICMP() 4146: bssUpdateHighPriRateICMP (BSS_INFO_HIGHPRI_INFO), CmdBssInfoHighPriRate.u2HighPriTransmit = 8192
[ 42.354677] 7981@C14L1,set_wapp_param() 3306: Unknown Parameter:3
[ 42.360941] 7981@C03L3,bssUpdateHighPriRateICMP() 4146: bssUpdateHighPriRateICMP (BSS_INFO_HIGHPRI_INFO), CmdBssInfoHighPriRate.u2HighPriTransmit = 8192
[ 42.375898] 7981@C03L3,bssUpdateHighPriRateICMP() 4146: bssUpdateHighPriRateICMP (BSS_INFO_HIGHPRI_INFO), CmdBssInfoHighPriRate.u2HighPriTransmit = 8192
[ 42.390194] 7981@C03L3,bssUpdateHighPriRateICMP() 4146: bssUpdateHighPriRateICMP (BSS_INFO_HIGHPRI_INFO), CmdBssInfoHighPriRate.u2HighPriTransmit = 8192
[ 42.404103] 7981@C03L3,bssUpdateHighPriRateICMP() 4146: bssUpdateHighPriRateICMP (BSS_INFO_HIGHPRI_INFO), CmdBssInfoHighPriRate.u2HighPriTransmit = 8192
[ 42.420364] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 42.430038] 7981@C12L1,Set_AP_VENDOR_SPECIFIC_IE() 3554: Unknown OUIType = 16
[ 42.445947] 7981@C12L1,Set_AP_VENDOR_SPECIFIC_IE() 3554: Unknown OUIType = 9
[ 42.460683] 7981@C12L1,set_wapp_cmm_ie() 3450: Unknown IE(EID = 111)
[ 42.474023] 7981@C12L1,set_wapp_cmm_ie() 3450: Unknown IE(EID = 110)
[ 42.597989] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=8, DfsTime=4294695080,Tmp_time=4294709856
[ 42.708321] br-lan: port 8(apcli0) entered blocking state
[ 42.713799] br-lan: port 8(apcli0) entered disabled state
[ 42.719468] device apcli0 entered promiscuous mode
[ 42.804310] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8bee] return!!!
[ 42.840935] Set_Fh_Bss_Proc ra0 wdev->MAPCfg.DevOwnRole 0x0
[ 42.857616] Set_Fh_Bss_Proc ra0 wdev->MAPCfg.DevOwnRole 0x20
[ 42.892643] 7981@C12L1,RTMPAPPrivIoctlSet() 3567: IOCTL::(iwpriv) Command not Support [MapChannelEn=1]
[ 42.911611] Set_Fh_Bss_Proc rax0 wdev->MAPCfg.DevOwnRole 0x0
[ 42.933931] Set_Fh_Bss_Proc rax0 wdev->MAPCfg.DevOwnRole 0x20
[ 42.945632] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8bee] return!!!
[ 42.965832] 7981@C12L1,RTMPAPPrivIoctlSet() 3567: IOCTL::(iwpriv) Command not Support [MapChannelEn=1]
[ 43.026661] device rax0 left promiscuous mode
[ 43.031171] br-lan: port 6(rax0) entered disabled state
[ 43.065268] br-lan: port 6(rax0) entered blocking state
[ 43.070539] br-lan: port 6(rax0) entered disabled state
[ 43.076040] device rax0 entered promiscuous mode
[ 43.080797] br-lan: port 6(rax0) entered blocking state
[ 43.086051] br-lan: port 6(rax0) entered forwarding state
[ 43.095993] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8bee] return!!!
[ 43.139511] device rax1 left promiscuous mode
[ 43.144047] br-lan: port 5(rax1) entered disabled state
[ 43.158446] br-lan: port 5(rax1) entered blocking state
[ 43.163712] br-lan: port 5(rax1) entered disabled state
[ 43.169215] device rax1 entered promiscuous mode
[ 43.174003] br-lan: port 5(rax1) entered blocking state
[ 43.179265] br-lan: port 5(rax1) entered forwarding state
[ 43.226596] br-lan: port 9(apclix0) entered blocking state
[ 43.232125] br-lan: port 9(apclix0) entered disabled state
[ 43.237921] device apclix0 entered promiscuous mode
[ 43.603700] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8bee] return!!!
[ 43.649961] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=9, DfsTime=4294695080,Tmp_time=4294710908
[ 43.702696] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8bee] return!!!
[ 44.118918] SetThermalProtectDutyCfg(): band_idx: 0, level_idx: 0, duty: 100
[ 44.134214] SetThermalProtectDutyCfg(): band_idx: 0, level_idx: 1, duty: 70
[ 44.144118] SetThermalProtectDutyCfg(): band_idx: 0, level_idx: 2, duty: 30
[ 44.159090] SetThermalProtectDutyCfg(): band_idx: 0, level_idx: 3, duty: 10
[ 44.172268] SetThermalProtectDutyInfo(): band_idx: 0
[ 44.177426] EventThermalProtDutyInfo
[ 44.181041] band_idx: 0
[ 44.182082] SetThermalProtectEnable(): band_idx: 0, protection_type: 1, trigger_type: 1
[ 44.183513] duty0: 100, duty1: 70, duty2: 30, duty3: 10
[ 44.191484] SetThermalProtectEnable(): trigger_temp: 108, restore_temp: 98, recheck_time: 10
[ 44.209402] SetThermalProtectInfo(): band_idx: 0
[ 44.214187] band_idx: 0
[ 44.215924] SetThermalProtectDutyCfg(): band_idx: 1, level_idx: 0, duty: 100
[ 44.216630] prot_type: 0, trig_type: 1
[ 44.227469] state: 0, enable: 0
[ 44.228336] SetThermalProtectDutyCfg(): band_idx: 1, level_idx: 1, duty: 70
[ 44.230620] trigger_temp: 0, restore_temp: 0
[ 44.230622] recheck_time: 0
[ 44.230623] --------------------------
[ 44.230625] prot_type: 1, trig_type: 1
[ 44.230627] state: 0, enable: 1
[ 44.230632] trigger_temp: 108, restore_temp: 98
[ 44.239202] SetThermalProtectDutyCfg(): band_idx: 1, level_idx: 2, duty: 30
[ 44.241849] recheck_time: 10
[ 44.241850] --------------------------
[ 44.241852] prot_type: 2, trig_type: 1
[ 44.241853] state: 0, enable: 0
[ 44.241855] trigger_temp: 0, restore_temp: 0
[ 44.241856] recheck_time: 0
[ 44.241857] --------------------------
[ 44.303311] SetThermalProtectDutyCfg(): band_idx: 1, level_idx: 3, duty: 10
[ 44.315338] SetThermalProtectDutyInfo(): band_idx: 1
[ 44.320502] EventThermalProtDutyInfo
[ 44.324123] band_idx: 1
[ 44.324252] SetThermalProtectEnable(): band_idx: 1, protection_type: 1, trigger_type: 1
[ 44.326574] duty0: 100, duty1: 70, duty2: 30, duty3: 10
[ 44.339863] SetThermalProtectEnable(): trigger_temp: 108, restore_temp: 98, recheck_time: 10
[ 44.354042] SetThermalProtectInfo(): band_idx: 1
[ 44.358847] band_idx: 1
[ 44.361293] prot_type: 0, trig_type: 1
[ 44.365079] state: 0, enable: 0
[ 44.368234] trigger_temp: 0, restore_temp: 0
[ 44.372514] recheck_time: 0
[ 44.375317] --------------------------
[ 44.379075] prot_type: 1, trig_type: 1
[ 44.382834] state: 0, enable: 1
[ 44.385978] trigger_temp: 108, restore_temp: 98
[ 44.390515] recheck_time: 10
[ 44.393387] --------------------------
[ 44.397143] prot_type: 2, trig_type: 1
[ 44.400899] state: 0, enable: 0
[ 44.404048] trigger_temp: 0, restore_temp: 0
[ 44.408322] recheck_time: 0
[ 44.411124] --------------------------
[ 44.507032] Set_MapR2_Proc MAP R2 is already disabled
[ 44.513607] Set_MapTS_Proc MAP TS is already disabled
[ 44.524726] Set_MapR2_Proc MAP R2 is already disabled
[ 44.531379] Set_MapTS_Proc MAP TS is already disabled
[ 44.546796] Set_Enable_Dpp_Proc DPP is already disabled
[ 44.554011] Set_MapTS_Proc MAP TS is already disabled
[ 44.566280] Set_Enable_Dpp_Proc DPP is already disabled
[ 44.573059] Set_MapTS_Proc MAP TS is already disabled
[ 44.603634] Set_Map_Proc current MAP MODE is 0
[ 44.613576] Set_Map_Proc current MAP MODE is 0
[ 44.705977] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=10, DfsTime=4294695080,Tmp_time=4294711964
[ 45.753927] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=11, DfsTime=4294695080,Tmp_time=4294713012
[ 46.520143] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 46.528139] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 46.536661] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 46.545025] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 46.554155] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 46.562199] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 46.570204] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 46.579879] 7981@C14L1,set_wapp_param() 3306: Unknown Parameter:8
[ 46.586054] 7981@C14L1,set_wapp_param() 3306: Unknown Parameter:0
[ 46.592190] 7981@C14L1,set_wapp_param() 3306: Unknown Parameter:1
[ 46.598325] 7981@C14L1,set_wapp_param() 3306: Unknown Parameter:2
[ 46.604459] 7981@C14L1,set_wapp_param() 3306: Unknown Parameter:3
[ 46.624566] 7981@C14L1,set_wapp_param() 3306: Unknown Parameter:8
[ 46.630824] 7981@C14L1,set_wapp_param() 3306: Unknown Parameter:0
[ 46.636967] 7981@C14L1,set_wapp_param() 3306: Unknown Parameter:1
[ 46.643151] 7981@C14L1,set_wapp_param() 3306: Unknown Parameter:2
[ 46.649330] 7981@C14L1,set_wapp_param() 3306: Unknown Parameter:3
[ 46.724648] 7981@C12L1,Set_AP_VENDOR_SPECIFIC_IE() 3554: Unknown OUIType = 16
[ 46.731794] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 46.739681] 7981@C12L1,Set_AP_VENDOR_SPECIFIC_IE() 3554: Unknown OUIType = 9
[ 46.746734] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 46.754615] 7981@C12L1,set_wapp_cmm_ie() 3450: Unknown IE(EID = 111)
[ 46.761070] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 46.768941] 7981@C12L1,set_wapp_cmm_ie() 3450: Unknown IE(EID = 110)
[ 46.775368] 7981@C12L1,Set_AP_VENDOR_SPECIFIC_IE() 3554: Unknown OUIType = 16
[ 46.782623] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 46.790548] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 46.798486] 7981@C12L1,Set_AP_VENDOR_SPECIFIC_IE() 3554: Unknown OUIType = 9
[ 46.805556] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 46.805909] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=12, DfsTime=4294695080,Tmp_time=4294714064
[ 46.883174] 7981@C12L1,set_wapp_cmm_ie() 3450: Unknown IE(EID = 111)
[ 46.889722] 7981@C12L1,set_wapp_cmm_ie() 3450: Unknown IE(EID = 110)
[ 46.966277] Set_Fh_Bss_Proc ra0 wdev->MAPCfg.DevOwnRole 0x0
[ 46.971887] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 46.979913] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 46.987830] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 46.995735] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 47.004840] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 47.012749] Set_Fh_Bss_Proc ra0 wdev->MAPCfg.DevOwnRole 0x20
[ 47.018716] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 47.027899] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 47.035973] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 47.043963] 7981@C12L1,RTMPAPPrivIoctlSet() 3567: IOCTL::(iwpriv) Command not Support [MapChannelEn=1]
[ 47.054203] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 47.064164] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 47.072235] Set_Fh_Bss_Proc rax0 wdev->MAPCfg.DevOwnRole 0x0
[ 47.078064] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 47.086072] Set_Fh_Bss_Proc rax0 wdev->MAPCfg.DevOwnRole 0x20
[ 47.092694] 7981@C14L1,set_wapp_param() 3306: Unknown Parameter:8
[ 47.099698] 7981@C14L1,set_wapp_param() 3306: Unknown Parameter:0
[ 47.106122] 7981@C14L1,set_wapp_param() 3306: Unknown Parameter:1
[ 47.112523] 7981@C12L1,RTMPAPPrivIoctlSet() 3567: IOCTL::(iwpriv) Command not Support [MapChannelEn=1]
[ 47.121922] 7981@C14L1,set_wapp_param() 3306: Unknown Parameter:2
[ 47.128210] 7981@C14L1,set_wapp_param() 3306: Unknown Parameter:3
[ 47.134726] Set_Fh_Bss_Proc rax1 wdev->MAPCfg.DevOwnRole 0x0
[ 47.141910] 7981@C14L1,set_wapp_param() 3306: Unknown Parameter:8
[ 47.148238] 7981@C14L1,set_wapp_param() 3306: Unknown Parameter:0
[ 47.154465] 7981@C14L1,set_wapp_param() 3306: Unknown Parameter:1
[ 47.160701] 7981@C14L1,set_wapp_param() 3306: Unknown Parameter:2
[ 47.166996] Set_Fh_Bss_Proc rax1 wdev->MAPCfg.DevOwnRole 0x20
[ 47.172769] 7981@C14L1,set_wapp_param() 3306: Unknown Parameter:3
[ 47.179087] 7981@C12L1,Set_AP_VENDOR_SPECIFIC_IE() 3554: Unknown OUIType = 16
[ 47.186265] 7981@C12L1,Set_AP_VENDOR_SPECIFIC_IE() 3554: Unknown OUIType = 9
[ 47.193360] 7981@C12L1,set_wapp_cmm_ie() 3450: Unknown IE(EID = 111)
[ 47.199813] 7981@C12L1,set_wapp_cmm_ie() 3450: Unknown IE(EID = 110)
[ 47.206622] 7981@C12L1,Set_AP_VENDOR_SPECIFIC_IE() 3554: Unknown OUIType = 16
[ 47.214024] 7981@C12L1,RTMPAPPrivIoctlSet() 3567: IOCTL::(iwpriv) Command not Support [MapChannelEn=1]
[ 47.223377] 7981@C12L1,Set_AP_VENDOR_SPECIFIC_IE() 3554: Unknown OUIType = 9
[ 47.230909] 7981@C12L1,set_wapp_cmm_ie() 3450: Unknown IE(EID = 111)
[ 47.237335] 7981@C12L1,set_wapp_cmm_ie() 3450: Unknown IE(EID = 110)
[ 47.260765] Set_Fh_Bss_Proc ra0 wdev->MAPCfg.DevOwnRole 0x0
[ 47.268468] Set_Fh_Bss_Proc ra0 wdev->MAPCfg.DevOwnRole 0x20
[ 47.276846] 7981@C12L1,RTMPAPPrivIoctlSet() 3567: IOCTL::(iwpriv) Command not Support [MapChannelEn=1]
[ 47.288836] Set_Fh_Bss_Proc rax0 wdev->MAPCfg.DevOwnRole 0x0
[ 47.296709] Set_Fh_Bss_Proc rax0 wdev->MAPCfg.DevOwnRole 0x20
[ 47.305116] 7981@C12L1,RTMPAPPrivIoctlSet() 3567: IOCTL::(iwpriv) Command not Support [MapChannelEn=1]
[ 47.317007] Set_Fh_Bss_Proc rax1 wdev->MAPCfg.DevOwnRole 0x0
[ 47.324838] Set_Fh_Bss_Proc rax1 wdev->MAPCfg.DevOwnRole 0x20
[ 47.333256] 7981@C12L1,RTMPAPPrivIoctlSet() 3567: IOCTL::(iwpriv) Command not Support [MapChannelEn=1]
[ 47.865932] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=13, DfsTime=4294695080,Tmp_time=4294715124
[ 48.765035] Binding Threshold =30
[ 48.917960] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=14, DfsTime=4294695080,Tmp_time=4294716176
[ 49.842521] sh (10617): drop_caches: 3
[ 49.957979] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=15, DfsTime=4294695080,Tmp_time=4294717216
[ 50.021684] tcp_life = 80
[ 50.025716] fin_life = 80
[ 50.029725] udp_life = 80
[ 50.033702] Per-port-per-queue mode is going to be enabled !
[ 51.005959] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=16, DfsTime=4294695080,Tmp_time=4294718264
[ 52.053912] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=17, DfsTime=4294695080,Tmp_time=4294719312
[ 53.093910] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=18, DfsTime=4294695080,Tmp_time=4294720352
[ 54.141918] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=19, DfsTime=4294695080,Tmp_time=4294721400
[ 55.181917] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=20, DfsTime=4294695080,Tmp_time=4294722440
[ 56.221950] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=21, DfsTime=4294695080,Tmp_time=4294723480
[ 57.269975] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=22, DfsTime=4294695080,Tmp_time=4294724528
[ 58.317925] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=23, DfsTime=4294695080,Tmp_time=4294725576
[ 59.365909] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=24, DfsTime=4294695080,Tmp_time=4294726624
[ 60.413969] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=25, DfsTime=4294695080,Tmp_time=4294727672
[ 61.461914] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=26, DfsTime=4294695080,Tmp_time=4294728720
[ 62.509903] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=27, DfsTime=4294695080,Tmp_time=4294729768
[ 63.549974] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=28, DfsTime=4294695080,Tmp_time=4294730808
[ 64.597906] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=29, DfsTime=4294695080,Tmp_time=4294731856
[ 65.645972] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=30, DfsTime=4294695080,Tmp_time=4294732904
[ 66.693903] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=31, DfsTime=4294695080,Tmp_time=4294733952
[ 67.741923] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=32, DfsTime=4294695080,Tmp_time=4294735000
[ 68.789994] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=33, DfsTime=4294695080,Tmp_time=4294736048
[ 69.837921] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=34, DfsTime=4294695080,Tmp_time=4294737096
[ 70.285728] 7981@C12L1,rt28xx_ap_ioctl() 866: interface is down, cmd [8be2] return!!!
[ 70.298196] 7981@C12L1,rt28xx_ap_ioctl() 866: interface is down, cmd [8be2] return!!!
[ 70.308223] 7981@C12L1,rt28xx_ap_ioctl() 866: interface is down, cmd [8be2] return!!!
[ 70.318451] 7981@C12L1,rt28xx_ap_ioctl() 866: interface is down, cmd [8be2] return!!!
[ 70.328546] 7981@C12L1,rt28xx_ap_ioctl() 866: interface is down, cmd [8be2] return!!!
[ 70.885921] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=35, DfsTime=4294695080,Tmp_time=4294738144
[ 71.430479] mt7530 mdio-bus:1f lan3: Link is Down
[ 71.435274] br-lan: port 4(lan3) entered disabled state
[ 71.933903] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=36, DfsTime=4294695080,Tmp_time=4294739192
[ 72.981919] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=37, DfsTime=4294695080,Tmp_time=4294740240
[ 74.029929] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=38, DfsTime=4294695080,Tmp_time=4294741288
[ 75.077903] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=39, DfsTime=4294695080,Tmp_time=4294742336
[ 75.527084] mt7530 mdio-bus:1f lan3: Link is Up - 1Gbps/Full - flow control rx/tx
[ 75.534635] br-lan: port 4(lan3) entered blocking state
[ 75.539874] br-lan: port 4(lan3) entered forwarding state
[ 76.129901] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=40, DfsTime=4294695080,Tmp_time=4294743388
[ 77.177911] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=41, DfsTime=4294695080,Tmp_time=4294744436
[ 78.225939] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=42, DfsTime=4294695080,Tmp_time=4294745484
[ 79.273932] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=43, DfsTime=4294695080,Tmp_time=4294746532
[ 80.321902] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=44, DfsTime=4294695080,Tmp_time=4294747580
[ 81.369896] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=45, DfsTime=4294695080,Tmp_time=4294748628
[ 82.417919] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=46, DfsTime=4294695080,Tmp_time=4294749676
[ 83.465923] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=47, DfsTime=4294695080,Tmp_time=4294750724
[ 84.513913] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=48, DfsTime=4294695080,Tmp_time=4294751772
[ 85.561976] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=49, DfsTime=4294695080,Tmp_time=4294752820
[ 86.613924] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=50, DfsTime=4294695080,Tmp_time=4294753872
[ 87.661905] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=51, DfsTime=4294695080,Tmp_time=4294754920
[ 88.701904] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=52, DfsTime=4294695080,Tmp_time=4294755960
[ 89.749910] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=53, DfsTime=4294695080,Tmp_time=4294757008
[ 90.797903] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=54, DfsTime=4294695080,Tmp_time=4294758056
[ 91.845908] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=55, DfsTime=4294695080,Tmp_time=4294759104
[ 92.893973] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=56, DfsTime=4294695080,Tmp_time=4294760152
[ 93.941960] 7981@C08L3,APMlmePeriodicExec() 439: RDCount=57, DfsTime=4294695080,Tmp_time=4294761200
[ 93.951292] 7981@C23L3,DfsCacEndUpdate() 2951: [RDM] CAC end. Enable MAC TX.
[ 95.260700] device ra0 left promiscuous mode
[ 95.265172] br-lan: port 7(ra0) entered disabled state
[ 95.287465] br-lan: port 7(ra0) entered blocking state
[ 95.292622] br-lan: port 7(ra0) entered disabled state
[ 95.297974] device ra0 entered promiscuous mode
[ 95.302632] br-lan: port 7(ra0) entered blocking state
[ 95.307780] br-lan: port 7(ra0) entered forwarding state
[ 95.345118] device apcli0 left promiscuous mode
[ 95.349826] br-lan: port 8(apcli0) entered disabled state
[ 95.371489] br-lan: port 8(apcli0) entered blocking state
[ 95.376917] br-lan: port 8(apcli0) entered disabled state
[ 95.382550] device apcli0 entered promiscuous mode
[ 95.422285] device rax0 left promiscuous mode
[ 95.426785] br-lan: port 6(rax0) entered disabled state
[ 95.447455] br-lan: port 6(rax0) entered blocking state
[ 95.452718] br-lan: port 6(rax0) entered disabled state
[ 95.458180] device rax0 entered promiscuous mode
[ 95.462934] br-lan: port 6(rax0) entered blocking state
[ 95.468175] br-lan: port 6(rax0) entered forwarding state
[ 95.483357] device rax1 left promiscuous mode
[ 95.487838] br-lan: port 5(rax1) entered disabled state
[ 95.499522] br-lan: port 5(rax1) entered blocking state
[ 95.504761] br-lan: port 5(rax1) entered disabled state
[ 95.510213] device rax1 entered promiscuous mode
[ 95.514963] br-lan: port 5(rax1) entered blocking state
[ 95.520198] br-lan: port 5(rax1) entered forwarding state
[ 95.548873] device apclix0 left promiscuous mode
[ 95.553650] br-lan: port 9(apclix0) entered disabled state
[ 95.575430] br-lan: port 9(apclix0) entered blocking state
[ 95.580934] br-lan: port 9(apclix0) entered disabled state
[ 95.586653] device apclix0 entered promiscuous mode
[ 95.914545] Set_MapR2_Proc MAP R2 is already disabled
[ 95.921082] Set_MapTS_Proc MAP TS is already disabled
[ 95.931579] Set_MapR2_Proc MAP R2 is already disabled
[ 95.938871] Set_MapTS_Proc MAP TS is already disabled
[ 95.951745] Set_Enable_Dpp_Proc DPP is already disabled
[ 95.958579] Set_MapTS_Proc MAP TS is already disabled
[ 95.969709] Set_Enable_Dpp_Proc DPP is already disabled
[ 95.976370] Set_MapTS_Proc MAP TS is already disabled
[ 96.000857] Set_Map_Proc current MAP MODE is 0
[ 96.010856] Set_Map_Proc current MAP MODE is 0
[ 98.496224] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 98.504280] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 98.512304] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 98.520357] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 98.598276] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 98.606113] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 98.613968] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 98.621817] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 98.629658] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 98.637487] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 98.645395] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 98.653243] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 98.730048] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 98.806785] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 98.814628] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 98.822476] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 98.830415] 7981@C12L1,rt28xx_ap_ioctl() 833: interface is down, cmd [8be1] return!!!
[ 98.838461] 7981@C14L1,set_wapp_param() 3306: Unknown Parameter:8
[ 98.844643] 7981@C14L1,set_wapp_param() 3306: Unknown Parameter:0
[ 98.850775] 7981@C14L1,set_wapp_param() 3306: Unknown Parameter:1
[ 98.856910] 7981@C14L1,set_wapp_param() 3306: Unknown Parameter:2
[ 98.863030] 7981@C14L1,set_wapp_param() 3306: Unknown Parameter:3
[ 98.882744] 7981@C14L1,set_wapp_param() 3306: Unknown Parameter:8
[ 98.888944] 7981@C14L1,set_wapp_param() 3306: Unknown Parameter:0
[ 98.895082] 7981@C14L1,set_wapp_param() 3306: Unknown Parameter:1
[ 98.901228] 7981@C14L1,set_wapp_param() 3306: Unknown Parameter:2
[ 98.907355] 7981@C14L1,set_wapp_param() 3306: Unknown Parameter:3
[ 98.913506] 7981@C12L1,Set_AP_VENDOR_SPECIFIC_IE() 3554: Unknown OUIType = 16
[ 98.920658] 7981@C12L1,Set_AP_VENDOR_SPECIFIC_IE() 3554: Unknown OUIType = 9
[ 98.927753] 7981@C12L1,set_wapp_cmm_ie() 3450: Unknown IE(EID = 111)
[ 98.934157] 7981@C12L1,set_wapp_cmm_ie() 3450: Unknown IE(EID = 110)
[ 98.940581] 7981@C12L1,Set_AP_VENDOR_SPECIFIC_IE() 3554: Unknown OUIType = 16
[ 98.947759] 7981@C12L1,Set_AP_VENDOR_SPECIFIC_IE() 3554: Unknown OUIType = 9
[ 98.954890] 7981@C12L1,set_wapp_cmm_ie() 3450: Unknown IE(EID = 111)
[ 98.961298] 7981@C12L1,set_wapp_cmm_ie() 3450: Unknown IE(EID = 110)
[ 99.009919] Set_Fh_Bss_Proc ra0 wdev->MAPCfg.DevOwnRole 0x0
[ 99.018098] Set_Fh_Bss_Proc ra0 wdev->MAPCfg.DevOwnRole 0x20
[ 99.026699] 7981@C12L1,RTMPAPPrivIoctlSet() 3567: IOCTL::(iwpriv) Command not Support [MapChannelEn=1]
[ 99.038598] Set_Fh_Bss_Proc rax0 wdev->MAPCfg.DevOwnRole 0x0
[ 99.046563] Set_Fh_Bss_Proc rax0 wdev->MAPCfg.DevOwnRole 0x20
[ 99.055007] 7981@C12L1,RTMPAPPrivIoctlSet() 3567: IOCTL::(iwpriv) Command not Support [MapChannelEn=1]
[ 99.066845] Set_Fh_Bss_Proc rax1 wdev->MAPCfg.DevOwnRole 0x0
[ 99.074748] Set_Fh_Bss_Proc rax1 wdev->MAPCfg.DevOwnRole 0x20
[ 99.083518] 7981@C12L1,RTMPAPPrivIoctlSet() 3567: IOCTL::(iwpriv) Command not Support [MapChannelEn=1]
root@RAX3000M:/# cat /proc/mtd
dev: size erasesize name
mtd0: 08000000 00020000 "spi0.0"
mtd1: 00100000 00020000 "BL2"
mtd2: 00080000 00020000 "u-boot-env"
mtd3: 00200000 00020000 "Factory"
mtd4: 00200000 00020000 "FIP"
mtd5: 03d00000 00020000 "ubi"
mtd6: 02500000 00020000 "plugins"
mtd7: 00800000 00020000 "fwk"
mtd8: 00800000 00020000 "fwk2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment