Skip to content

newifi D1(7621) HWNAT部分失效,劳烦大佬看看 #58

@ZqinKing

Description

@ZqinKing

1、WAN <=> LAN(有线) 硬件加速生效:
下载极速630Mbps,但是上传存(LAN => WAN)在异常,在开始不超10Mbps的速度下会在10秒内掉到0。期间CPU使用率稳定在3%
2、WAN <=> LAN(无线线) 硬件加速失效:
下载极速580Mbps,上传极速400Mbps,CPU使用率稳定在48%

内核日志如下:
[ 0.000000] Linux version 5.10.109 (zqinking@zqinking) (mipsel-openwrt-linux-musl-gcc (OpenWrt GCC 8.4.0 r0-edd2546) 8.4.0, GNU ld (GNU Binutils) 2.34) #0 SMP Sat Jan 27 11:40:20 2024
[ 0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3
[ 0.000000] printk: bootconsole [early0] enabled
[ 0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc)
[ 0.000000] MIPS: machine is Newifi-D1
[ 0.000000] Initrd not found or empty - disabling initrd
[ 0.000000] VPE topology {2,2} total 4
[ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[ 0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[ 0.000000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[ 0.000000] Zone ranges:
[ 0.000000] Normal [mem 0x0000000000000000-0x000000000fffffff]
[ 0.000000] HighMem empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000000fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000000fffffff]
[ 0.000000] On node 0 totalpages: 65536
[ 0.000000] Normal zone: 576 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 65536 pages, LIFO batch:15
[ 0.000000] percpu: Embedded 15 pages/cpu s30576 r8192 d22672 u61440
[ 0.000000] pcpu-alloc: s30576 r8192 d22672 u61440 alloc=154096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 64960
[ 0.000000] Kernel command line: console=ttyS0,115200 rootfstype=squashfs,jffs2
[ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
[ 0.000000] Writing ErrCtl register=000580a0
[ 0.000000] Readback ErrCtl register=000580a0
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 248140K/262144K available (7022K kernel code, 666K rwdata, 1452K rodata, 1276K init, 241K bss, 14004K reserved, 0K cma-reserved, 0K highmem)
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000] NR_IRQS: 256
[ 0.000000] random: get_random_bytes called from start_kernel+0x3d0/0x5e4 with crng_init=0
[ 0.000000] CPU Clock: 1000MHz
[ 0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[ 0.000012] sched_clock: 64 bits at 1000MHz, resolution 1ns, wraps every 4398046511103ns
[ 0.008031] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 3822520893 ns
[ 0.017004] Calibrating delay loop... 666.41 BogoMIPS (lpj=3332096)
[ 0.083168] pid_max: default: 32768 minimum: 301
[ 0.087922] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.095123] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.105347] rcu: Hierarchical SRCU implementation.
[ 0.110318] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
[ 0.118310] smp: Bringing up secondary CPUs ...
[ 0.123429] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[ 0.123439] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[ 0.123451] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[ 0.123527] CPU1 revision is: 0001992f (MIPS 1004Kc)
[ 0.178199] Synchronize counters for CPU 1: done.
[ 0.210127] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[ 0.210137] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[ 0.210144] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[ 0.210190] CPU2 revision is: 0001992f (MIPS 1004Kc)
[ 0.269261] Synchronize counters for CPU 2: done.
[ 0.299671] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[ 0.299679] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[ 0.299686] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[ 0.299735] CPU3 revision is: 0001992f (MIPS 1004Kc)
[ 0.354447] Synchronize counters for CPU 3: done.
[ 0.384295] smp: Brought up 1 node, 4 CPUs
[ 0.392491] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.402317] futex hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.409348] pinctrl core: initialized pinctrl subsystem
[ 0.416456] NET: Registered protocol family 16
[ 0.423428] cpuidle: using governor teo
[ 0.446553] FPU Affinity set after 13320 emulations
[ 0.448757] pstore: Registered ramoops as persistent store backend
[ 0.454861] ramoops: using 0x80000@0x3f00000, ecc: 0
[ 0.462057] random: fast init done
[ 0.489263] clocksource: Switched to clocksource GIC
[ 0.495729] NET: Registered protocol family 2
[ 0.500213] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.508018] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[ 0.516440] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.524131] TCP bind hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 0.531256] TCP: Hash tables configured (established 2048 bind 2048)
[ 0.537743] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.544265] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.551450] NET: Registered protocol family 1
[ 0.555744] PCI: CLS 0 bytes, default 32
[ 0.562333] workingset: timestamp_bits=14 max_order=16 bucket_order=2
[ 0.572746] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.578607] ntfs3: Max link count 4000
[ 0.582287] ntfs3: Enabled Linux POSIX ACLs support
[ 0.587093] ntfs3: Read-only LZX/Xpress compression included
[ 0.592904] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.604755] mt7621_gpio 1e000600.gpio: registering 32 gpios
[ 0.610849] mt7621_gpio 1e000600.gpio: registering 32 gpios
[ 0.616690] mt7621_gpio 1e000600.gpio: registering 32 gpios
[ 0.623453] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled
[ 0.631537] printk: console [ttyS0] disabled
[ 0.635844] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 19, base_baud = 3125000) is a 16550A
[ 0.644849] printk: console [ttyS0] enabled
[ 0.653104] printk: bootconsole [early0] disabled
[ 0.665802] spi-mt7621 1e000b00.spi: sys_freq: 250000000
[ 0.672642] spi-nor spi0.0: mx25l25635e (32768 Kbytes)
[ 0.677834] 4 fixed-partitions partitions found on MTD device spi0.0
[ 0.684185] Creating 4 MTD partitions on "spi0.0":
[ 0.688958] 0x000000000000-0x000000030000 : "u-boot"
[ 0.694866] 0x000000030000-0x000000040000 : "u-boot-env"
[ 0.701140] 0x000000040000-0x000000050000 : "factory"
[ 0.707156] 0x000000050000-0x000002000000 : "firmware"
[ 0.713682] 2 uimage-fw partitions found on MTD device firmware
[ 0.719706] Creating 2 MTD partitions on "firmware":
[ 0.724658] 0x000000000000-0x0000002bf68c : "kernel"
[ 0.729623] mtd: partition "kernel" doesn't end on an erase/write block -- force read-only
[ 0.738801] 0x0000002bf68c-0x000001fb0000 : "rootfs"
[ 0.743827] mtd: partition "rootfs" doesn't start on an erase/write block boundary -- force read-only
[ 0.753855] mtd: device 5 (rootfs) set to be root filesystem
[ 0.759674] 1 squashfs-split partitions found on MTD device rootfs
[ 0.765838] 0x0000015d0000-0x000001fb0000 : "rootfs_data"
[ 0.802429] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 23
[ 0.811823] mtk_soc_eth 1e100000.ethernet eth1: mediatek frame engine at 0xbe100000, irq 23
[ 0.821328] i2c /dev entries driver
[ 0.827306] mt7621-pci 1e140000.pcie: host bridge /pcie@1e140000 ranges:
[ 0.834075] mt7621-pci 1e140000.pcie: No bus range found for /pcie@1e140000, using [bus 00-ff]
[ 0.842872] mt7621-pci 1e140000.pcie: MEM 0x0060000000..0x006fffffff -> 0x0000000000
[ 0.851060] mt7621-pci 1e140000.pcie: IO 0x001e160000..0x001e16ffff -> 0x0000000000
[ 0.859321] mt7621-pci 1e140000.pcie: Parsing DT failed
[ 0.866799] NET: Registered protocol family 10
[ 0.872844] Segment Routing with IPv6
[ 0.876593] NET: Registered protocol family 17
[ 0.881245] Bridge firewalling registered
[ 0.885578] 8021q: 802.1Q VLAN Support v1.8
[ 0.892846] pstore: Using crash dump compression: deflate
[ 0.899552] gpio-export gpio_export: 2 gpio(s) exported
[ 0.949403] mt753x gsw: LAN/WAN VLAN setting=llllw
[ 0.954319] mt753x gsw: Switch is MediaTek MT7530 rev 1
[ 2.386860] rt2880-pinmux pinctrl: pcie is already enabled
[ 2.392465] mt7621-pci 1e140000.pcie: host bridge /pcie@1e140000 ranges:
[ 2.399151] mt7621-pci 1e140000.pcie: No bus range found for /pcie@1e140000, using [bus 00-ff]
[ 2.407942] mt7621-pci 1e140000.pcie: MEM 0x0060000000..0x006fffffff -> 0x0000000000
[ 2.416109] mt7621-pci 1e140000.pcie: IO 0x001e160000..0x001e16ffff -> 0x0000000000
[ 2.424357] mt7621-pci-phy 1e149000.pcie-phy: PHY for 0xbe149000 (dual port = 1)
[ 2.432123] mt7621-pci-phy 1e14a000.pcie-phy: PHY for 0xbe14a000 (dual port = 0)
[ 2.439760] mt7621-pci 1e140000.pcie: failed to parse bus ranges property: -22
[ 2.547203] mt7621-pci-phy 1e149000.pcie-phy: Xtal is 40MHz
[ 2.552786] mt7621-pci-phy 1e14a000.pcie-phy: Xtal is 40MHz
[ 2.769429] mt7621-pci 1e140000.pcie: pcie2 no card, disable it (RST & CLK)
[ 2.776368] mt7621-pci 1e140000.pcie: PCIE0 enabled
[ 2.781235] mt7621-pci 1e140000.pcie: PCIE1 enabled
[ 2.786096] mt7621-pci 1e140000.pcie: PCI coherence region base: 0x60000000, mask/settings: 0xf0000002
[ 2.795556] mt7621-pci 1e140000.pcie: PCI host bridge to bus 0000:00
[ 2.801919] pci_bus 0000:00: root bus resource [io 0x1e160000-0x1e16ffff]
[ 2.808768] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff]
[ 2.815628] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 2.821111] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] (bus address [0x00000000-0x0fffffff])
[ 2.831304] pci 0000:00:00.0: [0e8d:0801] type 01 class 0x060400
[ 2.837300] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x7fffffff]
[ 2.843557] pci 0000:00:00.0: reg 0x14: [mem 0x60400000-0x6040ffff]
[ 2.849892] pci 0000:00:00.0: supports D1
[ 2.853886] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 2.860054] pci 0000:00:01.0: [0e8d:0801] type 01 class 0x060400
[ 2.866075] pci 0000:00:01.0: reg 0x10: [mem 0x00000000-0x7fffffff]
[ 2.872344] pci 0000:00:01.0: reg 0x14: [mem 0x60410000-0x6041ffff]
[ 2.878643] pci 0000:00:01.0: supports D1
[ 2.882646] pci 0000:00:01.0: PME# supported from D0 D1 D3hot
[ 2.890144] pci 0000:01:00.0: [14c3:7662] type 00 class 0x028000
[ 2.896183] pci 0000:01:00.0: reg 0x10: initial BAR value 0x00000000 invalid
[ 2.903227] pci 0000:01:00.0: reg 0x10: [mem size 0x00100000 64bit]
[ 2.909530] pci 0000:01:00.0: reg 0x30: initial BAR value 0x00000000 invalid
[ 2.916546] pci 0000:01:00.0: reg 0x30: [mem size 0x00010000 pref]
[ 2.922812] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 2.930399] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[ 2.935624] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff]
[ 2.941707] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff]
[ 2.948465] pci 0000:00:00.0: bridge window [mem 0x60100000-0x601fffff pref]
[ 2.955674] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 2.962545] pci 0000:02:00.0: [14c3:7603] type 00 class 0x028000
[ 2.968562] pci 0000:02:00.0: reg 0x10: initial BAR value 0x00000000 invalid
[ 2.975613] pci 0000:02:00.0: reg 0x10: [mem size 0x00100000]
[ 2.981490] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 2.989052] pci 0000:00:01.0: PCI bridge to [bus 02-ff]
[ 2.994294] pci 0000:00:01.0: bridge window [io 0x0000-0x0fff]
[ 3.000377] pci 0000:00:01.0: bridge window [mem 0x60200000-0x602fffff]
[ 3.007136] pci 0000:00:01.0: bridge window [mem 0x60300000-0x603fffff pref]
[ 3.014343] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02
[ 3.020992] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000]
[ 3.027576] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000]
[ 3.034533] pci 0000:00:01.0: BAR 0: no space for [mem size 0x80000000]
[ 3.041140] pci 0000:00:01.0: BAR 0: failed to assign [mem size 0x80000000]
[ 3.048074] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff]
[ 3.054849] pci 0000:00:00.0: BAR 9: assigned [mem 0x60100000-0x601fffff pref]
[ 3.062055] pci 0000:00:01.0: BAR 8: assigned [mem 0x60200000-0x602fffff]
[ 3.068813] pci 0000:00:01.0: BAR 9: assigned [mem 0x60300000-0x603fffff pref]
[ 3.076019] pci 0000:00:00.0: BAR 1: assigned [mem 0x60400000-0x6040ffff]
[ 3.082797] pci 0000:00:01.0: BAR 1: assigned [mem 0x60410000-0x6041ffff]
[ 3.089581] pci 0000:00:00.0: BAR 7: assigned [io 0x1e160000-0x1e160fff]
[ 3.096339] pci 0000:00:01.0: BAR 7: assigned [io 0x1e161000-0x1e161fff]
[ 3.103119] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit]
[ 3.110424] pci 0000:01:00.0: BAR 6: assigned [mem 0x60100000-0x6010ffff pref]
[ 3.117614] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 3.122569] pci 0000:00:00.0: bridge window [io 0x1e160000-0x1e160fff]
[ 3.129343] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff]
[ 3.136101] pci 0000:00:00.0: bridge window [mem 0x60100000-0x601fffff pref]
[ 3.143310] pci 0000:02:00.0: BAR 0: assigned [mem 0x60200000-0x602fffff]
[ 3.150093] pci 0000:00:01.0: PCI bridge to [bus 02]
[ 3.155035] pci 0000:00:01.0: bridge window [io 0x1e161000-0x1e161fff]
[ 3.161805] pci 0000:00:01.0: bridge window [mem 0x60200000-0x602fffff]
[ 3.168562] pci 0000:00:01.0: bridge window [mem 0x60300000-0x603fffff pref]
[ 3.183302] VFS: Mounted root (squashfs filesystem) readonly on device 31:5.
[ 3.195003] Freeing unused kernel memory: 1276K
[ 3.199579] This architecture does not have kernel memory protection.
[ 3.206006] Run /sbin/init as init process
[ 3.210124] with arguments:
[ 3.210131] /sbin/init
[ 3.210135] with environment:
[ 3.210140] HOME=/
[ 3.210145] TERM=linux
[ 3.755665] init: Console is alive
[ 3.759573] init: - watchdog -
[ 4.794034] mt753x gsw: Port 2 Link is Up - 1Gbps/Full
[ 5.344150] kmodloader: loading kernel modules from /etc/modules-boot.d/

[ 5.401711] usbcore: registered new interface driver usbfs
[ 5.407356] usbcore: registered new interface driver hub
[ 5.412856] usbcore: registered new device driver usb
[ 5.428965] xhci-mtk 1e1c0000.xhci: supply vbus not found, using dummy regulator
[ 5.436630] xhci-mtk 1e1c0000.xhci: supply vusb33 not found, using dummy regulator
[ 5.444481] xhci-mtk 1e1c0000.xhci: xHCI Host Controller
[ 5.449839] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 1
[ 5.469451] xhci-mtk 1e1c0000.xhci: hcc params 0x01401198 hci version 0x96 quirks 0x0000000000290010
[ 5.478624] xhci-mtk 1e1c0000.xhci: irq 21, io mem 0x1e1c0000
[ 5.485542] hub 1-0:1.0: USB hub found
[ 5.489484] hub 1-0:1.0: 2 ports detected
[ 5.494092] xhci-mtk 1e1c0000.xhci: xHCI Host Controller
[ 5.499499] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 2
[ 5.506989] xhci-mtk 1e1c0000.xhci: Host supports USB 3.0 SuperSpeed
[ 5.513564] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 5.522535] hub 2-0:1.0: USB hub found
[ 5.526442] hub 2-0:1.0: 1 port detected
[ 5.538494] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[ 5.559635] init: - preinit -
[ 6.324255] mt753x gsw: Port 4 Link is Up - 1Gbps/Full
[ 6.502581] random: jshn: uninitialized urandom read (4 bytes read)
[ 6.532010] random: crng init done
[ 9.142630] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode
[ 9.151009] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 9.159495] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 12.443420] mount_root: loading kmods from internal overlay
[ 12.483697] kmodloader: loading kernel modules from //etc/modules-boot.d/*
[ 12.492574] kmodloader: done loading kernel modules from //etc/modules-boot.d/*
[ 12.699539] jffs2: notice: (548) jffs2_build_xattr_subsystem: complete building xattr subsystem, 28 of xdatum (24 unchecked, 4 orphan) and 37 of xref (4 dead, 0 orphan) found.
[ 12.716113] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab
[ 12.729820] block: extroot: not configured
[ 12.784148] jffs2: notice: (546) jffs2_build_xattr_subsystem: complete building xattr subsystem, 28 of xdatum (24 unchecked, 4 orphan) and 37 of xref (4 dead, 0 orphan) found.
[ 12.930576] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab
[ 12.943295] block: extroot: not configured
[ 12.948721] mount_root: switching to jffs2 overlay
[ 12.957251] overlayfs: upper fs does not support tmpfile.
[ 13.065592] urandom-seed: Seeding 4096 bits and crediting
[ 13.078169] urandom-seed: Saving 4096 bits of creditable seed for next boot
[ 13.508916] register mt7603_drv
[ 13.512213] mt7621-pci 1e140000.pcie: bus=2 slot=1 irq=26
[ 13.517609] pci 0000:00:01.0: enabling device (0006 -> 0007)
[ 13.523272] mt7603_drv 0000:02:00.0: enabling device (0000 -> 0002)
[ 13.535506]
[ 13.535506]
[ 13.535506] === pAd = 5ca7843e, size = 1648296 ===
[ 13.535506]
[ 13.545182] <-- RTMPAllocTxRxRingMemory, Status=0, ErrorValue=0x
[ 13.551766] <-- RTMPAllocAdapterBlock, Status=0
[ 13.556280] pAd->CSRBaseAddress =0xc0780000, csr_addr=0xc0780000!
[ 13.562362] device_id =0x7603
[ 13.565321] MT7603 AP Driver version 4.1.2.0
[ 13.569577] mt7603_init()-->
[ 13.572447] mt_bcn_buf_init(224): Not support for HIF_MT yet!
[ 13.578160] <--mt7603_init()
[ 13.581047] load_dev_l1profile()-->
[ 13.697261] match_index_by_chipname() MT7603 found as INDEX0
[ 13.702978] l1set_profile_path() profile update from /etc/Wireless/RT2860/RT2860AP.dat to /etc/wireless/mt7615/mt7615.1.dat
[ 13.714099] l1set_eeprom_offset() eeprom offset remain 0x0
[ 13.719597] l1set_eeprom_size() eeprom size update from 0x200 to 0x400
[ 13.726105] l1set_ifname() ifname rename from ra0 to ra
[ 13.731313] l1set_ifname() ifname remain ra
[ 13.735489] l1set_ifname() ifname remain ra
[ 13.739705] l1set_ifname() ifname remain apcli
[ 13.974680] register rtpci
[ 13.977529] mt7621-pci 1e140000.pcie: bus=1 slot=0 irq=25
[ 13.982967] pci 0000:00:00.0: enabling device (0006 -> 0007)
[ 13.988608] rtpci 0000:01:00.0: enabling device (0000 -> 0002)
[ 13.999600]
[ 13.999600]
[ 13.999600] === pAd = 4dc7ea2d, size = 1403632 ===
[ 13.999600]
[ 14.009359] <-- RTMPAllocTxRxRingMemory, Status=0
[ 14.014752] <-- RTMPAllocAdapterBlock, Status=0
[ 14.019302] pAd->CSRBaseAddress =0xc0b80000, csr_addr=0xc0b80000!
[ 14.025371] device_id =0x7662
[ 14.028329] ==>rlt_wlan_chip_onoff(): OnOff:1, Reset= 1, pAd->WlanFunCtrl:0x0, Reg-WlanFunCtrl=0x20a
[ 14.037939] MT76x2 AP Driver version: 3.0.5.0
[ 14.042326] ====> mt76x2_ePA_per_rate_compensate_init: 5944 is_ePA: 1
[ 14.048735] RtmpChipOpsEepromHook::e2p_type=0, inf_Type=5
[ 14.054117] RtmpEepromGetDefault::e2p_default=2
[ 14.058621] NVM is FLASH mode
[ 14.061612] get_dev_name_prefix(): dev_idx = 0, dev_name_prefix=rai
[ 14.069301] WiFi PCI Startup Time: 0.090s
[ 14.095937] mtk_soc_eth 1e100000.ethernet eth0: Link is Down
[ 14.110204] procd: - early -
[ 14.113313] procd: - watchdog -
[ 14.829515] procd: - watchdog -
[ 14.886160] procd: - ubus (running as root!) -
[ 15.063402] procd: - init -
[ 15.948826] kmodloader: loading kernel modules from /etc/modules.d/*
[ 16.181100] urngd: v1.0.2 started.
[ 16.218493] NET: Registered protocol family 38
[ 16.237605] zram: Added device: zram0
[ 16.263789] RPC: Registered named UNIX socket transport module.
[ 16.269818] RPC: Registered udp transport module.
[ 16.274532] RPC: Registered tcp transport module.
[ 16.279305] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 16.307874] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 16.336017] Installing knfsd (copyright (C) 1996 [email protected]).
[ 16.420976] cryptodev: driver 1.12 loaded.
[ 16.646930] xt_time: kernel timezone is -0000
[ 16.666457] PPP generic driver version 2.4.2
[ 16.672817] PPP MPPE Compression module registered
[ 16.679754] NET: Registered protocol family 24
[ 16.689767] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[ 16.697591] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld [email protected]. All Rights Reserved.
[ 16.712292] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 19.515580] zram0: detected capacity change from 0 to 126877696
[ 19.649288] Adding 123900k swap on /dev/zram0. Priority:100 extents:1 across:123900k SSDsc
[ 25.621892] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode
[ 25.630177] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 25.631514] br-lan: port 1(eth0) entered blocking state
[ 25.643950] br-lan: port 1(eth0) entered disabled state
[ 25.649969] device eth0 entered promiscuous mode
[ 25.660621] br-lan: port 1(eth0) entered blocking state
[ 25.665918] br-lan: port 1(eth0) entered forwarding state
[ 25.704758] mtk_soc_eth 1e100000.ethernet eth1: configuring for fixed/rgmii link mode
[ 25.713441] mtk_soc_eth 1e100000.ethernet eth1: Link is Up - 1Gbps/Full - flow control rx/tx
[ 25.732597] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 26.699563] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[ 34.441905] load_dev_l1profile()-->
[ 34.445571] l1set_profile_path() profile remain /etc/wireless/mt7615/mt7615.1.dat
[ 34.453285] l1set_eeprom_offset() eeprom offset remain 0x0
[ 34.458873] l1set_eeprom_size() eeprom size remain 0x400
[ 34.464346] l1set_ifname() ifname rename from ra0 to ra
[ 34.469668] l1set_ifname() ifname remain ra
[ 34.473967] l1set_ifname() ifname remain ra
[ 34.478276] l1set_ifname() ifname remain apcli
[ 34.483951] TX_BCN DESC 89fc71ab size = 320
[ 34.488372] RX[0] DESC 0b95e152 size = 2048
[ 34.493378] RX[1] DESC 031e5257 size = 2048
[ 34.660265] E2pAccessMode=2
[ 34.664281] cfg_mode=9
[ 34.666653] cfg_mode=9
[ 34.669018] wmode_band_equal(): Band Equal!
[ 34.678077] APSDCapable[0]=1
[ 34.681052] APSDCapable[1]=1
[ 34.684165] APSDCapable[2]=1
[ 34.687060] APSDCapable[3]=1
[ 34.690404] APSDCapable[4]=1
[ 34.693592] APSDCapable[5]=1
[ 34.696905] APSDCapable[6]=1
[ 34.699860] APSDCapable[7]=1
[ 34.702743] APSDCapable[8]=1
[ 34.705627] APSDCapable[9]=1
[ 34.708562] APSDCapable[10]=1
[ 34.711706] APSDCapable[11]=1
[ 34.714714] APSDCapable[12]=1
[ 34.717753] APSDCapable[13]=1
[ 34.720980] APSDCapable[14]=1
[ 34.723974] APSDCapable[15]=1
[ 34.726952] default ApCliAPSDCapable[0]=1
[ 34.731075] default ApCliAPSDCapable[1]=1
[ 34.881633] Key1Str is Invalid key length(0) or Type(0)
[ 34.887128] Key2Str is Invalid key length(0) or Type(0)
[ 34.892742] Key3Str is Invalid key length(0) or Type(0)
[ 34.898229] Key4Str is Invalid key length(0) or Type(0)
[ 34.946844] [PMF]Set_PMFMFPC_Proc:: apidx=0, Desired MFPC=1
[ 34.952686] [PMF]Set_PMFMFPR_Proc:: apidx=0, Desired MFPR=0
[ 34.958458] [PMF]Set_PMFSHA256_Proc:: apidx=0, Desired PMFSHA256=0
[ 34.966089] FW Version:
[ 34.966102] C
[ 34.968543] L
[ 34.970190] 1
[ 34.971885] 7
[ 34.973454] 3
[ 34.975023] 7
[ 34.976592] 6
[ 34.978160] 6
[ 34.979797] _
[ 34.981524] R
[ 34.983092]
[ 34.986136] FW Build Date:
[ 34.986141] 2
[ 34.988836] 0
[ 34.990487] 1
[ 34.992203] 7
[ 34.993772] 1
[ 34.995341] 1
[ 34.996910] 1
[ 34.998487] 0
[ 35.000194] 1
[ 35.002023] 0
[ 35.003631] 5
[ 35.005220] 9
[ 35.006805] 3
[ 35.008387] 2
[ 35.010228]
[ 35.011930]
[ 35.015195] CmdAddressLenReq:(ret = 0)
[ 35.020320] CmdFwStartReq: override = 1, address = 1048576
[ 35.026016] CmdStartDLRsp: WiFI FW Download Success
[ 35.045274] AsicDMASchedulerInit(): DMA Scheduler Mode=0(LMAC)
[ 35.051211] efuse_probe: efuse = 10000002
[ 35.055400] RtmpChipOpsEepromHook::e2p_type=2, inf_Type=5
[ 35.060842] RtmpEepromGetDefault::e2p_dafault=1
[ 35.065711] RtmpChipOpsEepromHook: E2P type(2), E2pAccessMode = 2, E2P default = 1
[ 35.073503] NVM is FLASH mode, flash_offset = 0x0
[ 35.078304] 1. Phy Mode = 14
[ 35.082013] @@@ NICReadEEPROMParameters : pAd->FWLoad=0
[ 35.242754] Country Region from e2p = ffff
[ 35.246940] tssi_1_target_pwr_g_band = 35
[ 35.251086] 2. Phy Mode = 14
[ 35.254140] 3. Phy Mode = 14
[ 35.257031] NICInitPwrPinCfg(14): Not support for HIF_MT yet!
[ 35.262923] NICInitializeAsic(588): Not support rtmp_mac_sys_reset () for HIF_MT yet!
[ 35.270878] mt_mac_init()-->
[ 35.273762] mt7603_init_mac_cr()-->
[ 35.277629] AsicSetMacMaxLen(1907): Set the Max RxPktLen=1024!
[ 35.283539] <--mt_mac_init()
[ 35.286874] WTBL Segment 1 info:
[ 35.290262] MemBaseAddr/FID:0x28000/0
[ 35.294371] EntrySize/Cnt:32/128
[ 35.297781] WTBL Segment 2 info:
[ 35.301496] MemBaseAddr/FID:0x40000/0
[ 35.305538] EntrySize/Cnt:64/128
[ 35.308954] WTBL Segment 3 info:
[ 35.312412] MemBaseAddr/FID:0x42000/64
[ 35.316584] EntrySize/Cnt:64/128
[ 35.320127] WTBL Segment 4 info:
[ 35.323563] MemBaseAddr/FID:0x44000/128
[ 35.327568] EntrySize/Cnt:32/128
[ 35.331250] AntCfgInit(2689): Not support for HIF_MT yet!
[ 35.336887] MCS Set = ff ff 00 00 01
[ 37.211561] SYNC - BBP R4 to 20MHz.l
[ 39.680096] SYNC - BBP R4 to 20MHz.l
[ 42.159567] SYNC - BBP R4 to 20MHz.l
[ 42.760474] SYNC - BBP R4 to 20MHz.l
[ 43.370256] SYNC - BBP R4 to 20MHz.l
[ 43.970236] SYNC - BBP R4 to 20MHz.l
[ 44.570250] SYNC - BBP R4 to 20MHz.l
[ 45.170252] SYNC - BBP R4 to 20MHz.l
[ 45.770279] SYNC - BBP R4 to 20MHz.l
[ 46.370349] SYNC - BBP R4 to 20MHz.l
[ 46.970429] SYNC - BBP R4 to 20MHz.l
[ 47.589305] [PMF]ap_pmf_init:: Security is not WPA2/WPA2PSK AES
[ 47.595229] [PMF]ap_pmf_init:: apidx=0, MFPC=0, MFPR=0, SHA256=0
[ 47.601476] AsicSetRalinkBurstMode(4325): Not support for HIF_MT yet!
[ 47.607886] RTMPSetPiggyBack(943): Not support for HIF_MT yet!
[ 47.620019] AsicSetTxPreamble(4312): Not support for HIF_MT yet!
[ 47.626225] AsicSetPreTbtt(): bss_idx=0, PreTBTT timeout = 0xa0
[ 47.632527] Main bssid = 20:76:93:3d:a1:24
[ 47.636822] <==== rt28xx_init, Status=0
[ 47.645418] @@@ ed_monitor_exit : ===>
[ 47.649282] @@@ ed_monitor_exit : <===
[ 47.653251] mt7603_set_ed_cca: TURN OFF EDCCA mac 0x10618 = 0x8564267c, EDCCA_Status=0
[ 47.661394] WiFi Startup Cost (ra0): 13.220s
[ 47.674830] build time =
[ 47.674854] 2
[ 47.677510] 0
[ 47.679130] 1
[ 47.680871] 4
[ 47.682496] 1
[ 47.684120] 1
[ 47.685741] 1
[ 47.687379] 5
[ 47.689010] 0
[ 47.690760] 6
[ 47.692406] 0
[ 47.694028] 6
[ 47.695652] 0
[ 47.697281] 6
[ 47.698904] a
[ 47.700650]
[ 47.703796]
[ 47.705356] rom patch for E3 IC
[ 47.708549]
[ 47.710129] platform =
[ 47.710141] A
[ 47.712647] L
[ 47.714279] P
[ 47.715900] S
[ 47.717535]
[ 47.720753] hw/sw version =
[ 47.720775] 8a
[ 47.723716] 10
[ 47.725433] 8a
[ 47.727153] 10
[ 47.728886]
[ 47.732243] patch version =
[ 47.732279] 0
[ 47.735211] 0
[ 47.736831] 0
[ 47.738456] 10
[ 47.740111]
[ 47.757169] FW Version:0.0.00
[ 47.757199] Build:1
[ 47.762581] Build Time:
[ 47.762599] 2
[ 47.765095] 0
[ 47.766720] 1
[ 47.768341] 6
[ 47.770112] 0
[ 47.771748] 7
[ 47.773374] 1
[ 47.774990] 1
[ 47.776607] 1
[ 47.778232] 4
[ 47.779938] 4
[ 47.781568] 3
[ 47.783210] _
[ 47.784837] _
[ 47.786477] _
[ 47.788113] _
[ 47.789781]
[ 47.792916] fw for E3 IC
[ 47.815176] RX[0] DESC fe6ba40a size = 4096
[ 47.820675] RX[1] DESC 8c51f0a2 size = 512
[ 47.972024] E2pAccessMode=2
[ 47.975377] cfg_mode=14
[ 47.977873] cfg_mode=14
[ 47.980421] wmode_band_equal(): Band Not Equal!
[ 48.103298] Key1Str is Invalid key length(0) or Type(0)
[ 48.108738] Key2Str is Invalid key length(0) or Type(0)
[ 48.114185] Key3Str is Invalid key length(0) or Type(0)
[ 48.119678] Key4Str is Invalid key length(0) or Type(0)
[ 48.135959] 1. Phy Mode = 49
[ 48.139132] Initialize MAC Address from E2PROM
[ 48.143784] E2PROM MAC: 20:76:93:3d:a1:26
[ 48.147814] Use the MAC address what is assigned from EEPROM.
[ 48.153716] Current MAC: 20:76:93:3d:a1:26
[ 48.157863] get_chl_grp:illegal channel (167)
[ 48.162270] get_chl_grp:illegal channel (167)
[ 48.166622] get_chl_grp:illegal channel (169)
[ 48.171009] get_chl_grp:illegal channel (169)
[ 48.175355] get_chl_grp:illegal channel (171)
[ 48.179746] get_chl_grp:illegal channel (171)
[ 48.184111] get_chl_grp:illegal channel (173)
[ 48.188456] get_chl_grp:illegal channel (173)
[ 48.192882] Country Region from e2p = ffff
[ 48.197026] mt76x2_read_temp_info_from_eeprom:: is_temp_tx_alc=0, temp_tx_alc_enable=0
[ 48.205019] mt76x2_read_tx_alc_info_from_eeprom:: is_ePA_mode=0, ePA_type=3
[ 48.212047] mt76x2_read_tx_alc_info_from_eeprom:: [5G band] high_temp_slope=0, low_temp_slope=0
[ 48.220800] mt76x2_read_tx_alc_info_from_eeprom:: [2G band] high_temp_slope=0, low_temp_slope=0
[ 48.229526] mt76x2_read_tx_alc_info_from_eeprom:: [5G band] tc_lower_bound=0, tc_upper_bound=0
[ 48.238148] mt76x2_read_tx_alc_info_from_eeprom:: [2G band] tc_lower_bound=0, tc_upper_bound=0
[ 48.246873] mt76x2_get_external_lna_gain::LNA type=0x11, BLNAGain=0x0, ALNAGain0=0xffffff82, ALNAGain1=0x0, ALNAGain2=0x0
[ 48.257857] 2. Phy Mode = 49
[ 48.260824] 3. Phy Mode = 49
[ 48.263722] andes_pci_fw_init
[ 48.266734] 0x1300 = 00073200
[ 48.295492] AntCfgInit: primary/secondary ant 0/1
[ 48.300284] andes_load_cr:cr_type(2)
[ 48.314159] MCS Set = ff ff 00 00 01
[ 48.418456] TX0 power compensation = 0x38
[ 48.422518] TX1 power compensation = 0x38
[ 52.489271] ch44 bssid=34:24:3e:be:f8:7b
[ 52.493286] ch44 bssid=3a:24:3e:be:f8:7b
[ 52.497279] ch44 bssid=34:24:3e:be:fb:0d
[ 52.501291] ch44 bssid=3a:24:3e:be:fb:0d
[ 52.505280] ch44 bssid=c2:1a:c1:a2:15:58
[ 52.509277] =====================================================
[ 52.515344] Channel 36 : Dirty = 0, False CCA = 294, Busy Time = 0, Skip Channel = FALSE
[ 52.523402] Channel 40 : Dirty = 160, False CCA = 130, Busy Time = 0, Skip Channel = FALSE
[ 52.531667] Channel 44 : Dirty = 390, False CCA = 56, Busy Time = 0, Skip Channel = FALSE
[ 52.539828] Channel 48 : Dirty = 160, False CCA = 297, Busy Time = 0, Skip Channel = FALSE
[ 52.548051] Channel 149 : Dirty = 0, False CCA = 3, Busy Time = 0, Skip Channel = FALSE
[ 52.556043] Channel 153 : Dirty = 0, False CCA = 10, Busy Time = 0, Skip Channel = FALSE
[ 52.564132] Channel 157 : Dirty = 0, False CCA = 913, Busy Time = 0, Skip Channel = FALSE
[ 52.572288] Channel 161 : Dirty = 0, False CCA = 330, Busy Time = 0, Skip Channel = FALSE
[ 52.580435] Channel 165 : Dirty = 0, False CCA = 7, Busy Time = 0, Skip Channel = FALSE
[ 52.588652] =====================================================
[ 52.594788] Rule 2 CCA value : Min False CCA value ==> Select Channel 157, min falsecca = 1256
[ 52.603635] mt76x2_bbp_adjust():rf_bw=2, ext_ch=1, PrimCh=157, HT-CentCh=159, VHT-CentCh=155
[ 52.669560] APStartUp(): AP Set CentralFreq at 155(Prim=157, HT-CentCh=159, VHT-CentCh=155, BBP_BW=2)
[ 52.688871] mt76x2_calibration(channel = 155)
[ 53.075463] Main bssid = 20:76:93:3d:a1:26
[ 53.079610] mt76x2_reinit_agc_gain:original agc_vga0 = 0x5c, agc_vga1 = 0x5c
[ 53.086635] mt76x2_reinit_agc_gain:updated agc_vga0 = 0x5c, agc_vga1 = 0x5c
[ 53.093609] mt76x2_reinit_hi_lna_gain:original hi_lna0 = 0x27, hi_lna1 = 0x27
[ 53.100757] mt76x2_reinit_hi_lna_gain:updated hi_lna0 = 0x27, hi_lna1 = 0x27
[ 53.107786] original vga value(chain0) = 5c
[ 53.112014] original vga value(chain1) = 5c
[ 53.116540] <==== rt28xx_init, Status=0
[ 53.120717] get_dev_name_prefix(): dev_idx = 0, dev_name_prefix=wdsi
[ 53.128519] get_dev_name_prefix(): dev_idx = 0, dev_name_prefix=wdsi
[ 53.138812] get_dev_name_prefix(): dev_idx = 0, dev_name_prefix=wdsi
[ 53.150750] get_dev_name_prefix(): dev_idx = 0, dev_name_prefix=wdsi
[ 53.160178] get_dev_name_prefix(): dev_idx = 0, dev_name_prefix=apclii
[ 53.169844] RTMPDrvOpen(1):Check if PDMA is idle!
[ 53.174629] RTMPDrvOpen(2):Check if PDMA is idle!
[ 53.179428] WiFi Interface Up Time (rai0): 5.510s
[ 73.732876] mediatek_soc_hnat 1e100000.hnat: wan = eth1
[ 73.738105] mediatek_soc_hnat 1e100000.hnat: lan = eth0
[ 73.743336] mediatek_soc_hnat 1e100000.hnat: lan2 = eth2
[ 73.748622] mediatek_soc_hnat 1e100000.hnat: ppd = eth0
[ 73.753847] mediatek_soc_hnat 1e100000.hnat: gmac num = 2
[ 73.759222] mediatek_soc_hnat 1e100000.hnat: ppe num = 1
[ 73.764802] mediatek_soc_hnat 1e100000.hnat: ext devices = wlan0
[ 73.770808] mediatek_soc_hnat 1e100000.hnat: ext devices = wlan1
[ 73.776785] mediatek_soc_hnat 1e100000.hnat: ext devices = rax0
[ 73.782685] mediatek_soc_hnat 1e100000.hnat: ext devices = ra0
[ 73.788488] mediatek_soc_hnat 1e100000.hnat: ext devices = rai0
[ 73.794404] mediatek_soc_hnat 1e100000.hnat: ext devices = apclii0
[ 73.800571] mediatek_soc_hnat 1e100000.hnat: ext devices = apclix0
[ 73.806721] mediatek_soc_hnat 1e100000.hnat: ext devices = apcli0
[ 73.812808] mediatek_soc_hnat 1e100000.hnat: ext devices = usb0
[ 73.818699] mediatek_soc_hnat 1e100000.hnat: ext devices = wwan0
[ 73.824699] mediatek_soc_hnat 1e100000.hnat: ext devices = wwan0.1
[ 73.830879] mediatek_soc_hnat 1e100000.hnat: ext devices = wwan0_1
[ 73.841728] mediatek_soc_hnat 1e100000.hnat: PPE0 entry number = 16384
[ 73.861347] mediatek_soc_hnat 1e100000.hnat: PPE0 hwnat start
[ 73.867125] extif_set_dev(ra0)
[ 73.870187] extif_set_dev(rai0)
[ 73.873383] hnat roaming work enable
[ 191.413328] extif_put_dev(ra0)
[ 191.419581] MTPciPollTxRxEmpty
[ 192.041920] AsicSetPreTbtt(): bss_idx=0, PreTBTT timeout = 0x0
[ 192.047749] RTMPSetPiggyBack(943): Not support for HIF_MT yet!
[ 192.059109] RT28xxPciAsicRadioOff(): Not support for HIF_MT yet!
[ 192.065149] RTMPDrvClose call RT28xxPciAsicRadioOff fail !!
[ 192.070727] tx_kickout_fail_count = 0
[ 192.074392] tx_timeout_fail_count = 0
[ 192.078033] rx_receive_fail_count = 0
[ 192.081671] alloc_cmd_msg = 81
[ 192.084720] free_cmd_msg = 81
[ 192.258535] extif_put_dev(rai0)
[ 192.301570] andes_pci_erasefw
[ 192.324793] ==>rlt_wlan_chip_onoff(): OnOff:0, Reset= 0, pAd->WlanFunCtrl:0x20b, Reg-WlanFunCtrl=0x20b
[ 192.337362] WiFi Interface Down Time (rai0): 0.070s
[ 192.370349] load_dev_l1profile()-->
[ 192.374062] l1set_profile_path() profile remain /etc/wireless/mt7615/mt7615.1.dat
[ 192.381541] l1set_eeprom_offset() eeprom offset remain 0x0
[ 192.387340] l1set_eeprom_size() eeprom size remain 0x400
[ 192.392669] l1set_ifname() ifname rename from ra0 to ra
[ 192.397866] l1set_ifname() ifname remain ra
[ 192.402060] l1set_ifname() ifname remain ra
[ 192.406237] l1set_ifname() ifname remain apcli
[ 192.411257] TX_BCN DESC 89fc71ab size = 320
[ 192.415561] RX[0] DESC 0b95e152 size = 2048
[ 192.420132] RX[1] DESC 031e5257 size = 2048
[ 192.429001] E2pAccessMode=2
[ 192.432703] cfg_mode=9
[ 192.435051] cfg_mode=9
[ 192.437400] wmode_band_equal(): Band Equal!
[ 192.444668] APSDCapable[0]=1
[ 192.447538] APSDCapable[1]=1
[ 192.450398] APSDCapable[2]=1
[ 192.453286] APSDCapable[3]=1
[ 192.456149] APSDCapable[4]=1
[ 192.459009] APSDCapable[5]=1
[ 192.461897] APSDCapable[6]=1
[ 192.464761] APSDCapable[7]=1
[ 192.467621] APSDCapable[8]=1
[ 192.470482] APSDCapable[9]=1
[ 192.473369] APSDCapable[10]=1
[ 192.476320] APSDCapable[11]=1
[ 192.479267] APSDCapable[12]=1
[ 192.482257] APSDCapable[13]=1
[ 192.485208] APSDCapable[14]=1
[ 192.488155] APSDCapable[15]=1
[ 192.491102] default ApCliAPSDCapable[0]=1
[ 192.495109] default ApCliAPSDCapable[1]=1
[ 192.600696] Key1Str is Invalid key length(0) or Type(0)
[ 192.606185] Key2Str is Invalid key length(0) or Type(0)
[ 192.611638] Key3Str is Invalid key length(0) or Type(0)
[ 192.617127] Key4Str is Invalid key length(0) or Type(0)
[ 192.652067] [PMF]Set_PMFMFPC_Proc:: apidx=0, Desired MFPC=1
[ 192.657759] [PMF]Set_PMFMFPR_Proc:: apidx=0, Desired MFPR=0
[ 192.663472] [PMF]Set_PMFSHA256_Proc:: apidx=0, Desired PMFSHA256=0
[ 192.670479] FW Version:
[ 192.670485] C
[ 192.672937] L
[ 192.674503] 1
[ 192.676066] 7
[ 192.677630] 3
[ 192.679193] 7
[ 192.680756] 6
[ 192.682344] 6
[ 192.683911] _
[ 192.685474] R
[ 192.687037]
[ 192.690073] FW Build Date:
[ 192.690077] 2
[ 192.692790] 0
[ 192.694357] 1
[ 192.695920] 7
[ 192.697484] 1
[ 192.699047] 1
[ 192.700610] 1
[ 192.702198] 0
[ 192.703765] 1
[ 192.705327] 0
[ 192.706890] 5
[ 192.708453] 9
[ 192.710017] 3
[ 192.711580] 2
[ 192.713164]
[ 192.714729]
[ 192.717783] AsicDMASchedulerInit(): DMA Scheduler Mode=0(LMAC)
[ 192.723965] efuse_probe: efuse = 10000002
[ 192.727975] RtmpChipOpsEepromHook::e2p_type=2, inf_Type=5
[ 192.733386] RtmpEepromGetDefault::e2p_dafault=1
[ 192.737894] RtmpChipOpsEepromHook: E2P type(2), E2pAccessMode = 2, E2P default = 1
[ 192.745450] NVM is FLASH mode, flash_offset = 0x0
[ 192.750169] 1. Phy Mode = 14
[ 192.753500] @@@ NICReadEEPROMParameters : pAd->FWLoad=1
[ 192.758880] Country Region from e2p = ffff
[ 192.763007] tssi_1_target_pwr_g_band = 35
[ 192.767009] 2. Phy Mode = 14
[ 192.769961] 3. Phy Mode = 14
[ 192.772847] NICInitPwrPinCfg(14): Not support for HIF_MT yet!
[ 192.778564] NICInitializeAsic(588): Not support rtmp_mac_sys_reset () for HIF_MT yet!
[ 192.786364] mt_mac_init()-->
[ 192.789227] mt7603_init_mac_cr()-->
[ 192.793265] AsicSetMacMaxLen(1907): Set the Max RxPktLen=1024!
[ 192.799074] <--mt_mac_init()
[ 192.802219] WTBL Segment 1 info:
[ 192.805520] MemBaseAddr/FID:0x28000/0
[ 192.809332] EntrySize/Cnt:32/128
[ 192.812727] WTBL Segment 2 info:
[ 192.816022] MemBaseAddr/FID:0x40000/0
[ 192.819833] EntrySize/Cnt:64/128
[ 192.823224] WTBL Segment 3 info:
[ 192.826527] MemBaseAddr/FID:0x42000/64
[ 192.830430] EntrySize/Cnt:64/128
[ 192.833828] WTBL Segment 4 info:
[ 192.837123] MemBaseAddr/FID:0x44000/128
[ 192.841106] EntrySize/Cnt:32/128
[ 192.844589] AntCfgInit(2689): Not support for HIF_MT yet!
[ 192.850091] MCS Set = ff ff 00 00 01
[ 192.854776] SYNC - BBP R4 to 20MHz.l
[ 193.452817] SYNC - BBP R4 to 20MHz.l
[ 194.052822] SYNC - BBP R4 to 20MHz.l
[ 194.652826] SYNC - BBP R4 to 20MHz.l
[ 195.252827] SYNC - BBP R4 to 20MHz.l
[ 195.852834] SYNC - BBP R4 to 20MHz.l
[ 196.452859] SYNC - BBP R4 to 20MHz.l
[ 197.062856] SYNC - BBP R4 to 20MHz.l
[ 197.682848] SYNC - BBP R4 to 20MHz.l
[ 198.312861] SYNC - BBP R4 to 20MHz.l
[ 198.912871] SYNC - BBP R4 to 20MHz.l
[ 199.521914] [PMF]ap_pmf_init:: Security is not WPA2/WPA2PSK AES
[ 199.527835] [PMF]ap_pmf_init:: apidx=0, MFPC=0, MFPR=0, SHA256=0
[ 199.533946] AsicSetRalinkBurstMode(4325): Not support for HIF_MT yet!
[ 199.540355] RTMPSetPiggyBack(943): Not support for HIF_MT yet!
[ 199.552443] AsicSetTxPreamble(4312): Not support for HIF_MT yet!
[ 199.558580] AsicSetPreTbtt(): bss_idx=0, PreTBTT timeout = 0xa0
[ 199.564499] Main bssid = 20:76:93:3d:a1:24
[ 199.568667] <==== rt28xx_init, Status=0
[ 199.572560] @@@ ed_monitor_exit : ===>
[ 199.576291] @@@ ed_monitor_exit : <===
[ 199.580033] mt7603_set_ed_cca: TURN OFF EDCCA mac 0x10618 = 0x8564267c, EDCCA_Status=0
[ 199.588176] WiFi Startup Cost (ra0): 7.220s
[ 199.592890] extif_set_dev(ra0)
[ 199.596036] IPv6: ADDRCONF(NETDEV_CHANGE): ra0: link becomes ready
[ 199.609199] [PMF]ApCli_Open:: MFPC=0, MFPR=0, SHA256=0
[ 199.614936] extif_set_dev(apcli0)
[ 199.770223] ==>rlt_wlan_chip_onoff(): OnOff:1, Reset= 0, pAd->WlanFunCtrl:0x208, Reg-WlanFunCtrl=0x209
[ 199.779605] build time =
[ 199.779613] 2
[ 199.782331] 0
[ 199.783909] 1
[ 199.785483] 4
[ 199.787053] 1
[ 199.788617] 1
[ 199.790180] 1
[ 199.791743] 5
[ 199.793328] 0
[ 199.794895] 6
[ 199.796461] 0
[ 199.798028] 6
[ 199.799590] 0
[ 199.801153] 6
[ 199.802740] a
[ 199.804307]
[ 199.807343]
[ 199.808821] rom patch for E3 IC
[ 199.811956]
[ 199.813436] platform =
[ 199.813440] A
[ 199.815869] L
[ 199.817433] P
[ 199.818996] S
[ 199.820558]
[ 199.823608] hw/sw version =
[ 199.823613] 8a
[ 199.826473] 10
[ 199.828122] 8a
[ 199.829771] 10
[ 199.831420]
[ 199.834560] patch version =
[ 199.834565] 0
[ 199.837425] 0
[ 199.838988] 0
[ 199.840551] 10
[ 199.842126]
[ 199.846347] FW Version:0.0.00
[ 199.846351] Build:1
[ 199.851463] Build Time:
[ 199.851467] 2
[ 199.853912] 0
[ 199.855478] 1
[ 199.857040] 6
[ 199.858603] 0
[ 199.860166] 7
[ 199.861729] 1
[ 199.863304] 1
[ 199.864869] 1
[ 199.866432] 4
[ 199.867994] 4
[ 199.869557] 3
[ 199.871120] _
[ 199.872699] _
[ 199.874264] _
[ 199.875827] _
[ 199.877390]
[ 199.880433] fw for E3 IC
[ 199.897687] RX[0] DESC fe6ba40a size = 4096
[ 199.902729] RX[1] DESC 8c51f0a2 size = 512
[ 199.909348] E2pAccessMode=2
[ 199.912848] cfg_mode=14
[ 199.915284] cfg_mode=14
[ 199.917720] wmode_band_equal(): Band Not Equal!
[ 200.025200] Key1Str is Invalid key length(0) or Type(0)
[ 200.030610] Key2Str is Invalid key length(0) or Type(0)
[ 200.036037] Key3Str is Invalid key length(0) or Type(0)
[ 200.041437] Key4Str is Invalid key length(0) or Type(0)
[ 200.056415] 1. Phy Mode = 49
[ 200.059510] Initialize MAC Address from E2PROM
[ 200.064067] E2PROM MAC: 20:76:93:3d:a1:26
[ 200.068109] Use the MAC address what is assigned from EEPROM.
[ 200.073934] Current MAC: 20:76:93:3d:a1:26
[ 200.078044] get_chl_grp:illegal channel (167)
[ 200.082391] get_chl_grp:illegal channel (167)
[ 200.086806] get_chl_grp:illegal channel (169)
[ 200.091155] get_chl_grp:illegal channel (169)
[ 200.095526] get_chl_grp:illegal channel (171)
[ 200.099859] get_chl_grp:illegal channel (171)
[ 200.104205] get_chl_grp:illegal channel (173)
[ 200.108537] get_chl_grp:illegal channel (173)
[ 200.112884] Country Region from e2p = ffff
[ 200.116964] mt76x2_read_temp_info_from_eeprom:: is_temp_tx_alc=0, temp_tx_alc_enable=0
[ 200.124858] mt76x2_read_tx_alc_info_from_eeprom:: is_ePA_mode=0, ePA_type=3
[ 200.131784] mt76x2_read_tx_alc_info_from_eeprom:: [5G band] high_temp_slope=0, low_temp_slope=0
[ 200.140509] mt76x2_read_tx_alc_info_from_eeprom:: [2G band] high_temp_slope=0, low_temp_slope=0
[ 200.149227] mt76x2_read_tx_alc_info_from_eeprom:: [5G band] tc_lower_bound=0, tc_upper_bound=0
[ 200.157834] mt76x2_read_tx_alc_info_from_eeprom:: [2G band] tc_lower_bound=0, tc_upper_bound=0
[ 200.166445] mt76x2_get_external_lna_gain::LNA type=0x11, BLNAGain=0x0, ALNAGain0=0xffffff82, ALNAGain1=0x0, ALNAGain2=0x0
[ 200.177371] 2. Phy Mode = 49
[ 200.180251] 3. Phy Mode = 49
[ 200.183147] andes_pci_fw_init
[ 200.186156] 0x1300 = 00064320
[ 200.214556] AntCfgInit: primary/secondary ant 0/1
[ 200.219243] andes_load_cr:cr_type(2)
[ 200.232983] MCS Set = ff ff 00 00 01
[ 200.236691] mt76x2_bbp_adjust():rf_bw=2, ext_ch=1, PrimCh=149, HT-CentCh=151, VHT-CentCh=155
[ 200.343674] TX0 power compensation = 0x38
[ 200.347676] TX1 power compensation = 0x38
[ 200.351677] APStartUp(): AP Set CentralFreq at 155(Prim=149, HT-CentCh=151, VHT-CentCh=155, BBP_BW=2)
[ 200.370992] mt76x2_calibration(channel = 155)
[ 200.757700] Main bssid = 20:76:93:3d:a1:26
[ 200.761802] mt76x2_reinit_agc_gain:original agc_vga0 = 0x5c, agc_vga1 = 0x5c
[ 200.768843] mt76x2_reinit_agc_gain:updated agc_vga0 = 0x5c, agc_vga1 = 0x5c
[ 200.775797] mt76x2_reinit_hi_lna_gain:original hi_lna0 = 0x27, hi_lna1 = 0x27
[ 200.782916] mt76x2_reinit_hi_lna_gain:updated hi_lna0 = 0x27, hi_lna1 = 0x27
[ 200.789930] original vga value(chain0) = 5c
[ 200.794111] original vga value(chain1) = 5c
[ 200.798285] <==== rt28xx_init, Status=0
[ 200.802127] RTMPDrvOpen(1):Check if PDMA is idle!
[ 200.806808] RTMPDrvOpen(2):Check if PDMA is idle!
[ 200.811494] WiFi Interface Up Time (rai0): 1.040s
[ 200.816520] extif_set_dev(rai0)
[ 200.821013] IPv6: ADDRCONF(NETDEV_CHANGE): rai0: link becomes ready
[ 200.835408] extif_set_dev(apclii0)
[ 200.845521] br-lan: port 2(ra0) entered blocking state
[ 200.850662] br-lan: port 2(ra0) entered disabled state
[ 200.856390] device ra0 entered promiscuous mode
[ 200.861373] br-lan: port 2(ra0) entered blocking state
[ 200.866549] br-lan: port 2(ra0) entered forwarding state
[ 200.952040] br-lan: port 3(rai0) entered blocking state
[ 200.957266] br-lan: port 3(rai0) entered disabled state
[ 200.963060] device rai0 entered promiscuous mode
[ 200.968159] br-lan: port 3(rai0) entered blocking state
[ 200.973420] br-lan: port 3(rai0) entered forwarding state
[ 223.762748] update_associated_mac_entry(): Peer's PhyCap=>Mode:VHT, BW:80M
[ 225.162821] Rcv Wcid(1) AddBAReq
[ 225.166062] Start Seq = 00000014
[ 227.076731] mt753x gsw: Port 2 Link is Down
[ 389.124641] mt753x gsw: Port 2 Link is Up - 1Gbps/Full
[ 454.970474] mt753x gsw: Port 2 Link is Down
[ 457.159997] mt753x gsw: Port 2 Link is Up - 1Gbps/Full
[ 760.910872] mt753x gsw: Port 2 Link is Down
[ 772.470473] mt753x gsw: Port 2 Link is Up - 1Gbps/Full
[ 888.767323] mt753x gsw: Port 2 Link is Down
[ 902.154850] update_associated_mac_entry(): Peer's PhyCap=>Mode:VHT, BW:80M
[ 902.353093] Rcv Wcid(1) AddBAReq
[ 902.356334] Start Seq = 00000017

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions