Skip to content

mt76: mt7915: 5 GHz radio becomes deaf #3481

Description

@blocktrron

Bug report

Take this as a "tracking Issue" for myself

What is the problem?

The 5GHz radio on a MT7915 device becomes "deaf". It reports single-digit airtime utilization in a busy environment, no clients and a monitor interface shows zero packets.

The device (however) still scans and detects networks.

Firmware debug is spammed with

No packets on monitor interface

root@64283-cccda-w:/sys/kernel/debug/ieee80211/phy1/mt76# date; tcpdump -i monitor1
Mon Apr 14 04:21:10 CEST 2025
tcpdump: verbose output suppressed, use -v[v]... for full protocol decode
listening on monitor1, link-type IEEE802_11_RADIO (802.11 plus radiotap header), snapshot length 262144 bytes
^C
0 packets captured
0 packets received by filter
0 packets dropped by kernel
root@64283-cccda-w:/sys/kernel/debug/ieee80211/phy1/mt76# date
Mon Apr 14 04:21:13 CEST 2025
root@64283-cccda-w:/sys/kernel/debug/ieee80211/phy1/mt76# 

Interface config

root@64283-cccda-w:/sys/kernel/debug/ieee80211/phy1/mt76# iw dev
phy#1
	Interface monitor1
		ifindex 24
		wdev 0x100000004
		addr b8:ec:a3:dd:a5:d5
		type monitor
		txpower 26.00 dBm
	Interface owe1
		ifindex 23
		wdev 0x100000003
		addr c6:2f:3b:12:9b:be
		ssid owe.darmstadt.freifunk.net
		type AP
		channel 100 (5500 MHz), width: 20 MHz, center1: 5500 MHz
		txpower 26.00 dBm
		multicast TXQ:
			qsz-byt	qsz-pkt	flows	drops	marks	overlmt	hashcol	tx-bytes	tx-packets
			0	0	0	0	0	0	0	0		0
	Interface client1
		ifindex 18
		wdev 0x100000001
		addr c6:2f:3b:12:9b:bc
		ssid darmstadt.freifunk.net
		type AP
		channel 100 (5500 MHz), width: 20 MHz, center1: 5500 MHz
		txpower 26.00 dBm
		multicast TXQ:
			qsz-byt	qsz-pkt	flows	drops	marks	overlmt	hashcol	tx-bytes	tx-packets
			0	0	7673312	60185	0	373	6721514	531698051		8100330
phy#0
	Interface monitor0
		ifindex 25
		wdev 0x4
		addr b8:ec:a3:dd:a5:d4
		type monitor
		txpower 20.00 dBm
	Interface mesh0
		ifindex 19
		wdev 0x3
		addr c6:2f:3b:12:9b:b9
		type mesh point
		channel 5 (2432 MHz), width: 20 MHz, center1: 2432 MHz
		txpower 20.00 dBm
		multicast TXQ:
			qsz-byt	qsz-pkt	flows	drops	marks	overlmt	hashcol	tx-bytes	tx-packets
			0	0	80270949	6015	0	4153	646358	2851709094		89483180
	Interface owe0
		ifindex 16
		wdev 0x2
		addr c6:2f:3b:12:9b:ba
		ssid owe.darmstadt.freifunk.net
		type AP
		channel 5 (2432 MHz), width: 20 MHz, center1: 2432 MHz
		txpower 20.00 dBm
		multicast TXQ:
			qsz-byt	qsz-pkt	flows	drops	marks	overlmt	hashcol	tx-bytes	tx-packets
			0	0	20884488	1454	0	624	1729263	1534579297		21356086
	Interface client0
		ifindex 15
		wdev 0x1
		addr c6:2f:3b:12:9b:b8
		ssid darmstadt.freifunk.net
		type AP
		channel 5 (2432 MHz), width: 20 MHz, center1: 2432 MHz
		txpower 20.00 dBm
		multicast TXQ:
			qsz-byt	qsz-pkt	flows	drops	marks	overlmt	hashcol	tx-bytes	tx-packets
			0	0	22650278	1818	0	664	19777745	1651593846		23215603

dmesg

root@64283-cccda-w:/sys/kernel/debug/ieee80211/phy1/mt76# dmesg
[    0.000000] Linux version 6.6.73 (uid-1001@c77fc51a2ef7) (mipsel-openwrt-linux-musl-gcc (OpenWrt GCC 13.3.0 r28406+9-298654b9ab) 13.3.0, GNU ld (GNU Binutils) 2.42) #0 SMP Thu Feb  6 23:17:02 2025
[    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 Zyxel NWA55AXE
[    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] 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] percpu: Embedded 12 pages/cpu s18688 r8192 d22272 u49152
[    0.000000] pcpu-alloc: s18688 r8192 d22272 u49152 alloc=12*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Kernel command line: console=ttyS0,115200 loglevel=1 bootImage=0 bootVer=V1.03 rootfstype=squashfs,jffs2
[    0.000000] Unknown kernel command line parameters "bootImage=0 bootVer=V1.03", will be passed to user space.
[    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=00031a20
[    0.000000] Readback ErrCtl register=00031a20
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 65024
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 248000K/262144K available (7801K kernel code, 622K rwdata, 1700K rodata, 1256K init, 218K bss, 14144K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] 	Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000] NR_IRQS: 256
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0xcaf478abb4, max_idle_ns: 440795247997 ns
[    0.000004] sched_clock: 64 bits at 880MHz, resolution 1ns, wraps every 4398046511103ns
[    0.000187] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688)
[    0.060071] pid_max: default: 32768 minimum: 301
[    0.066427] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.066452] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.075318] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.075901] rcu: Hierarchical SRCU implementation.
[    0.075916] rcu: 	Max phase no-delay instances is 1000.
[    0.076654] smp: Bringing up secondary CPUs ...
[    0.077509] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    0.077535] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[    0.077549] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[    0.077599] CPU1 revision is: 0001992f (MIPS 1004Kc)
[    0.130384] Synchronize counters for CPU 1: done.
[    0.132462] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    0.132483] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[    0.132495] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[    0.132527] CPU2 revision is: 0001992f (MIPS 1004Kc)
[    0.191648] Synchronize counters for CPU 2: done.
[    0.192598] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    0.192619] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[    0.192632] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[    0.192667] CPU3 revision is: 0001992f (MIPS 1004Kc)
[    0.251710] Synchronize counters for CPU 3: done.
[    0.251858] smp: Brought up 1 node, 4 CPUs
[    0.258467] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.258528] futex hash table entries: 1024 (order: 3, 32768 bytes, linear)
[    0.258738] pinctrl core: initialized pinctrl subsystem
[    0.262104] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.262962] thermal_sys: Registered thermal governor 'step_wise'
[    0.264752] /pinctrl: Fixed dependency cycle(s) with /pinctrl/pinctrl0
[    0.268339] FPU Affinity set after 11720 emulations
[    0.278469] clocksource: Switched to clocksource GIC
[    0.288025] NET: Registered PF_INET protocol family
[    0.288280] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.289907] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[    0.289960] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.289983] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.290023] TCP bind hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.290191] TCP: Hash tables configured (established 2048 bind 2048)
[    0.291166] MPTCP token hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.291512] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.291565] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.292459] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.292542] PCI: CLS 0 bytes, default 32
[    0.295922] workingset: timestamp_bits=30 max_order=16 bucket_order=0
[    0.296763] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.296780] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.302009] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    0.305429] mt7621_gpio 1e000600.gpio: registering 32 gpios
[    0.305763] mt7621_gpio 1e000600.gpio: registering 32 gpios
[    0.305986] mt7621_gpio 1e000600.gpio: registering 32 gpios
[    0.306341] mt7621-pci 1e140000.pcie: host bridge /pcie@1e140000 ranges:
[    0.306368] mt7621-pci 1e140000.pcie:   No bus range found for /pcie@1e140000, using [bus 00-ff]
[    0.306417] mt7621-pci 1e140000.pcie:      MEM 0x0060000000..0x006fffffff -> 0x0060000000
[    0.306444] mt7621-pci 1e140000.pcie:       IO 0x001e160000..0x001e16ffff -> 0x0000000000
[    0.658469] mt7621-pci 1e140000.pcie: pcie2 no card, disable it (RST & CLK)
[    0.658527] mt7621-pci 1e140000.pcie: PCIE0 enabled
[    0.658540] mt7621-pci 1e140000.pcie: PCIE1 enabled
[    0.658730] PCI coherence region base: 0x60000000, mask/settings: 0xf0000002
[    0.659009] mt7621-pci 1e140000.pcie: PCI host bridge to bus 0000:00
[    0.659040] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.659065] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff]
[    0.659087] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.659170] pci 0000:00:00.0: [0e8d:0801] type 01 class 0x060400
[    0.659216] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x7fffffff]
[    0.659243] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff]
[    0.659370] pci 0000:00:00.0: supports D1
[    0.659388] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[    0.660068] pci 0000:00:01.0: [0e8d:0801] type 01 class 0x060400
[    0.660157] pci 0000:00:01.0: reg 0x10: [mem 0x00000000-0x7fffffff]
[    0.660195] pci 0000:00:01.0: reg 0x14: [mem 0x00000000-0x0000ffff]
[    0.660335] pci 0000:00:01.0: supports D1
[    0.660364] pci 0000:00:01.0: PME# supported from D0 D1 D3hot
[    0.662315] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.662367] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.662632] pci 0000:01:00.0: [14c3:7916] type 00 class 0x000280
[    0.662696] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit pref]
[    0.662740] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x00003fff 64bit pref]
[    0.662776] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x00000fff 64bit pref]
[    0.662939] pci 0000:01:00.0: supports D1 D2
[    0.662956] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.663009] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:00:00.0 (capable of 4.000 Gb/s with 5.0 GT/s PCIe x1 link)
[    0.663318] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[    0.663358] pci 0000:00:00.0:   bridge window [io  0x0000-0x0fff]
[    0.663382] pci 0000:00:00.0:   bridge window [mem 0x00000000-0x000fffff]
[    0.663406] pci 0000:00:00.0:   bridge window [mem 0x00000000-0x000fffff pref]
[    0.663432] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    0.663696] pci 0000:02:00.0: [14c3:7915] type 00 class 0x000280
[    0.663772] pci 0000:02:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit pref]
[    0.663815] pci 0000:02:00.0: reg 0x18: [mem 0x00000000-0x00003fff 64bit pref]
[    0.663864] pci 0000:02:00.0: reg 0x20: [mem 0x00000000-0x00000fff 64bit pref]
[    0.664021] pci 0000:02:00.0: supports D1 D2
[    0.664036] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.664087] pci 0000:02:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:00:01.0 (capable of 4.000 Gb/s with 5.0 GT/s PCIe x1 link)
[    0.664458] pci 0000:00:01.0: PCI bridge to [bus 02-ff]
[    0.664500] pci 0000:00:01.0:   bridge window [io  0x0000-0x0fff]
[    0.664524] pci 0000:00:01.0:   bridge window [mem 0x00000000-0x000fffff]
[    0.664544] pci 0000:00:01.0:   bridge window [mem 0x00000000-0x000fffff pref]
[    0.664570] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02
[    0.664645] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000]
[    0.664665] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000]
[    0.664683] pci 0000:00:01.0: BAR 0: no space for [mem size 0x80000000]
[    0.664697] pci 0000:00:01.0: BAR 0: failed to assign [mem size 0x80000000]
[    0.664718] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff]
[    0.664735] pci 0000:00:00.0: BAR 9: assigned [mem 0x60100000-0x602fffff pref]
[    0.664753] pci 0000:00:01.0: BAR 8: assigned [mem 0x60300000-0x603fffff]
[    0.664770] pci 0000:00:01.0: BAR 9: assigned [mem 0x60400000-0x605fffff pref]
[    0.664788] pci 0000:00:00.0: BAR 1: assigned [mem 0x60600000-0x6060ffff]
[    0.664809] pci 0000:00:01.0: BAR 1: assigned [mem 0x60610000-0x6061ffff]
[    0.664826] pci 0000:00:00.0: BAR 7: assigned [io  0x0000-0x0fff]
[    0.664843] pci 0000:00:01.0: BAR 7: assigned [io  0x1000-0x1fff]
[    0.664867] pci 0000:01:00.0: BAR 0: assigned [mem 0x60100000-0x601fffff 64bit pref]
[    0.664896] pci 0000:01:00.0: BAR 2: assigned [mem 0x60200000-0x60203fff 64bit pref]
[    0.664923] pci 0000:01:00.0: BAR 4: assigned [mem 0x60204000-0x60204fff 64bit pref]
[    0.664950] pci 0000:00:00.0: PCI bridge to [bus 01]
[    0.664964] pci 0000:00:00.0:   bridge window [io  0x0000-0x0fff]
[    0.664978] pci 0000:00:00.0:   bridge window [mem 0x60000000-0x600fffff]
[    0.664992] pci 0000:00:00.0:   bridge window [mem 0x60100000-0x602fffff pref]
[    0.665012] pci 0000:02:00.0: BAR 0: assigned [mem 0x60400000-0x604fffff 64bit pref]
[    0.665040] pci 0000:02:00.0: BAR 2: assigned [mem 0x60500000-0x60503fff 64bit pref]
[    0.665067] pci 0000:02:00.0: BAR 4: assigned [mem 0x60504000-0x60504fff 64bit pref]
[    0.665093] pci 0000:00:01.0: PCI bridge to [bus 02]
[    0.665106] pci 0000:00:01.0:   bridge window [io  0x1000-0x1fff]
[    0.665119] pci 0000:00:01.0:   bridge window [mem 0x60300000-0x603fffff]
[    0.665133] pci 0000:00:01.0:   bridge window [mem 0x60400000-0x605fffff pref]
[    0.665149] pci_bus 0000:00: Some PCI device resources are unassigned, try booting with pci=realloc
[    0.665161] pci_bus 0000:00: resource 4 [mem 0x60000000-0x6fffffff]
[    0.665175] pci_bus 0000:00: resource 5 [io  0x0000-0xffff]
[    0.665189] pci_bus 0000:01: resource 0 [io  0x0000-0x0fff]
[    0.665201] pci_bus 0000:01: resource 1 [mem 0x60000000-0x600fffff]
[    0.665215] pci_bus 0000:01: resource 2 [mem 0x60100000-0x602fffff pref]
[    0.665230] pci_bus 0000:02: resource 0 [io  0x1000-0x1fff]
[    0.665243] pci_bus 0000:02: resource 1 [mem 0x60300000-0x603fffff]
[    0.665256] pci_bus 0000:02: resource 2 [mem 0x60400000-0x605fffff pref]
[    0.666953] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    0.676917] printk: console [ttyS0] disabled
[    0.677753] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 18, base_baud = 3125000) is a 16550A
[    0.677866] printk: console [ttyS0] enabled
[    0.677898] printk: bootconsole [early0] disabled
[    0.682946] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xf1
[    0.682988] nand: Macronix MX30LF1G28AD
[    0.682996] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 128
[    0.683017] mt7621-nand 1e003000.nand: ECC strength adjusted to 12 bits
[    0.684580] Signature found at block 1023 [0x07fe0000]
[    0.684596] NMBM management region starts at block 960 [0x07800000]
[    0.687386] First info table with writecount 0 found in block 960
[    0.695656] Second info table with writecount 0 found in block 963
[    0.695739] NMBM has been successfully attached
[    0.695882] 10 fixed-partitions partitions found on MTD device mt7621-nand
[    0.696243] Creating 10 MTD partitions on "mt7621-nand":
[    0.696275] 0x000000000000-0x000000080000 : "u-boot"
[    0.701852] 0x000000080000-0x000000100000 : "u-boot-env"
[    0.706521] 0x000000100000-0x000000180000 : "factory"
[    0.711692] 0x000000180000-0x000002980000 : "firmware"
[    1.000548] 2 fixed-partitions partitions found on MTD device firmware
[    1.000595] Creating 2 MTD partitions on "firmware":
[    1.000613] 0x000000000000-0x000000800000 : "kernel"
[    1.059232] 0x000000800000-0x000002800000 : "ubi"
[    1.290597] 0x000002980000-0x000005180000 : "zy_firmware_1"
[    1.579335] 0x000005180000-0x000006580000 : "zy_rootfs_data"
[    1.724249] 0x000006580000-0x000007280000 : "zy_logs"
[    1.819026] 0x000007280000-0x000007700000 : "myzyxel"
[    1.852497] 0x000007700000-0x000007780000 : "bootconfig"
[    1.857136] 0x000007780000-0x000007800000 : "mrd"
[    2.002213] mt7530-mdio mdio-bus:1f: MT7530 adapts as multi-chip module
[    2.010716] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 19
[    2.012587] i2c_dev: i2c /dev entries driver
[    2.016611] NET: Registered PF_INET6 protocol family
[    2.019097] Segment Routing with IPv6
[    2.019195] In-situ OAM (IOAM) with IPv6
[    2.019333] NET: Registered PF_PACKET protocol family
[    2.019380] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    2.019892] 8021q: 802.1Q VLAN Support v1.8
[    2.047869] mt7530-mdio mdio-bus:1f: MT7530 adapts as multi-chip module
[    2.073917] mt7530-mdio mdio-bus:1f: configuring for fixed/rgmii link mode
[    2.076280] mt7530-mdio mdio-bus:1f lan (uninitialized): PHY [mt7530-0:04] driver [MediaTek MT7530 PHY] (irq=25)
[    2.079024] mt7530-mdio mdio-bus:1f: Link is Up - 1Gbps/Full - flow control rx/tx
[    2.079449] mtk_soc_eth 1e100000.ethernet eth0: entered promiscuous mode
[    2.079633] DSA: tree 0 setup
[    2.081738] UBI: auto-attach mtd5
[    2.081786] ubi0: attaching mtd5
[    2.543651] ubi0: scanning is finished
[    2.556099] ubi0: attached mtd5 (name "ubi", size 32 MiB)
[    2.556149] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[    2.556162] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[    2.556174] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[    2.556186] ubi0: good PEBs: 256, bad PEBs: 0, corrupted PEBs: 0
[    2.556197] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128
[    2.556209] ubi0: max/mean erase counter: 17/9, WL threshold: 4096, image sequence number: 1657756666
[    2.556224] ubi0: available PEBs: 0, total reserved PEBs: 256, PEBs reserved for bad PEB handling: 19
[    2.556263] ubi0: background thread "ubi_bgt0d" started, PID 446
[    2.557909] block ubiblock0_0: created from ubi0:0(rootfs)
[    2.557949] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem
[    2.558387] clk: Disabling unused clocks
[    2.565420] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
[    2.569709] Freeing unused kernel image (initmem) memory: 1256K
[    2.569763] This architecture does not have kernel memory protection.
[    2.569790] Run /sbin/init as init process
[    2.569796]   with arguments:
[    2.569802]     /sbin/init
[    2.569808]   with environment:
[    2.569813]     HOME=/
[    2.569819]     TERM=linux
[    2.569825]     bootImage=0
[    2.569830]     bootVer=V1.03
[    3.008810] init: Console is alive
[    3.009171] init: - watchdog -
[    3.973543] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    4.035132] usbcore: registered new interface driver usbfs
[    4.035333] usbcore: registered new interface driver hub
[    4.035556] usbcore: registered new device driver usb
[    4.037438] gpio_button_hotplug: loading out-of-tree module taints kernel.
[    4.047015] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    4.056643] init: - preinit -
[    8.528495] random: crng init done
[    9.215090] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode
[    9.219892] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[    9.220217] mt7530-mdio mdio-bus:1f lan: configuring for phy/gmii link mode
[   13.028640] mt7530-mdio mdio-bus:1f lan: Link is Up - 1Gbps/Full - flow control off
[   13.403420] UBIFS (ubi0:1): Mounting in unauthenticated mode
[   13.403838] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 581
[   13.461566] UBIFS (ubi0:1): recovery needed
[   13.618252] UBIFS (ubi0:1): recovery completed
[   13.618703] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[   13.618768] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[   13.618822] UBIFS (ubi0:1): FS size: 23236608 bytes (22 MiB, 183 LEBs), max 193 LEBs, journal size 1142784 bytes (1 MiB, 9 LEBs)
[   13.618889] UBIFS (ubi0:1): reserved for root: 1097522 bytes (1071 KiB)
[   13.618914] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID 3FCA3948-7A3E-4AF1-9431-78BC392A55D9, small LPT model
[   13.628690] mount_root: switching to ubifs overlay
[   13.645607] urandom-seed: Seeding with /etc/urandom.seed
[   20.053088] mt7530-mdio mdio-bus:1f lan: Link is Down
[   20.257581] procd: - early -
[   20.257791] procd: - watchdog -
[   20.886951] procd: - watchdog -
[   20.890195] procd: - ubus -
[   21.046810] procd: - init -
[   21.876569] kmodloader: loading kernel modules from /etc/modules.d/*
[   21.897896] mtk-eip93 1e004000.crypto: EIP93 Crypto Engine Initialized.
[   22.283999] jitterentropy: Initialization failed with host not compliant with requirements: 9
[   22.390027] tun: Universal TUN/TAP device driver, 1.6
[   22.398766] l2tp_core: L2TP core driver, V2.0
[   22.400513] l2tp_netlink: L2TP netlink interface
[   22.403618] l2tp_eth: L2TP ethernet pseudowire support (L2TPv3)
[   22.499213] GACT probability on
[   22.501342] Mirror/redirect action on
[   22.512658] u32 classifier
[   22.512699]     input device check on
[   22.512708]     Actions configured
[   22.536869] Loading modules backported from Linux version v6.12.6-0-ge9d65b48ce1a
[   22.536912] Backport generated by backports.git v6.1.110-1-35-g410656ef04d2
[   22.589121] usbcore: registered new interface driver usbserial_generic
[   22.589245] usbserial: USB Serial support registered for generic
[   22.630739] xt_time: kernel timezone is -0000
[   22.669862] usbcore: registered new interface driver ch341
[   22.670049] usbserial: USB Serial support registered for ch341-uart
[   22.672290] usbcore: registered new interface driver cp210x
[   22.672467] usbserial: USB Serial support registered for cp210x
[   22.682935] usbcore: registered new interface driver ftdi_sio
[   22.683112] usbserial: USB Serial support registered for FTDI USB Serial Device
[   22.849441] pci 0000:00:00.0: enabling device (0000 -> 0003)
[   22.849502] mt7915e_hif 0000:01:00.0: enabling device (0000 -> 0002)
[   22.850005] pci 0000:00:01.0: enabling device (0000 -> 0003)
[   22.850053] mt7915e 0000:02:00.0: enabling device (0000 -> 0002)
[   23.006700] urngd: v1.0.2 started.
[   23.149120] mt7915e 0000:02:00.0: HW/SW Version: 0x8a108a10, Build Time: 20240429200716a
[   23.149120] 
[   23.575878] mt7915e 0000:02:00.0: WM Firmware Version: ____000000, Build Time: 20240429200752
[   23.609171] mt7915e 0000:02:00.0: WA Firmware Version: DEV_000000, Build Time: 20240429200812
[   23.719258] mt7915e 0000:02:00.0: registering led 'mt76-phy0'
[   23.782483] mt7915e 0000:02:00.0: registering led 'mt76-phy1'
[   23.889614] usbcore: registered new interface driver pl2303
[   23.889836] usbserial: USB Serial support registered for pl2303
[   23.907947] batman_adv: B.A.T.M.A.N. advanced 2024.3-openwrt-3 (compatibility version 15) loaded
[   24.052618] mtdblock: MTD device 'mrd' is NAND, please consider using UBI block devices instead.
[   24.196661] jitterentropy: Initialization failed with host not compliant with requirements: 9
[   24.299048] kmodloader: 1 module could not be probed
[   24.299347] kmodloader: - jitterentropy_rng - 0
[   24.314243] mtdblock: MTD device 'mrd' is NAND, please consider using UBI block devices instead.
[   34.382708] mtk_soc_eth 1e100000.ethernet eth0: Link is Down
[   34.409116] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode
[   34.409586] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[   34.419942] mt7530-mdio mdio-bus:1f lan: configuring for phy/gmii link mode
[   34.456711] br-client: port 1(local-port) entered blocking state
[   34.456779] br-client: port 1(local-port) entered disabled state
[   34.456866] local-port: entered allmulticast mode
[   34.457346] local-port: entered promiscuous mode
[   34.457785] br-client: port 1(local-port) entered blocking state
[   34.457830] br-client: port 1(local-port) entered forwarding state
[   35.319054] 8021q: adding VLAN 0 to HW filter on device bat0
[   35.325749] br-client: port 2(bat0) entered blocking state
[   35.325804] br-client: port 2(bat0) entered disabled state
[   35.325882] bat0: entered allmulticast mode
[   35.326432] bat0: entered promiscuous mode
[   35.326693] br-client: port 2(bat0) entered blocking state
[   35.326732] br-client: port 2(bat0) entered forwarding state
[   35.758884] batman_adv: bat0: Adding interface: primary0
[   35.758980] batman_adv: bat0: Interface activated: primary0
[   35.808911] batman_adv: bat0: No IGMP Querier present - multicast optimizations disabled
[   35.808968] batman_adv: bat0: No MLD Querier present - multicast optimizations disabled
[   35.831163] batman_adv: bat0: Interface deactivated: primary0
[   35.841901] batman_adv: bat0: Interface activated: primary0
[   37.474774] mt7530-mdio mdio-bus:1f lan: Link is Up - 1Gbps/Full - flow control off
[   38.517434] br-client: port 3(client0) entered blocking state
[   38.517500] br-client: port 3(client0) entered disabled state
[   38.517593] mt7915e 0000:02:00.0 client0: entered allmulticast mode
[   38.518239] mt7915e 0000:02:00.0 client0: entered promiscuous mode
[   38.657085] br-client: port 3(client0) entered blocking state
[   38.657149] br-client: port 3(client0) entered forwarding state
[   38.680928] br-client: port 4(owe0) entered blocking state
[   38.681001] br-client: port 4(owe0) entered disabled state
[   38.681106] mt7915e 0000:02:00.0 owe0: entered allmulticast mode
[   38.681726] mt7915e 0000:02:00.0 owe0: entered promiscuous mode
[   38.689742] br-client: port 4(owe0) entered blocking state
[   38.689815] br-client: port 4(owe0) entered forwarding state
[   38.865352] mt7915e 0000:02:00.0 client0: left allmulticast mode
[   38.865416] mt7915e 0000:02:00.0 client0: left promiscuous mode
[   38.865727] br-client: port 3(client0) entered disabled state
[   38.957601] br-client: port 3(client0) entered blocking state
[   38.957675] br-client: port 3(client0) entered disabled state
[   38.957800] mt7915e 0000:02:00.0 client0: entered allmulticast mode
[   38.968841] mt7915e 0000:02:00.0 client0: entered promiscuous mode
[   38.969402] br-client: port 3(client0) entered blocking state
[   38.969467] br-client: port 3(client0) entered forwarding state
[   38.977280] mt7915e 0000:02:00.0 owe0: left allmulticast mode
[   38.977353] mt7915e 0000:02:00.0 owe0: left promiscuous mode
[   38.977693] br-client: port 4(owe0) entered disabled state
[   39.086365] br-client: port 4(owe0) entered blocking state
[   39.086429] br-client: port 4(owe0) entered disabled state
[   39.086526] mt7915e 0000:02:00.0 owe0: entered allmulticast mode
[   39.088654] mt7915e 0000:02:00.0 owe0: entered promiscuous mode
[   39.089138] br-client: port 4(owe0) entered blocking state
[   39.089187] br-client: port 4(owe0) entered forwarding state
[   39.501596] batman_adv: bat0: Adding interface: vx_mesh_other
[   39.501656] batman_adv: bat0: The MTU of interface vx_mesh_other is too small (1430) to handle the transport of batman-adv packets. Packets going over this interface will be fragmented on layer2 which could impact the performance. Setting the MTU to 1532 would solve the problem.
[   39.501694] batman_adv: bat0: Interface activated: vx_mesh_other
[   40.502698] br-client: port 5(client1) entered blocking state
[   40.502758] br-client: port 5(client1) entered disabled state
[   40.502857] mt7915e 0000:02:00.0 client1: entered allmulticast mode
[   40.503451] mt7915e 0000:02:00.0 client1: entered promiscuous mode
[   41.839982] batman_adv: bat0: Adding interface: mesh0
[   41.840043] batman_adv: bat0: Interface activated: mesh0
[   44.999163] batman_adv: bat0: IGMP Querier appeared
[   44.999221] batman_adv: bat0: MLD Querier appeared
[  110.992303] br-client: port 5(client1) entered blocking state
[  110.992367] br-client: port 5(client1) entered forwarding state
[  111.001957] br-client: port 6(owe1) entered blocking state
[  111.002008] br-client: port 6(owe1) entered disabled state
[  111.002081] mt7915e 0000:02:00.0 owe1: entered allmulticast mode
[  111.002554] mt7915e 0000:02:00.0 owe1: entered promiscuous mode
[  111.005139] br-client: port 6(owe1) entered blocking state
[  111.005221] br-client: port 6(owe1) entered forwarding state
[  111.016251] mt7915e 0000:02:00.0 owe1: left allmulticast mode
[  111.016433] mt7915e 0000:02:00.0 owe1: left promiscuous mode
[  111.016822] br-client: port 6(owe1) entered disabled state
[  111.087427] br-client: port 6(owe1) entered blocking state
[  111.087615] br-client: port 6(owe1) entered disabled state
[  111.087724] mt7915e 0000:02:00.0 owe1: entered allmulticast mode
[  111.088395] mt7915e 0000:02:00.0 owe1: entered promiscuous mode
[  111.088848] br-client: port 6(owe1) entered blocking state
[  111.088907] br-client: port 6(owe1) entered forwarding state
[123842.807365] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[123842.807627] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[123843.575574] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[123843.575837] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[123844.343811] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[123844.344103] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[123845.112113] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[123845.112348] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[123845.880196] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[123845.880455] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[131815.272495] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[131815.272776] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[131816.312514] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[131816.312803] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[131817.352491] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[131817.352718] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[220353.630246] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[220353.630513] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[220354.670267] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[220354.670491] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[285077.591870] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[285077.592217] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[293599.913074] ------------[ cut here ]------------
[293599.913116] WARNING: CPU: 2 PID: 32114 at backports-6.12.6/net/mac80211/main.c:408 ieee80211_link_info_change_notify+0x154/0x164 [mac80211]
[293599.913522] Modules linked in: iptable_nat batman_adv(O) xt_state xt_nat xt_conntrack xt_REDIRECT xt_MASQUERADE xt_CT pl2303 nf_nat nf_conntrack mt7915e(O) mt76_connac_lib(O) mt76(O) mac80211(O) ipt_REJECT ftdi_sio ebtable_nat ebtable_filter ebtable_broute cp210x ch341 cfg80211(O) xt_time xt_tcpudp xt_tcpmss xt_statistic xt_quota xt_pkttype xt_owner xt_multiport xt_mark xt_mac xt_limit xt_length xt_hl xt_ecn xt_dscp xt_comment xt_addrtype xt_TCPMSS xt_LOG xt_HL xt_DSCP xt_CLASSIFY usbserial sch_cake nf_reject_ipv4 nf_log_syslog nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c iptable_mangle iptable_filter ipt_ECN ip_tables hwmon ebtables ebt_vlan ebt_stp ebt_snat ebt_redirect ebt_pkttype ebt_mark_m ebt_mark ebt_limit ebt_ip6 ebt_ip ebt_dnat ebt_arpreply ebt_arp ebt_among ebt_802_3 compat(O) sch_htb sch_hfsc em_u32 cls_u32 cls_route cls_matchall cls_fw cls_flow act_skbedit act_mirred act_gact ip6table_mangle ip6table_filter ip6_tables ip6t_REJECT x_tables nf_reject_ipv6 ifb dummy l2tp_eth l2tp_netlink l2tp_core ip_tunnel veth
[293599.914062]  tun vxlan udp_tunnel ip6_udp_tunnel sha512_generic sha256_generic sha1_generic seqiv sha3_generic drbg md5 crypto_hw_eip93 hmac geniv rng des_generic libdes cmac authencesn authenc leds_gpio act_police cls_basic sch_tbf sch_ingress gpio_button_hotplug(O) usbcore nls_base usb_common crc32c_generic
[293599.914237] CPU: 2 PID: 32114 Comm: kworker/u10:0 Tainted: G           O       6.6.73 #0
[293599.914258] Workqueue: events_unbound cfg80211_stop_iface [cfg80211]
[293599.914377] Stack : 80961408 80866de8 80960000 86aebcdc 80b234f4 8004c34c 86aebd44 86aebd1b
[293599.914432]         00000001 86aebbc0 83c01050 81816200 81809c00 00000001 86aebcf0 81894500
[293599.914484]         00000000 00000000 80866de8 86aebbc0 ffffefff 00000000 ffffffea 00000000
[293599.914536]         86aebbcc 000001a7 80967c78 6e756f62 80866de8 00000001 00000000 83d02a78
[293599.914588]         00000009 00000000 80961408 81806220 00000000 00000024 00000008 80b20008
[293599.914639]         ...
[293599.914654] Call Trace:
[293599.914660] [<800078d4>] show_stack+0x28/0xf0
[293599.914701] [<8076cb08>] dump_stack_lvl+0x60/0x80
[293599.914717] [<8002d6dc>] __warn+0xb0/0xe4
[293599.914752] [<8002d838>] warn_slowpath_fmt+0x128/0x188
[293599.914776] [<83d02a78>] ieee80211_link_info_change_notify+0x154/0x164 [mac80211]
[293599.914921] [<83c0112c>] cfg80211_stop_iface+0x1f8/0x25c [cfg80211]
[293599.915012] [<800484c0>] process_one_work+0x1bc/0x398
[293599.915044] [<80049004>] worker_thread+0x39c/0x57c
[293599.915062] [<80052b78>] kthread+0xf4/0x11c
[293599.915087] [<80002b18>] ret_from_kernel_thread+0x14/0x1c
[293599.915104] 
[293599.915110] ---[ end trace 0000000000000000 ]---
[296491.659325] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[296491.659583] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[296492.419069] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[296492.419333] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[296493.164359] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[296493.164671] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[297361.512612] mt7530-mdio mdio-bus:1f lan: Link is Down
[297361.581012] batman_adv: bat0: Interface deactivated: vx_mesh_other
[297361.647847] batman_adv: bat0: Removing interface: vx_mesh_other
[297364.590223] mt7530-mdio mdio-bus:1f lan: Link is Up - 1Gbps/Full - flow control off
[297365.298270] batman_adv: bat0: Adding interface: vx_mesh_other
[297365.298321] batman_adv: bat0: The MTU of interface vx_mesh_other is too small (1430) to handle the transport of batman-adv packets. Packets going over this interface will be fragmented on layer2 which could impact the performance. Setting the MTU to 1532 would solve the problem.
[297365.298360] batman_adv: bat0: Interface activated: vx_mesh_other
[297483.768636] mt7530-mdio mdio-bus:1f lan: Link is Down
[297483.840019] batman_adv: bat0: Interface deactivated: vx_mesh_other
[297483.899949] batman_adv: bat0: Removing interface: vx_mesh_other
[297487.502493] mt7530-mdio mdio-bus:1f lan: Link is Up - 1Gbps/Full - flow control off
[297488.190863] batman_adv: bat0: Adding interface: vx_mesh_other
[297488.190923] batman_adv: bat0: The MTU of interface vx_mesh_other is too small (1430) to handle the transport of batman-adv packets. Packets going over this interface will be fragmented on layer2 which could impact the performance. Setting the MTU to 1532 would solve the problem.
[297488.190965] batman_adv: bat0: Interface activated: vx_mesh_other
[550354.574258] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[550354.574511] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[550355.614350] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[550355.614597] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[550356.654480] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[550356.654721] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[821673.539461] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[821673.539752] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[821674.579142] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[821674.579380] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[821675.619297] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[821675.619565] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[829370.700919] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[829370.701192] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[829371.731282] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[829371.731508] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[829372.530912] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[829372.531143] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[829372.770857] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[829372.771096] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[829373.570684] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[829373.570920] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[890084.041576] net_ratelimit: 2 callbacks suppressed
[890084.041608] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[890084.041878] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[890739.242927] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[890739.243295] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[890740.271170] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[890740.271481] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[890741.310723] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[890741.310982] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[912071.673166] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[912071.673448] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[912072.713241] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[912072.713530] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[912073.753059] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[912073.753320] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[981578.522969] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[981578.523234] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[981579.563066] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[981579.563367] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[1165002.633527] mt7915e 0000:02:00.0: Retry message 000025ed (seq 6)
[1165004.713467] mt7915e 0000:02:00.0: Message 000025ed (seq 6) timeout
[1165009.913366] mt7915e 0000:02:00.0: Retry message 00000010 (seq 12)
[1165009.914930] mt7915e 0000:02:00.0: HW/SW Version: 0x8a108a10, Build Time: 20240429200716a
[1165009.914930] 
[1165014.953263] mt7915e 0000:02:00.0: Retry message 00000005 (seq 15)
[1165019.993151] mt7915e 0000:02:00.0: Retry message 00000001 (seq 2)
[1165025.033034] mt7915e 0000:02:00.0: Message 00000001 (seq 2) timeout
[1165025.033093] mt7915e 0000:02:00.0: Download request failed
[1165025.033116] mt7915e 0000:02:00.0: Failed to release patch semaphore
[1165025.175397] mt7915e 0000:02:00.0: HW/SW Version: 0x8a108a10, Build Time: 20240429200716a
[1165025.175397] 
[1165025.191267] mt7915e 0000:02:00.0: WM Firmware Version: ____000000, Build Time: 20240429200752
[1165025.214524] mt7915e 0000:02:00.0: WA Firmware Version: DEV_000000, Build Time: 20240429200812
[1165030.791295] ieee80211 phy0: Hardware restart was requested
[1165030.791382] ieee80211 phy1: Hardware restart was requested
[1186798.759892] br-client: port 6(owe1) entered disabled state
[1186798.817932] mt7915e 0000:02:00.0 owe1 (unregistering): left allmulticast mode
[1186798.817981] mt7915e 0000:02:00.0 owe1 (unregistering): left promiscuous mode
[1186798.818013] br-client: port 6(owe1) entered disabled state
[1186799.025084] mt7915e 0000:02:00.0 client1: left allmulticast mode
[1186799.025196] mt7915e 0000:02:00.0 client1: left promiscuous mode
[1186799.025485] br-client: port 5(client1) entered disabled state
[1186799.216539] br-client: port 5(client1) entered blocking state
[1186799.216604] br-client: port 5(client1) entered disabled state
[1186799.216701] mt7915e 0000:02:00.0 client1: entered allmulticast mode
[1186799.217438] mt7915e 0000:02:00.0 client1: entered promiscuous mode
[1186799.217813] br-client: port 5(client1) entered blocking state
[1186799.217856] br-client: port 5(client1) entered forwarding state
[1186799.348672] mt7915e 0000:02:00.0 client1: left allmulticast mode
[1186799.348789] mt7915e 0000:02:00.0 client1: left promiscuous mode
[1186799.349051] br-client: port 5(client1) entered disabled state
[1186799.414397] br-client: port 5(client1) entered blocking state
[1186799.414464] br-client: port 5(client1) entered disabled state
[1186799.414554] mt7915e 0000:02:00.0 client1: entered allmulticast mode
[1186799.415130] mt7915e 0000:02:00.0 client1: entered promiscuous mode
[1186799.415425] br-client: port 5(client1) entered blocking state
[1186799.415464] br-client: port 5(client1) entered forwarding state
[1186799.917383] br-client: port 5(client1) entered disabled state
[1186866.912207] br-client: port 5(client1) entered blocking state
[1186866.912273] br-client: port 5(client1) entered forwarding state
[1186866.922481] br-client: port 6(owe1) entered blocking state
[1186866.922536] br-client: port 6(owe1) entered disabled state
[1186866.922608] mt7915e 0000:02:00.0 owe1: entered allmulticast mode
[1186866.923084] mt7915e 0000:02:00.0 owe1: entered promiscuous mode
[1186866.928336] br-client: port 6(owe1) entered blocking state
[1186866.928414] br-client: port 6(owe1) entered forwarding state
[1833249.591663] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[1833249.591940] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[1833250.297900] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[1833250.298094] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[2375616.619430] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[2375616.619677] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[2375617.659305] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[2375617.659496] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[2380682.037514] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[2380682.037767] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[2380683.077512] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[2380683.077710] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[2539878.627425] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[2539878.627665] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[2700424.613346] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[2700424.613579] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[2700425.081037] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[2700425.081236] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[3327937.769598] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[3327937.769857] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[3391047.877677] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[3391047.878006] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[3391048.917660] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[3391048.917871] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[3586495.361133] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[3586495.361405] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[3586496.401734] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[3586496.401994] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[3833819.320455] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[3833819.320765] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[3833820.353875] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[3833820.354119] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[3898153.134554] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[3898153.134799] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[3898154.174325] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[3898154.174566] br-client: received packet on bat0 with own address as source address (addr:b8:ec:a3:dd:a5:d3, vlan:0)
[4746142.895805] mt7915e 0000:02:00.0 monitor1: entered promiscuous mode
[4746156.122446] mt7915e 0000:02:00.0 monitor1: left promiscuous mode
[4746167.585967] mt7915e 0000:02:00.0 monitor1: entered promiscuous mode
[4746168.961596] mt7915e 0000:02:00.0 monitor1: left promiscuous mode
[4746170.034939] mt7915e 0000:02:00.0 monitor0: entered promiscuous mode
[4746170.117385] mt7915e 0000:02:00.0 monitor0: left promiscuous mode
[4746178.469875] mt7915e 0000:02:00.0 monitor0: entered promiscuous mode
[4746178.563599] mt7915e 0000:02:00.0 monitor0: left promiscuous mode
[4746182.780244] mt7915e 0000:02:00.0 monitor0: entered promiscuous mode
[4746191.889127] mt7915e 0000:02:00.0 monitor0: left promiscuous mode
[4746227.020889] mt7915e 0000:02:00.0 monitor0: entered promiscuous mode
[4746227.792267] mt7915e 0000:02:00.0 monitor0: left promiscuous mode
[4746228.899621] mt7915e 0000:02:00.0 monitor1: entered promiscuous mode
[4746230.368787] mt7915e 0000:02:00.0 monitor1: left promiscuous mode
[4746245.239517] ieee80211 phy0: WM: (2785.547419:60:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746245.239603] ieee80211 phy0: WM: (2785.547449:61:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746245.239636] ieee80211 phy0: WM: (2785.547480:62:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746245.239661] ieee80211 phy0: WM: (2785.547510:63:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746245.239687] ieee80211 phy0: WM: (2785.547541:64:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746245.239710] ieee80211 phy0: WM: (2785.547571:65:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746245.239737] ieee80211 phy0: WM: (2785.547602:66:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746245.389643] ieee80211 phy0: WM: (2785.697474:67:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746245.389711] ieee80211 phy0: WM: (2785.697535:68:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746245.389758] ieee80211 phy0: WM: (2785.697565:69:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746245.389792] ieee80211 phy0: WM: (2785.697565:70:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746245.389819] ieee80211 phy0: WM: (2785.697596:71:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746245.389848] ieee80211 phy0: WM: (2785.697626:72:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746245.389873] ieee80211 phy0: WM: (2785.697657:73:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746245.391484] ieee80211 phy0: WM: (2785.699366:74:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746245.391514] ieee80211 phy0: WM: (2785.699396:75:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746245.391533] ieee80211 phy0: WM: (2785.699427:76:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746245.391548] ieee80211 phy0: WM: (2785.699457:77:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746245.391565] ieee80211 phy0: WM: (2785.699488:78:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746245.391588] ieee80211 phy0: WM: (2785.699518:79:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746245.391620] ieee80211 phy0: WM: (2785.699549:80:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746245.393620] ieee80211 phy0: WM: (2785.701502:81:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746245.393644] ieee80211 phy0: WM: (2785.701533:82:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746245.393659] ieee80211 phy0: WM: (2785.701563:83:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746245.393681] ieee80211 phy0: WM: (2785.701594:84:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746247.445912] ieee80211 phy0: WM: (2787.753290:85:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746247.445966] ieee80211 phy0: WM: (2787.753321:86:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746247.445981] ieee80211 phy0: WM: (2787.753351:87:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746247.445998] ieee80211 phy0: WM: (2787.753382:88:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746247.696884] ieee80211 phy0: WM: (2788.004206:89:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746247.696942] ieee80211 phy0: WM: (2788.004236:90:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746247.696961] ieee80211 phy0: WM: (2788.004267:91:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746247.696978] ieee80211 phy0: WM: (2788.004297:92:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746247.697018] ieee80211 phy0: WM: (2788.004420:93:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746247.697048] ieee80211 phy0: WM: (2788.004450:94:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746247.697076] ieee80211 phy0: WM: (2788.004450:95:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746247.697106] ieee80211 phy0: WM: (2788.004481:96:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746247.698670] ieee80211 phy0: WM: (2788.006037:97:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746247.698694] ieee80211 phy0: WM: (2788.006067:98:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746247.698709] ieee80211 phy0: WM: (2788.006098:99:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 
[4746247.698726] ieee80211 phy0: WM: (2788.006128:00:MURU-E)[muruSwPpduDurAdapt] score = 0 Fail 

What is the expected behaviour?

Radio should be working

Gluon Version:

Gluon master (24.10 based)

Site Configuration:

freifunk-darmstadt/site-ffda@fc9c386

Custom patches:

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions