EZVIZ CS-W3-WD1200G EUP

The EZVIZ W3 is a Gigabit WiFi AC Router (2.4 & 5Ghz), with an advertized combined WLAN speed of 1266Mbps. There seem to be different model numbers the EZVIZ W3 (see the labels on fccid.io), this page is specifically about the CS-W3-WD1200G EUP model. The label does not contain additional version information, other than 'EUP'.

Install OpenWrt (generic explanation)

Currently, OpenWrt can only be installed by opening the device, and connecting to the UART header. Installation through the OEM web interface is not supported.

For step by step description of the installation process, and how to return to stock, please see the related commit message. For the location/layout of the UART header, please see the section below.

Starting with 5.10 kernels in late 2021, the device now needs an updated bootcmd to be able to boot bigger kernels. To do that you have to enter the uboot prompt just like with the installation and enter the following commands (this will unbrick the device):

setenv bootcmd "sf probe; sf read 84000000 180000 600000; bootm"
saveenv

Once this is done, you can either run bootcmd will boot the device, or perform a fresh installation via tftpboot.

To revert to the previous bootcmd (not strictly needed since the updated bootcmd should also boot any older/vendor images as well):

setenv bootcmd "bootipq"
saveenv

hardware.button on howto use and configure the hardware button(s).

The EZVIZ CS-W3-WD1200G EUP has the following buttons:

BUTTON Event
Reset/IPC Access reset

Note: This will void your warranty!

To open the case, you need to remove the two screws holding down the main cover (See locations circled in red in below image). Then you can pry open the casing at the side of the LED, and remove it. If you leave the other screws in place, the antenna assembly will remain in place, as in the image below.

UART Header Layout

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

Header J8 is used for UART (3.3v VCC), as shown below:

UART Header Layout

Serial connection parameters
for EZVIZ CS-W3-WD1200G EUP
115200, 8N1

Format: Log Type - Time(microsec) - Message - Optional Info Log Type: B - Since Boot(Power On Reset), D - Delta, S - Statistic S - QC_IMAGE_VERSION_STRING=BOOT.BF.3.1.1-00117 S - IMAGE_VARIANT_STRING=DAABANAZA S - OEM_IMAGE_VERSION_STRING=CRM S - Boot Config, 0x00000021 S - Reset status Config, 0x00000000 S - Core 0 Frequency, 0 MHz B - 261 - PBL, Start B - 1339 - bootable_media_detect_entry, Start B - 1679 - bootable_media_detect_success, Start B - 1693 - elf_loader_entry, Start B - 5076 - auth_hash_seg_entry, Start B - 7223 - auth_hash_seg_exit, Start B - 580157 - elf_segs_hash_verify_entry, Start B - 698665 - PBL, End B - 698689 - SBL1, Start B - 789440 - pm_device_init, Start D - 7 - pm_device_init, Delta B - 790967 - boot_flash_init, Start D - 54252 - boot_flash_init, Delta B - 849367 - boot_config_data_table_init, Start D - 3847 - boot_config_data_table_init, Delta - (419 Bytes) B - 856851 - clock_init, Start D - 7580 - clock_init, Delta B - 868497 - CDT version:2,Platform ID:8,Major ID:1,Minor ID:0,Subtype:0 B - 871910 - sbl1_ddr_set_params, Start B - 877007 - cpr_init, Start D - 2 - cpr_init, Delta B - 881389 - Pre_DDR_clock_init, Start D - 5 - Pre_DDR_clock_init, Delta D - 13175 - sbl1_ddr_set_params, Delta B - 895124 - pm_driver_init, Start D - 2 - pm_driver_init, Delta B - 964979 - sbl1_wait_for_ddr_training, Start D - 28 - sbl1_wait_for_ddr_training, Delta B - 980071 - Image Load, Start D - 140702 - QSEE Image Loaded, Delta - (274048 Bytes) B - 1121200 - Image Load, Start D - 1436 - SEC Image Loaded, Delta - (2048 Bytes) B - 1131583 - Image Load, Start D - 209572 - APPSBL Image Loaded, Delta - (428756 Bytes) B - 1341551 - QSEE Execution, Start D - 60 - QSEE Execution, Delta B - 1347737 - SBL1, End D - 651125 - SBL1, Delta S - Flash Throughput, 2006 KB/s (705271 Bytes, 351539 us) S - DDR Frequency, 537 MHz U-Boot 2012.07 [Chaos Calmer 15.05.1,r4045] (Jul 06 2017 - 21:37:32) smem ram ptable found: ver: 1 len: 3 DRAM: 128 MiB machid : 0x8010000 NAND: SF: Detected MX25L12805D with page size 4 KiB, total 16 MiB ipq_spi: page_size: 0x100, sector_size: 0x1000, size: 0x1000000 16 MiB MMC: *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial machid: 8010000 flash_type: 0 Hit any key to stop autoboot: 2  1  0 SF: Detected MX25L12805D with page size 4 KiB, total 16 MiB ## Booting kernel from FIT Image at 84000000 ... Using 'config@ap.dk01.1-c1' configuration Trying 'kernel@1' kernel subimage Description: ARM OpenWrt Linux-3.14.77 Type: Kernel Image Compression: gzip compressed Data Start: 0x840000e4 Data Size: 3265253 Bytes = 3.1 MiB Architecture: ARM OS: Linux Load Address: 0x80208000 Entry Point: 0x80208000 Hash algo: crc32 Hash value: 79a8ecd5 Hash algo: sha1 Hash value: a830a92a94d4e124aa221119cbfdde2a2ed04a76 Verifying Hash Integrity ... crc32+ sha1+ OK ## Flattened Device Tree from FIT Image at 84000000 Using 'config@ap.dk01.1-c1' configuration Trying 'fdt@ap.dk01.1-c1' FDT blob subimage Description: ARM OpenWrt qcom-ipq40xx-ap.dkxx device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x84325e48 Data Size: 34693 Bytes = 33.9 KiB Architecture: ARM Hash algo: crc32 Hash value: ee22a417 Hash algo: sha1 Hash value: fdc002dd836c9ece1f64d2e3a6bcdebba773d559 Verifying Hash Integrity ... crc32+ sha1+ OK Booting using the fdt blob at 0x84325e48 Uncompressing Kernel Image ... OK Loading Device Tree to 86ff4000, end 86fff784 ... OK Using machid 0x8010000 from environment Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 3.14.77 (jinlei@ysgw-System-Product-Name) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 unknown) ) #29 SMP PREEMPT Tue Apr 24 20:19:41 CST 2018 [ 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: Qualcomm Technologies, Inc. IPQ40xx/AP-DK01.1-C1 [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] PERCPU: Embedded 7 pages/cpu @c6ebf000 s7552 r8192 d12928 u32768 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 28416 [ 0.000000] Kernel command line: rootfsname=rootfs rootwait clk_ignore_unused [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes) [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) [ 0.000000] Memory: 106116K/114688K available (4503K kernel code, 370K rwdata, 1544K rodata, 167K init, 601K bss, 8572K reserved, 0K highmem) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) [ 0.000000] vmalloc : 0xc8800000 - 0xff000000 ( 872 MB) [ 0.000000] lowmem : 0xc0000000 - 0xc8000000 ( 128 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0208000 - 0xc07efe2c (6048 kB) [ 0.000000] .init : 0xc07f0000 - 0xc0819d80 ( 168 kB) [ 0.000000] .data : 0xc081a000 - 0xc0876ac8 ( 371 kB) [ 0.000000] .bss : 0xc0876ac8 - 0xc090d094 ( 602 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] Architected cp15 timer(s) running at 48.00MHz (virt). [ 0.000009] sched_clock: 56 bits at 48MHz, resolution 20ns, wraps every 2863311552512ns [ 0.000019] Switching to timer-based delay loop [ 0.000221] Calibrating delay loop (skipped), value calculated using timer frequency.. 96.00 BogoMIPS (lpj=480000) [ 0.000238] pid_max: default: 32768 minimum: 301 [ 0.000492] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000505] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.010987] CPU: Testing write buffer coherency: ok [ 0.011362] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.011438] Setting up static identity map for 0x80212220 - 0x80212278 [ 0.090616] CPU1: Booted secondary processor [ 0.090661] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.110593] CPU2: Booted secondary processor [ 0.110628] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.130620] CPU3: Booted secondary processor [ 0.130654] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.130789] Brought up 4 CPUs [ 0.130830] SMP: Total of 4 processors activated (384.00 BogoMIPS). [ 0.130838] CPU: All CPU(s) started in SVC mode. [ 0.141125] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 [ 0.141484] pinctrl core: initialized pinctrl subsystem [ 0.141913] regulator-dummy: no parameters [ 0.142583] NET: Registered protocol family 16 [ 0.144088] DMA: preallocated 2048 KiB pool for atomic coherent allocations [ 0.144635] cpuidle: using governor ladder [ 0.144650] cpuidle: using governor menu [ 0.152655] [ 0.152655] Version Rollback Feature Disabled [ 0.156101] sps:sps is ready. [ 0.160934] bio: create slab <bio-0> at 0 [ 0.162778] SCSI subsystem initialized [ 0.163468] msm_bus_fabric_init_driver [ 0.163637] msm_bus_device 580000.ad-hoc-bus: Util-fact is missing, default to 100 [ 0.163654] msm_bus_device 580000.ad-hoc-bus: Vrail-comp is missing, default to 100 [ 0.163673] msm_bus_device 580000.ad-hoc-bus: Failed to get bus clk for bus4096 ctx1 [ 0.163716] msm_bus_device 580000.ad-hoc-bus: Util-fact is missing, default to 100 [ 0.163731] msm_bus_device 580000.ad-hoc-bus: Vrail-comp is missing, default to 100 [ 0.163748] msm_bus_device 580000.ad-hoc-bus: Failed to get bus clk for bus1024 ctx1 [ 0.189133] Advanced Linux Sound Architecture Driver Initialized. [ 0.190108] Switched to clocksource arch_sys_counter [ 0.191909] NET: Registered protocol family 2 [ 0.193154] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 0.193192] TCP bind hash table entries: 1024 (order: 1, 8192 bytes) [ 0.193223] TCP: Hash tables configured (established 1024 bind 1024) [ 0.193277] TCP: reno registered [ 0.193295] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.193329] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.193668] NET: Registered protocol family 1 [ 0.195337] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.204164] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.204181] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.205111] msgmni has been set to 207 [ 0.206459] Key type asymmetric registered [ 0.206475] Asymmetric key parser 'x509' registered [ 0.206512] io scheduler noop registered [ 0.206523] io scheduler deadline registered (default) [ 0.207766] tcsr 194b000.tcsr: setting usb hs phy mode select = e700e7 [ 0.207836] tcsr 1953000.ess_tcsr: setting ess interface select = 0 [ 0.207906] tcsr 1949000.tcsr: setting wifi_glb_cfg = 41000000 [ 0.207963] tcsr 1957000.tcsr: setting wifi_noc_memtype_m0_m2 = 2222222 [ 0.208623] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 0.209698] msm_serial_hsl_probe: detected port #0 (ttyMSM0) [ 0.209739] msm_serial_hsl_probe: Bus scaling is disabled [ 0.209900] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 139, base_baud = 115200) is a MSM [ 0.209975] msm_hsl_console_setup: console setup on port #0 [ 0.750562] console [ttyMSM0] enabled [ 0.754655] msm_serial_hsl_init: driver initialized [ 0.759455] msm_serial_hs module loaded [ 0.763275] qca_serial_hs module loaded [ 0.769266] sps: BAM device 0x07884000 is not registered yet. [ 0.774033] sps:BAM 0x07884000 is registered. [ 0.779387] sps:BAM 0x07884000 (va:0xc8b40000) enabled: ver:0x19, number of pipes:12 [ 0.786545] m25p80 spi0.0: found mx25l12805d, expected n25q128a11 [ 0.792374] m25p80 spi0.0: mx25l12805d (16384 Kbytes) [ 0.797422] 10 ofpart partitions found on MTD device spi0.0 [ 0.802947] Creating 10 MTD partitions on "spi0.0": [ 0.807799] 0x000000000000-0x000000040000 : "0:SBL1" [ 0.813880] 0x000000040000-0x000000060000 : "0:MIBIB" [ 0.818921] 0x000000060000-0x0000000c0000 : "0:QSEE" [ 0.823933] 0x0000000c0000-0x0000000d0000 : "0:CDT" [ 0.828804] 0x0000000d0000-0x0000000e0000 : "0:DDRPARAMS" [ 0.834258] 0x0000000e0000-0x0000000f0000 : "0:APPSBLENV" [ 0.839691] 0x0000000f0000-0x000000170000 : "0:APPSBL" [ 0.844810] 0x000000170000-0x000000180000 : "0:ART" [ 0.849630] 0x000000180000-0x000000580000 : "0:HLOS" [ 0.854616] 0x000000580000-0x000001000000 : "rootfs" [ 0.859432] mtd: device 9 (rootfs) set to be root filesystem [ 0.864869] 1 squashfs-split partitions found on MTD device rootfs [ 0.870393] 0x000000f60000-0x000001000000 : "rootfs_data" [ 0.887989] libphy: ipq40xx_mdio: probed [ 0.894475] ipq40xx-mdio 90000.mdio: ipq40xx-mdio driver was registered [ 0.900143] i2c /dev entries driver [ 0.905474] sdhci: Secure Digital Host Controller Interface driver [ 0.910649] sdhci: Copyright(c) Pierre Ossman [ 0.914961] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.923612] TCP: cubic registered [ 0.926538] NET: Registered protocol family 10 [ 0.931368] NET: Registered protocol family 17 [ 0.934878] Bridge firewalling registered [ 0.938780] 8021q: 802.1Q VLAN Support v1.8 [ 0.943073] Registering SWP/SWPB emulation handler [ 0.948843] regulator-dummy: disabling [ 0.952005] drivers/rtc/hctosys.c: unable to open rtc device (rtc0) [ 0.961416] clk: Not disabling unused clocks [ 0.964654] ALSA device list: [ 0.967604] No soundcards found. [ 0.985316] VFS: Mounted root (squashfs filesystem) readonly on device 31:9. [ 0.991636] Freeing unused kernel memory: 164K (c07f0000 - c0819000) [ 2.558425] init: Console is alive [ 2.561168] init: - watchdog - [ 2.814401] random: nonblocking pool is initialized [ 6.007841] Button Hotplug driver version 0.4.1 [ 6.564987] init: - preinit - Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level Before mount_root [ 9.515961] jffs2: notice: (98) jffs2_build_xattr_subsystem: complete building xattr subsystem, 2 of xdatum (1 unchecked, 1 orphan) and 31 of xref (0 dead, 23 orphan) found. [ 9.540252] mount_root: switching to jffs2 overlay After mount_root 377+0 records in 377+0 records out 12064 bytes (11.8KB) copied, 0.076661 seconds, 153.7KB/s 377+0 records in 377+0 records out 12064 bytes (11.8KB) copied, 0.067718 seconds, 174.0KB/s [ 9.753769] procd: - early - [ 9.757584] procd: - watchdog - [ 10.564461] procd: - ubus - [ 11.571532] procd: - init - Please press Enter to activate this console. [ 12.647700] QCE50: __qce_init_clk: Unable to get CE core src clk, set to NULL [ 12.653983] qcrypto 8e20000.qcrypto: Qualcomm Crypto 5.3.1 device found @0x8e20000 [ 12.661522] qcrypto 8e20000.qcrypto: CE device = 0x0 [ 12.661522] , IO base, CE = 0xc9000000 [ 12.661522] , Consumer (IN) PIPE 2, Producer (OUT) PIPE 3 [ 12.661522] IO base BAM = 0x (null) [ 12.661522] BAM IRQ 239 [ 12.661522] Engines Availability = 0x2010453 [ 12.686012] sps:BAM 0x08e04000 is registered. [ 12.691116] sps:BAM 0x08e04000 (va:0xc9040000) enabled: ver:0x27, number of pipes:4 [ 12.698862] QCE50: qce_sps_init: Qualcomm MSM CE-BAM at 0x0000000008e04000 irq 239 [ 12.705920] bus_scale_table is NULL [ 12.709171] qcrypto 8e20000.qcrypto: qcrypto-ecb-aes [ 12.714169] qcrypto 8e20000.qcrypto: qcrypto-cbc-aes [ 12.719022] qcrypto 8e20000.qcrypto: qcrypto-ctr-aes [ 12.724027] qcrypto 8e20000.qcrypto: qcrypto-ecb-des [ 12.728905] qcrypto 8e20000.qcrypto: qcrypto-cbc-des [ 12.733904] qcrypto 8e20000.qcrypto: qcrypto-ecb-3des [ 12.738886] qcrypto 8e20000.qcrypto: qcrypto-cbc-3des [ 12.743966] qcrypto 8e20000.qcrypto: qcrypto-xts-aes [ 12.748869] qcrypto 8e20000.qcrypto: qcrypto-sha1 [ 12.753618] qcrypto 8e20000.qcrypto: qcrypto-sha256 [ 12.758416] qcrypto 8e20000.qcrypto: qcrypto-aead-hmac-sha1-cbc-aes [ 12.764713] qcrypto 8e20000.qcrypto: qcrypto-aead-hmac-sha1-cbc-des [ 12.770982] qcrypto 8e20000.qcrypto: qcrypto-aead-hmac-sha1-cbc-3des [ 12.777251] qcrypto 8e20000.qcrypto: qcrypto-aead-hmac-sha256-cbc-aes [ 12.783735] qcrypto 8e20000.qcrypto: qcrypto-aead-hmac-sha256-cbc-des [ 12.790153] qcrypto 8e20000.qcrypto: qcrypto-aead-hmac-sha256-cbc-3des [ 12.796618] qcrypto 8e20000.qcrypto: qcrypto-hmac-sha1 [ 12.801781] qcrypto 8e20000.qcrypto: qcrypto-hmac-sha256 [ 12.807029] qcrypto 8e20000.qcrypto: qcrypto-aes-ccm [ 12.812040] qcrypto 8e20000.qcrypto: qcrypto-rfc4309-aes-ccm [ 12.817522] qcrypto: FIPS140-2 Known Answer Tests: Skipped [ 12.832325] nf_conntrack version 0.5.0 (1660 buckets, 6640 max) [ 12.841701] PPP generic driver version 2.4.2 [ 13.400347] ess-switch DT exist! [ 13.402567] switchreg_base_addr: 0xc000000 [ 13.406627] switchreg_size: 0x80000 [ 13.410119] switch_access_mode: local bus [ 13.414093] mac mode = 0x0 [ 13.416782] mac mode1 doesn't exit! [ 13.420270] mac mode2 doesn't exit! [ 13.423745] ess-uniphy DT doesn't exist! [ 13.427637] wan bmp:0x20 [ 13.430175] ess-psgmii DT exist! [ 13.433367] current dts led_source_num is 0 [ 13.437538] mdio DT exist! [ 13.440238] ssdk_plat_init start [ 13.443600] enable ess clk [ 13.556417] reset ok in probe! [ 13.558943] PHY ID is 0x4dd0b1 [ 13.621431] qca probe malibu phy driver succeeded! [ 15.432453] Chip version 0x1401 [ 15.434577] qca-ssdk module init succeeded! [ 15.442920] ********************************************************** [ 15.448419] * Driver :NSS GMAC Driver for RTL v(3.72a) [ 15.453831] * Version :1.0 [ 15.456663] * Copyright :Copyright (c) 2013-2016 The Linux Foundation. All rights reserved. [ 15.465013] ********************************************************** [ 15.473457] l2tp_core: L2TP core driver, V2.0 [ 15.477564] l2tp_netlink: L2TP netlink interface [ 15.490798] qca-nss-drv.ko is loaded for symbol link [ 15.499075] gre: GRE over IPv4 demultiplexor driver [ 15.503998] ip_gre: GRE over IPv4 tunneling driver [ 15.512174] QCA multicast snooping installed successfully [ 15.520063] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 15.612251] NET: Registered protocol family 24 [ 15.616862] PPTP driver version 0.8.5 [ 15.627317] u32 classifier [ 15.630263] input device check on [ 15.633039] Actions configured [ 15.637667] Mirror/redirect action on [ 15.656556] ebtable_dnshijack_init 893 ret:0 [ 15.673896] Ebtables v2.0 registered [ 15.678288] ip_tables: (C) 2000-2006 Netfilter Core Team [ 15.687973] l2tp_ppp: PPPoL2TP kernel driver, V2.0 [ 15.737873] nf_conntrack_rtsp v0.6.21 loading [ 15.833074] nf_nat_rtsp v0.6.21 loading [ 15.840748] PPP MPPE Compression module registered [ 15.875189] xt_time: kernel timezone is -0000 [ 22.419135] mem_manager: module license 'unspecified' taints kernel. [ 22.424493] Disabling lock debugging due to kernel taint [ 22.464183] ath_dfs: Version 2.0.0 [ 22.464183] Copyright (c) 2005-2006 Atheros Communications, Inc. All Rights Reserved [ 22.484173] ath_spectral: Version 2.0.0 [ 22.484173] Copyright (c) 2005-2009 Atheros Communications, Inc. All Rights Reserved [ 23.272684] umac: unknown parameter 'low_mem_system' ignored [ 23.295540] ath_hal: 0.9.17.1 (AR5416, AR9380, WRITE_EEPROM, 11D) [ 23.310871] ath_rate_atheros: Copyright (c) 2001-2005 Atheros Communications, Inc, All Rights Reserved [ 23.327289] ath_tx99: Version 2.0 [ 23.327289] Copyright (c) 2010 Atheros Communications, Inc, All Rights Reserved [ 23.356610] ath_dev: Copyright (c) 2001-2007 Atheros Communications, Inc, All Rights Reserved [ 23.379227] ath_da_pci: (Atheros/multi-bss) [ 23.729918] *********** IPQ4019 *************Wifi0 CPU frequency 250000000 [ 23.746003] hif_target_sync_ahb: Got FW signal, retries = 1hif_ahb_enable_bus: X - hif_type = 0xd, target_type = 0xbhif_config_ce: ce_init donehif_config_ce: X, ret = 0hif_set_hia: Ehif_pci_bus_configure: hif_set_hia donehif_configure_irq: Ehif_enable: X OKhif_napi_create: NAPI structures initializedhif_napi_create: NAPI id 6 created for pipe 5qca_napi_create: napi instance 32 created on pipe 4 [ 23.784161] hif_napi_event: received evnt: CONF cmd; v = 1 (state=0x1)hif_napi_event: setting configuration to ON __ol_ath_attach() Allocated scn c44804c0 [ 23.798070] nss is not enabled on this platform [ 23.802555] nss register id -1 offload mode enabled = 0 nss config 0 Target Type b [ 23.810207] __ol_ath_attach: dev name wifi0 [ 23.814348] ol_ath_attach interface_id 0 [ 23.818448] ol_target_init() BMI inited. [ 23.822372] ol_target_init() BMI Get Target Info. [ 23.826845] Chip id: 0xb, chip version: 0x1000000 [ 23.831545] [ 23.831545] CE WAR Disabled [ 23.836005] NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0 [ 23.841448] ol_target_init() configure Target . [ 23.845851] [ 23.845851] Target Version is 1000000 [ 23.850991] [ 23.850991] Flash Download Address c0000 [ 23.856618] ol_transfer_bin_file: flash data file defined [ 23.862015] ol_transfer_bin_file[3756] Get Caldata for wifi0. [ 23.867776] qdf_fs_read[59], Open File /tmp/wifi0.caldata SUCCESS!!file system magic:16914836super blocksize:4096inode 3087file size:12064qc98xx_verify_checksum: flash checksum passed: 0xdbe0 [ 23.884762] ol_transfer_bin_file 3817: Download Flash data len 12064 [ 23.891493] Board extended Data download address: 0x0 [ 23.915756] [ 23.915756] Board data initialized [ 23.919729] ol_ath_download_firmware: Download OTP, flash download ADDRESS 0xc0000 [ 23.927260] [ 23.927260] Selecting OTP binary for CHIP Version -957426560 [ 23.961710] ath10k_ahb a000000.wifi: Firmware loaded from user helper succesfully [ 23.968181] ol_transfer_bin_file 3637: downloading file 0, Download data len 4680 [ 23.992088] [ 23.992088] First OTP send param 8000 [ 24.001036] ol_ath_download_firmware :First OTP download and Execute is good address:0x5000 return param 4660 [ 24.009914] ol_ath_download_firmware:##Board Id 20 , CHIP Id 0 [ 24.015898] ol_ath_download_firmware: BOARDDATA DOWNLOAD TO address 0xc0000 [ 24.022724] [ 24.022724] wifi0: Selecting board data file name boardData_1_0_IPQ4019_DK04_2G.bin [ 24.031896] ol_transfer_bin_file: Board Data File download to address=0xc0000 file name=IPQ4019/hw.1/boardData_1_0_IPQ4019_DK04_2G.bin [ 24.044218] ath10k_ahb a000000.wifi: Firmware loaded from user helper succesfully [ 24.051453] ol_transfer_bin_file 3637: downloading file 3, Download data len 12064 [ 24.059299] Board extended Data download address: 0x0 [ 24.083747] ol_ath_download_firmware: Using 0x1234 for the remainder of init [ 24.089760] [ 24.089760] Selecting OTP binary for CHIP Version -957426560 [ 24.097200] ath10k_ahb a000000.wifi: Firmware loaded from user helper succesfully [ 24.104574] ol_transfer_bin_file 3637: downloading file 0, Download data len 4680 [ 24.128478] [ 24.128478] [Flash] : Ignore Module param [ 24.133042] [ 24.133042] Second otp download Param 10000 [ 24.149137] ol_ath_download_firmware : Second OTP download and Execute is good, param=0x0 [ 24.156382] [ 24.156382] Mission mode: Firmware CHIP Version -957426560 [ 24.222761] ath10k_ahb a000000.wifi: Firmware loaded from user helper succesfully [ 24.229493] ol_swap_seg_alloc: Successfully allocated memory for SWAP size=262144 [ 24.237303] ath10k_ahb a000000.wifi: Firmware loaded from user helper succesfully [ 24.244298] ol_swap_wlan_memory_expansion: length:165483 size_left:165503 dma_size_left:262144 fw_temp:c9e01004 fw_entry_size:165507 [ 24.256148] ol_swap_wlan_memory_expansion: dma_virt_addr :c9ba9000 fw_temp: c9e01008 length: 165483 [ 24.265378] Swap: bytes_left to copy: fw:16; dma_page:96661 [ 24.270742] ol_swap_wlan_memory_expansion: length:0 size_left:12 dma_size_left:96661 fw_temp:c9e29677 fw_entry_size:165507 [ 24.281747] Swap: wrong length read:0 [ 24.285384] ol_swap_wlan_memory_expansion: Swap total_bytes copied: 165483 Target address 417b60 [ 24.294376] scn=c44804c0 target_write_addr=417b60 seg_info=c497e210 [ 24.300689] ol_transfer_swap_struct:Code swap structure successfully downloaded for bin type =2 [ 24.309428] bin_filename=IPQ4019/hw.1/athwlan.bin swap_filename=/lib/firmware/IPQ4019/hw.1/athwlan.codeswap.bin [ 24.319677] ol_transfer_bin_file: Downloading firmware file: IPQ4019/hw.1/athwlan.bin [ 24.924730] ath10k_ahb a000000.wifi: Firmware loaded from user helper succesfully [ 24.931275] ol_transfer_bin_file 3637: downloading file 1, Download data len 372556 [ 26.180853] ol_target_init() Download FW done. [ 26.184594] ol_ath_attach() WMI attached. wmi_handle c69e8000 [ 26.190200] wmi_unified_register_event_handler: Event id 62 is unavailable [ 26.197035] +htc_create .. HIF :c4508000-htc_create: (0xc613e800) [ 26.203022] htc_wmi_init() HT Create . c613e800 [ 26.207796] htc_wmi_init 7516 host_enable 0 nss_nwifi_offload 0 [ 26.213632] ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko) [ 26.222997] OL_ACBKMinfree : 0 [ 26.226109] OL_ACBEMinfree : 0 [ 26.229235] OL_ACVIMinfree : 0 [ 26.232400] OL_ACVOMinfree : 0 [ 26.235488] hif_enable_fastpath, Enabling fastpath mode [ 26.240536] +HWT [ 26.242525] hif_completion_thread_startup: pipe_num:0 pipe_info:0xc450c578hif_completion_thread_startup: pipe_num:3 pipe_info:0xc450c650hif_completion_thread_startup: pipe_num:4 pipe_info:0xc450c698 [ 26.265707] -HWT [ 26.266747] Startup Mode-0 set [ 26.269719] pdev attach (null) -1 [ 26.273309] [ 26.273309] <=== cfg max peer id 544 ====> [ 26.279452] htt_peer_map_timer_init Enter pdev c3a08000 hrtimer c3a0c940 [ 26.285554] [ 26.285554] htt_alloc_peer_map_mem : Alloc Success : host q vaddr c3a80000 paddr 83a80000 [ 26.295257] [ 26.295257] htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts [ 26.306943] ol_txrx_pdev_attach: 2500 tx desc's allocated ; range starts from c3680000 [ 26.315993] Firmware_Build_Number:10 [ 26.318639] FW wireless modes: 0x680c [ 26.322301] num_rf_chain:0x00000002 ht_cap_info:0x0000085b vht_cap_info:0x339959b2 vht_supp_mcs:0x0000fffa [ 26.332194] btcoex_support 0, wlan_prio_gpio 0, coex_gpio_pin 0 0 0 [ 26.338427] wmi_service_coex_gpio 1, wmi_service_4_wire_coex_support 1, coex_version 0 [ 26.346341] [ 26.346341] Sending Ext resource cfg: HOST PLATFORM as 0 [ 26.346341] fw_feature_bitmap as 50 to TGT [ 26.357240] ol_ath_service_ready_event: tt_support: 1 [ 26.362222] ol_ath_service_ready_event: periodic_chan_stats: 1 [ 26.368022] ol_ath_service_ready_event: sw_cal_support_check_flag: 1 [ 26.374374] Peer Caching Enabled ; num_peers = 146, num_active_peers = 52 num_tids = 104, num_vdevs = 17 [ 26.383874] EXT NSS Supported [ 26.386792] idx 1 req 2 num_units 1 num_unit_info 12 unit size 256 actual units 53 [ 26.394581] ol_ath_alloc_host_mem_chunk req_id 2 idx 0 num_units 53 unit_len 256, [ 26.401981] idx 2 req 3 num_units 1 num_unit_info 12 unit size 1024 actual units 53 [ 26.409833] ol_ath_alloc_host_mem_chunk req_id 3 idx 1 num_units 53 unit_len 1024, [ 26.417343] idx 3 req 4 num_units 1 num_unit_info 12 unit size 4096 actual units 53 [ 26.425315] ol_ath_alloc_host_mem_chunk req_id 4 idx 2 num_units 53 unit_len 4096, [ 26.432708] idx 0 req 1 num_units 0 num_unit_info 2 unit size 744 actual units 147 [ 26.440520] ol_ath_alloc_host_mem_chunk req_id 1 idx 3 num_units 147 unit_len 744, [ 26.447974] idx 4 req 6 num_units 35 num_unit_info 0 unit size 3072 actual units 35 [ 26.455882] ol_ath_alloc_host_mem_chunk req_id 6 idx 4 num_units 35 unit_len 3072, [ 26.463350] idx 5 req 7 num_units 1 num_unit_info 0 unit size 6144 actual units 1 [ 26.471001] ol_ath_alloc_host_mem_chunk req_id 7 idx 5 num_units 1 unit_len 6144, [ 26.478444] idx 6 req 5 num_units 0 num_unit_info 2 unit size 2028 actual units 147 [ 26.486513] ol_ath_alloc_host_mem_chunk req_id 5 idx 6 num_units 147 unit_len 2028, [ 26.493902] Support not added yet for Service 91 [ 26.498492] Support not added yet for Service 92 [ 26.503098] No EXT_MSG send INIT now [ 26.506659] chunk 0 len 13568 requested , ptr 0x83d40000 [ 26.512046] chunk 1 len 54272 requested , ptr 0x836e0000 [ 26.517417] chunk 2 len 217088 requested , ptr 0x83700000 [ 26.522893] chunk 3 len 109368 requested , ptr 0x83740000 [ 26.528355] chunk 4 len 107520 requested , ptr 0x83760000 [ 26.533830] chunk 5 len 6144 requested , ptr 0x83676000 [ 26.539118] chunk 6 len 298116 requested , ptr 0x83780000 [ 26.544641] ol_ath_service_ready_event[4206] WAPI MBSSID 2 [ 26.550317] smart_log_init: Smart logging Enabled buf=c36f0000 (size=65536) [ 26.586380] Version = 16777216 3 status = 0 [ 26.589656] ol_ath_connect_htc() WMI is ready [ 26.594021] target uses HTT version 2.2; host uses 2.2 [ 26.599092] htt_h2t_frag_desc_bank_cfg_msg - HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for radio ID = 0 [ 26.613926] ol_ath_attach() connect HTC. [ 26.616903] bypasswmi : 0 [ 26.619515] ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0. [ 26.631259] ol_regdmn_init_channels: !avail mode 0x680c (0x2) flags 0x2150 [ 26.638089] ol_regdmn_init_channels: !avail mode 0x680c (0x1) flags 0x140 [ 26.644899] ol_regdmn_init_channels: !avail mode 0x680c (0x20) flags 0xd0 [ 26.651676] ol_regdmn_init_channels: !avail mode 0x680c (0x40) flags 0x150 [ 26.658523] ol_regdmn_init_channels: !avail mode 0x680c (0x1000) flags 0x10100 [ 26.665702] ol_regdmn_init_channels: !avail mode 0x680c (0x8000) flags 0x20100 [ 26.672904] ol_regdmn_init_channels: !avail mode 0x680c (0x10000) flags 0x40100 [ 26.680195] ol_regdmn_init_channels: !avail mode 0x680c (0x20000) flags 0x100100 [ 26.687567] ol_regdmn_init_channels: !avail mode 0x680c (0x40000) flags 0x200100 [ 26.694951] ol_regdmn_init_channels: !avail mode 0x680c (0x80000) flags 0x400100 [ 26.702331] ol_regdmn_init_channels: !avail mode 0x680c (0x100000) flags 0x800100 [ 26.709790] ol_regdmn_init_channels: !avail mode 0x680c (0x200000) flags 0x4000100 [ 26.717347] ol_regdmn_init_channels: !avail mode 0x680c (0x400000) flags 0x8000100 [ 26.725179] OL Resmgr Init-ed [ 26.728000] ieee80211_bsteering_attach: Band steering initialized [ 26.733958] acfg_attach: 2961: Netlink socket created:c4410800 [ 26.739770] SPECTRAL : get_capability not registered [ 26.744693] HAL_CAP_PHYDIAG : Capable [ 26.748330] SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 237) [ 26.756439] SPECTRAL : get_capability not registered [ 26.761357] HAL_CAP_RADAR : Capable [ 26.764994] SPECTRAL : Need to fix the capablity check for SPECTRAL [ 26.764994] (spectral_attach : 242) [ 26.774810] SPECTRAL : get_capability not registered [ 26.779750] HAL_CAP_SPECTRAL_SCAN : Capable [ 26.783925] SPECTRAL : get_tsf64 not registered [ 26.788441] spectral_init_netlink 78 NULL SKB [ 26.792788] Green-AP : Green-AP : Attached [ 26.792788] [ 26.798326] Green-AP : Attached [ 26.801459] rate power table override is only supported for AR98XX [ 26.807753] ol_ath_smart_ant_attach: Hardware doest not support Smart Antenna. [ 26.814886] ol_if_dfs_attach: called; ptr=c37d198c, radar_info=c4a9fbf8 [ 26.821429] dfs_attach: event log enabled by default [ 26.827173] >>>> CB Set (null) [ 26.829939] ipq4019_wifi_led_init: Wifi LED init failed.. Couldn't get led gpio/led source [ 26.837933] ol_ath_attach() UMAC attach . [ 26.841997] [ 26.841997] BURSTING enabled by default [ 26.847505] ol_ath_attach: Set global_ic[1] ..ptr:bf77c3f0 [ 26.852945] ath_lowi_if_netlink_init LOWI Netlink successfully created [ 26.859379] osif_wrap_attach:443 osif wrap attached [ 26.864261] osif_wrap_devt_init:404 osif wrap dev table init done [ 26.870304] Wrap Attached: Wrap_com =c6179200 ic->ic_wrap_com=c6179200 &wrap_com->wc_devt=c6179200 [ 26.879403] __ol_ath_attach: needed_headroom reservation 60 [ 26.887417] ol_ath_thermal_mitigation_attach: -- [ 26.891088] ol_ath_ahb_probe num_radios=0, wifi_radios[0].sc = c44804c0 wifi_radio_type = 2 [ 26.899393] ath_sysfs_diag_init: diag_fsattr [ 26.904350] *********** IPQ4019 *************Wifi1 CPU frequency 250000000 [ 26.921008] hif_target_sync_ahb: Got FW signal, retries = 1hif_ahb_enable_bus: X - hif_type = 0xd, target_type = 0xbhif_config_ce: ce_init donehif_config_ce: X, ret = 0hif_set_hia: Ehif_pci_bus_configure: hif_set_hia donehif_configure_irq: Ehif_enable: X OKhif_napi_create: NAPI structures initializedhif_napi_create: NAPI id 6 created for pipe 5qca_napi_create: napi instance 32 created on pipe 4 [ 26.960161] hif_napi_event: received evnt: CONF cmd; v = 1 (state=0x1)hif_napi_event: setting configuration to ON __ol_ath_attach() Allocated scn c30c04c0 [ 26.974086] nss is not enabled on this platform [ 26.978554] nss register id -1 offload mode enabled = 0 nss config 0 Target Type b [ 26.986201] __ol_ath_attach: dev name wifi1 [ 26.990368] ol_ath_attach interface_id 1 [ 26.994473] ol_target_init() BMI inited. [ 26.998356] ol_target_init() BMI Get Target Info. [ 27.002872] Chip id: 0xb, chip version: 0x1000000 [ 27.007542] [ 27.007542] CE WAR Disabled [ 27.012033] NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0 [ 27.017455] ol_target_init() configure Target . [ 27.021883] [ 27.021883] Target Version is 1000000 [ 27.026987] [ 27.026987] Flash Download Address c0000 [ 27.032639] ol_transfer_bin_file: flash data file defined [ 27.038013] ol_transfer_bin_file[3756] Get Caldata for wifi1. [ 27.043802] qdf_fs_read[59], Open File /tmp/wifi1.caldata SUCCESS!!file system magic:16914836super blocksize:4096inode 3090file size:12064qc98xx_verify_checksum: flash checksum passed: 0x306a [ 27.060788] ol_transfer_bin_file 3817: Download Flash data len 12064 [ 27.067438] Board extended Data download address: 0x0 [ 27.091700] [ 27.091700] Board data initialized [ 27.095691] ol_ath_download_firmware: Download OTP, flash download ADDRESS 0xc0000 [ 27.103203] [ 27.103203] Selecting OTP binary for CHIP Version -957426160 [ 27.110631] ath10k_ahb a800000.wifi: Firmware loaded from user helper succesfully [ 27.117963] ol_transfer_bin_file 3637: downloading file 0, Download data len 4680 [ 27.141849] [ 27.141849] First OTP send param 8000 [ 27.150724] ol_ath_download_firmware :First OTP download and Execute is good address:0x5400 return param 4660 [ 27.159609] ol_ath_download_firmware:##Board Id 21 , CHIP Id 0 [ 27.165527] ol_ath_download_firmware: BOARDDATA DOWNLOAD TO address 0xc0000 [ 27.172395] [ 27.172395] wifi1: Selecting board data file name boardData_1_0_IPQ4019_DK04_5G.bin [ 27.181582] ol_transfer_bin_file: Board Data File download to address=0xc0000 file name=IPQ4019/hw.1/boardData_1_0_IPQ4019_DK04_5G.bin [ 27.193869] ath10k_ahb a800000.wifi: Firmware loaded from user helper succesfully [ 27.201140] ol_transfer_bin_file 3637: downloading file 3, Download data len 12064 [ 27.208991] Board extended Data download address: 0x0 [ 27.216907] [wifi0] FWLOG: [33814] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x94c, 0x94c, 0x0 ) [ 27.224503] [wifi0] FWLOG: [33814] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x94c, 0x94c, 0x0 ) [ 27.233184] [wifi0] FWLOG: [33814] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x94c, 0x94c, 0x0 ) [ 27.241944] [wifi0] FWLOG: [33814] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x94c, 0x94c, 0x0 ) [ 27.250544] [wifi0] FWLOG: [33958] UNKNOWN 22:55 ( 0x3a, 0xa10 [ 27.256191] ol_ath_download_firmware: Using 0x1234 for the remainder of init [ 27.256193] , 0x160, 0x0, 0x12 ) [ 27.256223] [wifi0] FWLOG: [33958] UNKNOWN 22:55 ( 0x3a, 0x0, 0x12, 0x10, 0x12 ) [ 27.274008] [ 27.274008] Selecting OTP binary for CHIP Version -957426160 [ 27.281422] ath10k_ahb a800000.wifi: Firmware loaded from user helper succesfully [ 27.288722] ol_transfer_bin_file 3637: downloading file 0, Download data len 4680 [ 27.312711] [ 27.312711] [Flash] : Ignore Module param [ 27.317252] [ 27.317252] Second otp download Param 10000 [ 27.333601] ol_ath_download_firmware : Second OTP download and Execute is good, param=0x0 [ 27.340869] [ 27.340869] Mission mode: Firmware CHIP Version -957426160 [ 27.348318] ath10k_ahb a800000.wifi: Firmware loaded from user helper succesfully [ 27.355680] ol_swap_seg_alloc: Successfully allocated memory for SWAP size=262144 [ 27.363375] ath10k_ahb a800000.wifi: Firmware loaded from user helper succesfully [ 27.370479] ol_swap_wlan_memory_expansion: length:165483 size_left:165503 dma_size_left:262144 fw_temp:ca322004 fw_entry_size:165507 [ 27.382298] ol_swap_wlan_memory_expansion: dma_virt_addr :ca2e1000 fw_temp: ca322008 length: 165483 [ 27.391538] Swap: bytes_left to copy: fw:16; dma_page:96661 [ 27.396824] ol_swap_wlan_memory_expansion: length:0 size_left:12 dma_size_left:96661 fw_temp:ca34a677 fw_entry_size:165507 [ 27.407902] Swap: wrong length read:0 [ 27.411533] ol_swap_wlan_memory_expansion: Swap total_bytes copied: 165483 Target address 417b60 [ 27.420514] scn=c30c04c0 target_write_addr=417b60 seg_info=c606ee10 [ 27.426775] ol_transfer_swap_struct:Code swap structure successfully downloaded for bin type =2 [ 27.435567] bin_filename=IPQ4019/hw.1/athwlan.bin swap_filename=/lib/firmware/IPQ4019/hw.1/athwlan.codeswap.bin [ 27.445741] ol_transfer_bin_file: Downloading firmware file: IPQ4019/hw.1/athwlan.bin [ 27.454542] ath10k_ahb a800000.wifi: Firmware loaded from user helper succesfully [ 27.461053] ol_transfer_bin_file 3637: downloading file 1, Download data len 372556 [ 28.710531] ol_target_init() Download FW done. [ 28.714259] ol_ath_attach() WMI attached. wmi_handle c3a84000 [ 28.719863] wmi_unified_register_event_handler: Event id 62 is unavailable [ 28.726737] +htc_create .. HIF :c3108000-htc_create: (0xc613d000) [ 28.732705] htc_wmi_init() HT Create . c613d000 [ 28.737475] htc_wmi_init 7516 host_enable 0 nss_nwifi_offload 0 [ 28.743310] ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko) [ 28.752706] OL_ACBKMinfree : 0 [ 28.755793] OL_ACBEMinfree : 0 [ 28.758916] OL_ACVIMinfree : 0 [ 28.762051] OL_ACVOMinfree : 0 [ 28.765168] hif_enable_fastpath, Enabling fastpath mode [ 28.770210] +HWT [ 28.772206] hif_completion_thread_startup: pipe_num:0 pipe_info:0xc310c578hif_completion_thread_startup: pipe_num:3 pipe_info:0xc310c650hif_completion_thread_startup: pipe_num:4 pipe_info:0xc310c698 [ 28.795427] -HWT [ 28.796479] Startup Mode-0 set [ 28.799448] pdev attach (null) -1 [ 28.803024] [ 28.803024] <=== cfg max peer id 544 ====> [ 28.809181] htt_peer_map_timer_init Enter pdev c2ec8000 hrtimer c2ecc940 [ 28.815274] [ 28.815274] htt_alloc_peer_map_mem : Alloc Success : host q vaddr c318c000 paddr 8318c000 [ 28.824978] [ 28.824978] htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts [ 28.836711] ol_txrx_pdev_attach: 2500 tx desc's allocated ; range starts from c2b60000 [ 28.845768] Firmware_Build_Number:10 [ 28.848417] FW wireless modes: 0x1f9001 [ 28.852253] num_rf_chain:0x00000002 ht_cap_info:0x0000085b vht_cap_info:0x339959b2 vht_supp_mcs:0x0000fffa [ 28.862138] wmi_service_coex_gpio 0, wmi_service_4_wire_coex_support 0, coex_version 0 [ 28.870046] [ 28.870046] Sending Ext resource cfg: HOST PLATFORM as 0 [ 28.870046] fw_feature_bitmap as 50 to TGT [ 28.880939] ol_ath_service_ready_event: tt_support: 1 [ 28.885910] ol_ath_service_ready_event: periodic_chan_stats: 1 [ 28.891774] ol_ath_service_ready_event: sw_cal_support_check_flag: 1 [ 28.898068] Peer Caching Enabled ; num_peers = 146, num_active_peers = 52 num_tids = 104, num_vdevs = 17 [ 28.907582] EXT NSS Supported [ 28.910512] idx 1 req 2 num_units 1 num_unit_info 12 unit size 256 actual units 53 [ 28.918243] ol_ath_alloc_host_mem_chunk req_id 2 idx 0 num_units 53 unit_len 256, [ 28.925680] idx 2 req 3 num_units 1 num_unit_info 12 unit size 1024 actual units 53 [ 28.933564] ol_ath_alloc_host_mem_chunk req_id 3 idx 1 num_units 53 unit_len 1024, [ 28.941044] idx 3 req 4 num_units 1 num_unit_info 12 unit size 4096 actual units 53 [ 28.949012] ol_ath_alloc_host_mem_chunk req_id 4 idx 2 num_units 53 unit_len 4096, [ 28.956411] idx 0 req 1 num_units 0 num_unit_info 2 unit size 744 actual units 147 [ 28.964219] ol_ath_alloc_host_mem_chunk req_id 1 idx 3 num_units 147 unit_len 744, [ 28.971686] idx 4 req 6 num_units 35 num_unit_info 0 unit size 3072 actual units 35 [ 28.979581] ol_ath_alloc_host_mem_chunk req_id 6 idx 4 num_units 35 unit_len 3072, [ 28.987053] idx 5 req 7 num_units 1 num_unit_info 0 unit size 6144 actual units 1 [ 28.994760] ol_ath_alloc_host_mem_chunk req_id 7 idx 5 num_units 1 unit_len 6144, [ 29.002158] idx 6 req 5 num_units 0 num_unit_info 2 unit size 2028 actual units 147 [ 29.010237] ol_ath_alloc_host_mem_chunk req_id 5 idx 6 num_units 147 unit_len 2028, [ 29.017595] Support not added yet for Service 91 [ 29.022200] Support not added yet for Service 92 [ 29.026794] No EXT_MSG send INIT now [ 29.030368] chunk 0 len 13568 requested , ptr 0x82b4c000 [ 29.035736] chunk 1 len 54272 requested , ptr 0x82bc0000 [ 29.041126] chunk 2 len 217088 requested , ptr 0x82400000 [ 29.046588] chunk 3 len 109368 requested , ptr 0x82be0000 [ 29.052065] chunk 4 len 107520 requested , ptr 0x82440000 [ 29.057525] chunk 5 len 6144 requested , ptr 0x82b58000 [ 29.062827] chunk 6 len 298116 requested , ptr 0x82480000 [ 29.068347] ol_ath_service_ready_event[4206] WAPI MBSSID 2 [ 29.074021] smart_log_init: Smart logging Enabled buf=c2bd0000 (size=65536) [ 29.109772] Version = 16777216 3 status = 0 [ 29.113050] ol_ath_connect_htc() WMI is ready [ 29.117398] target uses HTT version 2.2; host uses 2.2 [ 29.122504] htt_h2t_frag_desc_bank_cfg_msg - HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for radio ID = 1 [ 29.137336] ol_ath_attach() connect HTC. [ 29.140377] bypasswmi : 0 [ 29.142929] ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0. [ 29.154705] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2) flags 0x2150 [ 29.161744] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4) flags 0xa0 [ 29.168533] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x8) flags 0xc0 [ 29.175414] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x20) flags 0xd0 [ 29.182370] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x40) flags 0x150 [ 29.189366] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x800) flags 0x10080 [ 29.196664] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2000) flags 0x20080 [ 29.204043] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4000) flags 0x40080 [ 29.211525] Add VHT80 channel: 5210 [ 29.214882] Add VHT80 channel: 5290 [ 29.218353] Add VHT80 channel: 5530 [ 29.221833] Add VHT80 channel: 5610 [ 29.225297] Add VHT80 channel: 5690 [ 29.228770] Add VHT80 channel: 5775 [ 29.232276] Skipping VHT80 channel 5825 [ 29.236067] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x200000) flags 0x4000100 [ 29.243801] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x400000) flags 0x8000100 [ 29.252542] freq=58 [ 29.253700] freq=106 [ 29.255953] freq=122 [ 29.258208] freq=138 [ 29.260510] OL Resmgr Init-ed [ 29.263580] ieee80211_bsteering_attach: Band steering initialized [ 29.269510] acfg_attach: Offload using existing sock c4410800 [ 29.275283] SPECTRAL : get_capability not registered [ 29.280213] HAL_CAP_PHYDIAG : Capable [ 29.283823] SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 237) [ 29.291902] SPECTRAL : get_capability not registered [ 29.296840] HAL_CAP_RADAR : Capable [ 29.300497] SPECTRAL : Need to fix the capablity check for SPECTRAL [ 29.300497] (spectral_attach : 242) [ 29.310304] SPECTRAL : get_capability not registered [ 29.315241] HAL_CAP_SPECTRAL_SCAN : Capable [ 29.319410] SPECTRAL : get_tsf64 not registered [ 29.323933] spectral_init_netlink 78 NULL SKB [ 29.328270] Green-AP : Green-AP : Attached [ 29.328270] [ 29.333828] Green-AP : Attached [ 29.336944] rate power table override is only supported for AR98XX [ 29.343258] ol_ath_smart_ant_attach: Hardware doest not support Smart Antenna. [ 29.350380] ol_if_dfs_attach: called; ptr=c24d198c, radar_info=c4a9fbf8 [ 29.356912] dfs_attach: event log enabled by default [ 29.362688] >>>> CB Set (null) [ 29.365880] ipq4019_wifi_led_init: Wifi LED init failed.. Couldn't get led gpio/led source [ 29.373427] ol_ath_attach() UMAC attach . [ 29.377481] [ 29.377481] BURSTING enabled by default [ 29.383067] ol_ath_attach: Set global_ic[2] ..ptr:bf77c3f0 [ 29.388349] ath_lowi_if_netlink_init Incremented LOWI netlink ref count: 2 [ 29.395215] osif_wrap_attach:443 osif wrap attached [ 29.400085] osif_wrap_devt_init:404 osif wrap dev table init done [ 29.406144] Wrap Attached: Wrap_com =c24d8200 ic->ic_wrap_com=c24d8200 &wrap_com->wc_devt=c24d8200 [ 29.415254] __ol_ath_attach: needed_headroom reservation 60 [ 29.423100] ol_ath_thermal_mitigation_attach: -- [ 29.426731] ol_ath_ahb_probe num_radios=1, wifi_radios[1].sc = c30c04c0 wifi_radio_type = 2 [ 29.435139] ath_sysfs_diag_init: diag_fsattr [ 29.439800] ath_ol_pci: (Atheros/multi-bss) [ 29.453138] pktlog_init: Initializing Pktlog for AR900B, pktlog_hdr_size = 16 [ 29.459335] +hif_update_pipe_callback pipeid 8 [ 29.463820] -hif_update_pipe_callback [ 29.467442] pktlog_init: Initializing Pktlog for AR900B, pktlog_hdr_size = 16 [ 29.474686] +hif_update_pipe_callback pipeid 8 [ 29.479036] -hif_update_pipe_callback [ 29.491394] __sa_init_module No Direct-Attach chipsets found. [ 29.515183] Removing athdebug proc file [ 29.518009] ath_dev: driver unloaded [ 29.528610] ath_tx99: driver unloaded [ 29.538171] ath_rate_atheros: driver unloaded [ 29.548493] ath_hal: driver unloaded [ 29.582383] Switching to Tx Mode-1 Threshold 280 [ 29.746747] [wifi1] FWLOG: [36399] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x94c, 0x94c, 0x0 ) [ 29.754332] [wifi1] FWLOG: [36399] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x94c, 0x94c, 0x0 ) [ 29.763014] [wifi1] FWLOG: [36399] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x94c, 0x94c, 0x0 ) [ 29.771705] [wifi1] FWLOG: [36399] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x94c, 0x94c, 0x0 ) [ 29.780394] [wifi1] FWLOG: [36548] UNKNOWN 22:55 ( 0x3a, 0xa10, 0x160, 0x10, 0x0 ) [ 29.787918] [wifi1] FWLOG: [36548] UNKNOWN 22:55 ( 0x3a, 0x10, 0x0, 0x10, 0x12 ) [ 32.105903] Switching to Tx Mode-1 Threshold 280 lbd: stop daemon qcawifi disable radio wifi0 qcawifi disable radio wifi1 qcawifi: enable radio wifi0 [ 36.224310] device eth1 entered promiscuous mode [ 36.234972] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready [ 36.256036] MTU of eth0 is changed, NETDEV_CHANGEMTU event trigger, ssdk_dev_event, 3976 [ 36.269530] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 36.364333] [ol_ath_iw_setcountry][1815] *p=44, *(p+1)=45 [ 36.368778] isCountryCodeValid: EEPROM regdomain 0x0 [ 36.373806] ol_regdmn_init_channels: !avail mode 0x680c (0x2) flags 0x2150 [ 36.380817] ol_regdmn_init_channels: !avail mode 0x680c (0x1) flags 0x140 [ 36.387348] ol_regdmn_init_channels: !avail mode 0x680c (0x20) flags 0xd0 [ 36.394947] ol_regdmn_init_channels: !avail mode 0x680c (0x40) flags 0x150 [ 36.410300] ol_regdmn_init_channels: !avail mode 0x680c (0x1000) flags 0x10100 [ 36.416511] ol_regdmn_init_channels: !avail mode 0x680c (0x8000) flags 0x20100 [ 36.423794] ol_regdmn_init_channels: !avail mode 0x680c (0x10000) flags 0x40100 [ 36.431067] ol_regdmn_init_channels: !avail mode 0x680c (0x20000) flags 0x100100 [ 36.438372] ol_regdmn_init_channels: !avail mode 0x680c (0x40000) flags 0x200100 [ 36.445878] ol_regdmn_init_channels: !avail mode 0x680c (0x80000) flags 0x400100 [ 36.453265] ol_regdmn_init_channels: !avail mode 0x680c (0x100000) flags 0x800100 [ 36.460709] ol_regdmn_init_channels: !avail mode 0x680c (0x200000) flags 0x4000100 [ 36.468146] ol_regdmn_init_channels: !avail mode 0x680c (0x400000) flags 0x8000100 [ 36.515269] set TXBF_SND_PERIOD: value 100 wmi_status 0 [ 36.535382] Disconnect_timeout value entered:10 [ 36.551244] reconfiguration_timeout value entered:60 [ 36.671477] ess_edma c080000.edma: eth0: GMAC Link is up with phy_speed=1000 [ 36.677548] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 36.997613] wlan_vap_create : enter. devhandle=0xc44804c0, opmode=IEEE80211_M_HOSTAP, flags=0x1 [ 37.005436] send_vdev_create_cmd_non_tlv: ID = 0 Type = 1, Subtype = 0 VAP Addr = 44:47:cc:0b:d5:ff: [ 37.014726] ieee80211_mbo_vattach:MBO Initialized [ 37.019188] ieee80211_oce_vattach: OCE Initialized [ 37.024468] wlan_vap_create : exit. devhandle=0xc44804c0, vap=0xc2708000, opmode=IEEE80211_M_HOSTAP, flags=0x1. [ 37.034167] __ieee80211_smart_ant_init: Smart Antenna is not supported [ 37.040748] Enabling TX checksum bit for the vap ath0 features 4000 [ 37.047039] Enabling SG bit for the vap ath0 features 4000 [ 37.052665] Enabling SG bit for the vap ath0 features 4000 [ 37.058160] Enabling TSO bit for the vap ath0 features 4000 [ 37.063893] Enabling LRO bit for the vap ath0 features 4000 [ 37.071126] VAP device ath0 created osifp: (c44484c0) os_if: (c2708000) [ 37.100958] siwfreq [ 37.102046] Set freq vap 0 stop send + c2708000 [ 37.106752] Set freq vap 0 stop send -c2708000 [ 37.150670] Set wait done --c2708000 [ 37.210304] br-lan: port 1(eth1) entered forwarding state [ 37.212032] [wifi0] FWLOG: [43949] UNKNOWN 22:55 ( 0x37, 0x199, 0x130, 0x0, 0x32 ) [ 37.222389] br-lan: port 1(eth1) entered forwarding state [ 37.230059] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 37.302698] [ 37.302698] DES SSID SET= [ 37.315056] [DEBUG] vap-0(ath0):set SIOC80211NWID, 12 characters [ 37.320043] [ 37.320043] DES SSID SET=ezviz_0BD5FC [ 37.960291] ieee80211_ioctl_siwmode: imr.ifm_active=131712, new mode=3, valid=1 [ 38.000876] DEVICE IS DOWN ifname=ath0 [ 38.003863] DEVICE IS DOWN ifname=ath0 country code:DE url:wifi.ezvizlife.com hik_init_sn_and_code 1157 256 hik_init_sn_and_code: CS-W3-WD1200G-EUP BEBKXA C56856718 1 44:47:CC:0B:D5:FD: hik_init_sn_and_code: 6718BEBKXA F944077BA43A0C802F7955AFE26C9839A182DF0E708BB75DE47EDD2EEEA48D44 1 [ 38.271427] 8021q: adding VLAN 0 to HW filter on device ath0 httpd use add 192.168.7.1 [ 38.367381] Console Passwd Update success... [ 38.884581] device ath0 entered promiscuous mode [ 38.889179] br-lan: port 2(ath0) entered forwarding state [ 38.893643] br-lan: port 2(ath0) entered forwarding state qcawifi: enable radio wifi1 [ 39.155948] [ol_ath_iw_setcountry][1815] *p=44, *(p+1)=45 [ 39.160439] isCountryCodeValid: EEPROM regdomain 0x0 [ 39.165308] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2) flags 0x2150 [ 39.172380] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4) flags 0xa0 [ 39.179172] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x8) flags 0xc0 [ 39.186151] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x20) flags 0xd0 [ 39.193036] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x40) flags 0x150 [ 39.200007] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x800) flags 0x10080 [ 39.207355] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2000) flags 0x20080 [ 39.211643] [wifi0] FWLOG: [45758] WAL_DBGID_SECURITY_ENCR_EN ( ) [ 39.211653] [wifi0] FWLOG: [45758] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 ) [ 39.211669] [wifi0] FWLOG: [45789] WAL channel change freq=2412, mode=1 flags=0 rx_ok=1 tx_ok=1 [ 39.211681] [wifi0] FWLOG: [46103] WAL channel change freq=2417, mode=1 flags=0 rx_ok=1 tx_ok=1 [ 39.211692] [wifi0] FWLOG: [46418] WAL channel change freq=2422, mode=1 flags=0 rx_ok=1 tx_ok=1 [ 39.211704] [wifi0] FWLOG: [46732] WAL channel change freq=2427, mode=1 flags=0 rx_ok=1 tx_ok=1 [ 39.220140] br-lan: port 1(eth1) entered forwarding state [ 39.268028] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4000) flags 0x40080 [ 39.275430] Add VHT80 channel: 5210 [ 39.278734] Add VHT80 channel: 5290 [ 39.282248] Add VHT80 channel: 5530 [ 39.285670] Add VHT80 channel: 5610 [ 39.289167] Skipping VHT80 channel 5660 [ 39.293030] Skipping VHT80 channel 5680 [ 39.296792] Skipping VHT80 channel 5700 [ 39.300662] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x200000) flags 0x4000100 [ 39.308326] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x400000) flags 0x8000100 [ 39.317598] freq=58 [ 39.318760] freq=106 [ 39.321053] freq=122 [ 39.387653] set TXBF_SND_PERIOD: value 100 wmi_status 0 [ 39.408651] Disconnect_timeout value entered:10 [ 39.417179] reconfiguration_timeout value entered:60 [ 39.569138] wlan_vap_create : enter. devhandle=0xc30c04c0, opmode=IEEE80211_M_HOSTAP, flags=0x1 [ 39.577464] send_vdev_create_cmd_non_tlv: ID = 0 Type = 1, Subtype = 0 VAP Addr = 44:47:cc:0b:d6:01: [ 39.586649] ieee80211_mbo_vattach:MBO Initialized [ 39.591166] ieee80211_oce_vattach: OCE Initialized [ 39.595810] wlan_vap_create : exit. devhandle=0xc30c04c0, vap=0xc1828000, opmode=IEEE80211_M_HOSTAP, flags=0x1. [ 39.606307] __ieee80211_smart_ant_init: Smart Antenna is not supported [ 39.612795] Enabling TX checksum bit for the vap ath1 features 4000 [ 39.618561] Enabling SG bit for the vap ath1 features 4000 [ 39.624751] Enabling SG bit for the vap ath1 features 4000 [ 39.629673] Enabling TSO bit for the vap ath1 features 4000 [ 39.635422] Enabling LRO bit for the vap ath1 features 4000 [ 39.642682] VAP device ath1 created osifp: (c444c4c0) os_if: (c1828000) [ 39.659832] siwfreq [ 39.661477] Set freq vap 0 stop send + c1828000 [ 39.666469] Set freq vap 0 stop send -c1828000 [ 39.690137] Set wait done --c1828000 [ 39.741845] [wifi1] FWLOG: [46860] UNKNOWN 22:55 ( 0x37, 0x199, 0x130, 0x30, 0x0 ) [ 39.748383] [wifi1] FWLOG: [46860] UNKNOWN 22:55 ( 0x37, 0x30, 0x0, 0x30, 0x0 ) [ 39.763894] [ 39.763894] DES SSID SET= [ 39.772488] [DEBUG] vap-0(ath1):set SIOC80211NWID, 15 characters [ 39.777491] [ 39.777491] DES SSID SET=ezviz_0BD5FC_5G [ 39.845329] msm_thermal: enabled = 0 start microkernel create_config_file config file exist, file len 708! parse_config_file: serial CS-W3-WD1200G-EUP0020180424CCCHC56856718WU, type CS-W3-WD1200G-EUP microkernel_init lbs ip: litedev.eu.ezvizlife.com ezDevSDK_Init success ezDevSDK_Start ezdevsdk_init end ret 0 microkernel start success extend_start_cb extend_start_cb extend_start_cb extend_start_cb host parser:address:99.80.155.28 [ 40.210380] [wifi0] FWLOG: [47046] WAL channel change freq=2432, mode=1 flags=0 rx_ok=1 tx_ok=1 [ 40.218084] [wifi0] FWLOG: [47360] [ 40.220152] ieee80211_ioctl_siwmode: imr.ifm_active=66176, new mode=3, valid=1 [ 40.229054] WAL channel change freq=2437, mode=1 flags=0 rx_ok=1 tx_ok=1 [ 40.235643] [wifi0] FWLOG: [47675] WAL channel change freq=2442, mode=1 flags=0 rx_ok=1 tx_ok=1 [ 40.260646] DEVICE IS DOWN ifname=ath1 [ 40.263530] DEVICE IS DOWN ifname=ath1 ezDevSDK_log_warn esdk_error 101, othercode -1, mqtt unsubscribe:/C56856718/# error host parser:address:18.200.201.64 ezDevSDK_log_error esdk_error 0, othercode 0, mqtt connect succ, server ip:18.200.201.64, port:8820 ezdevsdk_event_notice, id 0, register 1 process Msg, MsgDomainId:1100, cmdId:0x00000001, seq:0, len:119 address:0.amazon.pool.ntp.org interval:60 port:123 set ntp server:0.amazon.pool.ntp.org:123, interval 60 process Msg, MsgD[ 40.491544] 8021q: adding VLAN 0 to HW filter on device ath1 omainId:2000, cmdId:0x00000001, seq:0, len:75 set AlarmCenter Addr:alarmeu.ezvizlife.com, port:7400, interval:60 process Msg, MsgDomainId:2000, cmdId:0x00000001, seq:0, len:50 set AlarmCenter Addr:, port:0, interval:0 userid reset process Msg, MsgDomainId:1100, cmdId:0x00003446, seq:1, len:116 [ 40.741412] [wifi1] FWLOG: [48032] WAL_DBGID_SECURITY_ENCR_EN ( [ 40.746059] device ath1 entered promiscuous mode [ 40.746541] br-lan: port 3(ath1) entered forwarding state [ 40.746584] br-lan: port 3(ath1) entered forwarding state [ 40.762759] ) [ 40.763572] [wifi1] FWLOG: [48032] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 ) [ 40.770517] [wifi1] FWLOG: [48064] WAL channel change freq=5180, mode=0 flags=0 rx_ok=1 tx_ok=1 ezviz register active up packet, ready to check firmware version! [ 40.890151] br-lan: port 2(ath0) entered forwarding state process Msg, MsgDomainId:1100, cmdId:0x00002864, seq:6, len:75 [ 41.210012] [wifi0] FWLOG: [47988] WAL channel change freq=2447, mode=1 flags=0 rx_ok=1 tx_ok=1 [ 41.230173] [wifi0] FWLOG: [48303] WAL channel change freq=2452, mode=1 flags=0 rx_ok=1 tx_ok=1 [ 41.237850] [wifi0] FWLOG: [48617] WAL channel change freq=2457, mode=1 flags=0 rx_ok=1 tx_ok=1 [ 41.740918] [wifi1] FWLOG: [48379] WAL channel change freq=5200, mode=0 flags=0 rx_ok=1 tx_ok=1 [ 41.748653] [wifi1] FWLOG: [48694] WAL channel change freq=5220, mode=0 flags=0 rx_ok=1 tx_ok=1 [ 41.757267] [wifi1] FWLOG: [49008] WAL channel change freq=5240, mode=0 flags=0 rx_ok=1 tx_ok=1 [ 41.765947] [wifi1] FWLOG: [49322] WAL channel change freq=5260, mode=0 flags=0 rx_ok=1 tx_ok=1 [ 42.209375] [wifi0] FWLOG: [48931] WAL channel change freq=2462, mode=1 flags=0 rx_ok=1 tx_ok=1 [ 42.217045] [wifi0] FWLOG: [49245] WAL channel change freq=2467, mode=1 flags=0 rx_ok=1 tx_ok=1 [ 42.225728] [wifi0] FWLOG: [49559] WAL channel change freq=2472, mode=1 flags=0 rx_ok=1 tx_ok=1 [ 42.257378] send_vdev_down_cmd_non_tlv for vap 0 [ 42.261286] OL vap_start + [ 42.263672] VDEV START [ 42.266015] OL vap_start - [ 42.268724] ol_ath_vap_set_param: Now supported MGMT RATE is 1000(kbps) and rate code: 0x43 [ 42.477277] ol_vdev_start_resp_ev for vap 0 (c69e8000) [ 42.481471] send_wmm_update_cmd_non_tlv: [ 42.485558] su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1 [ 42.492448] send_vdev_up_cmd_non_tlv for vap 0 [ 42.496808] __ieee80211_smart_ant_init: Smart Antenna is not supported [ 42.740124] br-lan: port 3(ath1) entered forwarding state [ 42.740289] [wifi1] FWLOG: [49635] WAL channel change freq=5280, mode=0 flags=0 rx_ok=1 tx_ok=1 [ 42.740305] [wifi1] FWLOG: [49950] WAL channel change freq=5300, mode=0 flags=0 rx_ok=1 tx_ok=1 [ 42.740321] [wifi1] FWLOG: [50265] WAL channel change freq=5320, mode=0 flags=0 rx_ok=1 tx_ok=1 [ 43.209149] [wifi0] FWLOG: [49877] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 43.214667] [wifi0] FWLOG: [49877] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 43.221181] [wifi0] FWLOG: [49882] vap-0 VDEV_MGR_VDEV_START ( 0x99e, 0x2, 0x0, 0x0 ) [ 43.228986] [wifi0] FWLOG: [49882] WAL channel change freq=2462, mode=5 flags=0 rx_ok=1 tx_ok=1 [ 43.237672] [wifi0] FWLOG: [50098] UNKNOWN 14:20 ( 0x0 ) [ 43.242965] [wifi0] FWLOG: [50118] VDEV_MGR_HP_START_TIME ( 0x0, 0x99e, 0xf3c000 ) [ 43.250520] [wifi0] FWLOG: [50118] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 43.257026] [wifi0] FWLOG: [50118] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 43.263541] [wifi0] FWLOG: [50118] VDEV_MGR_AP_TBTT_CONFIG ( 0x0, 0x99e, 0x0, 0x0 ) [ 43.740267] [wifi1] FWLOG: [50578] WAL channel change freq=5500, mode=0 flags=0 rx_ok=1 tx_ok=1 [ 43.747957] [wifi1] FWLOG: [50892] WAL channel change freq=5520, mode=0 flags=0 rx_ok=1 tx_ok=1 [ 43.756644] [wifi1] FWLOG: [51207] WAL channel change freq=5540, mode=0 flags=0 rx_ok=1 tx_ok=1 [ 44.739287] [wifi1] FWLOG: [51521] WAL channel change freq=5560, mode=0 flags=0 rx_ok=1 tx_ok=1 [ 44.747083] [wifi1] FWLOG: [51835] WAL channel change freq=5580, mode=0 flags=0 rx_ok=1 tx_ok=1 [ 44.755680] [wifi1] FWLOG: [52150] WAL channel change freq=5600, mode=0 flags=0 rx_ok=1 tx_ok=1 [ 45.738844] [wifi1] FWLOG: [52463] WAL channel change freq=5620, mode=0 flags=0 rx_ok=1 tx_ok=1 [ 45.746551] [wifi1] FWLOG: [52778] WAL channel change freq=5640, mode=0 flags=0 rx_ok=1 tx_ok=1 [ 45.755344] [wifi1] FWLOG: [53093] WAL channel change freq=5660, mode=0 flags=0 rx_ok=1 tx_ok=1 [ 45.780274] [wifi1] FWLOG: [53407] WAL channel change freq=5680, mode=0 flags=0 rx_ok=1 tx_ok=1 [ 46.319159] send_vdev_down_cmd_non_tlv for vap 0 [ 46.323083] OL vap_start + [ 46.325468] VDEV START [ 46.327826] OL vap_start - [ 46.330566] ol_ath_vap_set_param: Now supported MGMT RATE is 6000(kbps) and rate code: 0x3 [ 46.506577] ol_vdev_start_resp_ev for vap 0 (c3a84000) [ 46.510761] send_wmm_update_cmd_non_tlv: [ 46.514826] su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1 [ 46.521679] send_vdev_up_cmd_non_tlv for vap 0 [ 46.526072] __ieee80211_smart_ant_init: Smart Antenna is not supported [ 46.738424] [wifi1] FWLOG: [53721] WAL channel change freq=5700, mode=0 flags=0 rx_ok=1 tx_ok=1 [ 46.746093] [wifi1] FWLOG: [54038] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 46.752604] [wifi1] FWLOG: [54038] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 46.759109] [wifi1] FWLOG: [54043] vap-0 VDEV_MGR_VDEV_START ( 0x143c, 0x2, 0x0, 0x0 ) [ 46.767012] [wifi1] FWLOG: [54043] WAL channel change freq=5180, mode=10 flags=0 rx_ok=1 tx_ok=1 [ 46.775779] [wifi1] FWLOG: [54226] UNKNOWN 14:20 ( 0x0 ) [ 46.781073] [wifi1] FWLOG: [54249] VDEV_MGR_HP_START_TIME ( 0x0, 0x143c, 0x10b3000 ) [ 46.788799] [wifi1] FWLOG: [54249] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 46.795308] [wifi1] FWLOG: [54249] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 46.801820] [wifi1] FWLOG: [54249] VDEV_MGR_AP_TBTT_CONFIG ( 0x0, 0x143c, 0x0, 0x0 )


Format: Log Type - Time(microsec) - Message - Optional Info Log Type: B - Since Boot(Power On Reset), D - Delta, S - Statistic S - QC_IMAGE_VERSION_STRING=BOOT.BF.3.1.1-00117 S - IMAGE_VARIANT_STRING=DAABANAZA S - OEM_IMAGE_VERSION_STRING=CRM S - Boot Config, 0x00000021 S - Reset status Config, 0x00000000 S - Core 0 Frequency, 0 MHz B - 261 - PBL, Start B - 1339 - bootable_media_detect_entry, Start B - 1679 - bootable_media_detect_success, Start B - 1693 - elf_loader_entry, Start B - 5076 - auth_hash_seg_entry, Start B - 7223 - auth_hash_seg_exit, Start B - 580157 - elf_segs_hash_verify_entry, Start B - 698667 - PBL, End B - 698691 - SBL1, Start B - 789442 - pm_device_init, Start D - 7 - pm_device_init, Delta B - 790969 - boot_flash_init, Start D - 54257 - boot_flash_init, Delta B - 849374 - boot_config_data_table_init, Start D - 3845 - boot_config_data_table_init, Delta - (419 Bytes) B - 856856 - clock_init, Start D - 7576 - clock_init, Delta B - 868606 - CDT version:2,Platform ID:8,Major ID:1,Minor ID:0,Subtype:0 B - 872020 - sbl1_ddr_set_params, Start B - 877118 - cpr_init, Start D - 2 - cpr_init, Delta B - 881500 - Pre_DDR_clock_init, Start D - 5 - Pre_DDR_clock_init, Delta D - 13178 - sbl1_ddr_set_params, Delta B - 895238 - pm_driver_init, Start D - 2 - pm_driver_init, Delta B - 965152 - sbl1_wait_for_ddr_training, Start D - 28 - sbl1_wait_for_ddr_training, Delta B - 980247 - Image Load, Start D - 140874 - QSEE Image Loaded, Delta - (274048 Bytes) B - 1121548 - Image Load, Start D - 1439 - SEC Image Loaded, Delta - (2048 Bytes) B - 1131941 - Image Load, Start D - 209837 - APPSBL Image Loaded, Delta - (428756 Bytes) B - 1342175 - QSEE Execution, Start D - 60 - QSEE Execution, Delta B - 1348366 - SBL1, End D - 651751 - SBL1, Delta S - Flash Throughput, 2003 KB/s (705271 Bytes, 351974 us) S - DDR Frequency, 537 MHz U-Boot 2012.07 [Chaos Calmer 15.05.1,r4045] (Jul 06 2017 - 21:37:32) smem ram ptable found: ver: 1 len: 3 DRAM: 128 MiB machid : 0x8010000 NAND: SF: Detected MX25L12805D with page size 4 KiB, total 16 MiB ipq_spi: page_size: 0x100, sector_size: 0x1000, size: 0x1000000 16 MiB MMC: In: serial Out: serial Err: serial machid: 8010000 flash_type: 0 Hit any key to stop autoboot: 2  1  0 SF: Detected MX25L12805D with page size 4 KiB, total 16 MiB ## Booting kernel from FIT Image at 84000000 ... Using 'config@4' configuration Trying 'kernel@1' kernel subimage Description: ARM OpenWrt Linux-4.19.93 Type: Kernel Image Compression: gzip compressed Data Start: 0x840000e4 Data Size: 3351106 Bytes = 3.2 MiB Architecture: ARM OS: Linux Load Address: 0x80208000 Entry Point: 0x80208000 Hash algo: crc32 Hash value: dc25626e Hash algo: sha1 Hash value: 3a2526979f2c7e607189ee555476151405c09e97 Verifying Hash Integrity ... crc32+ sha1+ OK ## Flattened Device Tree from FIT Image at 84000000 Using 'config@4' configuration Trying 'fdt@1' FDT blob subimage Description: ARM OpenWrt ezviz_cs-w3-wd1200g-eup device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x8433246c Data Size: 15969 Bytes = 15.6 KiB Architecture: ARM Hash algo: crc32 Hash value: 7bd952a1 Hash algo: sha1 Hash value: b9679ff54457819917b8b76bc8e17510cec7fe74 Verifying Hash Integrity ... crc32+ sha1+ OK Booting using the fdt blob at 0x8433246c Uncompressing Kernel Image ... OK Loading Device Tree to 86ff9000, end 86fffe60 ... OK ipq: fdt fixup unable to find compatible node Using machid 0x8010000 from environment Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.19.93 (builder@buildhost) (gcc version 8.3.0 (OpenWrt GCC 8.3.0 r12038-d4009d7985)) #0 SMP Fri Jan 17 11:17:36 2020 [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d [ 0.000000] CPU: div instructions available: patching division code [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] OF: fdt: Machine model: EZVIZ CS-W3-WD1200G EUP [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] random: get_random_bytes called from start_kernel+0x7c/0x43c with crng_init=0 [ 0.000000] percpu: Embedded 15 pages/cpu s29964 r8192 d23284 u61440 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 31972 [ 0.000000] Kernel command line: rootfsname=rootfs rootwait [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) [ 0.000000] Memory: 118816K/129024K available (4879K kernel code, 176K rwdata, 1320K rodata, 1024K init, 237K bss, 10208K 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 : 0xc8000000 - 0xff800000 ( 888 MB) [ 0.000000] lowmem : 0xc0000000 - 0xc7e00000 ( 126 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (5872 kB) [ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (1024 kB) [ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 177 kB) [ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 238 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000] arch_timer: cp15 timer(s) running at 48.00MHz (virt). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xb11fd3bfb, max_idle_ns: 440795203732 ns [ 0.000009] sched_clock: 56 bits at 48MHz, resolution 20ns, wraps every 4398046511096ns [ 0.000023] Switching to timer-based delay loop, resolution 20ns [ 0.000249] Calibrating delay loop (skipped), value calculated using timer frequency.. 96.00 BogoMIPS (lpj=480000) [ 0.000267] pid_max: default: 32768 minimum: 301 [ 0.000459] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000476] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.001428] CPU: Testing write buffer coherency: ok [ 0.002428] Setting up static identity map for 0x80300000 - 0x80300060 [ 0.002596] rcu: Hierarchical SRCU implementation. [ 0.003326] smp: Bringing up secondary CPUs ... [ 0.006360] smp: Brought up 1 node, 4 CPUs [ 0.006380] SMP: Total of 4 processors activated (384.00 BogoMIPS). [ 0.006388] CPU: All CPU(s) started in SVC mode. [ 0.010703] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 [ 0.010868] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.010894] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.011175] pinctrl core: initialized pinctrl subsystem [ 0.012193] NET: Registered protocol family 16 [ 0.012504] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.013683] cpuidle: using governor ladder [ 0.013730] cpuidle: using governor menu [ 0.031668] usbcore: registered new interface driver usbfs [ 0.031734] usbcore: registered new interface driver hub [ 0.031819] usbcore: registered new device driver usb [ 0.031868] pps_core: LinuxPPS API ver. 1 registered [ 0.031877] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.031903] PTP clock support registered [ 0.033266] clocksource: Switched to clocksource arch_sys_counter [ 0.034250] NET: Registered protocol family 2 [ 0.035087] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes) [ 0.035130] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 0.035157] TCP bind hash table entries: 1024 (order: 1, 8192 bytes) [ 0.035186] TCP: Hash tables configured (established 1024 bind 1024) [ 0.035311] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.035352] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.035581] NET: Registered protocol family 1 [ 0.036691] No memory allocated for crashlog [ 0.036921] workingset: timestamp_bits=14 max_order=15 bucket_order=1 [ 0.042351] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.042365] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.048169] io scheduler noop registered [ 0.048188] io scheduler deadline registered (default) [ 0.050773] bam-dma-engine 8e04000.dma: num-channels unspecified in dt [ 0.050792] bam-dma-engine 8e04000.dma: num-ees unspecified in dt [ 0.051488] tcsr 1949000.tcsr: setting wifi_glb_cfg = 41000000 [ 0.051570] tcsr 194b000.tcsr: setting usb hs phy mode select = e700e7 [ 0.051644] tcsr 1953000.ess_tcsr: setting ess interface select = 0 [ 0.051718] tcsr 1957000.tcsr: setting wifi_noc_memtype_m0_m2 = 2222222 [ 0.051944] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.053928] msm_serial 78af000.serial: msm_serial: detected port #0 [ 0.053976] msm_serial 78af000.serial: uartclk = 1843200 [ 0.054043] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 25, base_baud = 115200) is a MSM [ 0.054071] msm_serial: console setup on port #0 [ 0.564338] console [ttyMSM0] enabled [ 0.569235] msm_serial: driver initialized [ 0.577278] loop: module loaded [ 0.578415] spi_qup 78b5000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64 [ 0.580555] m25p80 spi0.0: mx25l12805d (16384 Kbytes) [ 0.586986] 9 fixed-partitions partitions found on MTD device spi0.0 [ 0.591824] Creating 9 MTD partitions on "spi0.0": [ 0.598277] 0x000000000000-0x000000040000 : "SBL1" [ 0.603658] 0x000000040000-0x000000060000 : "MIBIB" [ 0.608280] 0x000000060000-0x0000000c0000 : "QSEE" [ 0.613033] 0x0000000c0000-0x0000000d0000 : "CDT" [ 0.618002] 0x0000000d0000-0x0000000e0000 : "DDRPARAMS" [ 0.622706] 0x0000000e0000-0x0000000f0000 : "APPSBLENV" [ 0.627794] 0x0000000f0000-0x000000170000 : "APPSBL" [ 0.632915] 0x000000170000-0x000000180000 : "ART" [ 0.638171] 0x000000180000-0x000001000000 : "firmware" [ 0.643118] 2 fit-fw partitions found on MTD device firmware [ 0.647170] Creating 2 MTD partitions on "firmware": [ 0.652950] 0x000000000000-0x000000340000 : "kernel" [ 0.658672] 0x000000336800-0x000000e80000 : "rootfs" [ 0.663525] mtd: device 10 (rootfs) set to be root filesystem [ 0.668012] 1 squashfs-split partitions found on MTD device rootfs [ 0.673466] 0x0000005c0000-0x000000e80000 : "rootfs_data" [ 0.685983] libphy: ipq40xx_mdio: probed [ 0.717088] ESS reset ok! [ 0.750057] ESS reset ok! [ 1.167955] libphy: Fixed MDIO Bus: probed [ 1.263401] i2c /dev entries driver [ 1.268831] NET: Registered protocol family 10 [ 1.270417] Segment Routing with IPv6 [ 1.272257] NET: Registered protocol family 17 [ 1.276013] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 1.281296] 8021q: 802.1Q VLAN Support v1.8 [ 1.293460] Registering SWP/SWPB emulation handler [ 1.309843] VFS: Mounted root (squashfs filesystem) readonly on device 31:10. [ 1.311837] Freeing unused kernel memory: 1024K [ 1.376177] Run /sbin/init as init process [ 1.430680] random: fast init done [ 2.362629] init: Console is alive [ 2.362848] init: - watchdog - [ 4.132412] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 4.278576] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 4.280427] init: - preinit - [ 5.299347] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 5.299435] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 5.316344] random: procd: uninitialized urandom read (4 bytes read) Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level [ 9.647555] jffs2: notice: (164) jffs2_build_xattr_subsystem: complete building xattr subsystem, 3 of xdatum (0 unchecked, 1 orphan) and 12 of xref (1 dead, 0 orphan) found. [ 9.659576] mount_root: switching to jffs2 overlay [ 9.693983] overlayfs: upper fs does not support tmpfile. [ 9.709521] urandom-seed: Seeding with /etc/urandom.seed [ 9.908591] procd: - early - [ 9.908732] procd: - watchdog - [ 10.645276] procd: - watchdog - [ 10.648324] procd: - ubus - [ 10.853071] random: ubusd: uninitialized urandom read (4 bytes read) [ 10.853923] random: ubusd: uninitialized urandom read (4 bytes read) [ 10.858842] random: ubusd: uninitialized urandom read (4 bytes read) [ 10.865743] procd: - init - Please press Enter to activate this console. [ 11.283622] kmodloader: loading kernel modules from /etc/modules.d/* [ 11.293581] Loading modules backported from Linux version v5.4-rc8-0-gaf42d3466bdc [ 11.293618] Backport generated by backports.git v5.4-rc8-1-0-g368e8c51 [ 11.314190] xt_time: kernel timezone is -0000 [ 11.321926] urngd: v1.0.1 started. [ 11.350082] PPP generic driver version 2.4.2 [ 11.351126] NET: Registered protocol family 24 [ 11.386293] random: crng init done [ 11.386323] random: 6 urandom warning(s) missed due to ratelimiting [ 11.685251] firmware ath10k!fwcfg-ahb-a000000.wifi.txt: firmware_loading_store: map pages failed [ 11.777298] firmware ath10k!QCA4019!hw1.0!ct-firmware-5.bin: firmware_loading_store: map pages failed [ 11.862531] firmware ath10k!QCA4019!hw1.0!ct-firmware-2.bin: firmware_loading_store: map pages failed [ 11.959671] firmware ath10k!QCA4019!hw1.0!firmware-6.bin: firmware_loading_store: map pages failed [ 12.602389] ath10k_ahb a000000.wifi: qca4019 hw1.0 target 0x01000000 chip_id 0x003b00ff sub 0000:0000 [ 12.602434] ath10k_ahb a000000.wifi: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0 [ 12.614771] ath10k_ahb a000000.wifi: firmware ver 10.4b-ct-4019-fW-012-6acc9b999 api 5 features mfp,peer-flow-ctrl,txstatus-noack,wmi-10.x-CT,ratemask-CT,regdump-CT,txrate-CT,flush-all-CT,pingpong-CT,ch-regs-CT,nop-CT,set-special-CT,tx-rc-CT,cust-stats-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT,wmi-bcn-rc-CT crc32 bc522424 [ 12.666634] ath10k_ahb a000000.wifi: board_file api 2 bmi_id 0:20 crc32 c03ab5d5 [ 13.975483] ath10k_ahb a000000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96 [ 13.975525] ath10k_ahb a000000.wifi: msdu-desc: 2500 skid: 32 [ 14.023312] ath10k_ahb a000000.wifi: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0' [ 14.024531] ath10k_ahb a000000.wifi: wmi print 'free: 56528 iram: 23400 sram: 32520' [ 14.142223] ath10k_ahb a000000.wifi: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 32 raw 0 hwcrypto 1 [ 15.170336] firmware ath10k!fwcfg-ahb-a800000.wifi.txt: firmware_loading_store: map pages failed [ 15.257313] firmware ath10k!QCA4019!hw1.0!ct-firmware-5.bin: firmware_loading_store: map pages failed [ 15.343795] firmware ath10k!QCA4019!hw1.0!ct-firmware-2.bin: firmware_loading_store: map pages failed [ 15.441621] firmware ath10k!QCA4019!hw1.0!firmware-6.bin: firmware_loading_store: map pages failed [ 15.441931] ath10k_ahb a800000.wifi: qca4019 hw1.0 target 0x01000000 chip_id 0x003b00ff sub 0000:0000 [ 15.449651] ath10k_ahb a800000.wifi: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0 [ 15.464778] ath10k_ahb a800000.wifi: firmware ver 10.4b-ct-4019-fW-012-6acc9b999 api 5 features mfp,peer-flow-ctrl,txstatus-noack,wmi-10.x-CT,ratemask-CT,regdump-CT,txrate-CT,flush-all-CT,pingpong-CT,ch-regs-CT,nop-CT,set-special-CT,tx-rc-CT,cust-stats-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT,wmi-bcn-rc-CT crc32 bc522424 [ 15.515263] ath10k_ahb a800000.wifi: board_file api 2 bmi_id 0:21 crc32 c03ab5d5 [ 16.825091] ath10k_ahb a800000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96 [ 16.825141] ath10k_ahb a800000.wifi: msdu-desc: 2500 skid: 32 [ 16.872444] ath10k_ahb a800000.wifi: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0' [ 16.873113] ath10k_ahb a800000.wifi: wmi print 'free: 56528 iram: 23400 sram: 32520' [ 16.987176] ath10k_ahb a800000.wifi: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 32 raw 0 hwcrypto 1 [ 17.126730] kmodloader: done loading kernel modules from /etc/modules.d/* [ 21.309826] br-lan: port 1(eth0) entered blocking state [ 21.309865] br-lan: port 1(eth0) entered disabled state [ 21.314316] device eth0 entered promiscuous mode [ 21.321317] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready [ 21.340787] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready [ 22.314242] br-lan: port 1(eth0) entered blocking state [ 22.314551] br-lan: port 1(eth0) entered forwarding state [ 22.322931] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready


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: 2024/02/12 11:13
  • by 127.0.0.1