devolo Magic 2 WiFi next

Under Construction!
This page is currently under construction. You can edit the article to help completing it.

The devolo Magic 2 WiFi next ARM version of the devolo Magic 2 WiFi, which was a MIPS device. It combines 802.11ac WiFi with G.hn powerline networking and two gigabit LAN ports. There is another successor device supporting WiFi 6 which has no mainline OpenWrt support.

Devolo Magic 2 WiFi next

None at this time.

OpenWRT:

dev:    size   erasesize  name
mtd0: 00040000 00010000 "SBL1"
mtd1: 00020000 00010000 "MIBIB"
mtd2: 00060000 00010000 "QSEE"
mtd3: 00010000 00010000 "CDT"
mtd4: 00010000 00010000 "DDRPARAMS"
mtd5: 00010000 00010000 "APPSBLENV"
mtd6: 00080000 00010000 "APPSBL"
mtd7: 00010000 00010000 "ART"
mtd8: 01a80000 00010000 "firmware"
mtd9: 00350000 00010000 "kernel"
mtd10: 0173aec8 00010000 "rootfs"
mtd11: 012f0000 00010000 "rootfs_data"

ODM firmware (based on OpenWRT 15.05):

dev:    size   erasesize  name
mtd0: 00040000 00010000 "0:SBL1"
mtd1: 00020000 00010000 "0:MIBIB"
mtd2: 00060000 00010000 "0:QSEE"
mtd3: 00010000 00010000 "0:CDT"
mtd4: 00010000 00010000 "0:DDRPARAMS"
mtd5: 00010000 00010000 "0:APPSBLENV"
mtd6: 00080000 00010000 "0:APPSBL"
mtd7: 00010000 00010000 "0:ART"
mtd8: 00400000 00010000 "0:HLOS"
mtd9: 01a80000 00010000 "rootfs"
mtd10: 00930000 00010000 "rootfs_data"

Because OpenWrt uses a different flash partition layout (see the tables above!), it is not easily possible to sysupgrade straight from Devolo's firmware. To gain shell access make the modification as described here to the exported configuration tarball and reupload it: https://forum.openwrt.org/t/installing-openwrt-on-devolo-magic-2-wifi-next/129725/11. You can change the password in the vendors web-interface, but you don't have to! The default root password is empty, so just pressing enter on the ssh password prompt for root grants you system access on the device running the vendor's firmware.

generic.sysupgrade

Note that when you upgrade, for G.hn/PLC support you need to regenerate new packages against the new OpenWrt version and have a mechanism to install them. If you are relying on G.hn/PLC for connectivity to the device (either connectivity or address assignment), you had better create a separate mgmt network on the device, assigned either to a separate ESSID or LAN port, that allows connecting independently from G.hn/PLC. After upgrading you can use this network to reinstall G.hn support.

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

If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line.

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

sysupgrade

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

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

Introduction

It is possible to use the G.hn/PLC functionality with mainline OpenWrt. This relies on extracting the relevant packages from devolo's firmware which is also based on OpenWrt. This section describes how to do this. Note that the packages related to DSL coexistance are not currently generated/tested.

Nota bene: Pairing has not been tested with mainline OpenWrt. It is probably the easiest to handle the pairing with devolo's firmware first and then copy the generated domain_name and password into your settings. You could probably also come up with something for these fields yourself as long as it matches on all devices.

Ensure OpenWrt has all required dependencies

Some extra OpenWrt packages are required for G.hn/PLC support.

Using a regular image

When using a regular image, you need to ensure ethtool-full is available. Either:

  1. Ensure your device has connectivity (without relying on G.hn) and install it regularly through apk/LuCI Software
  2. Download the package manually and scp it along with the packages generated below (ethtool-full for 25.12.1)
  3. Do a custom image build from the firmware selector and append “Installed Packages” with ethtool-full
Building OpenWrt

When building a new image, it is recommended to enable these in make menuconfig:

  1. Enable flock, it can be found under: Utilities → flock
  2. Enable libcap, it can be found under: Libraries → libcap
  3. Enable ebtables, it can be found under: Network → Firewall → ebtables-nft
  4. Enable ethtool, Network → ethtool-full

Packages from devolo's firmware

Furthermore packages from the ODM firmware are required:

delos-base-files
delos-device-name
devolo-shared-configlayer
dlan2-fw-flashless-2400-ac
dlan2-tools
ghn-flashless
ghn-host
libssp
posix-timezone-db

These packages need to be derived from the firmware image that is distributed by devolo. Scripts to generate these packages can be found here: https://codeberg.org/jschwart/devolo-extract-ghn-packages

After generating and installing the above packages:

  1. Reboot the device
  2. Configure G.hn:
uci set ghn.ghn=ghn
uci set ghn.ghn.disabled=0
uci set ghn.ghn.interface=ghn
uci set ghn.settings.device_name=<name of your device, example: devolo-123>
uci set ghn.settings.domain_name=<domain of your G.hn network, copy from another G.hn peer>
uci set ghn.settings.password=<password of your G.hn network, copy from another G.hn peer>
uci set ghn.settings.pairing_secured=1
uci set ghn.settings.pairing_completed=1
uci set ghn.settings.powermask_profile=mimo_full
uci set ghn.settings.dslcoex_enable=0
uci set ghn.settings.force_node=0
uci set ghn.ghn.device_name_initialized=1
uci commit
  1. Enable and start the service:
/etc/init.d/ghn-host enable
/etc/init.d/ghn-host start

G.hn networking should be up and running!

View status

Run the follow command to see the G.hn/PLC peers:

ubus call network.ghntool ghninfo

The default network configuration is:

Interface Name Description Default configuration
br-lan LAN & G.hn 192.168.1.1/24
lan1 (eth0 swp5) LAN port 2 bridged
lan2 (eth0 swp3) LAN port 1 bridged
ghn (eth0 swp4) G.hn powerline bridged

FIXME Please fill in real values for this device, then remove the EXAMPLEs

Numbers 0-3 are Ports 1-4 as labeled on the unit, number 4 is the Internet (WAN) on the unit, 5 is the internal connection to the router itself. Don't be fooled: Port 1 on the unit is number 3 when configuring VLANs. vlan0 = eth0.0, vlan1 = eth0.1 and so on.

Port Switch port
Internet (WAN) EXAMPLE 4
LAN 1 EXAMPLE 3
LAN 2 EXAMPLE 2
LAN 3 EXAMPLE 1
LAN 4 EXAMPLE 0

The Devolo Magic 2 WiFi next has the following buttons:

BUTTON Event
Reset reset
Powerline ghn
WiFi wifi

Front:
Insert photo of front of the casing

Back:
Insert photo of back of the casing

Backside label:
Insert photo of backside label

Warranty

FIXME Describe what needs to be done to open the device, e.g. remove rubber feet, adhesive labels, screws, ...

  • To remove the cover and open the device, do a/b/c

Main PCB:
Insert photo of PCB

port.serial general information about the serial port, serial port cable, etc.

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

FIXME Replace EXAMPLE by real values.

Serial connection parameters
for Devolo Magic 2 WiFi next @@Version@@
EXAMPLE 115200, 8N1, 3.3V

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

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

None so far.

[ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.4.60 (user@d448d99f8e10) (gcc version 5.2.0 (OpenWrt GCC 5.2.0 13d725f+r49254) ) #3 SMP PREEMPT Wed Sep 6 18:08:24 UTC 2023 [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine model: DVL dlan2-2400-ac [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] On node 0 totalpages: 64256 [ 0.000000] free_area_init_node: node 0, pgdat c0a05500, node_mem_map cfdf9000 [ 0.000000] Normal zone: 512 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 64256 pages, LIFO batch:15 [ 0.000000] PERCPU: Embedded 11 pages/cpu @cfdbd000 s14464 r8192 d22400 u45056 [ 0.000000] pcpu-alloc: s14464 r8192 d22400 u45056 alloc=11*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 63744 [ 0.000000] Kernel command line: rootfsname=rootfs rootwait clk_ignore_unused [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Memory: 246764K/257024K available (4222K kernel code, 281K rwdata, 1456K rodata, 1024K init, 274K bss, 10260K reserved, 0K cma-reserved, 0K highmem) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) [ 0.000000] vmalloc : 0xd0800000 - 0xff800000 ( 752 MB) [ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0208000 - 0xc088ba24 (6671 kB) [ 0.000000] .init : 0xc0900000 - 0xc0a00000 (1024 kB) [ 0.000000] .data : 0xc0a00000 - 0xc0a465e8 ( 282 kB) [ 0.000000] .bss : 0xc0a49000 - 0xc0a8db90 ( 275 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 32. [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] Architected 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.000023] Switching to timer-based delay loop, resolution 20ns [ 0.000231] Calibrating delay loop (skipped), value calculated using timer frequency.. 96.00 BogoMIPS (lpj=480000) [ 0.000248] pid_max: default: 32768 minimum: 301 [ 0.000367] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000380] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000995] CPU: Testing write buffer coherency: ok [ 0.001327] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.001417] Setting up static identity map for 0x80300000 - 0x80300058 [ 0.052471] MSM Memory Dump base table set up [ 0.052512] MSM Memory Dump apps data table set up [ 0.090573] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.120609] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.150672] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.150763] Brought up 4 CPUs [ 0.150792] SMP: Total of 4 processors activated (384.00 BogoMIPS). [ 0.150800] CPU: All CPU(s) started in SVC mode. [ 0.157516] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 [ 0.157923] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.157957] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.158225] pinctrl core: initialized pinctrl subsystem [ 0.159588] NET: Registered protocol family 16 [ 0.161241] DMA: preallocated 2048 KiB pool for atomic coherent allocations [ 0.190407] cpuidle: using governor ladder [ 0.220439] cpuidle: using governor menu [ 0.232487] GPIO chip 1000000.pinctrl: created GPIO range 0->99 ==> 1000000.pinctrl PIN 0->99 [ 0.232538] GPIO line 63 (PLC Enable) hogged as output/low [ 0.232548] exporting hogged gpio63 (PLC Enable) [ 0.232832] gpiochip_add: registered GPIOs 0 to 99 on device: 1000000.pinctrl [ 0.234058] Read of property:soc_version_minor from node failed [ 0.234072] CPU: IPQ4018, SoC Version: 1.0 [ 0.234630] IPC logging disabled [ 0.234640] IPC logging disabled [ 0.234646] IPC logging disabled [ 0.234652] IPC logging disabled [ 0.234658] IPC logging disabled [ 0.234919] sps:sps is ready. [ 0.264324] clocksource: Switched to clocksource arch_sys_counter [ 0.266045] NET: Registered protocol family 2 [ 0.266929] TCP established hash table entries: 2048 (order: 1, 8192 bytes) [ 0.266976] TCP bind hash table entries: 2048 (order: 2, 16384 bytes) [ 0.267025] TCP: Hash tables configured (established 2048 bind 2048) [ 0.267087] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.267121] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.267392] NET: Registered protocol family 1 [ 0.267458] PCI: CLS 0 bytes, default 64 [ 0.279767] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.279793] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.285003] Key type asymmetric registered [ 0.285028] Asymmetric key parser 'x509' registered [ 0.285086] io scheduler noop registered [ 0.285103] io scheduler deadline registered (default) [ 0.288667] tcsr 194b000.tcsr: setting usb hs phy mode select = e700e7 [ 0.288736] tcsr 1953000.ess_tcsr: setting ess interface select = 0 [ 0.288811] tcsr 1949000.tcsr: setting wifi_glb_cfg = 41000000 [ 0.288884] tcsr 1957000.tcsr: setting wifi_noc_memtype_m0_m2 = 2222222 [ 0.289221] TZ Log : Will warn on Access Violation, as paniconaccessviolation is not set [ 0.290050] msm_serial 78af000.serial: msm_serial: detected port #0 [ 0.290098] msm_serial 78af000.serial: uartclk = 1843200 [ 0.290147] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 25, base_baud = 115200) is a MSM [ 0.290177] msm_serial: console setup on port #0 [ 0.805573] console [ttyMSM0] enabled [ 0.810614] msm_serial: driver initialized [ 0.814058] msm_serial_hsl_init: driver initialized [ 0.831682] brd: module loaded [ 0.839847] loop: module loaded [ 0.840667] spi_qup 78b5000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64 [ 0.842003] of_get_named_gpiod_flags: parsed 'cs-gpios' property of node '/soc/spi@78b5000[0]' - status (0) [ 0.843666] m25p80 spi0.0: found w25q256, expected n25q128a11 [ 0.849260] m25p80 spi0.0: w25q256 (32768 Kbytes) [ 0.854870] 10 ofpart partitions found on MTD device spi0.0 [ 0.859421] Creating 10 MTD partitions on "spi0.0": [ 0.864834] 0x000000000000-0x000000040000 : "0:SBL1" [ 0.870903] 0x000000040000-0x000000060000 : "0:MIBIB" [ 0.876066] 0x000000060000-0x0000000c0000 : "0:QSEE" [ 0.880954] 0x0000000c0000-0x0000000d0000 : "0:CDT" [ 0.886076] 0x0000000d0000-0x0000000e0000 : "0:DDRPARAMS" [ 0.890615] 0x0000000e0000-0x0000000f0000 : "0:APPSBLENV" [ 0.896261] 0x0000000f0000-0x000000170000 : "0:APPSBL" [ 0.901482] 0x000000170000-0x000000180000 : "0:ART" [ 0.906557] 0x000000180000-0x000000580000 : "0:HLOS" [ 0.911293] 0x000000580000-0x000002000000 : "rootfs" [ 0.916566] mtd: device 9 (rootfs) set to be root filesystem [ 0.920527] 1 squashfs-split partitions found on MTD device rootfs [ 0.926054] 0x0000016d0000-0x000002000000 : "rootfs_data" [ 0.933878] libphy: Fixed MDIO Bus: probed [ 0.938095] of_get_named_gpiod_flags: parsed 'phy-reset-gpio' property of node '/soc/mdio@90000[0]' - status (0) [ 1.154444] of_get_named_gpiod_flags: can't parse 'phy-reset-gpio' property of node '/soc/mdio@90000[1]' [ 1.154465] qca-mdio 90000.mdio: Could not find phy-reset-gpio [ 1.154689] libphy: qca_mdio: probed [ 1.161192] qca-mdio 90000.mdio: qca-mdio driver was registered [ 1.163020] i2c /dev entries driver [ 1.195948] [ 1.195948] Version Rollback Feature Disabled [ 1.198345] NET: Registered protocol family 10 [ 1.201763] NET: Registered protocol family 17 [ 1.205291] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this. [ 1.209580] Bridge firewalling registered [ 1.222328] 8021q: 802.1Q VLAN Support v1.8 [ 1.226344] Registering SWP/SWPB emulation handler [ 1.232097] hctosys: unable to open rtc device (rtc0) [ 1.239094] clk: Not disabling unused clocks [ 1.246058] VFS: Mounted root (squashfs filesystem) readonly on device 31:9. [ 1.248767] Freeing unused kernel memory: 1024K (c0900000 - c0a00000) [ 2.349157] init: Console is alive [ 2.349383] init: - watchdog - [ 4.070616] random: nonblocking pool is initialized [ 4.152079] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 4.209508] of_get_named_gpiod_flags: parsed 'gpios' property of node '/soc/gpio_keys/button@1[0]' - status (0) [ 4.209538] of_get_named_gpiod_flags: parsed 'gpios' property of node '/soc/gpio_keys/button@0[0]' - status (0) [ 4.209559] of_get_named_gpiod_flags: parsed 'gpios' property of node '/soc/gpio_keys/button@2[0]' - status (0) [ 4.211239] of_get_named_gpiod_flags: parsed 'gpios' property of node '/soc/gpio_leds/mux_1[0]' - status (0) [ 4.211442] of_get_named_gpiod_flags: parsed 'gpios' property of node '/soc/gpio_leds/mux_2[0]' - status (0) [ 4.211600] of_get_named_gpiod_flags: parsed 'gpios' property of node '/soc/gpio_leds/mux_3[0]' - status (0) [ 4.212005] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 4.352303] init: - preinit - [ 5.044105] jffs2: notice: (124) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found. [ 5.050164] mount_root: switching to jffs2 overlay [ 5.190039] procd: - early - [ 5.190586] procd: - watchdog - [ 5.977615] procd: - ubus - [ 6.988047] procd: - init - [ 8.413861] kmodloader: loading kernel modules from /etc/modules.d/* [ 8.470916] QCE50: __qce_get_device_tree_data: BAM Apps EE is not defined, setting to default 1 [ 8.471355] QCE50: __qce_init_clk: Unable to get CE core src clk, set to NULL [ 8.478550] qcrypto 8e20000.qcrypto: Qualcomm Crypto 5.3.1 device found @0x8e20000 [ 8.485755] qcrypto 8e20000.qcrypto: CE device = 0x0 [ 8.485755] IO base, CE = 0xd1040000 [ 8.485755] Consumer (IN) PIPE 2, Producer (OUT) PIPE 3 [ 8.485755] IO base BAM = 0x00000000 [ 8.485755] BAM IRQ 24 [ 8.485755] Engines Availability = 0x2010453 [ 8.495209] sps_register_bam_device : unable to create IPC Logging 0 for bam 0x08e04000 [ 8.517431] sps_register_bam_device : unable to create IPC Logging 1 for bam 0x08e04000sps_register_bam_device : unable to create IPC Logging 2 for bam 0x08e04000 [ 8.533204] sps_register_bam_device : unable to create IPC Logging 3 for bam 0x08e04000sps_register_bam_device : unable to create IPC Logging 4 for bam 0x08e04000 [ 8.547723] sps:BAM 0x08e04000 is registered.<6>[ 8.554586] sps:BAM 0x08e04000 (va:0xd10c0000) enabled: ver:0x27, number of pipes:4 [ 8.558600] QCE50: qce_sps_init: Qualcomm MSM CE-BAM at 0x0000000008e04000 irq 24 [ 8.568340] bus_scale_table is NULL [ 8.573832] qcrypto 8e20000.qcrypto: qcrypto-ecb-aes [ 8.577202] qcrypto 8e20000.qcrypto: qcrypto-cbc-aes [ 8.582363] qcrypto 8e20000.qcrypto: qcrypto-ctr-aes [ 8.587331] qcrypto 8e20000.qcrypto: qcrypto-ecb-des [ 8.592250] qcrypto 8e20000.qcrypto: qcrypto-cbc-des [ 8.597255] qcrypto 8e20000.qcrypto: qcrypto-ecb-3des [ 8.602150] qcrypto 8e20000.qcrypto: qcrypto-cbc-3des [ 8.607129] qcrypto 8e20000.qcrypto: qcrypto-xts-aes [ 8.612133] qcrypto 8e20000.qcrypto: qcrypto-sha1 [ 8.617194] qcrypto 8e20000.qcrypto: qcrypto-sha256 [ 8.621769] qcrypto 8e20000.qcrypto: qcrypto-aead-hmac-sha1-cbc-aes [ 8.626490] qcrypto 8e20000.qcrypto: qcrypto-aead-hmac-sha1-cbc-des [ 8.632707] qcrypto 8e20000.qcrypto: qcrypto-aead-hmac-sha1-cbc-3des [ 8.638988] qcrypto 8e20000.qcrypto: qcrypto-aead-hmac-sha256-cbc-aes [ 8.645585] qcrypto 8e20000.qcrypto: qcrypto-aead-hmac-sha256-cbc-des [ 8.651893] qcrypto 8e20000.qcrypto: qcrypto-aead-hmac-sha256-cbc-3des [ 8.658369] qcrypto 8e20000.qcrypto: qcrypto-hmac-sha1 [ 8.664766] qcrypto 8e20000.qcrypto: qcrypto-hmac-sha256 [ 8.669861] qcrypto 8e20000.qcrypto: qcrypto-aes-ccm [ 8.675356] qcrypto 8e20000.qcrypto: qcrypto-rfc4309-aes-ccm [ 8.685130] nf_conntrack version 0.5.0 (3871 buckets, 15484 max) [ 10.926060] ssdk_switch_device_num_init[1162]:INFO:ess-switch dts node number: 1 [ 10.926130] ssdk_dt_get_switch_node[973]:INFO:ess-switch DT exist! [ 10.932534] ssdk_dt_parse_access_mode[859]:INFO:switch_access_mode: local bus [ 10.938576] ssdk_dt_parse_access_mode[872]:INFO:switchreg_base_addr: 0xc000000 [ 10.945743] ssdk_dt_parse_access_mode[873]:INFO:switchreg_size: 0x80000 [ 10.952841] ssdk_dt_parse_mac_mode[295]:INFO:mac mode = 0x0 [ 10.959429] ssdk_dt_parse_mac_mode[301]:INFO:mac mode1 doesn't exit! [ 10.964936] ssdk_dt_parse_mac_mode[310]:INFO:mac mode2 doesn't exit! [ 10.971503] ssdk_dt_parse_phy_info[580]:INFO:qcom,port_phyinfo DT doesn't exist! [ 10.977873] ssdk_dt_parse_mdio[712]:INFO:mdio DT exist! [ 10.985254] ssdk_dt_parse_led[946]:INFO:current dts led_source_num is 0 [ 10.990176] ssdk_dt_parse_psgmii[824]:INFO:ess-psgmii DT exist! [ 10.996799] ssdk_plat_init start [ 11.002821] ssdk_plat_init[1343]:INFO:Enable ess clk [ 11.069738] malibu_phy_api_ops_init[2857]:INFO:qca probe malibu phy driver succeeded! [ 11.074512] regi_init[3653]:INFO:Initializing DESS!! [ 12.764003] ssdk_switch_register[1794]:INFO:Chip version 0x1401 [ 12.764064] qca_link_polling_select[1390]:INFO:link-polling-required node does not exist [ 12.768765] ssdk_switch_register[1820]:INFO:polling is selected [ 12.777088] regi_init[3662]:INFO:Initializing DESS Done!! [ 12.782707] dvl_add_acl_rules: Adding G.hn ACL rules [ 12.788618] regi_init[3715]:INFO:qca-ssdk module init succeeded! [ 12.848509] EDMA using MAC@ - using [ 12.848544] 46:ae:f5:77:28:7a [ 12.864164] cryptodev: driver 1.7 loaded. [ 12.875151] QCA Hy-Fi multicast installation successfully [ 12.878863] QCA multicast snooping installed successfully [ 12.905091] xt_time: kernel timezone is -0000 [ 12.919301] Ebtables v2.0 registered [ 12.921069] ip_tables: (C) 2000-2006 Netfilter Core Team [ 12.932127] kmodloader: done loading kernel modules from /etc/modules.d/* [ 21.150522] mem_manager: module license 'Proprietary' taints kernel. [ 21.150557] Disabling lock debugging due to kernel taint [ 21.820663] hyfi_netlink_receive:74:Device not found: br-lan [ 22.874600] hyfi_netlink_receive:74:Device not found: br-lan [ 29.039649] wlan: [1280:I:RPTR] qca_multi_link_init_module: [ 29.039649] ******QCA Repeater Initialization Done*********** [ 31.409241] wlan: [1436:I:ANY] =======ol_if_register_wifi3_0========== [ 31.409295] wlan: [1436:I:ANY] init_ath_pci_3_0: 6ath_ol_pci_wifi3.0 : (Atheros/multi-bss) [ 31.600719] wlan: [1441:I:ANY] pld_ahb_wlan_enable: cnss_mode: Mission mode [ 31.606593] wlan: [1441:I:ANY] qca_napi_create: qca_napi_create: napi instance 32 created on pipe 4 [ 31.607109] wlan: [1441:I:ANY] __ol_ath_attach: Allocated soc cdb00500 [ 31.615788] wlan: [1441:D:dfs] WLAN_DEBUG_DFS1 : dfs_psoc_obj_create_notification: DFS obj attach to psoc successfully [ 31.622282] wlan: [1441:I:ANY] btcoex_support 0 wlan_prio_gpio 0 [ 31.633404] wlan: [1441:I:ANY] __ol_ath_attach: dev name soc0 [ 31.639167] wlan: [1441:I:ANY] ol_target_init: BMI inited. [ 31.644828] wlan: [1441:I:ANY] ol_target_init: BMI Get Target Info. [ 31.650075] wlan: [1441:I:ANY] ol_target_init: Chip id: 0x10, chip version: 0x1000000 [ 31.656272] wlan: [1441:I:ANY] ol_ath_host_config_update: 6 [ 31.656272] CE WAR Disabled [ 31.664378] wlan: [1441:I:ANY] ol_ath_configure_target: NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0 [ 31.672916] wlan: [1441:I:ANY] ol_target_init: configure Target . [ 31.682046] wlan: [1441:I:ANY] ol_ath_download_firmware: Target Version is 1000000 [ 31.688028] wlan: [1441:I:ANY] ol_ath_download_firmware: Flash Download Address c0000 [ 31.695507] wlan: [1441:I:ANY] ol_transfer_bin_file: flash data file defined [ 31.703374] wlan: [1441:I:ANY] ol_transfer_bin_file: Get Caldata for soc0. [ 31.710789] wlan: [1441:I:ANY] qc98xx_verify_checksum: flash checksum passed: 0x9d95 [ 31.717373] wlan: [1441:I:ANY] ol_transfer_bin_file: Download Flash data len 12064 [ 31.725522] wlan: [1441:I:ANY] ol_transfer_bin_file: Board extended Data download address: 0x0 [ 31.752186] wlan: [1441:I:ANY] ol_ath_download_firmware: Board data initialized [ 31.752370] wlan: [1441:I:ANY] ol_ath_download_firmware: Download OTP, flash download ADDRESS 0xc0000 [ 31.758343] wlan: [1441:I:ANY] ol_transfer_bin_file: Selecting OTP binary for CHIP Version -807440900 [ 31.767872] wlan: [1441:W:ANY] check_path_exists: Path /lib/firmware/IPQ4019/hw.1/otp.codeswap.bin doesnt exist [ 31.777006] wlan: [1441:W:ANY] check_path_exists: Path /lib/firmware/IPQ4019/hw.1/otp.dataswap.bin doesnt exist [ 31.806178] wlan: [1441:I:ANY] ol_transfer_bin_file: downloading file 0, Download data len 4708 [ 31.822747] wlan: [1441:I:ANY] ol_ath_download_firmware: First OTP send param 0x8000 [ 31.827463] wlan: [1441:I:ANY] ol_ath_download_firmware: First OTP download and Execute is good address:0x4000 return param 4660 [ 31.829572] wlan: [1441:I:ANY] ol_ath_download_firmware: ol_ath_download_firmware:##Board Id 16 , CHIP Id 0 [ 31.841238] wlan: [1441:I:ANY] ol_ath_download_firmware: : BOARDDATA DOWNLOAD TO address 0xc0000 [ 31.850613] wlan: [1441:I:ANY] boardid_to_filename: soc0: Selecting board data file name boardData_1_0_IPQ4019_Y9803_wifi0.bin [ 31.859665] wlan: [1441:I:ANY] ol_transfer_bin_file: Board Data File download to address=0xc0000 file name=IPQ4019/hw.1/boardData_1_0_IPQ4019_Y9803_wifi0.bin [ 31.871190] wlan: [1441:I:ANY] ol_transfer_bin_file: downloading file 3, Download data len 12064 [ 31.885262] wlan: [1441:I:ANY] ol_transfer_bin_file: Board extended Data download address: 0x0 [ 31.913534] wlan: [1441:I:ANY] ol_ath_download_firmware: Using 0x1234 for the remainder of init [ 31.913574] wlan: [1441:I:ANY] ol_transfer_bin_file: Selecting OTP binary for CHIP Version -807440900 [ 31.921119] wlan: [1441:W:ANY] check_path_exists: Path /lib/firmware/IPQ4019/hw.1/otp.codeswap.bin doesnt exist [ 31.930476] wlan: [1441:W:ANY] check_path_exists: Path /lib/firmware/IPQ4019/hw.1/otp.dataswap.bin doesnt exist [ 31.940569] wlan: [1441:I:ANY] ol_transfer_bin_file: downloading file 0, Download data len 4708 [ 31.966977] wlan: [1441:I:ANY] ol_ath_download_firmware: [Flash] : Ignore Module param [ 31.967014] wlan: [1441:I:ANY] ol_ath_download_firmware: Second otp download Param 10000 [ 31.984017] wlan: [1441:I:ANY] ol_ath_download_firmware: Second OTP download and Execute is good, param=0x0 [ 31.984057] wlan: [1441:I:ANY] ol_transfer_bin_file: Mission mode: Firmware CHIP Version -807440900 [ 32.141790] wlan: [1441:I:ANY] ol_swap_seg_alloc: 6ol_swap_seg_alloc: Successfully allocated memory for SWAP size=262144 [ 32.142449] wlan: [1441:I:ANY] ol_swap_wlan_memory_expansion: ol_swap_wlan_memory_expansion: length:208156 size_left:208176 dma_size_left:262144 fw_temp:d21a2004 fw_entry_size:208180 [ 32.151844] wlan: [1441:I:ANY] ol_swap_wlan_memory_expansion: ol_swap_wlan_memory_expansion: dma_virt_addr :d2161000 fw_temp: d21a2008 length: 208156 [ 32.168305] wlan: [1441:I:ANY] ol_swap_wlan_memory_expansion: 6Swap: bytes_left to copy: fw:16; dma_page:53988 [ 32.181533] wlan: [1441:I:ANY] ol_swap_wlan_memory_expansion: ol_swap_wlan_memory_expansion: length:0 size_left:12 dma_size_left:53988 fw_temp:d21d4d28 fw_entry_size:208180 [ 32.191370] wlan: [1441:I:ANY] ol_swap_wlan_memory_expansion: 6Swap: wrong length read:0 [ 32.206982] wlan: [1441:I:ANY] ol_swap_wlan_memory_expansion: 6ol_swap_wlan_memory_expansion: Swap total_bytes copied: 208156 Target address 417d40 [ 32.215186] wlan: [1441:I:ANY] ol_transfer_swap_struct: soc=cdb00500 target_write_addr=417d40 seg_info=cef1b610 [ 32.228416] wlan: [1441:I:ANY] ol_transfer_swap_struct: :Code swap structure successfully downloaded for bin type =2 [ 32.238658] wlan: [1441:I:ANY] ol_ath_code_data_swap: bin_filename=IPQ4019/hw.1/athwlan.bin swap_filename=/lib/firmware/IPQ4019/hw.1/athwlan.codeswap.bin [ 32.249337] wlan: [1441:W:ANY] check_path_exists: Path /lib/firmware/IPQ4019/hw.1/athwlan.dataswap.bin doesnt exist [ 32.262977] wlan: [1441:I:ANY] ol_transfer_bin_file: Downloading firmware file: IPQ4019/hw.1/athwlan.bin [ 32.647980] wlan: [1441:I:ANY] ol_transfer_bin_file: downloading file 1, Download data len 385408 [ 33.921645] wlan: [1441:I:ANY] ol_target_init: Download FW done. [ 33.921729] wlan: [1441:E:ANY] ol_get_tgt_dump_location: ERROR: No wifi_dump dts node available in the dts entry file [ 33.927171] wlan: [1441:I:ANY] ol_ath_soc_attach: WMI attached. wmi_handle cefe0800 [ 33.937377] wlan: [1441:I:atf] target_if_atf_open: User provided peer = 128,vdevs = 16,msdu_desc = 2496 [ 33.945238] wlan: [1441:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 33.954251] wlan: [1441:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 33.964350] wlan: [1441:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 33.974421] wlan: [1441:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 33.984592] wlan: [1441:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 33.994575] wlan: [1441:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 34.004655] wlan: [1441:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 34.014767] wlan: [1441:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 34.024766] wlan: [1441:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 34.034833] wlan: [1441:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 34.044901] wlan: [1441:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 34.054963] wlan: [1441:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 34.065035] wlan: [1441:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 34.075105] wlan: [1441:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 34.085178] wlan: [1441:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 34.095311] wlan: [1441:I:ANY] htc_wmi_init: HT Create . cdfe2000 [ 34.105410] wlan: [1441:I:ANY] htc_wmi_init: host_enable 0 [ 34.117682] wlan: [1441:I:ANY] ol_target_init_complete: CDP soc attach success [ 34.117836] wlan: [1441:I:ANY] htc_set_async_ep: htc_set_async_ep: htc_handle cdfe2000, ep 2, value 1 [ 34.125283] wlan: [6:I:TIF] init_deinit_sw_version_check: Firmware_Build_Number:23 [ 34.133417] wlan: [6:E:TIF] init_deinit_populate_fw_version_cmd: failed to save fw version [ 34.140977] wlan: [6:I:TIF] init_deinit_peer_cache_support: Peer Caching Enabled ; num_peers = 530, num_active_peers = 52 num_tids = 104, num_vdevs = 17 [ 34.149174] wlan: [6:I:TIF] init_deinit_atf_config_enable: Airtime Fairness: num_peers=530 num_active_peer=52 [ 34.163053] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: req_id 2 idx 0 num_units 53 unit_len 256 [ 34.172834] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: req_id 3 idx 1 num_units 53 unit_len 1024 [ 34.182135] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: req_id 4 idx 2 num_units 53 unit_len 4096 [ 34.191169] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: req_id 8 idx 3 num_units 1 unit_len 327680 [ 34.201060] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: req_id 9 idx 4 num_units 1 unit_len 819200 [ 34.210060] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: req_id 1 idx 5 num_units 531 unit_len 744 [ 34.219209] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: req_id 6 idx 6 num_units 35 unit_len 3072 [ 34.228579] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: req_id 7 idx 7 num_units 1 unit_len 6144 [ 34.238737] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: req_id 5 idx 8 num_units 531 unit_len 2084 [ 34.247779] wlan: [6:I:TIF] init_deinit_get_total_num_ema_vaps: num_radios: 1 [ 34.256314] wlan: [6:I:TIF] init_deinit_get_total_num_ema_vaps: ema_max_vap_cnt: 0 [ 34.263536] wlan: [6:I:TIF] init_deinit_get_total_num_vdevs_for_soc: num_vdevs: 17 [ 34.271039] wlan: [6:I:ANY] init_deinit_update_pdev_tgt_info: pdev id:0 wmi_handle:cefe0800 [ 34.278669] wlan: [6:I:ANY] ol_tx_pflow_ctrl_init: Startup Mode-0 set [ 34.287187] wlan: [6:I:ANY] htt_alloc_peer_map_mem: [ 34.287187] htt_alloc_peer_map_mem : Alloc Success : host q vaddr cee82000 paddr 8ee82000 [ 34.293419] wlan: [6:I:ANY] htt_alloc_peer_map_mem: [ 34.293419] htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts [ 34.309493] wlan: [6:I:ANY] 6 [ 34.309493] <=== cfg max peer id 2080 ====> [ 34.319127] wlan: [6:I:ANY] ol_txrx_pdev_attach: 62500 tx desc's allocated ; range starts from cbe60000 [ 34.326751] wlan: [6:I:ANY] init_deinit_update_pdev_tgt_info: Pdev = 0 Number of peers = 530 vdevs = 17 [ 34.335304] wlan: [6:I:TIF] init_deinit_update_pdev_tgt_info: CDP PDEV INIT success [ 34.475785] wlan: [6:E:TIF] init_deinit_ready_event_handler: agile capability disabled in HW [ 34.475880] wlan: [1441:I:ANY] __ol_ath_check_wmi_ready: ABI Version mismatch: Host(0x3), Target(0x0) [ 34.483297] wlan: [1441:I:ANY] ol_ath_connect_htc: WMI is ready [ 34.492507] wlan: [1441:E:CMN_MLME] target_if_vdev_mgr_wmi_event_register: failed to register for delete response [ 34.498173] wlan: [1441:E:DIRECT_BUF_RX] direct_buf_rx_target_attach: hal soc or osdev is null [ 34.508575] wlan: [1441:E:ANY] ol_ath_soc_attach: Direct Buffer Rx Target Attach Failed [ 34.517076] wlan: [1441:I:ANY] ol_ath_soc_attach: connect HTC [ 34.524972] wlan: [1441:I:ANY] ol_ath_soc_attach: bypasswmi : 0 [ 34.530896] wlan: [1441:I:ANY] ol_ath_soc_attach: UMAC attach [ 34.536705] wlan: [1441:I:ANY] __ol_ath_attach: pdev_netdev name wifi0 [ 34.542557] wlan: [1441:I:ANY] htt_h2t_frag_desc_bank_cfg_msg: HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for SoC ID = 0 [ 34.542576] wlan: [0:I:ANY] htt_t2h_msg_handler_misc: 6target uses HTT version 2.2; host uses 2.2 [ 34.566599] wlan: [1441:I:ANY] __ol_ath_attach: BURSTING enabled by default [ 34.569162] wlan: [1441:I:ANY] ol_ath_pdev_attach: interface_id 0 [ 34.576010] wlan: [1441:E:ANY] ol_ath_update_caps: Hw capability for nac is not supported [ 34.582178] wlan: [1441:I:ANY] ol_ath_pdev_regdmn_init: Band 2G or 5G check failed. LDPC is not updated. Supported bands = 0 [ 34.590365] wlan: [1441:I:ANY] ol_ath_update_fw_adfs_support: Returning due to null table [ 34.601633] wlan: [1441:I:ANY] ol_ath_pdev_regdmn_init: low_5ghz: 0 high_5gh: 0 [ 34.609708] wlan: [1441:I:ANY] ol_regdmn_start: ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0. [ 34.617711] wlan: [1441:I:MBSSIE] ol_ath_assign_mbssid_ref_bssid: MBSSID reference bssid is 02:03:7f:12:34:56 soc: soc0 pdev: wifi0 [ 34.631957] wlan: [1441:I:MBSSIE] ieee80211_mbss_attach: :> [ 34.643557] wlan: [1441:I:MBSSIE] ieee80211_mbss_attach: :< [ 34.649107] wlan: [1441:I:ANY] ol_resmgr_create: OL Resmgr Init-ed [ 34.654998] wlan: [1441:I:ANY] acfg_attach: acfg_attach: 3323: Netlink socket created:cefe2800 [ 34.660911] wlan: [1441:I:ANY] ol_ath_stats_attach: periodic_chan_stats: 1 [ 34.669649] wlan: [1441:I:ANY] ol_txrx_mgmt_tx_cb_set: >>>> CB Set 00000000 [ 34.676744] wlan: [1441:I:ANY] wlan_scan_update_channel_list: num_chan: 11 [ 34.683259] of_get_named_gpiod_flags: can't parse 'wifi-led-gpios' property of node '/soc/wifi@a000000[0]' [ 34.683279] wlan: [1441:I:ANY] ipq4019_wifi_led_init: Wifi LED init failed.. Couldn't get led gpio/led source [ 34.690186] wlan: [0:I:ANY] ol_ath_pdev_attach: Set global_ic[1], ptr:bf8501a8 [ 34.700158] wlan: [0:I:ANY] dp_lag_pdev_set_primary_radio: pdev(cc062208) is_primary 0 [ 34.709189] wlan: [1441:I:ANY] ol_ath_ucfg_set_rx_pkt_protocol_tagging: Set RX packet type TAG, opcode : 0, pkt_type : 18, metadata : 0xca0,pdev_id = 0, REO dest ring = 5 [ 34.715289] wlan: [1441:E:ANY] ol_ath_set_obss_pd_threshold: WMI send for set cmd obss pd threshold failed [ 34.730539] wlan: [1441:E:ANY] ol_ath_set_obss_pd_enable_bit: Could not set obss pd thresh enable val [ 34.740173] wlan: [1441:I:ANY] ol_ath_pri20_cfg_blockchanlist_parse: cfg block channel list is empty [ 34.749483] wlan: [1441:I:ANY] ol_ath_configure_cong_ctrl_max_msdus: pdev_idx = 0 tx_desc_limit = 32768 [ 34.758770] wlan: [1441:I:ANY] smart_log_init: Smart logging Enabled buf=cb940000 (size=65536) [ 34.767796] wlan: [1441:I:ANY] osif_wrap_attach: osif wrap attached [ 34.776453] wlan: [1441:I:ANY] osif_wrap_devt_init: osif wrap dev table init done [ 34.782606] wlan: [1441:I:ANY] osif_wrap_attach: Wrap Attached: Wrap_com =cb934000 ic->ic_wrap_com=cb934000 &wrap_com->wc_devt=cb934000 [ 34.790304] wlan: [1441:I:ANY] __ol_ath_attach: WAPI MBSSID 2 [ 34.802615] wlan: [1441:I:ANY] __ol_ath_attach: needed_headroom reservation 60 [ 34.808342] wlan: [1441:I:ANY] wlan_cfg80211_init: Number of 2G channels: 11 [ 34.815827] wlan: [1441:I:ANY] ieee80211_cfg80211_radio_attach: ic: 0xcc380500, wdev: 0xcc397cac, wiphy: 0xce826960, netdev: 0xcc380000 [ 34.824545] wlan: [1441:I:Dynamic Mode Change] ol_ath_check_and_reconfig_hw_mode: Running with HW mode = 9 [ 34.836442] wlan: [1441:E:QLD] qld_register: Handle or address is NULL [ 34.844730] wlan: [1441:I:ANY] wlan_pdev_operation: num_radios=1, wifi_radios[0].sc = cc380500_radio_type = 2 [ 34.871483] wlan: [1441:I:ANY] pld_ahb_wlan_enable: cnss_mode: Mission mode [ 34.877448] wlan: [1441:I:ANY] qca_napi_create: qca_napi_create: napi instance 32 created on pipe 4 [ 34.877881] wlan: [1441:I:ANY] __ol_ath_attach: Allocated soc cb9c0500 [ 34.886588] wlan: [1441:D:dfs] WLAN_DEBUG_DFS1 : dfs_psoc_obj_create_notification: DFS obj attach to psoc successfully [ 34.893065] wlan: [1441:I:ANY] btcoex_support 0 wlan_prio_gpio 0 [ 34.904114] wlan: [1441:E:QDF] CONFIG creation failed [ 34.909926] wlan: [1441:I:ANY] __ol_ath_attach: dev name soc1 [ 34.914896] wlan: [1441:I:ANY] ol_target_init: BMI inited. [ 34.920652] wlan: [1441:I:ANY] ol_target_init: BMI Get Target Info. [ 34.925948] wlan: [1441:I:ANY] ol_target_init: Chip id: 0x10, chip version: 0x1000000 [ 34.932050] wlan: [1441:I:ANY] ol_ath_host_config_update: 6 [ 34.932050] CE WAR Disabled [ 34.940283] wlan: [1441:I:ANY] ol_ath_configure_target: NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0 [ 34.948799] wlan: [1441:I:ANY] ol_target_init: configure Target . [ 34.957870] wlan: [1441:I:ANY] ol_ath_download_firmware: Target Version is 1000000 [ 34.963810] wlan: [1441:I:ANY] ol_ath_download_firmware: Flash Download Address c0000 [ 34.971297] wlan: [1441:I:ANY] ol_transfer_bin_file: flash data file defined [ 34.979194] wlan: [1441:I:ANY] ol_transfer_bin_file: Get Caldata for soc1. [ 34.986608] wlan: [1441:I:ANY] qc98xx_verify_checksum: flash checksum passed: 0xc34e [ 34.993147] wlan: [1441:I:ANY] ol_transfer_bin_file: Download Flash data len 12064 [ 35.001365] wlan: [1441:I:ANY] ol_transfer_bin_file: Board extended Data download address: 0x0 [ 35.028087] wlan: [1441:I:ANY] ol_ath_download_firmware: Board data initialized [ 35.028259] wlan: [1441:I:ANY] ol_ath_download_firmware: Download OTP, flash download ADDRESS 0xc0000 [ 35.034221] wlan: [1441:I:ANY] ol_transfer_bin_file: Selecting OTP binary for CHIP Version -807440108 [ 35.043669] wlan: [1441:W:ANY] check_path_exists: Path /lib/firmware/IPQ4019/hw.1/otp.codeswap.bin doesnt exist [ 35.052852] wlan: [1441:W:ANY] check_path_exists: Path /lib/firmware/IPQ4019/hw.1/otp.dataswap.bin doesnt exist [ 35.062963] wlan: [1441:I:ANY] ol_transfer_bin_file: downloading file 0, Download data len 4708 [ 35.089468] wlan: [1441:I:ANY] ol_ath_download_firmware: First OTP send param 0x8000 [ 35.094263] wlan: [1441:I:ANY] ol_ath_download_firmware: First OTP download and Execute is good address:0x4400 return param 4660 [ 35.096392] wlan: [1441:I:ANY] ol_ath_download_firmware: ol_ath_download_firmware:##Board Id 17 , CHIP Id 0 [ 35.108020] wlan: [1441:I:ANY] ol_ath_download_firmware: : BOARDDATA DOWNLOAD TO address 0xc0000 [ 35.114539] wlan: [6:E:ANY] [soc0] FWLOG: [40206] WAL_DBGID_RST_STATS ( 0x1, 0x1, 0x96c, 0x0, 0x4160b4) [ 35.114564] wlan: [6:E:ANY] [soc0] FWLOG: [40233] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x94c, 0x94c, 0x0) [ 35.114587] wlan: [6:E:ANY] [soc0] FWLOG: [40233] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x94c, 0x94c, 0x0) [ 35.114609] wlan: [6:E:ANY] [soc0] FWLOG: [40233] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x94c, 0x94c, 0x0) [ 35.114631] wlan: [6:E:ANY] [soc0] FWLOG: [40233] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x94c, 0x94c, 0x0) [ 35.114653] wlan: [6:E:ANY] [soc0] FWLOG: [40383] WAL_DBGID_PDEV_INFO_PRINT ( 0x16, 0x0, 0x7, 0x10, 0x10) [ 35.114674] wlan: [6:E:ANY] [soc0] FWLOG: [40383] WAL_DBGID_PDEV_INFO_PRINT ( 0x16, 0x10, 0x10, 0x10, 0x12) [ 35.184729] wlan: [1441:I:ANY] boardid_to_filename: soc1: Selecting board data file name boardData_1_0_IPQ4019_Y9803_wifi1.bin [ 35.194240] wlan: [1441:I:ANY] ol_transfer_bin_file: Board Data File download to address=0xc0000 file name=IPQ4019/hw.1/boardData_1_0_IPQ4019_Y9803_wifi1.bin [ 35.206035] wlan: [1441:I:ANY] ol_transfer_bin_file: downloading file 3, Download data len 12064 [ 35.220160] wlan: [1441:I:ANY] ol_transfer_bin_file: Board extended Data download address: 0x0 [ 35.248453] wlan: [1441:I:ANY] ol_ath_download_firmware: Using 0x1234 for the remainder of init [ 35.248498] wlan: [1441:I:ANY] ol_transfer_bin_file: Selecting OTP binary for CHIP Version -807440108 [ 35.256044] wlan: [1441:W:ANY] check_path_exists: Path /lib/firmware/IPQ4019/hw.1/otp.codeswap.bin doesnt exist [ 35.265432] wlan: [1441:W:ANY] check_path_exists: Path /lib/firmware/IPQ4019/hw.1/otp.dataswap.bin doesnt exist [ 35.275521] wlan: [1441:I:ANY] ol_transfer_bin_file: downloading file 0, Download data len 4708 [ 35.301943] wlan: [1441:I:ANY] ol_ath_download_firmware: [Flash] : Ignore Module param [ 35.301983] wlan: [1441:I:ANY] ol_ath_download_firmware: Second otp download Param 10000 [ 35.319325] wlan: [1441:I:ANY] ol_ath_download_firmware: Second OTP download and Execute is good, param=0x0 [ 35.319369] wlan: [1441:I:ANY] ol_transfer_bin_file: Mission mode: Firmware CHIP Version -807440108 [ 35.329154] wlan: [1441:I:ANY] ol_swap_seg_alloc: 6ol_swap_seg_alloc: Successfully allocated memory for SWAP size=262144 [ 35.337559] wlan: [1441:I:ANY] ol_swap_wlan_memory_expansion: ol_swap_wlan_memory_expansion: length:208156 size_left:208176 dma_size_left:262144 fw_temp:d2ae1004 fw_entry_size:208180 [ 35.348155] wlan: [1441:I:ANY] ol_swap_wlan_memory_expansion: ol_swap_wlan_memory_expansion: dma_virt_addr :d2a3f000 fw_temp: d2ae1008 length: 208156 [ 35.364641] wlan: [1441:I:ANY] ol_swap_wlan_memory_expansion: 6Swap: bytes_left to copy: fw:16; dma_page:53988 [ 35.377837] wlan: [1441:I:ANY] ol_swap_wlan_memory_expansion: ol_swap_wlan_memory_expansion: length:0 size_left:12 dma_size_left:53988 fw_temp:d2b13d28 fw_entry_size:208180 [ 35.387720] wlan: [1441:I:ANY] ol_swap_wlan_memory_expansion: 6Swap: wrong length read:0 [ 35.403337] wlan: [1441:I:ANY] ol_swap_wlan_memory_expansion: 6ol_swap_wlan_memory_expansion: Swap total_bytes copied: 208156 Target address 417d40 [ 35.411544] wlan: [1441:I:ANY] ol_transfer_swap_struct: soc=cb9c0500 target_write_addr=417d40 seg_info=cb955cd0 [ 35.424782] wlan: [1441:I:ANY] ol_transfer_swap_struct: :Code swap structure successfully downloaded for bin type =2 [ 35.435023] wlan: [1441:I:ANY] ol_ath_code_data_swap: bin_filename=IPQ4019/hw.1/athwlan.bin swap_filename=/lib/firmware/IPQ4019/hw.1/athwlan.codeswap.bin [ 35.445649] wlan: [1441:W:ANY] check_path_exists: Path /lib/firmware/IPQ4019/hw.1/athwlan.dataswap.bin doesnt exist [ 35.459325] wlan: [1441:I:ANY] ol_transfer_bin_file: Downloading firmware file: IPQ4019/hw.1/athwlan.bin [ 35.470506] wlan: [1441:I:ANY] ol_transfer_bin_file: downloading file 1, Download data len 385408 [ 36.752719] wlan: [1441:I:ANY] ol_target_init: Download FW done. [ 36.752804] wlan: [1441:E:ANY] ol_get_tgt_dump_location: ERROR: No wifi_dump dts node available in the dts entry file [ 36.758248] wlan: [1441:I:ANY] ol_ath_soc_attach: WMI attached. wmi_handle cb989800 [ 36.768440] wlan: [1441:I:atf] target_if_atf_open: User provided peer = 128,vdevs = 16,msdu_desc = 2496 [ 36.776268] wlan: [1441:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 36.785355] wlan: [1441:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 36.795409] wlan: [1441:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 36.805478] wlan: [1441:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 36.815546] wlan: [1441:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 36.825619] wlan: [1441:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 36.835685] wlan: [1441:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 36.845755] wlan: [1441:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 36.855824] wlan: [1441:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 36.865895] wlan: [1441:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 36.875962] wlan: [1441:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 36.886033] wlan: [1441:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 36.896104] wlan: [1441:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 36.906171] wlan: [1441:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 36.916242] wlan: [1441:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 36.926365] wlan: [1441:I:ANY] htc_wmi_init: HT Create . cba18000 [ 36.936458] wlan: [1441:I:ANY] htc_wmi_init: host_enable 0 [ 36.948789] wlan: [1441:I:ANY] ol_target_init_complete: CDP soc attach success [ 36.948938] wlan: [1441:I:ANY] htc_set_async_ep: htc_set_async_ep: htc_handle cba18000, ep 2, value 1 [ 36.956339] wlan: [6:I:TIF] init_deinit_sw_version_check: Firmware_Build_Number:23 [ 36.964541] wlan: [6:E:TIF] init_deinit_populate_fw_version_cmd: failed to save fw version [ 36.971990] wlan: [6:I:TIF] init_deinit_peer_cache_support: Peer Caching Enabled ; num_peers = 530, num_active_peers = 52 num_tids = 104, num_vdevs = 17 [ 36.980238] wlan: [6:I:TIF] init_deinit_atf_config_enable: Airtime Fairness: num_peers=530 num_active_peer=52 [ 36.994087] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: req_id 2 idx 0 num_units 53 unit_len 256 [ 37.003904] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: req_id 3 idx 1 num_units 53 unit_len 1024 [ 37.013242] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: req_id 4 idx 2 num_units 53 unit_len 4096 [ 37.022238] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: req_id 8 idx 3 num_units 1 unit_len 327680 [ 37.032189] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: req_id 9 idx 4 num_units 1 unit_len 819200 [ 37.041131] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: req_id 1 idx 5 num_units 531 unit_len 744 [ 37.050319] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: req_id 6 idx 6 num_units 35 unit_len 3072 [ 37.059590] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: req_id 7 idx 7 num_units 1 unit_len 6144 [ 37.069823] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: req_id 5 idx 8 num_units 531 unit_len 2084 [ 37.078753] wlan: [6:D:dfs] WLAN_DEBUG_DFS_ALWAYS : dfs_main_attach: event log enabled by default [ 37.088448] wlan: [6:I:TIF] init_deinit_get_total_num_ema_vaps: num_radios: 1 [ 37.096406] wlan: [6:I:TIF] init_deinit_get_total_num_ema_vaps: ema_max_vap_cnt: 0 [ 37.103472] wlan: [6:I:TIF] init_deinit_get_total_num_vdevs_for_soc: num_vdevs: 17 [ 37.110969] wlan: [6:I:ANY] init_deinit_update_pdev_tgt_info: pdev id:0 wmi_handle:cb989800 [ 37.118602] wlan: [6:I:ANY] ol_tx_pflow_ctrl_init: Startup Mode-0 set [ 37.127168] wlan: [6:I:ANY] htt_alloc_peer_map_mem: [ 37.127168] htt_alloc_peer_map_mem : Alloc Success : host q vaddr cee86000 paddr 8ee86000 [ 37.133347] wlan: [6:I:ANY] htt_alloc_peer_map_mem: [ 37.133347] htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts [ 37.150573] wlan: [6:I:ANY] 6 [ 37.150573] <=== cfg max peer id 2080 ====> [ 37.159977] wlan: [6:I:ANY] ol_txrx_pdev_attach: 62500 tx desc's allocated ; range starts from ca860000 [ 37.166659] wlan: [6:I:ANY] init_deinit_update_pdev_tgt_info: Pdev = 0 Number of peers = 530 vdevs = 17 [ 37.175291] wlan: [6:I:TIF] init_deinit_update_pdev_tgt_info: CDP PDEV INIT success [ 37.315813] wlan: [6:E:TIF] init_deinit_ready_event_handler: agile capability disabled in HW [ 37.315914] wlan: [1441:I:ANY] __ol_ath_check_wmi_ready: ABI Version mismatch: Host(0x3), Target(0x0) [ 37.323329] wlan: [1441:I:ANY] ol_ath_connect_htc: WMI is ready [ 37.332531] wlan: [1441:E:CMN_MLME] target_if_vdev_mgr_wmi_event_register: failed to register for delete response [ 37.338205] wlan: [1441:E:DIRECT_BUF_RX] direct_buf_rx_target_attach: hal soc or osdev is null [ 37.348606] wlan: [1441:E:ANY] ol_ath_soc_attach: Direct Buffer Rx Target Attach Failed [ 37.357107] wlan: [1441:I:ANY] ol_ath_soc_attach: connect HTC [ 37.365011] wlan: [1441:I:ANY] ol_ath_soc_attach: bypasswmi : 0 [ 37.370929] wlan: [1441:I:ANY] ol_ath_soc_attach: UMAC attach [ 37.376674] wlan: [1441:I:ANY] __ol_ath_attach: pdev_netdev name wifi1 [ 37.382600] wlan: [1441:I:ANY] htt_h2t_frag_desc_bank_cfg_msg: HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for SoC ID = 1 [ 37.382611] wlan: [0:I:ANY] htt_t2h_msg_handler_misc: 6target uses HTT version 2.2; host uses 2.2 [ 37.406633] wlan: [1441:I:ANY] __ol_ath_attach: BURSTING enabled by default [ 37.409185] wlan: [1441:I:ANY] ol_ath_pdev_attach: interface_id 1 [ 37.416050] wlan: [1441:E:ANY] ol_ath_update_caps: Hw capability for nac is not supported [ 37.422212] wlan: [1441:I:ANY] ol_ath_pdev_regdmn_init: Band 2G or 5G check failed. LDPC is not updated. Supported bands = 0 [ 37.430394] wlan: [1441:I:ANY] ol_ath_update_fw_adfs_support: Returning due to null table [ 37.441672] wlan: [1441:I:ANY] ol_regdmn_start: ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0. [ 37.453876] wlan: [1441:I:MBSSIE] ol_ath_assign_mbssid_ref_bssid: MBSSID reference bssid is 12:34:56:78:90:12 soc: soc1 pdev: wifi1 [ 37.464648] wlan: [1441:I:MBSSIE] ieee80211_mbss_attach: :> [ 37.476208] wlan: [1441:I:MBSSIE] ieee80211_mbss_attach: :< [ 37.481746] wlan: [1441:I:ANY] ol_resmgr_create: OL Resmgr Init-ed [ 37.487633] wlan: [1441:I:ANY] acfg_attach: acfg_attach: Offload using existing sock cefe2800 [ 37.493555] wlan: [1441:I:ANY] acfg_attach: Offload using existing sock cefe2800 [ 37.502181] wlan: [1441:I:ANY] ol_ath_stats_attach: periodic_chan_stats: 1 [ 37.509757] wlan: [1441:I:ANY] ol_txrx_mgmt_tx_cb_set: >>>> CB Set 00000000 [ 37.517508] wlan: [1441:I:ANY] wlan_scan_update_channel_list: num_chan: 25 [ 37.523213] of_get_named_gpiod_flags: can't parse 'wifi-led-gpios' property of node '/soc/wifi@a800000[0]' [ 37.523232] wlan: [1441:I:ANY] ipq4019_wifi_led_init: Wifi LED init failed.. Couldn't get led gpio/led source [ 37.530131] wlan: [0:I:ANY] ol_ath_pdev_attach: Set global_ic[2], ptr:bf8501a8 [ 37.540102] wlan: [0:I:ANY] dp_lag_pdev_set_primary_radio: pdev(cc063408) is_primary 0 [ 37.549157] wlan: [1441:I:ANY] ol_ath_ucfg_set_rx_pkt_protocol_tagging: Set RX packet type TAG, opcode : 0, pkt_type : 18, metadata : 0xca0,pdev_id = 0, REO dest ring = 5 [ 37.555232] wlan: [1441:E:ANY] ol_ath_set_obss_pd_threshold: WMI send for set cmd obss pd threshold failed [ 37.570483] wlan: [1441:E:ANY] ol_ath_set_obss_pd_enable_bit: Could not set obss pd thresh enable val [ 37.580116] wlan: [1441:I:ANY] ol_ath_pri20_cfg_blockchanlist_parse: cfg block channel list is empty [ 37.589415] wlan: [1441:I:ANY] ol_ath_configure_cong_ctrl_max_msdus: pdev_idx = 0 tx_desc_limit = 32768 [ 37.598712] wlan: [1441:I:ANY] smart_log_init: Smart logging Enabled buf=cab70000 (size=65536) [ 37.607747] wlan: [1441:I:ANY] osif_wrap_attach: osif wrap attached [ 37.616396] wlan: [1441:I:ANY] osif_wrap_devt_init: osif wrap dev table init done [ 37.622551] wlan: [1441:I:ANY] osif_wrap_attach: Wrap Attached: Wrap_com =cd820200 ic->ic_wrap_com=cd820200 &wrap_com->wc_devt=cd820200 [ 37.630247] wlan: [1441:I:ANY] __ol_ath_attach: WAPI MBSSID 2 [ 37.642559] wlan: [1441:I:ANY] __ol_ath_attach: needed_headroom reservation 60 [ 37.648687] wlan: [1441:I:ANY] ieee80211_cfg80211_radio_attach: ic: 0xcb380500, wdev: 0xcb397cac, wiphy: 0xcb968960, netdev: 0xcb380000 [ 37.657285] wlan: [1441:I:Dynamic Mode Change] ol_ath_check_and_reconfig_hw_mode: Running with HW mode = 9 [ 37.668957] wlan: [1441:E:QLD] qld_register: Handle or address is NULL [ 37.677951] wlan: [1441:I:ANY] wlan_pdev_operation: num_radios=2, wifi_radios[1].sc = cb380500_radio_type = 2 [ 37.684182] wlan: [1441:I:ANY] init_ath_pci_2_0: 6ath_ol_pci_2_0: (Atheros/multi-bss) [ 37.701729] wlan: [1498:I:ANY] pktlog_init_2_0: Initializing Pktlog for AR900B, pktlog_hdr_size = 16 [ 37.701812] wlan: [1498:I:ANY] pktlog_init_2_0: Initializing Pktlog for AR900B, pktlog_hdr_size = 16 [ 37.945616] wlan: [6:E:ANY] [soc1] FWLOG: [43116] WAL_DBGID_RST_STATS ( 0x1, 0x1, 0x1464, 0x0, 0x4160b4) [ 37.945713] wlan: [6:E:ANY] [soc1] FWLOG: [43143] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x94c, 0x94c, 0x0) [ 37.954245] wlan: [6:E:ANY] [soc1] FWLOG: [43143] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x94c, 0x94c, 0x0) [ 37.967395] wlan: [6:E:ANY] [soc1] FWLOG: [43143] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x94c, 0x94c, 0x0) [ 37.975724] wlan: [6:E:ANY] [soc1] FWLOG: [43143] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x94c, 0x94c, 0x0) [ 37.983741] wlan: [6:E:ANY] [soc1] FWLOG: [43289] WAL_DBGID_PDEV_INFO_PRINT ( 0x16, 0x0, 0x7, 0x10, 0x10) [ 37.993736] wlan: [6:E:ANY] [soc1] FWLOG: [43289] WAL_DBGID_PDEV_INFO_PRINT ( 0x16, 0x10, 0x10, 0x10, 0x12) [ 39.971733] hyfi_netlink_receive:74:Device not found: br-lan [ 43.479769] wlan: [2050:I:ANY] pktlog_detach: ATH_PKTLOG[ wifi0 ] remove entry cef45180 root cef45580 [ 43.479845] wlan: [2050:I:ANY] pktlog_detach: ATH_PKTLOG[ wifi1 ] remove entry cef45c80 root cef45580 [ 43.529808] wlan: [2051:I:ANY] ol_ath_ahb_remove: Suspending Target - with disable_intr set :soc1 (sc cb978000) soc=cb9c0500 [ 43.529860] wlan: [2051:I:ANY] wlan_pdev_operation: disable_target_intr val is 1 [ 43.540195] wlan: [2051:I:ANY] ol_ath_ahb_remove: waiting for target paused event from target :soc1 (sc cb978000) [ 43.547550] wlan: [2051:E:QLD] qld_register: Handle or address is NULL [ 43.557724] wlan: [2051:I:ANY] osif_wrap_devt_detach: osif wrap dev table detached [ 43.564058] wlan: [2051:I:ANY] osif_wrap_detach: osif wrap detached [ 43.571732] wlan: [2051:I:ANY] smart_log_deinit: smart_log_deinit: Smart logging Disabled [ 43.577892] wlan: [2051:I:MBSSIE] ieee80211_mbss_detach: :> [ 43.586129] wlan: [2051:I:MBSSIE] ieee80211_mbss_detach: :< [ 43.591525] wlan: [0:I:ANY] ol_ath_pdev_detach: remove global_ic[1]..gloabl_ic ptr:bf8501a8 [ 43.597078] wlan: [2051:I:ANY] ieee80211_cfg80211_radio_detach: ieee80211_cfg80211_radio_detach: ic: 0xcb380500, wdev: 0xcb397cac, netdev: 0xcb380000 [ 43.704585] PCIe: User of event deregistration is NULL [ 43.744556] wlan: [2051:I:atf] atf_pdev_atf_deinit: ATF Terminate! [ 43.814486] wlan: [2051:I:ANY] ol_ath_phyerr_detach: 6ol_ath_phyerr_detach: called [ 43.814542] wlan: [2051:E:WMI] wmi_unified_unregister_event_handler: Event id 170 is unavailable [ 43.821053] wlan: [2051:E:WMI] wmi_unified_unregister_event_handler: Event id 183 is unavailable [ 43.834396] wlan: [2051:E:WMI] wmi_unified_unregister_event_handler: Event id 165 is unavailable [ 43.838796] wlan: [2051:E:WMI] wmi_unified_unregister_event_handler: Event id 232 is unavailable [ 43.851420] wlan: [2051:I:ANY] 6ol_tx_me_exit: Already Disabled !!! [ 43.858837] wlan: [2051:I:ANY] ol_txrx_soc_deinit: Soc deinit Success [ 43.862630] wlan: [2051:E:WMI] wmi_unified_unregister_event_handler: Event id 104 is unavailable [ 43.869010] wlan: [2051:E:ANY] smart_log_deinit: pdev object (id: 0) is NULL [ 43.877852] wlan: [2051:I:ANY] ol_txrx_soc_detach: Soc detach Success [ 43.910450] wlan: [2051:E:WMI] wmi_unified_unregister_event_handler: Event id 145 is unavailable [ 43.910493] wlan: [2051:E:WMI] wmi_unified_unregister_event_handler: Event id 146 is unavailable [ 43.919529] wlan: [2051:I:ANY] 6ath_ahb_remove [ 43.927206] wlan: [2051:I:ANY] ol_ath_ahb_remove: Suspending Target - with disable_intr set :soc0 (sc cce1c000) soc=cdb00500 [ 43.931359] wlan: [2051:I:ANY] wlan_pdev_operation: disable_target_intr val is 1 [ 43.942923] wlan: [2051:I:ANY] ol_ath_ahb_remove: waiting for target paused event from target :soc0 (sc cce1c000) [ 43.950300] wlan: [2051:E:QLD] qld_register: Handle or address is NULL [ 43.960593] wlan: [2051:I:ANY] osif_wrap_devt_detach: osif wrap dev table detached [ 43.966837] wlan: [2051:I:ANY] osif_wrap_detach: osif wrap detached [ 43.974490] wlan: [2051:I:ANY] smart_log_deinit: smart_log_deinit: Smart logging Disabled [ 43.980601] wlan: [2051:I:MBSSIE] ieee80211_mbss_detach: :> [ 43.988848] wlan: [2051:I:MBSSIE] ieee80211_mbss_detach: :< [ 43.994386] wlan: [2051:I:ANY] acfg_detach: acfg_detach Netlink socket released [ 43.999793] wlan: [0:I:ANY] ol_ath_pdev_detach: remove global_ic[0]..gloabl_ic ptr:bf8501a8 [ 44.007115] wlan: [2051:I:ANY] ieee80211_cfg80211_radio_detach: ieee80211_cfg80211_radio_detach: ic: 0xcc380500, wdev: 0xcc397cac, netdev: 0xcc380000 [ 44.224595] PCIe: User of event deregistration is NULL [ 44.264553] wlan: [2051:I:atf] atf_pdev_atf_deinit: ATF Terminate! [ 44.304478] wlan: [2051:I:ANY] ol_ath_phyerr_detach: 6ol_ath_phyerr_detach: called [ 44.304535] wlan: [2051:E:WMI] wmi_unified_unregister_event_handler: Event id 170 is unavailable [ 44.310954] wlan: [2051:E:WMI] wmi_unified_unregister_event_handler: Event id 183 is unavailable [ 44.320040] wlan: [2051:E:WMI] wmi_unified_unregister_event_handler: Event id 165 is unavailable [ 44.328864] wlan: [2051:E:WMI] wmi_unified_unregister_event_handler: Event id 232 is unavailable [ 44.341781] wlan: [2051:I:ANY] 6ol_tx_me_exit: Already Disabled !!! [ 44.350455] wlan: [2051:I:ANY] ol_txrx_soc_deinit: Soc deinit Success [ 44.352620] wlan: [2051:E:WMI] wmi_unified_unregister_event_handler: Event id 104 is unavailable [ 44.359003] wlan: [2051:E:ANY] smart_log_deinit: pdev object (id: 0) is NULL [ 44.367835] wlan: [2051:I:ANY] ol_txrx_soc_detach: Soc detach Success [ 44.400516] wlan: [2051:E:WMI] wmi_unified_unregister_event_handler: Event id 145 is unavailable [ 44.400559] wlan: [2051:E:WMI] wmi_unified_unregister_event_handler: Event id 146 is unavailable [ 44.409004] wlan: [2051:I:ANY] 6ath_ahb_remove [ 44.570242] wlan: [2113:I:RPTR] qca_multi_link_deinit_module: [ 44.570242] ******QCA RPtr De-Init Done*********** [ 51.353653] wlan: [2172:I:RPTR] qca_multi_link_init_module: [ 51.353653] ******QCA Repeater Initialization Done*********** [ 53.159090] wlan: [2176:I:ANY] =======ol_if_register_wifi3_0========== [ 53.159144] wlan: [2176:I:ANY] init_ath_pci_3_0: 6ath_ol_pci_wifi3.0 : (Atheros/multi-bss) [ 53.309148] wlan: [2177:I:ANY] pld_ahb_wlan_enable: cnss_mode: Mission mode [ 53.315955] wlan: [2177:I:ANY] qca_napi_create: qca_napi_create: napi instance 32 created on pipe 4 [ 53.316253] wlan: [2177:I:ANY] __ol_ath_attach: Allocated soc cc880500 [ 53.324170] wlan: [2177:D:dfs] WLAN_DEBUG_DFS1 : dfs_psoc_obj_create_notification: DFS obj attach to psoc successfully [ 53.330748] wlan: [2177:I:ANY] btcoex_support 0 wlan_prio_gpio 0 [ 53.341818] wlan: [2177:I:ANY] __ol_ath_attach: dev name soc0 [ 53.347603] wlan: [2177:I:ANY] ol_target_init: BMI inited. [ 53.353234] wlan: [2177:I:ANY] ol_target_init: BMI Get Target Info. [ 53.358536] wlan: [2177:I:ANY] ol_target_init: Chip id: 0x10, chip version: 0x1000000 [ 53.364687] wlan: [2177:I:ANY] ol_ath_host_config_update: 6 [ 53.364687] CE WAR Disabled [ 53.372800] wlan: [2177:I:ANY] ol_ath_configure_target: NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0 [ 53.381370] wlan: [2177:I:ANY] ol_target_init: configure Target . [ 53.390474] wlan: [2177:I:ANY] ol_ath_download_firmware: Target Version is 1000000 [ 53.396459] wlan: [2177:I:ANY] ol_ath_download_firmware: Flash Download Address c0000 [ 53.403904] wlan: [2177:I:ANY] ol_transfer_bin_file: flash data file defined [ 53.411824] wlan: [2177:I:ANY] ol_transfer_bin_file: Get Caldata for soc0. [ 53.419209] wlan: [2177:I:ANY] qc98xx_verify_checksum: flash checksum passed: 0x9d95 [ 53.425809] wlan: [2177:I:ANY] ol_transfer_bin_file: Download Flash data len 12064 [ 53.433935] wlan: [2177:I:ANY] ol_transfer_bin_file: Board extended Data download address: 0x0 [ 53.460630] wlan: [2177:I:ANY] ol_ath_download_firmware: Board data initialized [ 53.460814] wlan: [2177:I:ANY] ol_ath_download_firmware: Download OTP, flash download ADDRESS 0xc0000 [ 53.466783] wlan: [2177:I:ANY] ol_transfer_bin_file: Selecting OTP binary for CHIP Version -807440900 [ 53.476179] wlan: [2177:W:ANY] check_path_exists: Path /lib/firmware/IPQ4019/hw.1/otp.codeswap.bin doesnt exist [ 53.485390] wlan: [2177:W:ANY] check_path_exists: Path /lib/firmware/IPQ4019/hw.1/otp.dataswap.bin doesnt exist [ 53.495477] wlan: [2177:I:ANY] ol_transfer_bin_file: downloading file 0, Download data len 4708 [ 53.521883] wlan: [2177:I:ANY] ol_ath_download_firmware: First OTP send param 0x8000 [ 53.526579] wlan: [2177:I:ANY] ol_ath_download_firmware: First OTP download and Execute is good address:0x4000 return param 4660 [ 53.528708] wlan: [2177:I:ANY] ol_ath_download_firmware: ol_ath_download_firmware:##Board Id 16 , CHIP Id 0 [ 53.540361] wlan: [2177:I:ANY] ol_ath_download_firmware: : BOARDDATA DOWNLOAD TO address 0xc0000 [ 53.549737] wlan: [2177:I:ANY] boardid_to_filename: soc0: Selecting board data file name boardData_1_0_IPQ4019_Y9803_wifi0.bin [ 53.558767] wlan: [2177:I:ANY] ol_transfer_bin_file: Board Data File download to address=0xc0000 file name=IPQ4019/hw.1/boardData_1_0_IPQ4019_Y9803_wifi0.bin [ 53.570104] wlan: [2177:I:ANY] ol_transfer_bin_file: downloading file 3, Download data len 12064 [ 53.584361] wlan: [2177:I:ANY] ol_transfer_bin_file: Board extended Data download address: 0x0 [ 53.612668] wlan: [2177:I:ANY] ol_ath_download_firmware: Using 0x1234 for the remainder of init [ 53.612707] wlan: [2177:I:ANY] ol_transfer_bin_file: Selecting OTP binary for CHIP Version -807440900 [ 53.620231] wlan: [2177:W:ANY] check_path_exists: Path /lib/firmware/IPQ4019/hw.1/otp.codeswap.bin doesnt exist [ 53.629603] wlan: [2177:W:ANY] check_path_exists: Path /lib/firmware/IPQ4019/hw.1/otp.dataswap.bin doesnt exist [ 53.639673] wlan: [2177:I:ANY] ol_transfer_bin_file: downloading file 0, Download data len 4708 [ 53.666099] wlan: [2177:I:ANY] ol_ath_download_firmware: [Flash] : Ignore Module param [ 53.666135] wlan: [2177:I:ANY] ol_ath_download_firmware: Second otp download Param 10000 [ 53.683132] wlan: [2177:I:ANY] ol_ath_download_firmware: Second OTP download and Execute is good, param=0x0 [ 53.683173] wlan: [2177:I:ANY] ol_transfer_bin_file: Mission mode: Firmware CHIP Version -807440900 [ 53.692650] wlan: [2177:I:ANY] ol_swap_seg_alloc: 6ol_swap_seg_alloc: Successfully allocated memory for SWAP size=262144 [ 53.701371] wlan: [2177:I:ANY] ol_swap_wlan_memory_expansion: ol_swap_wlan_memory_expansion: length:208156 size_left:208176 dma_size_left:262144 fw_temp:d138f004 fw_entry_size:208180 [ 53.711973] wlan: [2177:I:ANY] ol_swap_wlan_memory_expansion: ol_swap_wlan_memory_expansion: dma_virt_addr :d2161000 fw_temp: d138f008 length: 208156 [ 53.728452] wlan: [2177:I:ANY] ol_swap_wlan_memory_expansion: 6Swap: bytes_left to copy: fw:16; dma_page:53988 [ 53.741640] wlan: [2177:I:ANY] ol_swap_wlan_memory_expansion: ol_swap_wlan_memory_expansion: length:0 size_left:12 dma_size_left:53988 fw_temp:d13c1d28 fw_entry_size:208180 [ 53.751529] wlan: [2177:I:ANY] ol_swap_wlan_memory_expansion: 6Swap: wrong length read:0 [ 53.767149] wlan: [2177:I:ANY] ol_swap_wlan_memory_expansion: 6ol_swap_wlan_memory_expansion: Swap total_bytes copied: 208156 Target address 417d40 [ 53.775335] wlan: [2177:I:ANY] ol_transfer_swap_struct: soc=cc880500 target_write_addr=417d40 seg_info=cf1fa9d0 [ 53.788593] wlan: [2177:I:ANY] ol_transfer_swap_struct: :Code swap structure successfully downloaded for bin type =2 [ 53.798828] wlan: [2177:I:ANY] ol_ath_code_data_swap: bin_filename=IPQ4019/hw.1/athwlan.bin swap_filename=/lib/firmware/IPQ4019/hw.1/athwlan.codeswap.bin [ 53.809459] wlan: [2177:W:ANY] check_path_exists: Path /lib/firmware/IPQ4019/hw.1/athwlan.dataswap.bin doesnt exist [ 53.823141] wlan: [2177:I:ANY] ol_transfer_bin_file: Downloading firmware file: IPQ4019/hw.1/athwlan.bin [ 53.834272] wlan: [2177:I:ANY] ol_transfer_bin_file: downloading file 1, Download data len 385408 [ 55.116620] wlan: [2177:I:ANY] ol_target_init: Download FW done. [ 55.116705] wlan: [2177:E:ANY] ol_get_tgt_dump_location: ERROR: No wifi_dump dts node available in the dts entry file [ 55.122122] wlan: [2177:I:ANY] ol_ath_soc_attach: WMI attached. wmi_handle cab93800 [ 55.132372] wlan: [2177:I:atf] target_if_atf_open: User provided peer = 128,vdevs = 16,msdu_desc = 2496 [ 55.140208] wlan: [2177:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 55.149259] wlan: [2177:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 55.159318] wlan: [2177:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 55.169385] wlan: [2177:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 55.179453] wlan: [2177:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 55.189522] wlan: [2177:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 55.199591] wlan: [2177:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 55.209733] wlan: [2177:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 55.219741] wlan: [2177:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 55.229801] wlan: [2177:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 55.239867] wlan: [2177:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 55.249939] wlan: [2177:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 55.260009] wlan: [2177:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 55.270077] wlan: [2177:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 55.280156] wlan: [2177:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 55.290264] wlan: [2177:I:ANY] htc_wmi_init: HT Create . cb93c000 [ 55.300372] wlan: [2177:I:ANY] htc_wmi_init: host_enable 0 [ 55.311195] wlan: [2177:I:ANY] ol_target_init_complete: CDP soc attach success [ 55.312002] wlan: [2177:I:ANY] htc_set_async_ep: htc_set_async_ep: htc_handle cb93c000, ep 2, value 1 [ 55.320245] wlan: [6:I:TIF] init_deinit_sw_version_check: Firmware_Build_Number:23 [ 55.328446] wlan: [6:E:TIF] init_deinit_populate_fw_version_cmd: failed to save fw version [ 55.335901] wlan: [6:I:TIF] init_deinit_peer_cache_support: Peer Caching Enabled ; num_peers = 530, num_active_peers = 52 num_tids = 104, num_vdevs = 17 [ 55.344115] wlan: [6:I:TIF] init_deinit_atf_config_enable: Airtime Fairness: num_peers=530 num_active_peer=52 [ 55.357951] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: req_id 2 idx 0 num_units 53 unit_len 256 [ 55.367739] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: req_id 3 idx 1 num_units 53 unit_len 1024 [ 55.376936] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: req_id 4 idx 2 num_units 53 unit_len 4096 [ 55.386138] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: req_id 8 idx 3 num_units 1 unit_len 327680 [ 55.395426] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: req_id 9 idx 4 num_units 1 unit_len 819200 [ 55.404714] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: req_id 1 idx 5 num_units 531 unit_len 744 [ 55.414070] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: req_id 6 idx 6 num_units 35 unit_len 3072 [ 55.423462] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: req_id 7 idx 7 num_units 1 unit_len 6144 [ 55.432751] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: req_id 5 idx 8 num_units 531 unit_len 2084 [ 55.442749] wlan: [6:I:TIF] init_deinit_get_total_num_ema_vaps: num_radios: 1 [ 55.451271] wlan: [6:I:TIF] init_deinit_get_total_num_ema_vaps: ema_max_vap_cnt: 0 [ 55.458530] wlan: [6:I:TIF] init_deinit_get_total_num_vdevs_for_soc: num_vdevs: 17 [ 55.466007] wlan: [6:I:ANY] init_deinit_update_pdev_tgt_info: pdev id:0 wmi_handle:cab93800 [ 55.473630] wlan: [6:I:ANY] ol_tx_pflow_ctrl_init: Startup Mode-0 set [ 55.481914] wlan: [6:I:ANY] htt_alloc_peer_map_mem: [ 55.481914] htt_alloc_peer_map_mem : Alloc Success : host q vaddr ceffa000 paddr 8effa000 [ 55.488408] wlan: [6:I:ANY] htt_alloc_peer_map_mem: [ 55.488408] htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts [ 55.503344] wlan: [6:I:ANY] 6 [ 55.503344] <=== cfg max peer id 2080 ====> [ 55.514114] wlan: [6:I:ANY] ol_txrx_pdev_attach: 62500 tx desc's allocated ; range starts from cdb00000 [ 55.521653] wlan: [6:I:ANY] init_deinit_update_pdev_tgt_info: Pdev = 0 Number of peers = 530 vdevs = 17 [ 55.530273] wlan: [6:I:TIF] init_deinit_update_pdev_tgt_info: CDP PDEV INIT success [ 55.670684] wlan: [6:E:TIF] init_deinit_ready_event_handler: agile capability disabled in HW [ 55.670774] wlan: [2177:I:ANY] __ol_ath_check_wmi_ready: ABI Version mismatch: Host(0x3), Target(0x0) [ 55.678234] wlan: [2177:I:ANY] ol_ath_connect_htc: WMI is ready [ 55.687374] wlan: [2177:E:CMN_MLME] target_if_vdev_mgr_wmi_event_register: failed to register for delete response [ 55.693051] wlan: [2177:E:DIRECT_BUF_RX] direct_buf_rx_target_attach: hal soc or osdev is null [ 55.703474] wlan: [2177:E:ANY] ol_ath_soc_attach: Direct Buffer Rx Target Attach Failed [ 55.711974] wlan: [2177:I:ANY] ol_ath_soc_attach: connect HTC [ 55.719868] wlan: [2177:I:ANY] ol_ath_soc_attach: bypasswmi : 0 [ 55.725815] wlan: [2177:I:ANY] ol_ath_soc_attach: UMAC attach [ 55.731593] wlan: [2177:I:ANY] __ol_ath_attach: pdev_netdev name wifi0 [ 55.737480] wlan: [2177:I:ANY] htt_h2t_frag_desc_bank_cfg_msg: HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for SoC ID = 0 [ 55.737496] wlan: [0:I:ANY] htt_t2h_msg_handler_misc: 6target uses HTT version 2.2; host uses 2.2 [ 55.761507] wlan: [2177:I:ANY] __ol_ath_attach: BURSTING enabled by default [ 55.764036] wlan: [2177:I:ANY] ol_ath_pdev_attach: interface_id 0 [ 55.770909] wlan: [2177:E:ANY] ol_ath_update_caps: Hw capability for nac is not supported [ 55.777098] wlan: [2177:I:ANY] ol_ath_pdev_regdmn_init: Band 2G or 5G check failed. LDPC is not updated. Supported bands = 0 [ 55.785265] wlan: [2177:I:ANY] ol_ath_update_fw_adfs_support: Returning due to null table [ 55.796531] wlan: [2177:I:ANY] ol_ath_pdev_regdmn_init: low_5ghz: 0 high_5gh: 0 [ 55.804610] wlan: [2177:I:ANY] ol_regdmn_start: ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0. [ 55.812595] wlan: [2177:I:MBSSIE] ol_ath_assign_mbssid_ref_bssid: MBSSID reference bssid is 02:03:7f:12:34:56 soc: soc0 pdev: wifi0 [ 55.826857] wlan: [2177:I:MBSSIE] ieee80211_mbss_attach: :> [ 55.838454] wlan: [2177:I:MBSSIE] ieee80211_mbss_attach: :< [ 55.843990] wlan: [2177:I:ANY] ol_resmgr_create: OL Resmgr Init-ed [ 55.849888] wlan: [2177:I:ANY] acfg_attach: acfg_attach: 3323: Netlink socket created:cefe2400 [ 55.855833] wlan: [2177:I:ANY] ol_ath_stats_attach: periodic_chan_stats: 1 [ 55.864523] wlan: [2177:I:ANY] ol_txrx_mgmt_tx_cb_set: >>>> CB Set 00000000 [ 55.871624] wlan: [2177:I:ANY] wlan_scan_update_channel_list: num_chan: 11 [ 55.878184] of_get_named_gpiod_flags: can't parse 'wifi-led-gpios' property of node '/soc/wifi@a000000[0]' [ 55.878204] wlan: [2177:I:ANY] ipq4019_wifi_led_init: Wifi LED init failed.. Couldn't get led gpio/led source [ 55.885088] wlan: [0:I:ANY] ol_ath_pdev_attach: Set global_ic[1], ptr:bf7c11a8 [ 55.895061] wlan: [0:I:ANY] dp_lag_pdev_set_primary_radio: pdev(cd80ac08) is_primary 0 [ 55.904062] wlan: [2177:I:ANY] ol_ath_ucfg_set_rx_pkt_protocol_tagging: Set RX packet type TAG, opcode : 0, pkt_type : 18, metadata : 0xca0,pdev_id = 0, REO dest ring = 5 [ 55.910189] wlan: [2177:E:ANY] ol_ath_set_obss_pd_threshold: WMI send for set cmd obss pd threshold failed [ 55.925447] wlan: [2177:E:ANY] ol_ath_set_obss_pd_enable_bit: Could not set obss pd thresh enable val [ 55.935081] wlan: [2177:I:ANY] ol_ath_pri20_cfg_blockchanlist_parse: cfg block channel list is empty [ 55.944378] wlan: [2177:I:ANY] ol_ath_configure_cong_ctrl_max_msdus: pdev_idx = 0 tx_desc_limit = 32768 [ 55.953648] wlan: [2177:I:ANY] smart_log_init: Smart logging Enabled buf=ccdf0000 (size=65536) [ 55.962688] wlan: [2177:I:ANY] osif_wrap_attach: osif wrap attached [ 55.971349] wlan: [2177:I:ANY] osif_wrap_devt_init: osif wrap dev table init done [ 55.977516] wlan: [2177:I:ANY] osif_wrap_attach: Wrap Attached: Wrap_com =cb1fa400 ic->ic_wrap_com=cb1fa400 &wrap_com->wc_devt=cb1fa400 [ 55.985209] wlan: [2177:I:ANY] __ol_ath_attach: WAPI MBSSID 2 [ 55.997509] wlan: [2177:I:ANY] __ol_ath_attach: needed_headroom reservation 60 [ 56.003219] wlan: [2177:I:ANY] wlan_cfg80211_init: Number of 2G channels: 11 [ 56.010882] wlan: [2177:I:ANY] ieee80211_cfg80211_radio_attach: ic: 0xcb380500, wdev: 0xcb397cac, wiphy: 0xcb32d160, netdev: 0xcb380000 [ 56.020695] wlan: [2177:I:Dynamic Mode Change] ol_ath_check_and_reconfig_hw_mode: Running with HW mode = 9 [ 56.032130] wlan: [2177:E:QLD] qld_register: Handle or address is NULL [ 56.039728] wlan: [2177:I:ANY] wlan_pdev_operation: num_radios=1, wifi_radios[0].sc = cb380500_radio_type = 2 [ 56.066304] wlan: [2177:I:ANY] pld_ahb_wlan_enable: cnss_mode: Mission mode [ 56.072194] wlan: [2177:I:ANY] qca_napi_create: qca_napi_create: napi instance 32 created on pipe 4 [ 56.072699] wlan: [2177:I:ANY] __ol_ath_attach: Allocated soc cc840500 [ 56.081454] wlan: [2177:D:dfs] WLAN_DEBUG_DFS1 : dfs_psoc_obj_create_notification: DFS obj attach to psoc successfully [ 56.087956] wlan: [2177:I:ANY] btcoex_support 0 wlan_prio_gpio 0 [ 56.098959] wlan: [2177:E:QDF] CONFIG creation failed [ 56.104731] wlan: [2177:I:ANY] __ol_ath_attach: dev name soc1 [ 56.109687] wlan: [2177:I:ANY] ol_target_init: BMI inited. [ 56.115508] wlan: [2177:I:ANY] ol_target_init: BMI Get Target Info. [ 56.120706] wlan: [2177:I:ANY] ol_target_init: Chip id: 0x10, chip version: 0x1000000 [ 56.126953] wlan: [2177:I:ANY] ol_ath_host_config_update: 6 [ 56.126953] CE WAR Disabled [ 56.135081] wlan: [2177:I:ANY] ol_ath_configure_target: NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0 [ 56.143555] wlan: [2177:I:ANY] ol_target_init: configure Target . [ 56.152684] wlan: [2177:I:ANY] ol_ath_download_firmware: Target Version is 1000000 [ 56.158651] wlan: [2177:I:ANY] ol_ath_download_firmware: Flash Download Address c0000 [ 56.166112] wlan: [2177:I:ANY] ol_transfer_bin_file: flash data file defined [ 56.173993] wlan: [2177:I:ANY] ol_transfer_bin_file: Get Caldata for soc1. [ 56.181430] wlan: [2177:I:ANY] qc98xx_verify_checksum: flash checksum passed: 0xc34e [ 56.188002] wlan: [2177:I:ANY] ol_transfer_bin_file: Download Flash data len 12064 [ 56.196272] wlan: [2177:I:ANY] ol_transfer_bin_file: Board extended Data download address: 0x0 [ 56.222840] wlan: [2177:I:ANY] ol_ath_download_firmware: Board data initialized [ 56.223009] wlan: [2177:I:ANY] ol_ath_download_firmware: Download OTP, flash download ADDRESS 0xc0000 [ 56.228997] wlan: [2177:I:ANY] ol_transfer_bin_file: Selecting OTP binary for CHIP Version -807440108 [ 56.238411] wlan: [2177:W:ANY] check_path_exists: Path /lib/firmware/IPQ4019/hw.1/otp.codeswap.bin doesnt exist [ 56.247592] wlan: [2177:W:ANY] check_path_exists: Path /lib/firmware/IPQ4019/hw.1/otp.dataswap.bin doesnt exist [ 56.257726] wlan: [2177:I:ANY] ol_transfer_bin_file: downloading file 0, Download data len 4708 [ 56.287144] wlan: [2177:I:ANY] ol_ath_download_firmware: First OTP send param 0x8000 [ 56.291996] wlan: [2177:I:ANY] ol_ath_download_firmware: First OTP download and Execute is good address:0x4400 return param 4660 [ 56.293985] wlan: [2177:I:ANY] ol_ath_download_firmware: ol_ath_download_firmware:##Board Id 17 , CHIP Id 0 [ 56.305690] wlan: [2177:I:ANY] ol_ath_download_firmware: : BOARDDATA DOWNLOAD TO address 0xc0000 [ 56.309453] wlan: [6:E:ANY] [soc0] FWLOG: [2409] WAL_DBGID_RST_STATS ( 0x1, 0x1, 0x96c, 0x0, 0x4160b4) [ 56.309478] wlan: [6:E:ANY] [soc0] FWLOG: [2436] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x94c, 0x94c, 0x0) [ 56.309500] wlan: [6:E:ANY] [soc0] FWLOG: [2436] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x94c, 0x94c, 0x0) [ 56.309522] wlan: [6:E:ANY] [soc0] FWLOG: [2436] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x94c, 0x94c, 0x0) [ 56.309544] wlan: [6:E:ANY] [soc0] FWLOG: [2436] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x94c, 0x94c, 0x0) [ 56.309566] wlan: [6:E:ANY] [soc0] FWLOG: [2586] WAL_DBGID_PDEV_INFO_PRINT ( 0x16, 0x0, 0x7, 0x10, 0x10) [ 56.309588] wlan: [6:E:ANY] [soc0] FWLOG: [2586] WAL_DBGID_PDEV_INFO_PRINT ( 0x16, 0x10, 0x10, 0x10, 0x12) [ 56.382005] wlan: [2177:I:ANY] boardid_to_filename: soc1: Selecting board data file name boardData_1_0_IPQ4019_Y9803_wifi1.bin [ 56.391450] wlan: [2177:I:ANY] ol_transfer_bin_file: Board Data File download to address=0xc0000 file name=IPQ4019/hw.1/boardData_1_0_IPQ4019_Y9803_wifi1.bin [ 56.403057] wlan: [2177:I:ANY] ol_transfer_bin_file: downloading file 3, Download data len 12064 [ 56.417216] wlan: [2177:I:ANY] ol_transfer_bin_file: Board extended Data download address: 0x0 [ 56.445519] wlan: [2177:I:ANY] ol_ath_download_firmware: Using 0x1234 for the remainder of init [ 56.445562] wlan: [2177:I:ANY] ol_transfer_bin_file: Selecting OTP binary for CHIP Version -807440108 [ 56.453074] wlan: [2177:W:ANY] check_path_exists: Path /lib/firmware/IPQ4019/hw.1/otp.codeswap.bin doesnt exist [ 56.462461] wlan: [2177:W:ANY] check_path_exists: Path /lib/firmware/IPQ4019/hw.1/otp.dataswap.bin doesnt exist [ 56.472574] wlan: [2177:I:ANY] ol_transfer_bin_file: downloading file 0, Download data len 4708 [ 56.499107] wlan: [2177:I:ANY] ol_ath_download_firmware: [Flash] : Ignore Module param [ 56.499152] wlan: [2177:I:ANY] ol_ath_download_firmware: Second otp download Param 10000 [ 56.516480] wlan: [2177:I:ANY] ol_ath_download_firmware: Second OTP download and Execute is good, param=0x0 [ 56.516524] wlan: [2177:I:ANY] ol_transfer_bin_file: Mission mode: Firmware CHIP Version -807440108 [ 56.526094] wlan: [2177:I:ANY] ol_swap_seg_alloc: 6ol_swap_seg_alloc: Successfully allocated memory for SWAP size=262144 [ 56.534750] wlan: [2177:I:ANY] ol_swap_wlan_memory_expansion: ol_swap_wlan_memory_expansion: length:208156 size_left:208176 dma_size_left:262144 fw_temp:d1cc5004 fw_entry_size:208180 [ 56.545323] wlan: [2177:I:ANY] ol_swap_wlan_memory_expansion: ol_swap_wlan_memory_expansion: dma_virt_addr :d2a3f000 fw_temp: d1cc5008 length: 208156 [ 56.561840] wlan: [2177:I:ANY] ol_swap_wlan_memory_expansion: 6Swap: bytes_left to copy: fw:16; dma_page:53988 [ 56.575043] wlan: [2177:I:ANY] ol_swap_wlan_memory_expansion: ol_swap_wlan_memory_expansion: length:0 size_left:12 dma_size_left:53988 fw_temp:d1cf7d28 fw_entry_size:208180 [ 56.584884] wlan: [2177:I:ANY] ol_swap_wlan_memory_expansion: 6Swap: wrong length read:0 [ 56.600491] wlan: [2177:I:ANY] ol_swap_wlan_memory_expansion: 6ol_swap_wlan_memory_expansion: Swap total_bytes copied: 208156 Target address 417d40 [ 56.608700] wlan: [2177:I:ANY] ol_transfer_swap_struct: soc=cc840500 target_write_addr=417d40 seg_info=cb955550 [ 56.621934] wlan: [2177:I:ANY] ol_transfer_swap_struct: :Code swap structure successfully downloaded for bin type =2 [ 56.632177] wlan: [2177:I:ANY] ol_ath_code_data_swap: bin_filename=IPQ4019/hw.1/athwlan.bin swap_filename=/lib/firmware/IPQ4019/hw.1/athwlan.codeswap.bin [ 56.642805] wlan: [2177:W:ANY] check_path_exists: Path /lib/firmware/IPQ4019/hw.1/athwlan.dataswap.bin doesnt exist [ 56.656484] wlan: [2177:I:ANY] ol_transfer_bin_file: Downloading firmware file: IPQ4019/hw.1/athwlan.bin [ 56.667648] wlan: [2177:I:ANY] ol_transfer_bin_file: downloading file 1, Download data len 385408 [ 57.949956] wlan: [2177:I:ANY] ol_target_init: Download FW done. [ 57.950041] wlan: [2177:E:ANY] ol_get_tgt_dump_location: ERROR: No wifi_dump dts node available in the dts entry file [ 57.955465] wlan: [2177:I:ANY] ol_ath_soc_attach: WMI attached. wmi_handle cee0d800 [ 57.965684] wlan: [2177:I:atf] target_if_atf_open: User provided peer = 128,vdevs = 16,msdu_desc = 2496 [ 57.973487] wlan: [2177:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 57.982627] wlan: [2177:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 57.992648] wlan: [2177:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 58.002714] wlan: [2177:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 58.012781] wlan: [2177:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 58.022853] wlan: [2177:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 58.032922] wlan: [2177:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 58.042992] wlan: [2177:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 58.053098] wlan: [2177:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 58.063133] wlan: [2177:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 58.073200] wlan: [2177:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 58.083293] wlan: [2177:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 58.093341] wlan: [2177:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 1 [ 58.103408] wlan: [2177:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 58.113476] wlan: [2177:I:MBSSIE] ol_ath_sanitize_ema_vendor_ie_config: vendor_ie_size: 0 ven_ie_size_nibble: 7 [ 58.123593] wlan: [2177:I:ANY] htc_wmi_init: HT Create . caba8000 [ 58.133696] wlan: [2177:I:ANY] htc_wmi_init: host_enable 0 [ 58.146012] wlan: [2177:I:ANY] ol_target_init_complete: CDP soc attach success [ 58.146166] wlan: [2177:I:ANY] htc_set_async_ep: htc_set_async_ep: htc_handle caba8000, ep 2, value 1 [ 58.153527] wlan: [6:I:TIF] init_deinit_sw_version_check: Firmware_Build_Number:23 [ 58.161783] wlan: [6:E:TIF] init_deinit_populate_fw_version_cmd: failed to save fw version [ 58.169239] wlan: [6:I:TIF] init_deinit_peer_cache_support: Peer Caching Enabled ; num_peers = 530, num_active_peers = 52 num_tids = 104, num_vdevs = 17 [ 58.177470] wlan: [6:I:TIF] init_deinit_atf_config_enable: Airtime Fairness: num_peers=530 num_active_peer=52 [ 58.191283] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: req_id 2 idx 0 num_units 53 unit_len 256 [ 58.201077] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: req_id 3 idx 1 num_units 53 unit_len 1024 [ 58.210275] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: req_id 4 idx 2 num_units 53 unit_len 4096 [ 58.219481] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: req_id 8 idx 3 num_units 1 unit_len 327680 [ 58.228766] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: req_id 9 idx 4 num_units 1 unit_len 819200 [ 58.238054] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: req_id 1 idx 5 num_units 531 unit_len 744 [ 58.247427] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: req_id 6 idx 6 num_units 35 unit_len 3072 [ 58.256802] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: req_id 7 idx 7 num_units 1 unit_len 6144 [ 58.266090] wlan: [6:I:TIF] init_deinit_mem_mgr_alloc_chunk: req_id 5 idx 8 num_units 531 unit_len 2084 [ 58.275991] wlan: [6:D:dfs] WLAN_DEBUG_DFS_ALWAYS : dfs_main_attach: event log enabled by default [ 58.285674] wlan: [6:I:TIF] init_deinit_get_total_num_ema_vaps: num_radios: 1 [ 58.293604] wlan: [6:I:TIF] init_deinit_get_total_num_ema_vaps: ema_max_vap_cnt: 0 [ 58.300750] wlan: [6:I:TIF] init_deinit_get_total_num_vdevs_for_soc: num_vdevs: 17 [ 58.308199] wlan: [6:I:ANY] init_deinit_update_pdev_tgt_info: pdev id:0 wmi_handle:cee0d800 [ 58.315846] wlan: [6:I:ANY] ol_tx_pflow_ctrl_init: Startup Mode-0 set [ 58.324095] wlan: [6:I:ANY] htt_alloc_peer_map_mem: [ 58.324095] htt_alloc_peer_map_mem : Alloc Success : host q vaddr ceffe000 paddr 8effe000 [ 58.330606] wlan: [6:I:ANY] htt_alloc_peer_map_mem: [ 58.330606] htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts [ 58.346430] wlan: [6:I:ANY] 6 [ 58.346430] <=== cfg max peer id 2080 ====> [ 58.356310] wlan: [6:I:ANY] ol_txrx_pdev_attach: 62500 tx desc's allocated ; range starts from ca560000 [ 58.363802] wlan: [6:I:ANY] init_deinit_update_pdev_tgt_info: Pdev = 0 Number of peers = 530 vdevs = 17 [ 58.372475] wlan: [6:I:TIF] init_deinit_update_pdev_tgt_info: CDP PDEV INIT success [ 58.512954] wlan: [6:E:TIF] init_deinit_ready_event_handler: agile capability disabled in HW [ 58.513041] wlan: [2177:I:ANY] __ol_ath_check_wmi_ready: ABI Version mismatch: Host(0x3), Target(0x0) [ 58.520490] wlan: [2177:I:ANY] ol_ath_connect_htc: WMI is ready [ 58.529639] wlan: [2177:E:CMN_MLME] target_if_vdev_mgr_wmi_event_register: failed to register for delete response [ 58.535347] wlan: [2177:E:DIRECT_BUF_RX] direct_buf_rx_target_attach: hal soc or osdev is null [ 58.545747] wlan: [2177:E:ANY] ol_ath_soc_attach: Direct Buffer Rx Target Attach Failed [ 58.554229] wlan: [2177:I:ANY] ol_ath_soc_attach: connect HTC [ 58.562139] wlan: [2177:I:ANY] ol_ath_soc_attach: bypasswmi : 0 [ 58.568076] wlan: [2177:I:ANY] ol_ath_soc_attach: UMAC attach [ 58.573805] wlan: [2177:I:ANY] __ol_ath_attach: pdev_netdev name wifi1 [ 58.579793] wlan: [2177:I:ANY] htt_h2t_frag_desc_bank_cfg_msg: HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for SoC ID = 1 [ 58.579807] wlan: [0:I:ANY] htt_t2h_msg_handler_misc: 6target uses HTT version 2.2; host uses 2.2 [ 58.603767] wlan: [2177:I:ANY] __ol_ath_attach: BURSTING enabled by default [ 58.606347] wlan: [2177:I:ANY] ol_ath_pdev_attach: interface_id 1 [ 58.613144] wlan: [2177:E:ANY] ol_ath_update_caps: Hw capability for nac is not supported [ 58.619371] wlan: [2177:I:ANY] ol_ath_pdev_regdmn_init: Band 2G or 5G check failed. LDPC is not updated. Supported bands = 0 [ 58.627527] wlan: [2177:I:ANY] ol_ath_update_fw_adfs_support: Returning due to null table [ 58.638808] wlan: [2177:I:ANY] ol_regdmn_start: ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0. [ 58.651034] wlan: [2177:I:MBSSIE] ol_ath_assign_mbssid_ref_bssid: MBSSID reference bssid is 12:34:56:78:90:12 soc: soc1 pdev: wifi1 [ 58.661783] wlan: [2177:I:MBSSIE] ieee80211_mbss_attach: :> [ 58.673349] wlan: [2177:I:MBSSIE] ieee80211_mbss_attach: :< [ 58.678957] wlan: [2177:I:ANY] ol_resmgr_create: OL Resmgr Init-ed [ 58.684755] wlan: [2177:I:ANY] acfg_attach: acfg_attach: Offload using existing sock cefe2400 [ 58.690691] wlan: [2177:I:ANY] acfg_attach: Offload using existing sock cefe2400 [ 58.699313] wlan: [2177:I:ANY] ol_ath_stats_attach: periodic_chan_stats: 1 [ 58.706895] wlan: [2177:I:ANY] ol_txrx_mgmt_tx_cb_set: >>>> CB Set 00000000 [ 58.714660] wlan: [2177:I:ANY] wlan_scan_update_channel_list: num_chan: 25 [ 58.720346] of_get_named_gpiod_flags: can't parse 'wifi-led-gpios' property of node '/soc/wifi@a800000[0]' [ 58.720365] wlan: [2177:I:ANY] ipq4019_wifi_led_init: Wifi LED init failed.. Couldn't get led gpio/led source [ 58.727265] wlan: [0:I:ANY] ol_ath_pdev_attach: Set global_ic[2], ptr:bf7c11a8 [ 58.737255] wlan: [0:I:ANY] dp_lag_pdev_set_primary_radio: pdev(cd80b808) is_primary 0 [ 58.746316] wlan: [2177:I:ANY] ol_ath_ucfg_set_rx_pkt_protocol_tagging: Set RX packet type TAG, opcode : 0, pkt_type : 18, metadata : 0xca0,pdev_id = 0, REO dest ring = 5 [ 58.752341] wlan: [2177:E:ANY] ol_ath_set_obss_pd_threshold: WMI send for set cmd obss pd threshold failed [ 58.767631] wlan: [2177:E:ANY] ol_ath_set_obss_pd_enable_bit: Could not set obss pd thresh enable val [ 58.777299] wlan: [2177:I:ANY] ol_ath_pri20_cfg_blockchanlist_parse: cfg block channel list is empty [ 58.786554] wlan: [2177:I:ANY] ol_ath_configure_cong_ctrl_max_msdus: pdev_idx = 0 tx_desc_limit = 32768 [ 58.795856] wlan: [2177:I:ANY] smart_log_init: Smart logging Enabled buf=cbdf0000 (size=65536) [ 58.804877] wlan: [2177:I:ANY] osif_wrap_attach: osif wrap attached [ 58.813514] wlan: [2177:I:ANY] osif_wrap_devt_init: osif wrap dev table init done [ 58.819703] wlan: [2177:I:ANY] osif_wrap_attach: Wrap Attached: Wrap_com =cc063800 ic->ic_wrap_com=cc063800 &wrap_com->wc_devt=cc063800 [ 58.827386] wlan: [2177:I:ANY] __ol_ath_attach: WAPI MBSSID 2 [ 58.839692] wlan: [2177:I:ANY] __ol_ath_attach: needed_headroom reservation 60 [ 58.845812] wlan: [2177:I:ANY] ieee80211_cfg80211_radio_attach: ic: 0xcc100500, wdev: 0xcc117cac, wiphy: 0xcb365160, netdev: 0xcc100000 [ 58.854010] wlan: [2177:I:Dynamic Mode Change] ol_ath_check_and_reconfig_hw_mode: Running with HW mode = 9 [ 58.865958] wlan: [2177:E:QLD] qld_register: Handle or address is NULL [ 58.874656] wlan: [2177:I:ANY] wlan_pdev_operation: num_radios=2, wifi_radios[1].sc = cc100500_radio_type = 2 [ 58.881127] wlan: [2177:I:ANY] init_ath_pci_2_0: 6ath_ol_pci_2_0: (Atheros/multi-bss) [ 58.899326] wlan: [2226:I:ANY] pktlog_init_2_0: Initializing Pktlog for AR900B, pktlog_hdr_size = 16 [ 58.899413] wlan: [2226:I:ANY] pktlog_init_2_0: Initializing Pktlog for AR900B, pktlog_hdr_size = 16 [ 59.142771] wlan: [6:E:ANY] [soc1] FWLOG: [2496] WAL_DBGID_RST_STATS ( 0x1, 0x1, 0x1464, 0x0, 0x4160b4) [ 59.142832] wlan: [6:E:ANY] [soc1] FWLOG: [2524] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x94c, 0x94c, 0x0) [ 59.152000] wlan: [6:E:ANY] [soc1] FWLOG: [2524] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x94c, 0x94c, 0x0) [ 59.160835] wlan: [6:E:ANY] [soc1] FWLOG: [2524] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x94c, 0x94c, 0x0) [ 59.172135] wlan: [6:E:ANY] [soc1] FWLOG: [2524] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x94c, 0x94c, 0x0) [ 59.181284] wlan: [6:E:ANY] [soc1] FWLOG: [2669] WAL_DBGID_PDEV_INFO_PRINT ( 0x16, 0x0, 0x7, 0x10, 0x10) [ 59.191351] wlan: [6:E:ANY] [soc1] FWLOG: [2669] WAL_DBGID_PDEV_INFO_PRINT ( 0x16, 0x10, 0x10, 0x10, 0x12) [ 68.036382] mc_attach: enabled snooping on br-lan. [ 68.042111] device eth0 entered promiscuous mode [ 68.045086] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready [ 68.732456] mc_detach: disabled snooping on br-lan. [ 69.034429] br-lan: port 1(eth0) entered forwarding state [ 69.034517] br-lan: port 1(eth0) entered forwarding state [ 69.038932] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 71.034374] br-lan: port 1(eth0) entered forwarding state [ 72.198506] wlan: [4164:I:ANY] wlan_scan_update_channel_list: num_chan: 13 [ 72.198618] wlan: [4164:I:ANY] ieee80211_setctry_tryretaining_curchan: [442] Skipping current channel retention during set_country operation [ 72.204406] wlan: [4164:I:ANY] number of channels: 2G = 13 5G = 0, 6G = 0 [ 72.217101] wlan: [4164:I:ANY] wlan_cfg80211_set_country: wlan_cfg80211_set_country: Country: DE ret: 0 [ 72.302774] wlan: [6:E:ANY] [soc0] FWLOG: [19374] WAL_DBGID_PDEV_INFO_PRINT ( 0x37, 0x2, 0xe, 0x30, 0x30) [ 72.302865] wlan: [6:E:ANY] [soc0] FWLOG: [19374] WAL_DBGID_PDEV_INFO_PRINT ( 0x37, 0x30, 0x30, 0x30, 0x30) [ 72.805074] wlan: [4220:I:ANY] wlan_cfg80211_set_hwaddr: wlan_cfg80211_set_hwaddr :02:02:02:02:02:02 ret: 0 [ 72.875844] wlan: [4225:I:ANY] ol_ath_set_config_param: set TXBF_SND_PERIOD: val 100 stat 0 [ 73.073535] wlan: [0:I:ANY] ol_ath_set_config_param: Disconnect_timeout value: 10 [ 73.142225] wlan: [0:I:ANY] ol_ath_set_config_param: Reconfiguration_timeout value:60 [ 73.302271] wlan: [6:E:ANY] [soc0] FWLOG: [20002] WAL_DBGID_RST_STATS ( 0x2, 0x2, 0x96c, 0x0, 0x4160b4) [ 73.768795] mc_attach: enabled snooping on br-lan. [ 73.959421] wlan: [4351:I:ANY] wlan_cfg80211_add_virtual_intf: proprietary mode 6 for interface: ath0 : clone params: 0x00000001 [ 73.959517] wlan: [4351:I:MBSSIE] osif_mbssid_sanity_check: mbssid_sanity_ok: YES [ 73.970130] wlan: [4351:I:ANY] osifp_create_wlan_vap: VDEV Create 02:02:02:02:02:02 [ 73.977634] wlan: [4351:I:ANY] wlan_vap_create: devhandle=0xcb380500, opmode=IEEE80211_M_HOSTAP, flags=0x1 [ 73.985290] wlan: [4351:I:ANY] ol_ath_vap_set_param: Setting SGI value: 1 [ 73.994943] wlan: [4351:I:ANY] MBO Initialized [ 74.001569] wlan: [4351:I:ANY] OCE Initialized [ 74.006031] wlan: [4351:E:CMN_MLME] tgt_vdev_mgr_set_param_send: VDEV_0: Tx Ops Error : 16 [ 74.010369] wlan: [4351:E:ANY] wlan_create_attach_vdev_rawsim_ctxt: simulation module not registerd [ 74.018846] wlan: [4351:I:ANY] osif_create_vap_complete: TX Checksum:1|SG:1|TSO:1|LRO:1 [ 74.030398] wlan: [4351:I:ANY] VAP device ath0 created osifp: (ce15c500) os_if: (ce248000) [ 74.971755] wlan: [4450:I:ANY] ME Pool succesfully initialized vaddr - ca7e0000 paddr - 0 [ 74.971755] num_elems = 1424 buf_size - 64 pool_size = 102528 [ 74.971813] wlan: [4450:I:ANY] ol_tx_me_alloc_descriptor: Enable MCAST_TO_UCAST [ 74.984570] wlan: [4450:I:ANY] ol_ath_vap_set_param: Implicitly disabling dependant feature igmp ME [ 76.268583] 8021q: adding VLAN 0 to HW filter on device ath0 [ 76.271346] device ath0 entered promiscuous mode [ 76.273514] br-lan: port 2(ath0) entered forwarding state [ 76.278045] br-lan: port 2(ath0) entered forwarding state


COPY HERE THE BOOTLOG ONCE OPENWRT IS INSTALLED AND RUNNING


FIXME Add tags below, then remove this fixme.

How to add tags

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