greearb / ath10k-ct

Stand-alone ath10k driver based on Candela Technologies Linux kernel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wifi Device is always disabled with travelmate

ychromosome opened this issue · comments

I am using the most recent version of OpenWRT (21.02.1)

root@OpenWrt:~# opkg list | grep ath10k
ath10k-board-qca4019 - 20201118-3
ath10k-firmware-qca4019-ct - 2020-11-08-1
kmod-ath10k-ct - 5.4.154+2021-09-22-e6a7d5b5-1
root@OpenWrt:~# cat /etc/openwrt_release 
DISTRIB_ID='OpenWrt'
DISTRIB_RELEASE='21.02.1'
DISTRIB_REVISION='r16325-88151b8303'
DISTRIB_TARGET='ipq40xx/generic'
DISTRIB_ARCH='arm_cortex-a7_neon-vfpv4'
DISTRIB_DESCRIPTION='OpenWrt 21.02.1 r16325-88151b8303'
DISTRIB_TAINTS=''

My goal was to set up travelmate that provides an AP+STA configuration.
Upon every cold boot I have to manually enable the "Client" in "Wireless"
I am not sure if this is a driver, openwrt or travelmate problem.

Also while testing I noticed, that I MUST NOT set country code, because with it, I dont get it working at all.

my kernel.log:

[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 5.4.154 (builder@buildhost) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r16325-88151b8303)) #0 SMP Sun Oct 24 09:01:35 2021
[ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: AVM FRITZ!Box 4040
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] On node 0 totalpages: 65024
[ 0.000000] Normal zone: 576 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 65024 pages, LIFO batch:15
[ 0.000000] percpu: Embedded 15 pages/cpu s30156 r8192 d23092 u61440
[ 0.000000] pcpu-alloc: s30156 r8192 d23092 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: 64448
[ 0.000000] Kernel command line:
[ 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] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 248616K/260096K available (5786K kernel code, 189K rwdata, 872K rodata, 1024K init, 241K bss, 11480K reserved, 0K cma-reserved, 0K highmem)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] random: get_random_bytes called from 0xc0a00bbc with crng_init=0
[ 0.000000] arch_timer: cp15 timer(s) running at 48.00MHz (virt).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xb11fd3bfb, max_idle_ns: 440795203732 ns
[ 0.000007] sched_clock: 56 bits at 48MHz, resolution 20ns, wraps every 4398046511096ns
[ 0.000021] Switching to timer-based delay loop, resolution 20ns
[ 0.000239] Calibrating delay loop (skipped), value calculated using timer frequency.. 96.00 BogoMIPS (lpj=480000)
[ 0.000258] pid_max: default: 32768 minimum: 301
[ 0.000462] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.000480] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.001494] CPU: Testing write buffer coherency: ok
[ 0.002526] Setting up static identity map for 0x80300000 - 0x80300060
[ 0.002670] rcu: Hierarchical SRCU implementation.
[ 0.003107] smp: Bringing up secondary CPUs ...
[ 0.006242] smp: Brought up 1 node, 4 CPUs
[ 0.006262] SMP: Total of 4 processors activated (384.00 BogoMIPS).
[ 0.006271] CPU: All CPU(s) started in SVC mode.
[ 0.010916] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[ 0.011077] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.011104] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.011326] pinctrl core: initialized pinctrl subsystem
[ 0.012374] NET: Registered protocol family 16
[ 0.012645] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.013899] cpuidle: using governor ladder
[ 0.013947] cpuidle: using governor menu
[ 0.033782] cryptd: max_cpu_qlen set to 1000
[ 0.037146] usbcore: registered new interface driver usbfs
[ 0.037214] usbcore: registered new interface driver hub
[ 0.037283] usbcore: registered new device driver usb
[ 0.037333] pps_core: LinuxPPS API ver. 1 registered
[ 0.037343] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.037371] PTP clock support registered
[ 0.038060] workqueue: max_active 576 requested for napi_workq is out of range, clamping between 1 and 512
[ 0.039162] clocksource: Switched to clocksource arch_sys_counter
[ 0.039973] thermal_sys: Registered thermal governor 'step_wise'
[ 0.040368] NET: Registered protocol family 2
[ 0.040535] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.041305] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[ 0.041348] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.041386] TCP bind hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 0.041434] TCP: Hash tables configured (established 2048 bind 2048)
[ 0.041552] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.041592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.041840] NET: Registered protocol family 1
[ 0.041882] PCI: CLS 0 bytes, default 64
[ 0.043728] workingset: timestamp_bits=14 max_order=16 bucket_order=2
[ 0.049551] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.049569] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.098532] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 0.101983] bam-dma-engine 8e04000.dma: num-channels unspecified in dt
[ 0.102005] bam-dma-engine 8e04000.dma: num-ees unspecified in dt
[ 0.102711] tcsr 1949000.tcsr: setting wifi_glb_cfg = 41000000
[ 0.102810] tcsr 194b000.tcsr: setting usb hs phy mode select = e700e7
[ 0.102894] tcsr 1953000.ess_tcsr: setting ess interface select = 0
[ 0.102977] tcsr 1957000.tcsr: setting wifi_noc_memtype_m0_m2 = 2222222
[ 0.103285] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[ 0.105194] msm_serial 78af000.serial: msm_serial: detected port #0
[ 0.105243] msm_serial 78af000.serial: uartclk = 1843200
[ 0.105298] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 25, base_baud = 115200) is a MSM
[ 0.105326] msm_serial: console setup on port #0
[ 0.596497] printk: console [ttyMSM0] enabled
[ 0.601439] msm_serial: driver initialized
[ 0.610545] loop: module loaded
[ 0.611578] spi_qup 78b5000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64
[ 0.614151] spi-nor spi0.0: mx25l25635e (32768 Kbytes)
[ 0.619918] 13 fixed-partitions partitions found on MTD device spi0.0
[ 0.624736] Creating 13 MTD partitions on "spi0.0":
[ 0.631279] 0x000000000000-0x000000040000 : "SBL1"
[ 0.636887] 0x000000040000-0x000000060000 : "MIBIB"
[ 0.641662] 0x000000060000-0x0000000c0000 : "QSEE"
[ 0.646397] 0x0000000c0000-0x0000000d0000 : "CDT"
[ 0.651368] 0x0000000d0000-0x0000000e0000 : "DDRPARAMS"
[ 0.656025] 0x0000000e0000-0x0000000f0000 : "APPSBLENV"
[ 0.661138] 0x0000000f0000-0x0000003cc000 : "urlader"
[ 0.666273] 0x00000011dc00-0x000000120000 : "urlader_config"
[ 0.671549] 0x000000120000-0x0000001a0000 : "tffs1"
[ 0.677197] 0x0000001a0000-0x000000220000 : "tffs2"
[ 0.681895] 0x000000220000-0x0000002a0000 : "uboot"
[ 0.686684] 0x0000002a0000-0x000001f00000 : "firmware"
[ 0.692146] 2 fit-fw partitions found on MTD device firmware
[ 0.695917] Creating 2 MTD partitions on "firmware":
[ 0.701799] 0x000000000000-0x0000002a0000 : "kernel"
[ 0.707619] 0x00000029e4cc-0x000001c60000 : "rootfs"
[ 0.712471] mtd: device 13 (rootfs) set to be root filesystem
[ 0.716859] 1 squashfs-split partitions found on MTD device rootfs
[ 0.722276] 0x000000610000-0x000001c60000 : "rootfs_data"
[ 0.729178] 0x000001f00000-0x000002000000 : "jffs2"
[ 0.735361] libphy: ipq4019_mdio: probed
[ 0.763533] ESS reset ok!
[ 0.787836] ESS reset ok!
[ 1.209504] libphy: Fixed MDIO Bus: probed
[ 1.211685] GPIO line 409 (enable USB3 power) hogged as output/high
[ 1.323179] i2c /dev entries driver
[ 1.325161] sdhci: Secure Digital Host Controller Interface driver
[ 1.325475] sdhci: Copyright(c) Pierre Ossman
[ 1.331802] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.339843] NET: Registered protocol family 10
[ 1.343210] Segment Routing with IPv6
[ 1.346217] NET: Registered protocol family 17
[ 1.349968] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 1.354221] 8021q: 802.1Q VLAN Support v1.8
[ 1.367377] Registering SWP/SWPB emulation handler
[ 1.380959] hctosys: unable to open rtc device (rtc0)
[ 1.386633] VFS: Mounted root (squashfs filesystem) readonly on device 31:13.
[ 1.388245] Freeing unused kernel memory: 1024K
[ 1.443229] Run /sbin/init as init process
[ 1.484231] random: fast init done
[ 2.503331] init: Console is alive
[ 2.503573] init: - watchdog -
[ 3.924053] kmodloader: loading kernel modules from /etc/modules-boot.d/

[ 4.295721] dwc3-qcom 8af8800.usb3: IRQ hs_phy_irq not found
[ 4.295758] dwc3-qcom 8af8800.usb3: IRQ dp_hs_phy_irq not found
[ 4.300542] dwc3-qcom 8af8800.usb3: IRQ dm_hs_phy_irq not found
[ 4.306094] dwc3-qcom 8af8800.usb3: IRQ ss_phy_irq not found
[ 4.313746] dwc3-qcom 60f8800.usb2: IRQ hs_phy_irq not found
[ 4.317901] dwc3-qcom 60f8800.usb2: IRQ dp_hs_phy_irq not found
[ 4.323584] dwc3-qcom 60f8800.usb2: IRQ dm_hs_phy_irq not found
[ 4.329224] dwc3-qcom 60f8800.usb2: IRQ ss_phy_irq not found
[ 4.339838] dwc3 8a00000.dwc3: Failed to get clk 'ref': -2
[ 4.464313] dwc3 6000000.dwc3: Failed to get clk 'ref': -2
[ 4.584045] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 4.584114] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[ 4.588665] xhci-hcd xhci-hcd.0.auto: hcc params 0x0228f665 hci version 0x100 quirks 0x0000000002010010
[ 4.596176] xhci-hcd xhci-hcd.0.auto: irq 94, io mem 0x08a00000
[ 4.605620] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 4.611322] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[ 4.616834] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[ 4.628104] hub 1-0:1.0: USB hub found
[ 4.631074] hub 1-0:1.0: 1 port detected
[ 4.635150] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 4.639370] hub 2-0:1.0: USB hub found
[ 4.646894] hub 2-0:1.0: 1 port detected
[ 4.650978] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 4.654514] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3
[ 4.660054] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f665 hci version 0x100 quirks 0x0000000002010010
[ 4.667418] xhci-hcd xhci-hcd.1.auto: irq 95, io mem 0x06000000
[ 4.676936] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 4.682676] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4
[ 4.688186] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[ 4.696499] hub 3-0:1.0: USB hub found
[ 4.702421] hub 3-0:1.0: 1 port detected
[ 4.706495] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 4.715117] hub 4-0:1.0: USB hub found
[ 4.718255] hub 4-0:1.0: config failed, hub doesn't have any ports! (err -19)
[ 4.732394] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[ 4.735805] init: - preinit -
[ 5.484700] random: crng init done
[ 5.762612] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 10.344043] jffs2: notice: (170) jffs2_build_xattr_subsystem: complete building xattr subsystem, 32 of xdatum (28 unchecked, 4 orphan) and 48 of xref (4 dead, 0 orphan) found.
[ 10.359110] mount_root: switching to jffs2 overlay
[ 10.378349] overlayfs: upper fs does not support tmpfile.
[ 10.413622] urandom-seed: Seeding with /etc/urandom.seed
[ 10.682395] procd: - early -
[ 10.682536] procd: - watchdog -
[ 11.294748] procd: - watchdog -
[ 11.315342] procd: - ubus -
[ 11.371635] procd: - init -
[ 12.050253] kmodloader: loading kernel modules from /etc/modules.d/*
[ 12.058497] urngd: v1.0.2 started.
[ 12.125999] Loading modules backported from Linux version v5.10.68-0-g4d8524048a35
[ 12.126041] Backport generated by backports.git v5.10.68-1-0-ga4f9ba32
[ 12.143881] xt_time: kernel timezone is -0000
[ 12.177257] PPP generic driver version 2.4.2
[ 12.178169] NET: Registered protocol family 24
[ 13.464174] ath10k_ahb a000000.wifi: qca4019 hw1.0 target 0x01000000 chip_id 0x003b00ff sub 0000:0000
[ 13.464223] ath10k_ahb a000000.wifi: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0
[ 13.475735] ath10k_ahb a000000.wifi: firmware ver 10.4b-ct-4019-fW-13-5ae337bb1 api 5 features mfp,peer-flow-ctrl,txstatus-noack,wmi-10.x-CT,ratemask-CT,regdump-CT,txrate-CT,flush-all-CT,pingpong-CT,ch-regs-CT,nop-CT,set-special-CT,tx-rc-CT,cust-stats-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT,wmi-bcn-rc-CT crc32 6b2b5c5b
[ 13.571520] ath10k_ahb a000000.wifi: board_file api 2 bmi_id 0:16 crc32 e2dfaa91
[ 14.858965] ath10k_ahb a000000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96
[ 14.859016] ath10k_ahb a000000.wifi: msdu-desc: 2500 skid: 32
[ 14.893620] ath10k_ahb a000000.wifi: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0'
[ 14.894648] ath10k_ahb a000000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752'
[ 15.017856] ath10k_ahb a000000.wifi: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 32 raw 0 hwcrypto 1
[ 15.120988] ath: EEPROM regdomain sanitized
[ 15.121006] ath: EEPROM regdomain: 0x64
[ 15.121012] ath: EEPROM indicates we should expect a direct regpair map
[ 15.121029] ath: Country alpha2 being used: 00
[ 15.121035] ath: Regpair used: 0x64
[ 15.965357] ath10k_ahb a800000.wifi: qca4019 hw1.0 target 0x01000000 chip_id 0x003b00ff sub 0000:0000
[ 15.965413] ath10k_ahb a800000.wifi: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0
[ 15.978291] ath10k_ahb a800000.wifi: firmware ver 10.4b-ct-4019-fW-13-5ae337bb1 api 5 features mfp,peer-flow-ctrl,txstatus-noack,wmi-10.x-CT,ratemask-CT,regdump-CT,txrate-CT,flush-all-CT,pingpong-CT,ch-regs-CT,nop-CT,set-special-CT,tx-rc-CT,cust-stats-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT,wmi-bcn-rc-CT crc32 6b2b5c5b
[ 16.032729] ath10k_ahb a800000.wifi: board_file api 2 bmi_id 0:17 crc32 e2dfaa91
[ 17.320319] ath10k_ahb a800000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96
[ 17.320367] ath10k_ahb a800000.wifi: msdu-desc: 2500 skid: 32
[ 17.355906] ath10k_ahb a800000.wifi: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0'
[ 17.356872] ath10k_ahb a800000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752'
[ 17.480036] ath10k_ahb a800000.wifi: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 32 raw 0 hwcrypto 1
[ 17.591109] ath: EEPROM regdomain sanitized
[ 17.591141] ath: EEPROM regdomain: 0x64
[ 17.591155] ath: EEPROM indicates we should expect a direct regpair map
[ 17.591193] ath: Country alpha2 being used: 00
[ 17.591208] ath: Regpair used: 0x64
[ 17.601630] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 23.027584] br-lan: port 1(eth0) entered blocking state
[ 23.027621] br-lan: port 1(eth0) entered disabled state
[ 23.032078] device eth0 entered promiscuous mode
[ 23.151172] ess_edma c080000.edma eth1: Link is Down
[ 24.089971] br-lan: port 1(eth0) entered blocking state
[ 24.090015] br-lan: port 1(eth0) entered forwarding state
[ 24.094442] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[ 25.827879] ath10k_ahb a800000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96
[ 25.827929] ath10k_ahb a800000.wifi: msdu-desc: 2500 skid: 32
[ 25.863812] ath10k_ahb a800000.wifi: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0'
[ 25.867680] ath10k_ahb a800000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752'
[ 26.150694] ath10k_ahb a800000.wifi: rts threshold -1
[ 26.152276] ath10k_ahb a800000.wifi: Firmware lacks feature flag indicating a retry limit of > 2 is OK, requested limit: 4
[ 26.167275] br-lan: port 2(wlan1-1) entered blocking state
[ 26.167325] br-lan: port 2(wlan1-1) entered disabled state
[ 26.172360] device wlan1-1 entered promiscuous mode
[ 26.338556] ath10k_ahb a800000.wifi: NOTE: Firmware DBGLOG output disabled in debug_mask: 0x10000000
[ 27.316988] ath10k_ahb a800000.wifi: rts threshold -1
[ 31.379497] device wlan1-1 left promiscuous mode
[ 31.379729] br-lan: port 2(wlan1-1) entered disabled state
[ 31.451022] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 0
[ 31.451115] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 0
[ 34.148269] ath10k_ahb a800000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96
[ 34.148323] ath10k_ahb a800000.wifi: msdu-desc: 2500 skid: 32
[ 34.183951] ath10k_ahb a800000.wifi: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0'
[ 34.184922] ath10k_ahb a800000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752'
[ 34.470965] ath10k_ahb a800000.wifi: rts threshold -1
[ 34.473675] ath10k_ahb a800000.wifi: Firmware lacks feature flag indicating a retry limit of > 2 is OK, requested limit: 4
[ 34.494199] br-lan: port 2(wlan1) entered blocking state
[ 34.494243] br-lan: port 2(wlan1) entered disabled state
[ 34.499039] device wlan1 entered promiscuous mode
[ 38.300409] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
[ 38.302593] br-lan: port 2(wlan1) entered blocking state
[ 38.306098] br-lan: port 2(wlan1) entered forwarding state
[ 54.069505] device wlan1 left promiscuous mode
[ 54.069730] br-lan: port 2(wlan1) entered disabled state
[ 54.120529] ath10k_ahb a800000.wifi: mac flush null vif, drop 0 queues 0xffff
[ 54.122258] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 0
[ 54.126826] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 0
[ 56.588926] ath10k_ahb a800000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96
[ 56.588974] ath10k_ahb a800000.wifi: msdu-desc: 2500 skid: 32
[ 56.624507] ath10k_ahb a800000.wifi: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0'
[ 56.625916] ath10k_ahb a800000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752'
[ 56.911316] ath10k_ahb a800000.wifi: rts threshold -1
[ 56.912572] ath10k_ahb a800000.wifi: Firmware lacks feature flag indicating a retry limit of > 2 is OK, requested limit: 4
[ 56.928779] br-lan: port 2(wlan1-1) entered blocking state
[ 56.928857] br-lan: port 2(wlan1-1) entered disabled state
[ 56.934033] device wlan1-1 entered promiscuous mode
[ 58.102787] ath10k_ahb a800000.wifi: rts threshold -1
[ 63.931050] wlan1: authenticate with 86:2a:a8:18:94:c5
[ 64.111753] wlan1: send auth to 86:2a:a8:18:94:c5 (try 1/3)
[ 64.116136] wlan1: authenticated
[ 64.119992] wlan1: associate with 86:2a:a8:18:94:c5 (try 1/3)
[ 64.123088] wlan1: RX AssocResp from 86:2a:a8:18:94:c5 (capab=0x1511 status=0 aid=3)
[ 64.126896] ath10k_ahb a800000.wifi: pdev param 0 not supported by firmware
[ 64.133466] ath10k_ahb a800000.wifi: failed to enable peer stats info: -95
[ 64.139878] wlan1: associated
[ 64.161387] ath10k_ahb a800000.wifi: Invalid peer id 0 or peer stats buffer, peer: d7854dcd sta: 00000000
[ 64.163857] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
[ 64.170553] device wlan1-1 left promiscuous mode
[ 64.176584] br-lan: port 2(wlan1-1) entered disabled state
[ 64.183386] wlan1: Limiting TX power to 23 (23 - 0) dBm as advertised by 86:2a:a8:18:94:c5
[ 64.266087] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 0
[ 64.266441] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 0
[ 64.445692] wlan1: deauthenticating from 86:2a:a8:18:94:c5 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 64.445993] ath10k_ahb a800000.wifi: mac flush vdev 1 drop 1 queues 0x2 ar->paused: 0x0 arvif->paused: 0x0
[ 64.454314] ath10k_ahb a800000.wifi: mac flush vdev 1 drop 0 queues 0x2 ar->paused: 0x0 arvif->paused: 0x0
[ 64.464812] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 2
[ 64.473352] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 2
[ 64.481391] ath10k_ahb a800000.wifi: mac flush null vif, drop 0 queues 0xffff
[ 66.849301] ath10k_ahb a800000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96
[ 66.849348] ath10k_ahb a800000.wifi: msdu-desc: 2500 skid: 32
[ 66.886845] ath10k_ahb a800000.wifi: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0'
[ 66.887367] ath10k_ahb a800000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752'
[ 67.171515] ath10k_ahb a800000.wifi: rts threshold -1
[ 67.173583] ath10k_ahb a800000.wifi: Firmware lacks feature flag indicating a retry limit of > 2 is OK, requested limit: 4
[ 67.194325] br-lan: port 2(wlan1) entered blocking state
[ 67.194371] br-lan: port 2(wlan1) entered disabled state
[ 67.199256] device wlan1 entered promiscuous mode
[ 70.998687] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
[ 71.001501] br-lan: port 2(wlan1) entered blocking state
[ 71.004386] br-lan: port 2(wlan1) entered forwarding state
[ 79.039637] device wlan1 left promiscuous mode
[ 79.040073] br-lan: port 2(wlan1) entered disabled state
[ 79.080482] ath10k_ahb a800000.wifi: mac flush null vif, drop 0 queues 0xffff
[ 79.082624] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 0
[ 79.086715] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 0
[ 81.540998] ath10k_ahb a800000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96
[ 81.541049] ath10k_ahb a800000.wifi: msdu-desc: 2500 skid: 32
[ 81.576873] ath10k_ahb a800000.wifi: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0'
[ 81.580848] ath10k_ahb a800000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752'
[ 81.862302] ath10k_ahb a800000.wifi: rts threshold -1
[ 81.864102] ath10k_ahb a800000.wifi: Firmware lacks feature flag indicating a retry limit of > 2 is OK, requested limit: 4
[ 81.884297] br-lan: port 2(wlan1-1) entered blocking state
[ 81.884339] br-lan: port 2(wlan1-1) entered disabled state
[ 81.889245] device wlan1-1 entered promiscuous mode
[ 83.069774] ath10k_ahb a800000.wifi: rts threshold -1
[ 88.893959] wlan1: authenticate with 86:2a:a8:18:94:c5
[ 89.074840] wlan1: send auth to 86:2a:a8:18:94:c5 (try 1/3)
[ 89.079336] wlan1: authenticated
[ 89.089266] wlan1: associate with 86:2a:a8:18:94:c5 (try 1/3)
[ 89.095153] wlan1: RX AssocResp from 86:2a:a8:18:94:c5 (capab=0x1511 status=0 aid=3)
[ 89.095967] ath10k_ahb a800000.wifi: pdev param 0 not supported by firmware
[ 89.102081] ath10k_ahb a800000.wifi: failed to enable peer stats info: -95
[ 89.108996] wlan1: associated
[ 89.133645] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
[ 89.139433] device wlan1-1 left promiscuous mode
[ 89.139639] br-lan: port 2(wlan1-1) entered disabled state
[ 89.169676] wlan1: Limiting TX power to 23 (23 - 0) dBm as advertised by 86:2a:a8:18:94:c5
[ 89.201631] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 0
[ 89.202260] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 0
[ 89.427235] wlan1: deauthenticating from 86:2a:a8:18:94:c5 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 89.427397] ath10k_ahb a800000.wifi: mac flush vdev 1 drop 1 queues 0x2 ar->paused: 0x0 arvif->paused: 0x0
[ 89.435734] ath10k_ahb a800000.wifi: mac flush vdev 1 drop 0 queues 0x2 ar->paused: 0x0 arvif->paused: 0x0
[ 89.445855] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 2
[ 89.454806] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 2
[ 89.462892] ath10k_ahb a800000.wifi: mac flush null vif, drop 0 queues 0xffff
[ 91.921003] ath10k_ahb a800000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96
[ 91.921054] ath10k_ahb a800000.wifi: msdu-desc: 2500 skid: 32
[ 91.956643] ath10k_ahb a800000.wifi: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0'
[ 91.957619] ath10k_ahb a800000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752'
[ 92.242352] ath10k_ahb a800000.wifi: rts threshold -1
[ 92.245264] ath10k_ahb a800000.wifi: Firmware lacks feature flag indicating a retry limit of > 2 is OK, requested limit: 4
[ 92.263849] br-lan: port 2(wlan1) entered blocking state
[ 92.263887] br-lan: port 2(wlan1) entered disabled state
[ 92.268602] device wlan1 entered promiscuous mode
[ 96.071495] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
[ 96.073669] br-lan: port 2(wlan1) entered blocking state
[ 96.077188] br-lan: port 2(wlan1) entered forwarding state
[ 103.999475] device wlan1 left promiscuous mode
[ 103.999694] br-lan: port 2(wlan1) entered disabled state
[ 104.050454] ath10k_ahb a800000.wifi: mac flush null vif, drop 0 queues 0xffff
[ 104.052124] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 0
[ 104.056764] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 0
[ 106.618320] ath10k_ahb a800000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96
[ 106.618367] ath10k_ahb a800000.wifi: msdu-desc: 2500 skid: 32
[ 106.654310] ath10k_ahb a800000.wifi: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0'
[ 106.657038] ath10k_ahb a800000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752'
[ 106.942069] ath10k_ahb a800000.wifi: rts threshold -1
[ 106.944735] ath10k_ahb a800000.wifi: Firmware lacks feature flag indicating a retry limit of > 2 is OK, requested limit: 4
[ 106.972419] br-lan: port 2(wlan1-1) entered blocking state
[ 106.972455] br-lan: port 2(wlan1-1) entered disabled state
[ 106.977171] device wlan1-1 entered promiscuous mode
[ 108.149912] ath10k_ahb a800000.wifi: rts threshold -1
[ 113.949898] device wlan1-1 left promiscuous mode
[ 113.950304] br-lan: port 2(wlan1-1) entered disabled state
[ 114.041522] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 0
[ 114.041617] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 0
[ 114.049731] wlan1: authenticate with 86:2a:a8:18:94:c5
[ 114.239837] wlan1: send auth to 86:2a:a8:18:94:c5 (try 1/3)
[ 114.247029] wlan1: authenticated
[ 114.347589] wlan1: associate with 86:2a:a8:18:94:c5 (try 1/3)
[ 114.354673] wlan1: RX AssocResp from 86:2a:a8:18:94:c5 (capab=0x1511 status=0 aid=3)
[ 114.356742] ath10k_ahb a800000.wifi: pdev param 0 not supported by firmware
[ 114.361834] ath10k_ahb a800000.wifi: failed to enable peer stats info: -95
[ 114.368330] wlan1: associated
[ 114.375376] wlan1: Limiting TX power to 23 (23 - 0) dBm as advertised by 86:2a:a8:18:94:c5
[ 114.393900] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
[ 114.406114] wlan1: deauthenticating from 86:2a:a8:18:94:c5 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 114.406285] ath10k_ahb a800000.wifi: mac flush vdev 1 drop 1 queues 0x2 ar->paused: 0x0 arvif->paused: 0x0
[ 114.414586] ath10k_ahb a800000.wifi: mac flush vdev 1 drop 0 queues 0x2 ar->paused: 0x0 arvif->paused: 0x0
[ 114.424832] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 0
[ 114.433620] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 0
[ 114.441858] ath10k_ahb a800000.wifi: mac flush null vif, drop 0 queues 0xffff
[ 114.748294] ath10k_ahb a800000.wifi: Setting debug-mask to: 0xc0000032 old: 0x10000000
[ 116.931591] ath10k_ahb a800000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96
[ 116.931646] ath10k_ahb a800000.wifi: msdu-desc: 2500 skid: 32
[ 116.967149] ath10k_ahb a800000.wifi: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0'
[ 116.968134] ath10k_ahb a800000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752'
[ 117.242120] ath10k_ahb a800000.wifi: rts threshold -1
[ 117.243345] ath10k_ahb a800000.wifi: Firmware lacks feature flag indicating a retry limit of > 2 is OK, requested limit: 4
[ 117.260143] br-lan: port 2(wlan1) entered blocking state
[ 117.260226] br-lan: port 2(wlan1) entered disabled state
[ 117.265183] device wlan1 entered promiscuous mode
[ 117.429920] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 117.430024] ath10k: [0000]: 00000551 13FC0007 60002070 00000010 00000030 004E0001 00000551 13FC586C
[ 117.435061] ath10k: [0008]: 00000001 00000001 00001464 00000000 0000056C 17FC3C2A 61100001 01000004
[ 117.444072] ath10k: [0016]: 00010000 14640000 00000001 0000056D 17FC582E 00000003 0000001E 0000094C
[ 117.453082] ath10k: [0024]: 0000094C 00000000 0000056D 17FC582E 00000012 0000001E 0000094C 0000094C
[ 117.462053] ath10k: [0032]: 00000000 0000056D 17FC582E 00000045 0000001E 0000094C 0000094C 00000000
[ 117.471079] ath10k: [0040]: 0000056D 17FC582E 00000067 0000001E 0000094C 0000094C 00000000 00000576
[ 117.480113] ath10k: [0048]: 13FC586C 00000002 00000002 00001464 00000000 00000587 17FC3C2A 61100001
[ 117.489110] ath10k: [0056]: 01000001 01010000 14640000 00000002 00000587 13FC5822 9110B000 00000001
[ 117.498153] ath10k: [0064]: 00000001 00000001 00000587 1400587C 51100001 000F10EC 000003FC 00000001
[ 117.507184] ath10k: [0072]: 00441BC4 00000587 1000587A 0041D73C 00441BC4 FF000001 00000000 00000587
[ 117.516207] ath10k: [0080]: 14006403 00000000 01000000 00000000 00000000 00441BC4 00000587 14006402
[ 117.525237] ath10k: [0088]: 71103331 00000000 00000100 00000001 00000000 00000587 14006402 71103332
[ 117.534275] ath10k: [0096]: 00000000 00000100 0041A42C 00000000 00000587 1400587D 51100002 000F10EC
[ 117.543304] ath10k: [0104]: 00000057 00000000 00441BC4 00000587 1000587B 0041D73C 00441BC4 00000000
[ 117.552328] ath10k: [0112]: 0041A42C 0000058F 13FC586C 00000002 00000002 00001464 00000000 000005A0
[ 117.561359] ath10k: [0120]: 17FC3C2A 61100001 01000001 01010000 14640000 00000002 000005A0 13FC5822
[ 117.570384] ath10k: [0128]: 9110B000 00000001 00000001 00000001 000005A6 13FC586C 00000002 00000002
[ 117.579415] ath10k: [0136]: 00001464 00000000 000005B7 17FC3C2A 61100001 01000001 01010000 14640000
[ 117.588420] ath10k: [0144]: 00000002 000005B7 13FC5822 9110B000 00000001 00000001 00000001 000005BD
[ 117.597466] ath10k: [0152]: 13FC586C 00000002 00000002 00001464 00000000 000005CE 17FC3C2A 61100001
[ 117.606898] ath10k: [0160]: 01000001 01010000 14640000 00000002 000005CE 13FC5822 9110B000 00000001
[ 117.615861] ath10k: [0168]: 00000001 00000001 000005D4 13FC586C 00000002 00000002 00001464 00000000
[ 117.624950] ath10k: [0176]: 000005E5 17FC3C2A 61100001 01000001 01010000 14640000 00000002 000005E5
[ 117.633635] ath10k: [0184]: 13FC5822 9110B000 00000001 00000001 00000001 000005EB 13FC586C 00000002
[ 117.642671] ath10k: [0192]: 00000002 00001464 00000000 000005FC 17FC3C2A 61100001 01000001 01010000
[ 117.651984] ath10k: [0200]: 14640000 00000002 000005FC 13FC5822 9110B000 00000001 00000001 00000001
[ 117.661057] ath10k: [0208]: 00000602 13FC586C 00000002 00000002 00001464 00000000 00000612 17FC3C2A
[ 117.670042] ath10k: [0216]: 61100001 01000001 01010000 14640000 00000002 00000612 13FC5822 9110B000
[ 117.678722] ath10k: [0224]: 00000001 00000001 00000001 00000619 13FC586C 00000002 00000002 00001464
[ 117.687810] ath10k: [0232]: 00000000 00000629 17FC3C2A 61100001 01000001 01010000 14640000 00000002
[ 117.696825] ath10k: [0240]: 00000629 13FC5822 9110B000 00000001 00000001 00000001 00000630 13FC586C
[ 117.706205] ath10k: [0248]: 00000002 00000002 00001464 00000000 00000640 17FC3C2A 61100001 01000001
[ 117.715182] ath10k: [0256]: 01010000 14640000 00000002 00000640 13FC5822 9110B000 00000001 00000001
[ 117.724244] ath10k: [0264]: 00000001 00000648 13FC586C 00000002 00000002 00001464 00000000 00000658
[ 117.732938] ath10k: [0272]: 17FC3C2A 61100001 01000001 01010000 14640000 00000002 00000658 13FC5822
[ 117.741974] ath10k: [0280]: 9110B000 00000001 00000001 00000001 0000065F 13FC586C 00000002 00000002
[ 117.751296] ath10k: [0288]: 00001464 00000000 0000066F 17FC3C2A 61100001 01000001 01010000 14640000
[ 117.760357] ath10k: [0296]: 00000002 0000066F 13FC5822 9110B000 00000001 00000001 00000001 00000675
[ 117.769161] ath10k: [0304]: 13FC586C 00000002 00000002 00001464 00000000 00000686 17FC3C2A 61100001
[ 117.778034] ath10k: [0312]: 01000001 01010000 14640000 00000002 00000686 13FC5822 9110B000 00000001
[ 117.787119] ath10k: [0320]: 00000001 00000001 00000687 1400587C 51100001 000F10EC 000003FC 00000001
[ 117.796142] ath10k: [0328]: 00441BC4 00000688 1400587C 51100001 000F10A0 00000408 00000002 00441BC4
[ 117.805510] ath10k: [0336]: 00000688 1000587A 0041D73C 00441BC4 FF010000 00000000 00000688 14006403
[ 117.814525] ath10k: [0344]: 25FD3A2C E2CF0000 00000000 00000001 00441BC4 00000689 10005881 00003112
[ 117.823220] ath10k: [0352]: 0041D73C 00000003 FFFFFFFF 00000689 10005881 00003112 0041D73C 0000000E
[ 117.832251] ath10k: [0360]: 00000000 000006AE 0BFC5805 0000143C 00000000 00000749 0BFC5805 00001450
[ 117.841266] ath10k: [0368]: 00000000
[ 117.850579] ath10k_ahb a800000.wifi: ATH10K_END
[ 117.928387] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 117.928864] ath10k: [0000]: 000007EA 0BFC5805 00001464 00000000 0000088B 0BFC5805 00001478 00000000
[ 117.933649] ath10k: [0008]: 00000935 0BFC5805 0000143C 00000000
[ 117.942571] ath10k_ahb a800000.wifi: ATH10K_END
[ 118.927972] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 118.928440] ath10k: [0000]: 000009D5 0BFC5805 00001450 00000000 00000A77 0BFC5805 00001464 00000000
[ 118.933484] ath10k: [0008]: 00000B17 0BFC5805 00001478 00000000 00000BC1 0BFC5805 0000143C 00000000
[ 118.942383] ath10k: [0016]: 00000C61 0BFC5805 00001450 00000000 00000D03 0BFC5805 00001464 00000000
[ 118.951606] ath10k_ahb a800000.wifi: ATH10K_END
[ 119.927411] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 119.927890] ath10k: [0000]: 00000DA3 0BFC5805 00001478 00000000 00000E4E 0BFC5805 0000143C 00000000
[ 119.932715] ath10k: [0008]: 00000EEF 0BFC5805 00001450 00000000 00000F90 0BFC5805 00001464 00000000
[ 119.941611] ath10k: [0016]: 00001030 0BFC5805 00001478 00000000 000010DA 0BFC5805 0000143C 00000000
[ 119.950634] ath10k_ahb a800000.wifi: ATH10K_END
[ 121.061789] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 121.062260] ath10k: [0000]: 0000117B 0BFC5805 00001450 00000000 0000121C 0BFC5805 00001464 00000000
[ 121.067266] ath10k: [0008]: 000012BD 0BFC5805 00001478 00000000 00001369 0BFC5805 0000143C 00000000
[ 121.076205] ath10k: [0016]: 0000140A 0BFC5805 00001450 00000000 0000151C 08003812 00448694 0041D73C
[ 121.085230] ath10k: [0024]: 0000151C 08005806 00000051 00000000 0000151C 10003809 0000143C 00000002
[ 121.094000] ath10k: [0032]: 00000000 00000000 0000151C 0BFC5805 000A143C 00000000 0000151C 13FC586C
[ 121.103027] ath10k: [0040]: 00000002 00000080 0000143C 00000001 000015D2 17FC3C2A 61100001 01000001
[ 121.112051] ath10k: [0048]: 01010000 143C0000 00000002
[ 121.121074] ath10k_ahb a800000.wifi: ATH10K_END
[ 121.128354] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
[ 121.130985] br-lan: port 2(wlan1) entered blocking state
[ 121.137305] br-lan: port 2(wlan1) entered forwarding state
[ 122.060933] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 122.060989] ath10k: [0000]: 00001614 10005881 00003112 0041D73C 0000000A 00000000 00001616 10005808
[ 122.066049] ath10k: [0008]: 00000A01 00000000 00000002 00000000 00001616 14005808 00000000 00000001
[ 122.075048] ath10k: [0016]: 00000000 00000000 00000000 00001616 1400380F 61100101 0000143C 0000145A
[ 122.084088] ath10k: [0024]: 00000000 00000000 00001616 13FC3807 00000000 0000143C 00000000 00000000
[ 122.093107] ath10k: [0032]: 00001616 07FC380A 00000000 00001626 10005881 00003112 0041D73C 0000000A
[ 122.102105] ath10k: [0040]: 00000000 00001626 10005881 00003112 0041D73C 0000000E 00000001 00001627
[ 122.111163] ath10k: [0048]: 1400587C 51100001 000F1054 00000400 00000003 00441BC4 00001627 1400581D
[ 122.120185] ath10k: [0056]: 000F1054 00441BC4 000F10A0 00000006 00004208 00001627 0C00581C 00000001
[ 122.129184] ath10k: [0064]: 00000006 000F1054
[ 122.138178] ath10k_ahb a800000.wifi: ATH10K_END
[ 127.059755] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 127.060124] ath10k: [0000]: 00002D21 10005881 00003112 0041D73C 0000000A 00000000 00002D21 10005881
[ 127.064992] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 127.074028] ath10k_ahb a800000.wifi: ATH10K_END
[ 133.056129] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 133.056604] ath10k: [0000]: 00004527 10005881 00003112 0041D73C 0000000A 00000000 00004527 10005881
[ 133.061582] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 133.070497] ath10k_ahb a800000.wifi: ATH10K_END
[ 139.053076] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 139.053550] ath10k: [0000]: 00005D35 10005881 00003112 0041D73C 0000000A 00000000 00005D35 10005881
[ 139.058330] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 139.067324] ath10k_ahb a800000.wifi: ATH10K_END
[ 145.049881] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 145.049975] ath10k: [0000]: 0000753C 10005881 00003112 0041D73C 0000000A 00000000 0000753C 10005881
[ 145.055051] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 145.063991] ath10k_ahb a800000.wifi: ATH10K_END
[ 151.047048] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 151.047182] ath10k: [0000]: 00008D4A 10005881 00003112 0041D73C 0000000A 00000000 00008D4B 10005881
[ 151.052244] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 151.061142] ath10k_ahb a800000.wifi: ATH10K_END
[ 157.044465] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 157.044950] ath10k: [0000]: 0000A557 10005881 00003112 0041D73C 0000000A 00000000 0000A557 10005881
[ 157.049918] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 157.058832] ath10k_ahb a800000.wifi: ATH10K_END
[ 158.043621] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 158.043679] ath10k: [0000]: 0000A807 0BFC5805 00001450 00000000 0000A808 13FC586C 00000002 00000080
[ 158.048721] ath10k: [0008]: 00001450 00000000 0000A818 17FC3C2A 61100001 01000001 01010000 14500000
[ 158.057710] ath10k: [0016]: 00000002 0000A8A9 0BFC5805 000A143C 00000000 0000A911 0BFC5805 00001464
[ 158.066703] ath10k: [0024]: 00000000 0000A9B3 0BFC5805 000A143C 00000000
[ 158.075727] ath10k_ahb a800000.wifi: ATH10K_END
[ 159.043235] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 159.043293] ath10k: [0000]: 0000AA1A 0BFC5805 00001478 00000000 0000AABC 0BFC5805 000A143C 00000000
[ 159.048353] ath10k: [0008]: 0000AB24 0BFC5805 0000148C 00000000 0000ABC4 0BFC5805 000A143C 00000000
[ 159.057315] ath10k: [0016]: 0000AC2D 0BFC5805 000014A0 00000000 0000ACCF 0BFC5805 000A143C 00000000
[ 159.066325] ath10k: [0024]: 0000AD36 0BFC5805 000014B4 00000000
[ 159.075337] ath10k_ahb a800000.wifi: ATH10K_END
[ 160.042925] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 160.043393] ath10k: [0000]: 0000ADD8 0BFC5805 000A143C 00000000 0000AE40 0BFC5805 000014C8 00000000
[ 160.048412] ath10k: [0008]: 0000AEE0 0BFC5805 000A143C 00000000 0000AF49 0BFC5805 0000157C 00000000
[ 160.057338] ath10k: [0016]: 0000AFE9 0BFC5805 000A143C 00000000 0000B052 0BFC5805 00001590 00000000
[ 160.066360] ath10k: [0024]: 0000B0F3 0BFC5805 000A143C 00000000 0000B15B 0BFC5805 000015A4 00000000
[ 160.075131] ath10k_ahb a800000.wifi: ATH10K_END
[ 161.042356] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 161.042825] ath10k: [0000]: 0000B1FC 0BFC5805 000A143C 00000000 0000B275 0BFC5805 000015B8 00000000
[ 161.047838] ath10k: [0008]: 0000B317 0BFC5805 000A143C 00000000 0000B37F 0BFC5805 000015CC 00000000
[ 161.056767] ath10k: [0016]: 0000B421 0BFC5805 000A143C 00000000 0000B488 0BFC5805 000015E0 00000000
[ 161.066016] ath10k: [0024]: 0000B529 0BFC5805 000A143C 00000000 0000B592 0BFC5805 000015F4 00000000
[ 161.074565] ath10k_ahb a800000.wifi: ATH10K_END
[ 162.041886] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 162.042064] ath10k: [0000]: 0000B633 0BFC5805 000A143C 00000000 0000B69B 0BFC5805 00001608 00000000
[ 162.047083] ath10k: [0008]: 0000B73D 0BFC5805 000A143C 00000000 0000B7A5 0BFC5805 0000161C 00000000
[ 162.056017] ath10k: [0016]: 0000B846 0BFC5805 000A143C 00000000 0000B8AE 0BFC5805 00001630 00000000
[ 162.065003] ath10k: [0024]: 0000B950 0BFC5805 000A143C 00000000 0000B9B8 0BFC5805 00001644 00000000
[ 162.074030] ath10k_ahb a800000.wifi: ATH10K_END
[ 162.331166] device wlan1 left promiscuous mode
[ 162.332583] br-lan: port 2(wlan1) entered disabled state
[ 162.400130] ath10k_ahb a800000.wifi: mac flush null vif, drop 0 queues 0xffff
[ 162.404059] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 0
[ 162.404169] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 0
[ 164.869884] ath10k_ahb a800000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96
[ 164.869932] ath10k_ahb a800000.wifi: msdu-desc: 2500 skid: 32
[ 164.905516] ath10k_ahb a800000.wifi: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0'
[ 164.906478] ath10k_ahb a800000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752'
[ 165.178248] ath10k_ahb a800000.wifi: rts threshold -1
[ 165.178505] ath10k_ahb a800000.wifi: Firmware lacks feature flag indicating a retry limit of > 2 is OK, requested limit: 4
[ 165.183882] br-lan: port 2(wlan1-1) entered blocking state
[ 165.188451] br-lan: port 2(wlan1-1) entered disabled state
[ 165.194432] device wlan1-1 entered promiscuous mode
[ 165.199643] br-lan: port 2(wlan1-1) entered blocking state
[ 165.204167] br-lan: port 2(wlan1-1) entered forwarding state
[ 165.210089] br-lan: port 2(wlan1-1) entered disabled state
[ 165.375401] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 165.375586] ath10k: [0000]: 0000054F 13FC0007 60002070 00000010 00000030 004E0001 00000550 13FC586C
[ 165.380611] ath10k: [0008]: 00000001 00000001 00001464 00000000 0000056A 17FC3C2A 61100001 01000004
[ 165.389509] ath10k: [0016]: 00010000 14640000 00000001 0000056B 17FC582E 00000003 0000001E 0000094C
[ 165.398530] ath10k: [0024]: 0000094C 00000000 0000056B 17FC582E 00000012 0000001E 0000094C 0000094C
[ 165.407557] ath10k: [0032]: 00000000 0000056B 17FC582E 00000045 0000001E 0000094C 0000094C 00000000
[ 165.416585] ath10k: [0040]: 0000056B 17FC582E 00000067 0000001E 0000094C 0000094C 00000000 00000575
[ 165.425612] ath10k: [0048]: 13FC586C 00000002 00000002 00001464 00000000 00000585 17FC3C2A 61100001
[ 165.434641] ath10k: [0056]: 01000001 01010000 14640000 00000002 00000585 13FC5822 9110B000 00000001
[ 165.443667] ath10k: [0064]: 00000001 00000001 00000586 1400587C 51100001 000F10EC 000003FC 00000001
[ 165.452697] ath10k: [0072]: 00441BC4 00000586 1000587A 0041D73C 00441BC4 FF000001 00000000 00000586
[ 165.461724] ath10k: [0080]: 14006403 00000000 01000000 00000000 00000000 00441BC4 00000586 14006402
[ 165.470751] ath10k: [0088]: 71103331 00000000 00000100 00000001 00000000 00000586 14006402 71103332
[ 165.479780] ath10k: [0096]: 00000000 00000100 0041A42C 00000000 00000586 1400587D 51100002 000F10EC
[ 165.488807] ath10k: [0104]: 00000057 00000000 00441BC4 00000586 1000587B 0041D73C 00441BC4 00000000
[ 165.497836] ath10k: [0112]: 0041A42C 0000058D 13FC586C 00000002 00000002 00001464 00000000 0000059E
[ 165.506864] ath10k: [0120]: 17FC3C2A 61100001 01000001 01010000 14640000 00000002 0000059E 13FC5822
[ 165.515888] ath10k: [0128]: 9110B000 00000001 00000001 00000001 000005A4 13FC586C 00000002 00000002
[ 165.524919] ath10k: [0136]: 00001464 00000000 000005B5 17FC3C2A 61100001 01000001 01010000 14640000
[ 165.533945] ath10k: [0144]: 00000002 000005B5 13FC5822 9110B000 00000001 00000001 00000001 000005BB
[ 165.542974] ath10k: [0152]: 13FC586C 00000002 00000002 00001464 00000000 000005CC 17FC3C2A 61100001
[ 165.552002] ath10k: [0160]: 01000001 01010000 14640000 00000002 000005CC 13FC5822 9110B000 00000001
[ 165.561028] ath10k: [0168]: 00000001 00000001 000005D2 13FC586C 00000002 00000002 00001464 00000000
[ 165.570058] ath10k: [0176]: 000005E2 17FC3C2A 61100001 01000001 01010000 14640000 00000002 000005E2
[ 165.579084] ath10k: [0184]: 13FC5822 9110B000 00000001 00000001 00000001 000005E9 13FC586C 00000002
[ 165.588113] ath10k: [0192]: 00000002 00001464 00000000 000005F9 17FC3C2A 61100001 01000001 01010000
[ 165.597139] ath10k: [0200]: 14640000 00000002 000005F9 13FC5822 9110B000 00000001 00000001 00000001
[ 165.606168] ath10k: [0208]: 00000600 13FC586C 00000002 00000002 00001464 00000000 00000610 17FC3C2A
[ 165.615195] ath10k: [0216]: 61100001 01000001 01010000 14640000 00000002 00000610 13FC5822 9110B000
[ 165.624221] ath10k: [0224]: 00000001 00000001 00000001 00000617 13FC586C 00000002 00000002 00001464
[ 165.633253] ath10k: [0232]: 00000000 00000627 17FC3C2A 61100001 01000001 01010000 14640000 00000002
[ 165.642278] ath10k: [0240]: 00000627 13FC5822 9110B000 00000001 00000001 00000001 0000062D 13FC586C
[ 165.651308] ath10k: [0248]: 00000002 00000002 00001464 00000000 0000063E 17FC3C2A 61100001 01000001
[ 165.660335] ath10k: [0256]: 01010000 14640000 00000002 0000063E 13FC5822 9110B000 00000001 00000001
[ 165.669362] ath10k: [0264]: 00000001 00000645 13FC586C 00000002 00000002 00001464 00000000 00000655
[ 165.678392] ath10k: [0272]: 17FC3C2A 61100001 01000001 01010000 14640000 00000002 00000655 13FC5822
[ 165.687418] ath10k: [0280]: 9110B000 00000001 00000001 00000001 0000065B 13FC586C 00000002 00000002
[ 165.696447] ath10k: [0288]: 00001464 00000000 0000066C 17FC3C2A 61100001 01000001 01010000 14640000
[ 165.705471] ath10k: [0296]: 00000002 0000066C 13FC5822 9110B000 00000001 00000001 00000001 00000672
[ 165.714501] ath10k: [0304]: 13FC586C 00000002 00000002 00001464 00000000 00000683 17FC3C2A 61100001
[ 165.723531] ath10k: [0312]: 01000001 01010000 14640000 00000002 00000683 13FC5822 9110B000 00000001
[ 165.732558] ath10k: [0320]: 00000001 00000001 00000684 1400587C 51100001 000F10EC 000003FC 00000001
[ 165.741585] ath10k: [0328]: 00441BC4 00000684 1400587C 51100001 000F10A0 00000408 00000002 00441BC4
[ 165.750614] ath10k: [0336]: 00000684 1000587A 0041D73C 00441BC4 FF010000 00000000 00000684 14006403
[ 165.759640] ath10k: [0344]: 25FD3A2E E2CF0000 00000000 00000001 00441BC4 00000685 10005881 00003112
[ 165.768668] ath10k: [0352]: 0041D73C 00000003 FFFFFFFF 00000685 10005881 00003112 0041D73C 0000000E
[ 165.777696] ath10k: [0360]: 00000000 000006B4 0BFC5805 0000143C 00000000 0000074E 0BFC5805 00001450
[ 165.786708] ath10k: [0368]: 00000000
[ 165.795735] ath10k_ahb a800000.wifi: ATH10K_END
[ 165.868175] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 165.868313] ath10k: [0000]: 000007F0 0BFC5805 00001464 00000000 00000890 0BFC5805 00001478 00000000
[ 165.873374] ath10k: [0008]: 00000937 0BFC5805 0000143C 00000000
[ 165.882267] ath10k_ahb a800000.wifi: ATH10K_END
[ 166.370873] ath10k_ahb a800000.wifi: rts threshold -1
[ 166.867938] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 166.868040] ath10k: [0000]: 000009D8 0BFC5805 00001450 00000000 00000A79 0BFC5805 00001464 00000000
[ 166.873149] ath10k: [0008]: 00000B1A 0BFC5805 00001478 00000000 00000B4A 1404587C 51100001 000F1054
[ 166.882112] ath10k: [0016]: 000003FC 00000003 00441A5C 00000B4A 1004587A 0041D64C 00441A5C FF000001
[ 166.891052] ath10k: [0024]: 00000001 00000B4A 14046403 00000000 01000000 00000001 00000000 00441A5C
[ 166.900082] ath10k: [0032]: 00000B4A 10045881 00003112 0041D64C 00000003 FFFFFFFF 00000B4B 10045881
[ 166.909077] ath10k: [0040]: 00003112 0041D64C 0000000E 00000000 00000BBD 0BFC5805 0000143C 00000000
[ 166.918129] ath10k: [0048]: 00000C5E 0BFC5805 00001450 00000000 00000CFF 0BFC5805 00001464 00000000
[ 166.927156] ath10k_ahb a800000.wifi: ATH10K_END
[ 167.867423] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 167.867479] ath10k: [0000]: 00000DA0 0BFC5805 00001478 00000000 00000E42 0BFC5805 0000143C 00000000
[ 167.872586] ath10k: [0008]: 00000EE3 0BFC5805 00001450 00000000 00000F84 0BFC5805 00001464 00000000
[ 167.881496] ath10k: [0016]: 00001024 0BFC5805 00001478 00000000 000010C8 0BFC5805 0000143C 00000000
[ 167.890516] ath10k_ahb a800000.wifi: ATH10K_END
[ 168.867166] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 168.867640] ath10k: [0000]: 00001169 0BFC5805 00001450 00000000 0000120A 0BFC5805 00001464 00000000
[ 168.872659] ath10k: [0008]: 000012AB 0BFC5805 00001478 00000000 000013B4 1400587C 51100001 000F1008
[ 168.881617] ath10k: [0016]: 00000400 00000004 00441BC4 000013B5 1400581D 000F1008 00441BC4 000F10A0
[ 168.890387] ath10k: [0024]: 00000006 00004208 000013B5 0C00581C 00000001 00000006 000F1008 000014A1
[ 168.899385] ath10k: [0032]: 0BFC5805 0000143C 00000000 000014DB 0BFC5805 00001450 00000000 00001516
[ 168.908407] ath10k: [0040]: 0BFC5805 00001464 00000000
[ 168.917426] ath10k_ahb a800000.wifi: ATH10K_END
[ 169.866708] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 169.867177] ath10k: [0000]: 00001550 0BFC5805 00001478 00000000 0000158A 0BFC5805 0000148C 00000000
[ 169.871975] ath10k: [0008]: 00001629 0BFC5805 000014A0 00000000 000016CA 0BFC5805 000014B4 00000000
[ 169.880907] ath10k: [0016]: 0000176B 0BFC5805 000014C8 00000000 0000180A 0BFC5805 0000157C 00000000
[ 169.889922] ath10k: [0024]: 000018AB 0BFC5805 00001590 00000000
[ 169.898909] ath10k_ahb a800000.wifi: ATH10K_END
[ 170.872668] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 170.873300] ath10k: [0000]: 0000194C 0BFC5805 000015A4 00000000 000019EC 0BFC5805 000015B8 00000000
[ 170.878215] ath10k: [0008]: 00001A8D 0BFC5805 000015CC 00000000 00001B2E 0BFC5805 000015E0 00000000
[ 170.886985] ath10k: [0016]: 00001BCD 0BFC5805 000015F4 00000000 00001C6E 0BFC5805 00001608 00000000
[ 170.896024] ath10k: [0024]: 00001D0F 0BFC5805 0000161C 00000000
[ 170.905036] ath10k_ahb a800000.wifi: ATH10K_END
[ 171.865298] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 171.865347] ath10k: [0000]: 00001DAF 0BFC5805 00001630 00000000 00001E50 0BFC5805 00001644 00000000
[ 171.870421] ath10k: [0008]: 00001EEF 0BFC5805 00001658 00000000 00001F91 0BFC5805 00001671 00000000
[ 171.879381] ath10k: [0016]: 00002031 0BFC5805 00001685 00000000 000020D2 0BFC5805 00001699 00000000
[ 171.888372] ath10k_ahb a800000.wifi: ATH10K_END
[ 172.221448] wlan1: authenticate with 86:2a:a8:18:94:c5
[ 172.406983] wlan1: send auth to 86:2a:a8:18:94:c5 (try 1/3)
[ 172.413355] wlan1: authenticated
[ 172.419423] wlan1: associate with 86:2a:a8:18:94:c5 (try 1/3)
[ 172.428153] wlan1: RX AssocResp from 86:2a:a8:18:94:c5 (capab=0x1511 status=0 aid=3)
[ 172.430781] ath10k_ahb a800000.wifi: pdev param 0 not supported by firmware
[ 172.435003] ath10k_ahb a800000.wifi: failed to enable peer stats info: -95
[ 172.442066] wlan1: associated
[ 172.466578] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
[ 172.523753] wlan1: Limiting TX power to 23 (23 - 0) dBm as advertised by 86:2a:a8:18:94:c5
[ 172.567926] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1-1: link becomes ready
[ 172.568296] br-lan: port 2(wlan1-1) entered blocking state
[ 172.573451] br-lan: port 2(wlan1-1) entered forwarding state
[ 172.865059] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 172.865115] ath10k: [0000]: 00002172 0BFC5805 000016AD 00000000 00002213 0BFC5805 000016C1 00000000
[ 172.870239] ath10k: [0008]: 000022B5 08043812 0044875C 0041D64C 000022B5 08045806 00000051 00000001
[ 172.879100] ath10k: [0016]: 000022B5 10043809 0000143C 00000001 00000000 00000000 000022B5 0BFC5805
[ 172.888166] ath10k: [0024]: 000A143C 00000000 000022B5 13FC586C 00000002 00000080 0000143C 00000001
[ 172.897168] ath10k: [0032]: 0000236B 17FC3C2A 61100001 01000001 01010000 143C0000 00000002 0000236D
[ 172.906191] ath10k: [0040]: 10045881 00003112 0041D64C 0000000A 00000000 0000236E 1404587C 51100001
[ 172.915217] ath10k: [0048]: 000F0FBC 000003FC 00000005 004418F4 0000236F 1404587C 51100001 000F0F70
[ 172.924244] ath10k: [0056]: 00000408 00000006 004418F4 0000236F 1004587A 0041D64C 004418F4 FF010000
[ 172.933272] ath10k: [0064]: 00000002 0000236F 14046403 18A82A86 C5940000 00000002 00000001 004418F4
[ 172.942311] ath10k: [0072]: 0000238B 10044C01 71100D08 00000000 0000000A 00000077 0000238B 14044C01
[ 172.951337] ath10k: [0080]: 71104441 030A94C5 1601B007 0000FFFA 0000FFFF 0000238C 13FC4C01 000081DF
[ 172.960365] ath10k: [0088]: 00449971 00000008 00000062 0000238C 14044C01 71108880 00000000 00680062
[ 172.969394] ath10k: [0096]: 00000000 00000FF0 0000238C 14044C01 71108880 00010000 00680062 00000000
[ 172.978402] ath10k: [0104]: 0000FFFF 0000238C 14044C01 71108880 00020000 00680062 00000000 0000FFFF
[ 172.987796] ath10k: [0112]: 0000238C 14044C01 71108880 00030000 00680062 00000000 0007FDFF 0000238C
[ 172.996833] ath10k: [0120]: 14044C01 71108880 00040000 00680062 00000000 000FFFFF 0000238C 14044C01
[ 173.005557] ath10k: [0128]: 71108880 00050000 00680062 00000000 000FFFFF 0000238C 14044C01 71104441
[ 173.014584] ath10k: [0136]: 030A94C5 1601B007 0000FFFA 0000FFFF 0000238C 13FC4C01 000081DF 0044AE4D
[ 173.023610] ath10k: [0144]: 00000008 00000062 0000238C 14044C01 71108880 00000000 00680062 00000000
[ 173.032933] ath10k: [0152]: 00000FF0 0000238C 14044C01 71108880 00010000 00680062 00000000 0000FFFF
[ 173.041955] ath10k: [0160]: 0000238C 14044C01 71108880 00020000 00680062 00000000 0000FFFF 0000238C
[ 173.050997] ath10k: [0168]: 14044C01 71108880 00030000 00680062 00000000 0007FDFF 0000238C 14044C01
[ 173.059725] ath10k: [0176]: 71108880 00040000 00680062 00000000 000FFFFF 0000238C 14044C01 71108880
[ 173.068708] ath10k: [0184]: 00050000 00680062 00000000 000FFFFF 00002397 10045808 00000A01 00000000
[ 173.077774] ath10k: [0192]: 00000001 00000001 00002397 14045808 00000001 00000000 00000001 00000000
[ 173.087095] ath10k: [0200]: 00000000 00002397 07FC380A 00000001 000023AE 1404581D 000F0FBC 004418F4
[ 173.096127] ath10k: [0208]: 000F0FBC 00000006 00004000 000023AE 1004581B 000094C5 00000000 00000006
[ 173.104861] ath10k: [0216]: 000F0FBC 000023AE 1404581D 000F0FBC 004418F4 000F0FBC 00000006 00004000
[ 173.113889] ath10k: [0224]: 000023AF 1404587C 51100001 000F0F24 00000400 00000007 004418F4 000023AF
[ 173.122917] ath10k: [0232]: 1404581D 000F0F24 004418F4 000F0FBC 00000006 00004000 000023AF 0C04581C
[ 173.132239] ath10k: [0240]: 00000001 00000006 000F0F24 000023AF 1404581D 000F0FBC 004418F4 000F0FBC
[ 173.141262] ath10k: [0248]: 00000006 00004000 000023C8 17FC5823 00000033 004418F4 94C50100 00000000
[ 173.150002] ath10k: [0256]: 00000040 000023EA 1404380F 61100101 0000143C 0000145A 00000000 009C9E28
[ 173.158986] ath10k: [0264]: 00002413 1400581D 00000000 00441BC4 000F1008 00000006 00000208 00002413
[ 173.168056] ath10k: [0272]: 0C00581C 00000001 00000000 000F1008 00002413 1400581D 000F1008 00441BC4
[ 173.177083] ath10k: [0280]: 000F1008 00000006 00004208 00002413 0C00581C 00000001 00000006 000F1008
[ 173.186407] ath10k: [0288]: 00002415 08003812 00448694 0041D73C 00002416 08005806 00000051 00000000
[ 173.195434] ath10k: [0296]: 00002416 10003809 0000143C 00000002 00000000 00000000 00002416 10005881
[ 173.204165] ath10k: [0304]: 00003112 0041D73C 0000000A 00000000 00002418 10005808 00000A01 00000001
[ 173.213191] ath10k: [0312]: 00000001 00000000 00002418 14005808 00000000 00000001 00000001 00000000
[ 173.222221] ath10k: [0320]: 00000000 00002418 1400380F 61100101 0000143C 0000145A 00000000 00000000
[ 173.231543] ath10k: [0328]: 00002418 13FC3807 00000000 0000143C 00000000 00000000 00002418 07FC380A
[ 173.240568] ath10k: [0336]: 00000000 00002424 10005881 00003112 0041D73C 0000000A 00000000 00002424
[ 173.249581] ath10k: [0344]: 10005881 00003112 0041D73C 0000000E 00000001
[ 173.258281] ath10k_ahb a800000.wifi: ATH10K_END
[ 173.268326] ath10k_ahb a800000.wifi: SWBA overrun on vdev 0, skipped old beacon
[ 174.864056] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 174.864192] ath10k: [0000]: 00002BB9 10005881 00003112 0041D73C 0000000A 00000000 00002BB9 10005881
[ 174.869414] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 174.878319] ath10k_ahb a800000.wifi: ATH10K_END
[ 180.861430] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 180.861561] ath10k: [0000]: 000043C0 10005881 00003112 0041D73C 0000000A 00000000 000043C0 10005881
[ 180.866781] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 180.875926] ath10k_ahb a800000.wifi: ATH10K_END
[ 186.859025] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 186.859495] ath10k: [0000]: 00005BC7 10005881 00003112 0041D73C 0000000A 00000000 00005BC7 10005881
[ 186.864281] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 186.873210] ath10k_ahb a800000.wifi: ATH10K_END
[ 187.858351] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 187.858400] ath10k: [0000]: 00005FEA 17FC5823 00000033 004418F4 94C50106 00000002 00000040 0000603E
[ 187.863538] ath10k: [0008]: 17FC5823 00000033 004418F4 94C50101 00000000 00000040
[ 187.872435] ath10k_ahb a800000.wifi: ATH10K_END
[ 192.856391] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 192.856757] ath10k: [0000]: 000073CD 10005881 00003112 0041D73C 0000000A 00000000 000073CD 10005881
[ 192.862095] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 192.870630] ath10k_ahb a800000.wifi: ATH10K_END
[ 198.853582] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 198.853713] ath10k: [0000]: 00008BD3 10005881 00003112 0041D73C 0000000A 00000000 00008BD3 10005881
[ 198.858741] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 198.867668] ath10k_ahb a800000.wifi: ATH10K_END
[ 204.851013] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 204.851147] ath10k: [0000]: 0000A3E1 10005881 00003112 0041D73C 0000000A 00000000 0000A3E1 10005881
[ 204.856371] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 204.865509] ath10k_ahb a800000.wifi: ATH10K_END
[ 210.848143] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 210.848623] ath10k: [0000]: 0000BBF4 10005881 00003112 0041D73C 0000000A 00000000 0000BBF4 10005881
[ 210.853592] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 210.862505] ath10k_ahb a800000.wifi: ATH10K_END
[ 216.846553] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 216.847031] ath10k: [0000]: 0000D3FB 10005881 00003112 0041D73C 0000000A 00000000 0000D3FB 10005881
[ 216.852047] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 216.860919] ath10k_ahb a800000.wifi: ATH10K_END
[ 222.842940] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 222.843046] ath10k: [0000]: 0000EC03 10005881 00003112 0041D73C 0000000A 00000000 0000EC03 10005881
[ 222.848103] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 222.857098] ath10k_ahb a800000.wifi: ATH10K_END
[ 228.839293] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 228.839427] ath10k: [0000]: 0001040A 10005881 00003112 0041D73C 0000000A 00000000 0001040B 10005881
[ 228.844451] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 228.853384] ath10k_ahb a800000.wifi: ATH10K_END
[ 234.836989] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 234.837124] ath10k: [0000]: 00011C18 10005881 00003112 0041D73C 0000000A 00000000 00011C18 10005881
[ 234.842148] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 234.851080] ath10k_ahb a800000.wifi: ATH10K_END
[ 240.834203] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 240.834674] ath10k: [0000]: 00013425 10005881 00003112 0041D73C 0000000A 00000000 00013425 10005881
[ 240.839456] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 240.848386] ath10k_ahb a800000.wifi: ATH10K_END
[ 246.831326] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 246.831800] ath10k: [0000]: 00014C2C 10005881 00003112 0041D73C 0000000A 00000000 00014C2C 10005881
[ 246.836576] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 246.845506] ath10k_ahb a800000.wifi: ATH10K_END
[ 252.827976] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 252.828110] ath10k: [0000]: 00016436 10005881 00003112 0041D73C 0000000A 00000000 00016437 10005881
[ 252.833137] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 252.842067] ath10k_ahb a800000.wifi: ATH10K_END
[ 258.825304] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 258.825435] ath10k: [0000]: 00017C3D 10005881 00003112 0041D73C 0000000A 00000000 00017C3D 10005881
[ 258.830834] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 258.839598] ath10k_ahb a800000.wifi: ATH10K_END
[ 264.822956] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 264.823093] ath10k: [0000]: 0001944C 10005881 00003112 0041D73C 0000000A 00000000 0001944D 10005881
[ 264.828115] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 264.837105] ath10k_ahb a800000.wifi: ATH10K_END
[ 270.820331] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 270.820464] ath10k: [0000]: 0001AC5C 10005881 00003112 0041D73C 0000000A 00000000 0001AC5C 10005881
[ 270.825487] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 270.834419] ath10k_ahb a800000.wifi: ATH10K_END
[ 276.817820] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 276.818294] ath10k: [0000]: 0001C46B 10005881 00003112 0041D73C 0000000A 00000000 0001C46B 10005881
[ 276.823078] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 276.832007] ath10k_ahb a800000.wifi: ATH10K_END
[ 282.814650] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 282.814787] ath10k: [0000]: 0001DC7B 10005881 00003112 0041D73C 0000000A 00000000 0001DC7B 10005881
[ 282.819808] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 282.828738] ath10k_ahb a800000.wifi: ATH10K_END
[ 286.813190] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 286.813661] ath10k: [0000]: 0001EAD0 1400587C 51100001 000F0ED8 000003FC 00000008 0044178C 0001EAD0
[ 286.818687] ath10k: [0008]: 1000587A 0041D73C 0044178C 01000000 00000003 0001EAD0 14006403 D1FBEEC0
[ 286.827459] ath10k: [0016]: 58FA0000 00000003 00000000 0044178C 0001EAD5 10005881 00003112 0041D73C
[ 286.836422] ath10k: [0024]: 0000000A 00000000 0001EAD5 10005881 00003112 0041D73C 0000000E 00000001
[ 286.845447] ath10k: [0032]: 0001EAD6 10004C01 71100D08 00000000 0000000A 00000077 0001EAD6 14004C01
[ 286.854430] ath10k: [0040]: 71104441 010AFA58 1601B003 0000FFFE 000000FF 0001EAD6 13FC4C01 000081DF
[ 286.863458] ath10k: [0048]: 00449971 00000008 00000035 0001EAD6 14004C01 71108880 00000000 00680035
[ 286.872484] ath10k: [0056]: 00000000 00000FF0 0001EAD6 14004C01 71108880 00010000 00680035 00000000
[ 286.881511] ath10k: [0064]: 000000FF 0001EAD6 14004C01 71108880 00020000 00680035 00000000 000000FF
[ 286.890539] ath10k: [0072]: 0001EAD6 14004C01 71108880 00030000 00680035 00000000 000001FF 0001EAD6
[ 286.899568] ath10k: [0080]: 14004C01 71108880 00040000 00680035 00000000 000003FF 0001EAD6 14004C01
[ 286.908595] ath10k: [0088]: 71108880 00050000 00680035 00000000 000003FF 0001EAD7 14004C01 71104441
[ 286.917622] ath10k: [0096]: 010AFA58 1601B003 0000FFFE 000000FF 0001EAD7 13FC4C01 000081DF 0044B0B5
[ 286.926650] ath10k: [0104]: 00000008 00000035 0001EAD7 14004C01 71108880 00000000 00680035 00000000
[ 286.935679] ath10k: [0112]: 00000FF0 0001EAD7 14004C01 71108880 00010000 00680035 00000000 000000FF
[ 286.944706] ath10k: [0120]: 0001EAD7 14004C01 71108880 00020000 00680035 00000000 000000FF 0001EAD7
[ 286.953734] ath10k: [0128]: 14004C01 71108880 00030000 00680035 00000000 000001FF 0001EAD7 14004C01
[ 286.962761] ath10k: [0136]: 71108880 00040000 00680035 00000000 000003FF 0001EAD7 14004C01 71108880
[ 286.971790] ath10k: [0144]: 00050000 00680035 00000000 000003FF 0001EADF 1400581D 00000000 00441BC4
[ 286.980817] ath10k: [0152]: 000F1008 00000006 00000208 0001EADF 0C00581C 00000001 00000000 000F1008
[ 286.989844] ath10k: [0160]: 0001EADF 1400581D 000F1008 00441BC4 000F1008 00000006 00004208 0001EADF
[ 286.998872] ath10k: [0168]: 0C00581C 00000001 00000006 000F1008 0001EAEF 1400581D 000F0ED8 0044178C
[ 287.007901] ath10k: [0176]: 000F0ED8 00000006 00004000 0001EAEF 1000581B 0000FA58 00000000 00000006
[ 287.016927] ath10k: [0184]: 000F0ED8 0001EB0E 17FC5402 00000048 00000001 00000000 0000FFFE 00000000
[ 287.025956] ath10k: [0192]: 0001EB0E 17FC5402 00000049 00000000 00000000 00000000 00000000 0001EB0E
[ 287.034984] ath10k: [0200]: 0FFC5402 00003ADD 00000001 00000000 0001EB73 17FC5823 00000033 0044178C
[ 287.044008] ath10k: [0208]: FA580106 00000002 00000040
[ 287.053033] ath10k_ahb a800000.wifi: ATH10K_END
[ 288.812512] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 288.812883] ath10k: [0000]: 0001F489 10005881 00003112 0041D73C 0000000A 00000000 0001F48C 10005881
[ 288.817877] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 288.827059] ath10k_ahb a800000.wifi: ATH10K_END
[ 292.810967] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 292.811432] ath10k: [0000]: 0002032F 17FC5823 00000033 0044178C FA580100 00000001 00000040
[ 292.816420] ath10k_ahb a800000.wifi: ATH10K_END
[ 294.810172] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 294.810642] ath10k: [0000]: 00020C9B 10005881 00003112 0041D73C 0000000A 00000000 00020C9C 10005881
[ 294.815427] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 294.824358] ath10k_ahb a800000.wifi: ATH10K_END
[ 300.807331] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 300.807465] ath10k: [0000]: 000224A4 10005881 00003112 0041D73C 0000000A 00000000 000224A4 10005881
[ 300.812493] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 300.821479] ath10k_ahb a800000.wifi: ATH10K_END
[ 306.804789] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 306.805268] ath10k: [0000]: 00023CAB 10005881 00003112 0041D73C 0000000A 00000000 00023CAB 10005881
[ 306.810093] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 306.818982] ath10k_ahb a800000.wifi: ATH10K_END
[ 312.801903] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 312.802278] ath10k: [0000]: 000254BA 10005881 00003112 0041D73C 0000000A 00000000 000254BA 10005881
[ 312.807275] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 312.816519] ath10k_ahb a800000.wifi: ATH10K_END
[ 318.798567] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 318.798701] ath10k: [0000]: 00026CCB 10005881 00003112 0041D73C 0000000A 00000000 00026CCB 10005881
[ 318.804105] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 318.812847] ath10k_ahb a800000.wifi: ATH10K_END
[ 324.795691] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 324.795796] ath10k: [0000]: 000284D3 10005881 00003112 0041D73C 0000000A 00000000 000284D3 10005881
[ 324.800920] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 324.809827] ath10k_ahb a800000.wifi: ATH10K_END
[ 330.793021] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 330.793501] ath10k: [0000]: 00029CDA 10005881 00003112 0041D73C 0000000A 00000000 00029CDA 10005881
[ 330.798473] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 330.807548] ath10k_ahb a800000.wifi: ATH10K_END
[ 336.790094] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 336.790231] ath10k: [0000]: 0002B4E0 10005881 00003112 0041D73C 0000000A 00000000 0002B4E0 10005881
[ 336.795254] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 336.804246] ath10k_ahb a800000.wifi: ATH10K_END
[ 342.786955] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 342.787003] ath10k: [0000]: 0002CCE7 10005881 00003112 0041D73C 0000000A 00000000 0002CCE7 10005881
[ 342.792100] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 342.801023] ath10k_ahb a800000.wifi: ATH10K_END
[ 348.784314] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 348.784794] ath10k: [0000]: 0002E4ED 10005881 00003112 0041D73C 0000000A 00000000 0002E4ED 10005881
[ 348.789763] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 348.798678] ath10k_ahb a800000.wifi: ATH10K_END
[ 354.781198] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 354.781670] ath10k: [0000]: 0002FCFC 10005881 00003112 0041D73C 0000000A 00000000 0002FCFC 10005881
[ 354.786646] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 354.795561] ath10k_ahb a800000.wifi: ATH10K_END
[ 360.778395] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 360.778879] ath10k: [0000]: 0003150E 10005881 00003112 0041D73C 0000000A 00000000 0003150E 10005881
[ 360.783660] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 360.792588] ath10k_ahb a800000.wifi: ATH10K_END
[ 366.775252] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 366.775734] ath10k: [0000]: 00032D1E 10005881 00003112 0041D73C 0000000A 00000000 00032D1E 10005881
[ 366.780702] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 366.789442] ath10k_ahb a800000.wifi: ATH10K_END
[ 372.772522] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 372.773008] ath10k: [0000]: 0003452B 10005881 00003112 0041D73C 0000000A 00000000 0003452B 10005881
[ 372.777973] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 372.786886] ath10k_ahb a800000.wifi: ATH10K_END
[ 378.769283] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 378.769764] ath10k: [0000]: 00035D3B 10005881 00003112 0041D73C 0000000A 00000000 00035D3B 10005881
[ 378.774739] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 378.783646] ath10k_ahb a800000.wifi: ATH10K_END
[ 384.765905] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 384.765976] ath10k: [0000]: 0003754A 10005881 00003112 0041D73C 0000000A 00000000 0003754A 10005881
[ 384.771029] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 384.779944] ath10k_ahb a800000.wifi: ATH10K_END
[ 390.763305] ath10k_ahb a800000.wifi: ath10k_pci ATH10K_DBG_BUFFER:
[ 390.763367] ath10k: [0000]: 00038D5A 10005881 00003112 0041D73C 0000000A 00000000 00038D5C 10005881
[ 390.768401] ath10k: [0008]: 00003112 0041D73C 0000000E 00000001
[ 390.777337] ath10k_ahb a800000.wifi: ATH10K_END

I replaced the first dmesg with a really debug enabled kernel.log

I changed the channel on my main wifi for testing purposes, but now my "camping wifi" is not visible anymore.
I did a fresh boot:

[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 5.4.154 (builder@buildhost) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r16325-88151b8303)) #0 SMP Sun Oct 24 09:01:35 2021
[ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: AVM FRITZ!Box 4040
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] On node 0 totalpages: 65024
[ 0.000000] Normal zone: 576 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 65024 pages, LIFO batch:15
[ 0.000000] percpu: Embedded 15 pages/cpu s30156 r8192 d23092 u61440
[ 0.000000] pcpu-alloc: s30156 r8192 d23092 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: 64448
[ 0.000000] Kernel command line:
[ 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] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 248616K/260096K available (5786K kernel code, 189K rwdata, 872K rodata, 1024K init, 241K bss, 11480K reserved, 0K cma-reserved, 0K highmem)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] random: get_random_bytes called from 0xc0a00bbc with crng_init=0
[ 0.000000] arch_timer: cp15 timer(s) running at 48.00MHz (virt).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xb11fd3bfb, max_idle_ns: 440795203732 ns
[ 0.000007] sched_clock: 56 bits at 48MHz, resolution 20ns, wraps every 4398046511096ns
[ 0.000021] Switching to timer-based delay loop, resolution 20ns
[ 0.000240] Calibrating delay loop (skipped), value calculated using timer frequency.. 96.00 BogoMIPS (lpj=480000)
[ 0.000259] pid_max: default: 32768 minimum: 301
[ 0.000463] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.000481] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.001498] CPU: Testing write buffer coherency: ok
[ 0.002542] Setting up static identity map for 0x80300000 - 0x80300060
[ 0.002682] rcu: Hierarchical SRCU implementation.
[ 0.003129] smp: Bringing up secondary CPUs ...
[ 0.006258] smp: Brought up 1 node, 4 CPUs
[ 0.006280] SMP: Total of 4 processors activated (384.00 BogoMIPS).
[ 0.006288] CPU: All CPU(s) started in SVC mode.
[ 0.010939] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[ 0.011100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.011127] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.011354] pinctrl core: initialized pinctrl subsystem
[ 0.012400] NET: Registered protocol family 16
[ 0.012672] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.013930] cpuidle: using governor ladder
[ 0.013977] cpuidle: using governor menu
[ 0.033839] cryptd: max_cpu_qlen set to 1000
[ 0.037211] usbcore: registered new interface driver usbfs
[ 0.037282] usbcore: registered new interface driver hub
[ 0.037349] usbcore: registered new device driver usb
[ 0.037400] pps_core: LinuxPPS API ver. 1 registered
[ 0.037412] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.037438] PTP clock support registered
[ 0.038131] workqueue: max_active 576 requested for napi_workq is out of range, clamping between 1 and 512
[ 0.039223] clocksource: Switched to clocksource arch_sys_counter
[ 0.040128] thermal_sys: Registered thermal governor 'step_wise'
[ 0.040430] NET: Registered protocol family 2
[ 0.040599] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.041370] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[ 0.041412] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.041450] TCP bind hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 0.041498] TCP: Hash tables configured (established 2048 bind 2048)
[ 0.041620] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.041660] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.041911] NET: Registered protocol family 1
[ 0.041953] PCI: CLS 0 bytes, default 64
[ 0.043803] workingset: timestamp_bits=14 max_order=16 bucket_order=2
[ 0.049624] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.049641] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.099978] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 0.103345] bam-dma-engine 8e04000.dma: num-channels unspecified in dt
[ 0.103366] bam-dma-engine 8e04000.dma: num-ees unspecified in dt
[ 0.104072] tcsr 1949000.tcsr: setting wifi_glb_cfg = 41000000
[ 0.104173] tcsr 194b000.tcsr: setting usb hs phy mode select = e700e7
[ 0.104260] tcsr 1953000.ess_tcsr: setting ess interface select = 0
[ 0.104341] tcsr 1957000.tcsr: setting wifi_noc_memtype_m0_m2 = 2222222
[ 0.104647] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[ 0.106566] msm_serial 78af000.serial: msm_serial: detected port #0
[ 0.106611] msm_serial 78af000.serial: uartclk = 1843200
[ 0.106667] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 25, base_baud = 115200) is a MSM
[ 0.106695] msm_serial: console setup on port #0
[ 0.597857] printk: console [ttyMSM0] enabled
[ 0.602798] msm_serial: driver initialized
[ 0.611908] loop: module loaded
[ 0.612939] spi_qup 78b5000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64
[ 0.615513] spi-nor spi0.0: mx25l25635e (32768 Kbytes)
[ 0.621283] 13 fixed-partitions partitions found on MTD device spi0.0
[ 0.626098] Creating 13 MTD partitions on "spi0.0":
[ 0.632642] 0x000000000000-0x000000040000 : "SBL1"
[ 0.638250] 0x000000040000-0x000000060000 : "MIBIB"
[ 0.643021] 0x000000060000-0x0000000c0000 : "QSEE"
[ 0.647763] 0x0000000c0000-0x0000000d0000 : "CDT"
[ 0.652725] 0x0000000d0000-0x0000000e0000 : "DDRPARAMS"
[ 0.657379] 0x0000000e0000-0x0000000f0000 : "APPSBLENV"
[ 0.662492] 0x0000000f0000-0x0000003cc000 : "urlader"
[ 0.667640] 0x00000011dc00-0x000000120000 : "urlader_config"
[ 0.672918] 0x000000120000-0x0000001a0000 : "tffs1"
[ 0.678560] 0x0000001a0000-0x000000220000 : "tffs2"
[ 0.683263] 0x000000220000-0x0000002a0000 : "uboot"
[ 0.688038] 0x0000002a0000-0x000001f00000 : "firmware"
[ 0.693501] 2 fit-fw partitions found on MTD device firmware
[ 0.697280] Creating 2 MTD partitions on "firmware":
[ 0.703164] 0x000000000000-0x0000002a0000 : "kernel"
[ 0.708989] 0x00000029e4cc-0x000001c60000 : "rootfs"
[ 0.713836] mtd: device 13 (rootfs) set to be root filesystem
[ 0.718234] 1 squashfs-split partitions found on MTD device rootfs
[ 0.723633] 0x000000610000-0x000001c60000 : "rootfs_data"
[ 0.730533] 0x000001f00000-0x000002000000 : "jffs2"
[ 0.736717] libphy: ipq4019_mdio: probed
[ 0.764928] ESS reset ok!
[ 0.789220] ESS reset ok!
[ 1.210861] libphy: Fixed MDIO Bus: probed
[ 1.213039] GPIO line 409 (enable USB3 power) hogged as output/high
[ 1.324179] i2c /dev entries driver
[ 1.326163] sdhci: Secure Digital Host Controller Interface driver
[ 1.326476] sdhci: Copyright(c) Pierre Ossman
[ 1.332802] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.340853] NET: Registered protocol family 10
[ 1.344203] Segment Routing with IPv6
[ 1.347216] NET: Registered protocol family 17
[ 1.350968] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 1.355222] 8021q: 802.1Q VLAN Support v1.8
[ 1.368378] Registering SWP/SWPB emulation handler
[ 1.381885] hctosys: unable to open rtc device (rtc0)
[ 1.387545] VFS: Mounted root (squashfs filesystem) readonly on device 31:13.
[ 1.389148] Freeing unused kernel memory: 1024K
[ 1.433012] Run /sbin/init as init process
[ 1.473411] random: fast init done
[ 2.402831] init: Console is alive
[ 2.403071] init: - watchdog -
[ 3.688303] kmodloader: loading kernel modules from /etc/modules-boot.d/

[ 3.893749] dwc3-qcom 8af8800.usb3: IRQ hs_phy_irq not found
[ 3.893790] dwc3-qcom 8af8800.usb3: IRQ dp_hs_phy_irq not found
[ 3.898482] dwc3-qcom 8af8800.usb3: IRQ dm_hs_phy_irq not found
[ 3.904190] dwc3-qcom 8af8800.usb3: IRQ ss_phy_irq not found
[ 3.911769] dwc3-qcom 60f8800.usb2: IRQ hs_phy_irq not found
[ 3.915930] dwc3-qcom 60f8800.usb2: IRQ dp_hs_phy_irq not found
[ 3.921626] dwc3-qcom 60f8800.usb2: IRQ dm_hs_phy_irq not found
[ 3.927214] dwc3-qcom 60f8800.usb2: IRQ ss_phy_irq not found
[ 3.935237] dwc3 8a00000.dwc3: Failed to get clk 'ref': -2
[ 4.054504] dwc3 6000000.dwc3: Failed to get clk 'ref': -2
[ 4.176961] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 4.177028] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[ 4.181655] xhci-hcd xhci-hcd.0.auto: hcc params 0x0228f665 hci version 0x100 quirks 0x0000000002010010
[ 4.189024] xhci-hcd xhci-hcd.0.auto: irq 94, io mem 0x08a00000
[ 4.198536] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 4.204254] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[ 4.209777] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[ 4.220343] hub 1-0:1.0: USB hub found
[ 4.223936] hub 1-0:1.0: 1 port detected
[ 4.228058] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 4.232292] hub 2-0:1.0: USB hub found
[ 4.239850] hub 2-0:1.0: 1 port detected
[ 4.243866] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 4.247428] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3
[ 4.252963] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f665 hci version 0x100 quirks 0x0000000002010010
[ 4.260366] xhci-hcd xhci-hcd.1.auto: irq 95, io mem 0x06000000
[ 4.269837] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 4.275556] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4
[ 4.281131] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[ 4.289654] hub 3-0:1.0: USB hub found
[ 4.295285] hub 3-0:1.0: 1 port detected
[ 4.299481] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 4.303602] hub 4-0:1.0: USB hub found
[ 4.311296] hub 4-0:1.0: config failed, hub doesn't have any ports! (err -19)
[ 4.325427] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[ 4.329954] init: - preinit -
[ 4.966812] random: crng init done
[ 5.237056] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 9.847823] jffs2: notice: (169) jffs2_build_xattr_subsystem: complete building xattr subsystem, 34 of xdatum (28 unchecked, 6 orphan) and 50 of xref (6 dead, 0 orphan) found.
[ 9.863075] mount_root: switching to jffs2 overlay
[ 9.880877] overlayfs: upper fs does not support tmpfile.
[ 9.910581] urandom-seed: Seeding with /etc/urandom.seed
[ 10.169515] procd: - early -
[ 10.169661] procd: - watchdog -
[ 10.767323] procd: - watchdog -
[ 10.777481] procd: - ubus -
[ 10.840673] procd: - init -
[ 11.552492] kmodloader: loading kernel modules from /etc/modules.d/*
[ 11.556187] urngd: v1.0.2 started.
[ 11.628208] Loading modules backported from Linux version v5.10.68-0-g4d8524048a35
[ 11.628249] Backport generated by backports.git v5.10.68-1-0-ga4f9ba32
[ 11.646968] xt_time: kernel timezone is -0000
[ 11.680675] PPP generic driver version 2.4.2
[ 11.681672] NET: Registered protocol family 24
[ 13.448816] ath10k_ahb a000000.wifi: qca4019 hw1.0 target 0x01000000 chip_id 0x003b00ff sub 0000:0000
[ 13.448864] ath10k_ahb a000000.wifi: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0
[ 13.460753] ath10k_ahb a000000.wifi: firmware ver 10.4b-ct-4019-fW-13-5ae337bb1 api 5 features mfp,peer-flow-ctrl,txstatus-noack,wmi-10.x-CT,ratemask-CT,regdump-CT,txrate-CT,flush-all-CT,pingpong-CT,ch-regs-CT,nop-CT,set-special-CT,tx-rc-CT,cust-stats-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT,wmi-bcn-rc-CT crc32 6b2b5c5b
[ 13.554435] ath10k_ahb a000000.wifi: board_file api 2 bmi_id 0:16 crc32 e2dfaa91
[ 14.842020] ath10k_ahb a000000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96
[ 14.842066] ath10k_ahb a000000.wifi: msdu-desc: 2500 skid: 32
[ 14.876661] ath10k_ahb a000000.wifi: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0'
[ 14.877643] ath10k_ahb a000000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752'
[ 15.001303] ath10k_ahb a000000.wifi: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 32 raw 0 hwcrypto 1
[ 15.110726] ath: EEPROM regdomain sanitized
[ 15.110759] ath: EEPROM regdomain: 0x64
[ 15.110773] ath: EEPROM indicates we should expect a direct regpair map
[ 15.110811] ath: Country alpha2 being used: 00
[ 15.110825] ath: Regpair used: 0x64
[ 15.930549] ath10k_ahb a800000.wifi: qca4019 hw1.0 target 0x01000000 chip_id 0x003b00ff sub 0000:0000
[ 15.930604] ath10k_ahb a800000.wifi: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0
[ 15.943388] ath10k_ahb a800000.wifi: firmware ver 10.4b-ct-4019-fW-13-5ae337bb1 api 5 features mfp,peer-flow-ctrl,txstatus-noack,wmi-10.x-CT,ratemask-CT,regdump-CT,txrate-CT,flush-all-CT,pingpong-CT,ch-regs-CT,nop-CT,set-special-CT,tx-rc-CT,cust-stats-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT,wmi-bcn-rc-CT crc32 6b2b5c5b
[ 15.997875] ath10k_ahb a800000.wifi: board_file api 2 bmi_id 0:17 crc32 e2dfaa91
[ 17.285443] ath10k_ahb a800000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96
[ 17.285491] ath10k_ahb a800000.wifi: msdu-desc: 2500 skid: 32
[ 17.321112] ath10k_ahb a800000.wifi: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0'
[ 17.322074] ath10k_ahb a800000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752'
[ 17.444559] ath10k_ahb a800000.wifi: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 32 raw 0 hwcrypto 1
[ 17.546386] ath: EEPROM regdomain sanitized
[ 17.546405] ath: EEPROM regdomain: 0x64
[ 17.546411] ath: EEPROM indicates we should expect a direct regpair map
[ 17.546429] ath: Country alpha2 being used: 00
[ 17.546435] ath: Regpair used: 0x64
[ 17.556113] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 22.843273] br-lan: port 1(eth0) entered blocking state
[ 22.843321] br-lan: port 1(eth0) entered disabled state
[ 22.847804] device eth0 entered promiscuous mode
[ 22.971699] ess_edma c080000.edma eth1: Link is Down
[ 23.849381] br-lan: port 1(eth0) entered blocking state
[ 23.849424] br-lan: port 1(eth0) entered forwarding state
[ 23.854758] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[ 25.506533] ath10k_ahb a800000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96
[ 25.506581] ath10k_ahb a800000.wifi: msdu-desc: 2500 skid: 32
[ 25.542152] ath10k_ahb a800000.wifi: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0'
[ 25.543510] ath10k_ahb a800000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752'
[ 25.832475] ath10k_ahb a800000.wifi: rts threshold -1
[ 25.836428] ath10k_ahb a800000.wifi: Firmware lacks feature flag indicating a retry limit of > 2 is OK, requested limit: 4
[ 25.845661] br-lan: port 2(wlan1-1) entered blocking state
[ 25.847583] br-lan: port 2(wlan1-1) entered disabled state
[ 25.853569] device wlan1-1 entered promiscuous mode
[ 26.025716] ath10k_ahb a800000.wifi: NOTE: Firmware DBGLOG output disabled in debug_mask: 0x10000000
[ 26.999814] ath10k_ahb a800000.wifi: rts threshold -1
[ 31.089557] device wlan1-1 left promiscuous mode
[ 31.089785] br-lan: port 2(wlan1-1) entered disabled state
[ 31.181551] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 0
[ 31.181673] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 0
[ 33.840436] ath10k_ahb a800000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96
[ 33.840491] ath10k_ahb a800000.wifi: msdu-desc: 2500 skid: 32
[ 33.876361] ath10k_ahb a800000.wifi: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0'
[ 33.877247] ath10k_ahb a800000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752'
[ 34.162465] ath10k_ahb a800000.wifi: rts threshold -1
[ 34.162828] ath10k_ahb a800000.wifi: Firmware lacks feature flag indicating a retry limit of > 2 is OK, requested limit: 4
[ 34.173449] br-lan: port 2(wlan1) entered blocking state
[ 34.177463] br-lan: port 2(wlan1) entered disabled state
[ 34.183514] device wlan1 entered promiscuous mode
[ 37.979947] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
[ 37.982141] br-lan: port 2(wlan1) entered blocking state
[ 37.985643] br-lan: port 2(wlan1) entered forwarding state
[ 53.839553] device wlan1 left promiscuous mode
[ 53.839774] br-lan: port 2(wlan1) entered disabled state
[ 53.880826] ath10k_ahb a800000.wifi: mac flush null vif, drop 0 queues 0xffff
[ 53.882574] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 0
[ 53.886961] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 0
[ 56.399348] ath10k_ahb a800000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96
[ 56.399402] ath10k_ahb a800000.wifi: msdu-desc: 2500 skid: 32
[ 56.434948] ath10k_ahb a800000.wifi: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0'
[ 56.435927] ath10k_ahb a800000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752'
[ 56.721666] ath10k_ahb a800000.wifi: rts threshold -1
[ 56.723488] ath10k_ahb a800000.wifi: Firmware lacks feature flag indicating a retry limit of > 2 is OK, requested limit: 4
[ 56.743314] br-lan: port 2(wlan1-1) entered blocking state
[ 56.743351] br-lan: port 2(wlan1-1) entered disabled state
[ 56.748072] device wlan1-1 entered promiscuous mode
[ 57.929675] ath10k_ahb a800000.wifi: rts threshold -1
[ 63.776889] wlan1: authenticate with 86:2a:a8:18:94:c5
[ 63.961778] wlan1: send auth to 86:2a:a8:18:94:c5 (try 1/3)
[ 63.964050] wlan1: authenticated
[ 63.969540] wlan1: associate with 86:2a:a8:18:94:c5 (try 1/3)
[ 63.975129] wlan1: RX AssocResp from 86:2a:a8:18:94:c5 (capab=0x1511 status=0 aid=1)
[ 63.976072] ath10k_ahb a800000.wifi: pdev param 0 not supported by firmware
[ 63.983175] ath10k_ahb a800000.wifi: failed to enable peer stats info: -95
[ 63.990090] wlan1: associated
[ 64.009560] device wlan1-1 left promiscuous mode
[ 64.009815] br-lan: port 2(wlan1-1) entered disabled state
[ 64.034195] wlan1: Limiting TX power to 20 (23 - 3) dBm as advertised by 86:2a:a8:18:94:c5
[ 64.072091] ath10k_ahb a800000.wifi: Invalid peer id 0 or peer stats buffer, peer: 83b45546 sta: 00000000
[ 64.074579] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 0
[ 64.080789] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 0
[ 64.092993] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
[ 64.295445] wlan1: deauthenticating from 86:2a:a8:18:94:c5 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 64.295614] ath10k_ahb a800000.wifi: mac flush vdev 1 drop 1 queues 0x2 ar->paused: 0x0 arvif->paused: 0x0
[ 64.304107] ath10k_ahb a800000.wifi: mac flush vdev 1 drop 0 queues 0x2 ar->paused: 0x0 arvif->paused: 0x0
[ 64.314081] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 2
[ 64.322961] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 2
[ 64.331379] ath10k_ahb a800000.wifi: mac flush null vif, drop 0 queues 0xffff
[ 66.850603] ath10k_ahb a800000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96
[ 66.850660] ath10k_ahb a800000.wifi: msdu-desc: 2500 skid: 32
[ 66.886255] ath10k_ahb a800000.wifi: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0'
[ 66.887160] ath10k_ahb a800000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752'
[ 67.174347] ath10k_ahb a800000.wifi: rts threshold -1
[ 67.175902] ath10k_ahb a800000.wifi: Firmware lacks feature flag indicating a retry limit of > 2 is OK, requested limit: 4
[ 67.202267] br-lan: port 2(wlan1) entered blocking state
[ 67.202304] br-lan: port 2(wlan1) entered disabled state
[ 67.207048] device wlan1 entered promiscuous mode
[ 70.996667] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
[ 70.998893] br-lan: port 2(wlan1) entered blocking state
[ 71.002801] br-lan: port 2(wlan1) entered forwarding state
[ 78.889493] device wlan1 left promiscuous mode
[ 78.889670] br-lan: port 2(wlan1) entered disabled state
[ 78.980540] ath10k_ahb a800000.wifi: mac flush null vif, drop 0 queues 0xffff
[ 78.983579] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 0
[ 78.986682] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 0
[ 81.520047] ath10k_ahb a800000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96
[ 81.520094] ath10k_ahb a800000.wifi: msdu-desc: 2500 skid: 32
[ 81.555646] ath10k_ahb a800000.wifi: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0'
[ 81.556643] ath10k_ahb a800000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752'
[ 81.843965] ath10k_ahb a800000.wifi: rts threshold -1
[ 81.845575] ath10k_ahb a800000.wifi: Firmware lacks feature flag indicating a retry limit of > 2 is OK, requested limit: 4
[ 81.873346] br-lan: port 2(wlan1-1) entered blocking state
[ 81.873391] br-lan: port 2(wlan1-1) entered disabled state
[ 81.878174] device wlan1-1 entered promiscuous mode
[ 83.048601] ath10k_ahb a800000.wifi: rts threshold -1
[ 85.140786] ath10k_ahb a800000.wifi: mac-vif-chan had error in htt_rx_h_vdev_channel, peer-id: 0 vdev-id: 0 peer-addr: 2e:3a:fd:25:cf:e2.
[ 88.789515] device wlan1-1 left promiscuous mode
[ 88.789718] br-lan: port 2(wlan1-1) entered disabled state
[ 88.861318] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 0
[ 88.861406] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 0
[ 88.869027] wlan1: authenticate with 86:2a:a8:18:94:c5
[ 89.061123] wlan1: send auth to 86:2a:a8:18:94:c5 (try 1/3)
[ 89.063621] wlan1: authenticated
[ 89.180636] wlan1: associate with 86:2a:a8:18:94:c5 (try 1/3)
[ 89.186250] wlan1: RX AssocResp from 86:2a:a8:18:94:c5 (capab=0x1511 status=0 aid=1)
[ 89.187582] ath10k_ahb a800000.wifi: pdev param 0 not supported by firmware
[ 89.193402] ath10k_ahb a800000.wifi: failed to enable peer stats info: -95
[ 89.200205] wlan1: associated
[ 89.224788] wlan1: Limiting TX power to 20 (23 - 3) dBm as advertised by 86:2a:a8:18:94:c5
[ 89.225929] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
[ 89.245038] wlan1: deauthenticating from 86:2a:a8:18:94:c5 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 89.245282] ath10k_ahb a800000.wifi: mac flush vdev 1 drop 1 queues 0x2 ar->paused: 0x0 arvif->paused: 0x0
[ 89.253726] ath10k_ahb a800000.wifi: mac flush vdev 1 drop 0 queues 0x2 ar->paused: 0x0 arvif->paused: 0x0
[ 89.263849] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 0
[ 89.272644] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 0
[ 89.280666] ath10k_ahb a800000.wifi: mac flush null vif, drop 0 queues 0xffff
[ 91.618743] ath10k_ahb a800000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96
[ 91.618793] ath10k_ahb a800000.wifi: msdu-desc: 2500 skid: 32
[ 91.654539] ath10k_ahb a800000.wifi: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0'
[ 91.657082] ath10k_ahb a800000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752'
[ 91.939058] ath10k_ahb a800000.wifi: rts threshold -1
[ 91.941272] ath10k_ahb a800000.wifi: Firmware lacks feature flag indicating a retry limit of > 2 is OK, requested limit: 4
[ 91.956484] br-lan: port 2(wlan1) entered blocking state
[ 91.956530] br-lan: port 2(wlan1) entered disabled state
[ 91.961515] device wlan1 entered promiscuous mode
[ 95.743234] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
[ 95.743852] br-lan: port 2(wlan1) entered blocking state
[ 95.748715] br-lan: port 2(wlan1) entered forwarding state
[ 98.630849] device wlan1 left promiscuous mode
[ 98.632269] br-lan: port 2(wlan1) entered disabled state
[ 98.688267] ath10k_ahb a800000.wifi: mac flush null vif, drop 0 queues 0xffff
[ 98.701951] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 0
[ 98.702075] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 0
[ 101.120419] ath10k_ahb a800000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96
[ 101.120475] ath10k_ahb a800000.wifi: msdu-desc: 2500 skid: 32
[ 101.155983] ath10k_ahb a800000.wifi: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0'
[ 101.156974] ath10k_ahb a800000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752'
[ 101.438432] ath10k_ahb a800000.wifi: rts threshold -1
[ 101.438750] ath10k_ahb a800000.wifi: Firmware lacks feature flag indicating a retry limit of > 2 is OK, requested limit: 4
[ 101.447112] br-lan: port 2(wlan1-1) entered blocking state
[ 101.453647] br-lan: port 2(wlan1-1) entered disabled state
[ 101.459366] device wlan1-1 entered promiscuous mode
[ 102.636929] ath10k_ahb a800000.wifi: rts threshold -1
[ 103.749645] device wlan1-1 left promiscuous mode
[ 103.749830] br-lan: port 2(wlan1-1) entered disabled state
[ 103.846700] ath10k_ahb a800000.wifi: peer-unmap-event: unknown peer id 0
[ 106.602466] ath10k_ahb a800000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96
[ 106.602515] ath10k_ahb a800000.wifi: msdu-desc: 2500 skid: 32
[ 106.638134] ath10k_ahb a800000.wifi: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0'
[ 106.639402] ath10k_ahb a800000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752'
[ 106.928235] ath10k_ahb a800000.wifi: rts threshold -1
[ 106.933090] ath10k_ahb a800000.wifi: Firmware lacks feature flag indicating a retry limit of > 2 is OK, requested limit: 4
[ 106.949705] br-lan: port 2(wlan1-1) entered blocking state
[ 106.949744] br-lan: port 2(wlan1-1) entered disabled state
[ 106.954452] device wlan1-1 entered promiscuous mode
[ 108.102900] ath10k_ahb a800000.wifi: rts threshold -1
[ 113.947120] wlan1: authenticate with 86:2a:a8:18:94:c5
[ 114.137802] wlan1: send auth to 86:2a:a8:18:94:c5 (try 1/3)
[ 114.142673] wlan1: authenticated
[ 114.149447] wlan1: associate with 86:2a:a8:18:94:c5 (try 1/3)
[ 114.155101] wlan1: RX AssocResp from 86:2a:a8:18:94:c5 (capab=0x1511 status=0 aid=1)
[ 114.156604] ath10k_ahb a800000.wifi: pdev param 0 not supported by firmware
[ 114.162238] ath10k_ahb a800000.wifi: failed to enable peer stats info: -95
[ 114.168805] wlan1: associated
[ 114.194081] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
[ 114.210563] wlan1: Limiting TX power to 20 (23 - 3) dBm as advertised by 86:2a:a8:18:94:c5

This is probably some issue with owrt and/or its config. Please ask there.

@greearb
I will most certainly will do that. Thank you.
But may I ask one more thing?
I am running two Unifi APs as my home network. In the working config both were set to channel 36. When I tested with channel 52 for one and 100 for the other it ceased to function.
When I enable both wifis back online, Owrt says for channel "auto" instead of a channel number and after a while it disables the "Client" again. Shortly after the "Master" gets back online on channel 36.
After I switched the Unifi APs back to channel 36, it started working again, after I disabled and reenabled both "Master" and "Client"
Could it be a driver problem with DFS, or do you think it is a problem of Owrt?

@greearb
sorry to bug you again, but I did factory reset of my 4040 and reconfigured my Unifi APs to use Channel 52 and 100.
If I select one of these Owrt will show Channel 0 5000MHz and AP will not be visible.

root@OpenWrt:~# iwinfo
wlan1 ESSID: "Unifi-AP"
Access Point: MAC
Mode: Client Channel: 52 (5.260 GHz)
Center Channel 1: 58 2: unknown
Tx-Power: 20 dBm Link Quality: 62/70
Signal: -48 dBm Noise: -105 dBm
Bit Rate: 866.7 MBit/s
Encryption: WPA2 PSK (CCMP)
Type: nl80211 HW Mode(s): 802.11nac
Hardware: 168C:003C 168C:4019 [Qualcomm Atheros IPQ4019]
TX power offset: none
Frequency offset: none
Supports VAPs: yes PHY name: phy1

wlan1-1 ESSID: "Camping"
Access Point: MAC
Mode: Master Channel: unknown (5.000 GHz)
Center Channel 1: unknown 2: unknown
Tx-Power: 0 dBm Link Quality: unknown/70
Signal: unknown Noise: -105 dBm
Bit Rate: unknown
Encryption: WPA2 PSK (CCMP)
Type: nl80211 HW Mode(s): 802.11nac
Hardware: 168C:003C 168C:4019 [Qualcomm Atheros IPQ4019]
TX power offset: none
Frequency offset: none
Supports VAPs: yes PHY name: phy1