EnGenius EAP1300
The Engenius EAP1300 is a fairly powerful WiFi access point that supports Power over Ethernet (PoE). Marketed as a “business” device, it does 2.4Ghz and 5Ghz and is engineered to be mounted on the ceiling.
Supported Versions
Hardware Highlights
Installation
OEM easy installation
The OEM firmware for this device is based on OpenWRT and runs a custom version of LuCI. It is thus possible to install OpenWRT by uploading a sysupgrade image in the web UI. Only specific firmware versions will let you upgrade this way though.
1. Download the OEM firmware version 3.5.3.5 (sha256sum: 28840da6ff0a8ddd808a6513af69e12aa3a742cda2251bbb13e28d640db0549a
). It can be retrieved on the OEM's website. A copy is also available on archive.org if that file were to be removed.
2. In the web UI, go to System Manager > Firmware > Firmware Upgrade, and upgrade the firmware.
3. Once the device has rebooted and is on OEM firmware version 3.5.3.5, upgrade the firmware as described before, using the latest openwrt-ipq40xx-engenius_eap1300-squashfs-sysupgrade.bin
sysupgrade image.
BEWARE! You should use the sysupgrade image and not the install image (ipq40xx-generic-engenius_eap1300-initramfs-fit-uImage.itb
), as otherwise you will brick your device.
Load Ramdisk via U-Boot
You will need a serial adapter to perform the following steps. To set up the flash memory environment, do the following:
1. As a preliminary step, ensure that the board console port is connected to the PC using these RS232 parameters:
- 115200bps
- 8N1
2. Confirm that the PC is connected to the board using one of the Ethernet ports. Set a static ip 192.168.99.8 for Ethernet that connects to board. The PC must have a TFTP server launched and listening on the interface to which the board is connected. At this stage power up the board and, after a few seconds, press 4 and then any key during the countdown.
U-BOOT> set serverip 192.168.99.8 && set ipaddr 192.168.99.9 && tftpboot 0x84000000 openwrt.itb && bootm
Flash Layout
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: 00090000 00010000 "0:APPSBL" mtd7: 00010000 00010000 "0:ART" mtd8: 00500000 00010000 "0:HLOS" mtd9: 018c0000 00010000 "rootfs" mtd10: 008b0000 00010000 "rootfs_data" mtd11: 00010000 00010000 "u-boot-env" mtd12: 000a0000 00010000 "userconfig"
Upgrading OpenWrt
LuCI Web Upgrade Process
- 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
Terminal Upgrade Process
If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line. There are two command line methods for upgrading:
sysupgrade
mtd
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
mtd
If sysupgrade
does not support this router, use mtd
.
- 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 mtd write /tmp/xxx.abc linux && reboot
Debricking
Failsafe mode
The OEM firmware has a failsafe loader that comes up on http://192.168.99.9/ if u-boot fails to boot the system. Unclear what firmware it will work with.
Basic configuration
→ Basic configuration After flashing, proceed with this.
Set up your Internet connection, configure wireless, configure USB port, etc.
Specific Configuration
Network interfaces
To use this device as an access point:
1. Disable the DCHP server on the device.
2. Use a network configuration that looks like this:
config interface 'loopback' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' option device 'lo' config globals 'globals' option ula_prefix 'fd57:4798:2621::/48' config interface 'lan' option proto 'static' option ipaddr '192.168.1.60' option netmask '255.255.255.0' option gateway '192.168.1.1' option ip6assign '60' option device 'br-lan' list dns '192.168.1.1' config device option name 'br-lan' option type 'bridge' list ports 'eth0'
Buttons
The EnGenius EAP1300 has the following buttons:
BUTTON | Event |
---|---|
Reset | reset |
Hardware
Info
Photos
Opening the case
Note: This will void your warranty!
1. Remove the 4 Phillips 1 screws at the back of the case that secure the 2 pieces of the white plastic shell together.
2. Remove the 2 Phillips 1 screws that hold the PCB to the white plastic shell. Note that those screws are also used to ground the metal shielding to the rest of the device.
Main PCB:
Shielding:
Serial
The serial port on this device is fairly accessible and consists of 4 through-holes:
Serial connection parameters for EnGenius EAP1300 | 115200, 8N1 |
---|
PIN | RESISTANCE (UNPLUGGED) | VOLTAGE (PLUGGED) | MAP |
---|---|---|---|
1 | 1000 ohm to GND | 3.27 V | |
2 | 0 ohm to GND | 0 V | GROUND |
3 | 10 kilo ohm to GND | 3.26 V | RX |
4 | 600 ohm to GND | 0 V | TX |
Console password | hom18 |
---|
Bootlogs
OEM bootlog
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-00096 S - IMAGE_VARIANT_STRING=DAABANAZA S - OEM_IMAGE_VERSION_STRING=CRM S - Boot Config, 0x00000021 S - Core 0 Frequency, 0 MHz B - 262 - PBL, Start B - 1343 - bootable_media_detect_entry, Start B - 1686 - bootable_media_detect_success, Start B - 1700 - elf_loader_entry, Start B - 5130 - auth_hash_seg_entry, Start B - 7307 - auth_hash_seg_exit, Start B - 581936 - elf_segs_hash_verify_entry, Start B - 698767 - PBL, End B - 698792 - SBL1, Start B - 787327 - pm_device_init, Start D - 6 - pm_device_init, Delta B - 788855 - boot_flash_init, Start D - 63970 - boot_flash_init, Delta B - 857026 - boot_config_data_table_init, Start D - 3881 - boot_config_data_table_init, Delta - (419 Bytes) B - 864232 - clock_init, Start D - 7572 - clock_init, Delta B - 876333 - CDT version:2,Platform ID:8,Major ID:1,Minor ID:0,Subtype:0 B - 879822 - sbl1_ddr_set_params, Start B - 884809 - cpr_init, Start D - 2 - cpr_init, Delta B - 889302 - Pre_DDR_clock_init, Start D - 4 - Pre_DDR_clock_init, Delta D - 13147 - sbl1_ddr_set_params, Delta B - 903005 - pm_driver_init, Start D - 2 - pm_driver_init, Delta B - 973244 - sbl1_wait_for_ddr_training, Start D - 29 - sbl1_wait_for_ddr_training, Delta B - 988991 - Image Load, Start D - 135041 - QSEE Image Loaded, Delta - (262104 Bytes) B - 1124529 - Image Load, Start D - 1445 - SEC Image Loaded, Delta - (2048 Bytes) B - 1134902 - Image Load, Start D - 199297 - APPSBL Image Loaded, Delta - (407387 Bytes) B - 1334622 - QSEE Execution, Start D - 58 - QSEE Execution, Delta B - 1340817 - SBL1, End S - Flash Throughput, 2001 KB/s (671958 Bytes, 335670 us) S - DDR Frequency, 537 MHz U-Boot 2012.07-EAP1300-uboot_version:V1.0.2 [Attitude Adjustment 12.09.1,cc3f72b] (Dec 12 2021 - 11:12:56) smem ram ptable found: ver: 1 len: 3 DRAM: 256 MiB machid : 0x8010000 SENAO LED INIT! led state: 0x0 NAND: 0 MiB FLASH: SF: Use the 4 byte mode SF: Detected W25Q256 with block size 64 KiB, total 32 MiB ipq_spi: page_size: 0x100, sector_size: 0x10000, size: 0x2000000 32 MB MMC: In: serial Out: serial Err: serial flash_type: 0 Net: MAC0 addr:0:3:7f:ba:db:ad PHY ID1: 0x4d PHY ID2: 0xd0b2 ipq40xx_ess_sw_init done eth0 Please choose the operation: 2: Load Linux System code then write to Flash via TFTP. 4: Entr boot command line interface. 6: Load Linux Kernel then write to Flash via TFTP. 7: Load Linux filesystem then write to Flash via TFTP. 8: Load Linux uboot then write to Flash via TFTP. 9: Load Boot Loader code then write to Flash via TFTP. e: Erase Boot Loader ENV config. ESC: Please input ESC to run Burn-in testing. 0 bootargs=console=ttyMSM0,115200n8 rootfsname=rootfs rootwait Booting from flash Using nor device sf probe &&sf read 0x84000000 0x190000 0x500000 && SF: Use the 4 byte mode SF: Detected W25Q256 with block size 64 KiB, total 32 MiB ## Booting kernel from FIT Image at 84000000 ... Using 'config@4' configuration Trying 'kernel@1' kernel subimage Description: ARM OpenWrt Linux-4.4.60 Type: Kernel Image Compression: gzip compressed Data Start: 0x840000e4 Data Size: 3698567 Bytes = 3.5 MiB Architecture: ARM OS: Linux Load Address: 0x80208000 Entry Point: 0x80208000 Hash algo: crc32 Hash value: 1877e7c2 Hash algo: sha1 Hash value: 8b30cbc35ef854bf7b131f069743448a3dd7f908 Verifying Hash Integrity ... crc32+ sha1+ OK ## Flattened Device Tree from FIT Image at 84000000 Using 'config@4' configuration Trying 'fdt@4' FDT blob subimage Description: ARM OpenWrt qcom-ipq40xx-ap.dkxx device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x84399b00 Data Size: 18278 Bytes = 17.8 KiB Architecture: ARM Hash algo: crc32 Hash value: dc34295b Hash algo: sha1 Hash value: 91e4a329171a73d4c96ef92e5d642cf140ce7d17 Verifying Hash Integrity ... crc32+ sha1+ OK Booting using the fdt blob at 0x84399b00 Uncompressing Kernel Image ... OK Loading Device Tree to 86ff8000, end 86fff765 ... OK mtdparts=spi0.0:256K@0x0(0:SBL1),128K@0x40000(0:MIBIB),384K@0x60000(0:QSEE),64K@0xc0000(0:CDT),64K@0xd0000(0:DDRPARAMS),64K@0xe0000(0:APPSBLENV),576K@0xf0000(0:APPSBL),64K@0x180000(0:ART),5M@0x190000(0:HLOS),25344K@0x690000(rootfs),64K@0x1f50000(u-boot-env),640K@0x1f60000(userconfig), eth0 MAC Address from ART is not valid eth1 MAC Address from ART is not valid Using machid 0x8010000 from environment Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.4.60 (root@liwei) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r35193) ) #1 SMP PREEMPT Sun Dec 12 11:32:25 UTC 2021 [ 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 12 pages/cpu @cfd7a000 s18560 r8192 d22400 u49152 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 60864 [ 0.000000] Kernel command line: console=ttyMSM0,115200n8 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: 235348K/245760K available (5167K kernel code, 306K rwdata, 1744K rodata, 228K init, 271K bss, 10412K 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 - 0xc08c80c0 (6913 kB) [ 0.000000] .init : 0xc08c9000 - 0xc0902000 ( 228 kB) [ 0.000000] .data : 0xc0902000 - 0xc094ebf0 ( 307 kB) [ 0.000000] .bss : 0xc0951000 - 0xc0994c60 ( 272 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.000238] Calibrating delay loop (skipped), value calculated using timer frequency.. 96.00 BogoMIPS (lpj=480000) [ 0.000255] pid_max: default: 32768 minimum: 301 [ 0.000377] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000390] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.001110] Initializing cgroup subsys memory [ 0.001153] Initializing cgroup subsys pids [ 0.001184] CPU: Testing write buffer coherency: ok [ 0.001540] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.001631] Setting up static identity map for 0x80208280 - 0x802082d8 [ 0.053166] MSM Memory Dump base table set up [ 0.053209] MSM Memory Dump apps data table set up [ 0.091092] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.121135] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.151228] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.151393] Brought up 4 CPUs [ 0.151426] SMP: Total of 4 processors activated (384.00 BogoMIPS). [ 0.151434] CPU: All CPU(s) started in SVC mode. [ 0.159439] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 [ 0.159987] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.160028] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.160523] pinctrl core: initialized pinctrl subsystem [ 0.162377] NET: Registered protocol family 16 [ 0.164558] DMA: preallocated 2048 KiB pool for atomic coherent allocations [ 0.190449] cpuidle: using governor ladder [ 0.220489] cpuidle: using governor menu [ 0.237692] <CORE> glink_init: IPC Logging Disabled [ 0.238615] IPC logging disabled [ 0.238627] IPC logging disabled [ 0.238634] IPC logging disabled [ 0.238642] IPC logging disabled [ 0.238648] IPC logging disabled [ 0.238949] sps:sps is ready. [ 0.273318] SCSI subsystem initialized [ 0.275700] Advanced Linux Sound Architecture Driver Initialized. [ 0.277108] clocksource: Switched to clocksource arch_sys_counter [ 0.279205] NET: Registered protocol family 2 [ 0.280467] TCP established hash table entries: 2048 (order: 1, 8192 bytes) [ 0.280517] TCP bind hash table entries: 2048 (order: 2, 16384 bytes) [ 0.280570] TCP: Hash tables configured (established 2048 bind 2048) [ 0.280715] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.280753] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.281068] NET: Registered protocol family 1 [ 0.296978] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.297007] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.303648] Key type asymmetric registered [ 0.303676] Asymmetric key parser 'x509' registered [ 0.303738] io scheduler noop registered [ 0.303781] io scheduler deadline registered (default) [ 0.310787] NET: Registered protocol family 27 [ 0.310807] IPC_RTR: ipc_router_create_log_ctx: IPC Logging disabled [ 0.310831] qmi_log_init: IPC Logging disabled [ 0.310839] qmi_log_init: IPC Logging disabled [ 0.311419] tcsr 194b000.tcsr: setting usb hs phy mode select = e700e7 [ 0.311486] tcsr 1953000.ess_tcsr: setting ess interface select = 0 [ 0.311558] tcsr 1949000.tcsr: setting wifi_glb_cfg = 41000000 [ 0.311656] tcsr 1957000.tcsr: setting wifi_noc_memtype_m0_m2 = 2222222 [ 0.312581] msm_serial: driver initialized [ 0.312956] msm_serial_hsl_probe: detected port #0 (ttyMSM0) [ 0.312994] msm_serial_hsl_probe: Bus scaling is disabled [ 0.313144] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 25, base_baud = 115200) is a MSM [ 0.313233] msm_hsl_console_setup: console setup on port #0 [ 0.857047] console [ttyMSM0] enabled [ 0.861303] msm_serial_hsl_init: driver initialized [ 0.883277] brd: module loaded [ 0.886371] spi_qup 78b5000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64 [ 0.894946] m25p80 spi0.0: found w25q256, expected n25q128a11 [ 0.899826] m25p80 spi0.0: w25q256 (32768 Kbytes) [ 0.904431] 12 ofpart partitions found on MTD device spi0.0 [ 0.909969] Creating 12 MTD partitions on "spi0.0": [ 0.914789] 0x000000000000-0x000000040000 : "0:SBL1" [ 0.921380] 0x000000040000-0x000000060000 : "0:MIBIB" [ 0.926906] 0x000000060000-0x0000000c0000 : "0:QSEE" [ 0.932494] 0x0000000c0000-0x0000000d0000 : "0:CDT" [ 0.937886] 0x0000000d0000-0x0000000e0000 : "0:DDRPARAMS" [ 0.943868] 0x0000000e0000-0x0000000f0000 : "0:APPSBLENV" [ 0.949741] 0x0000000f0000-0x000000180000 : "0:APPSBL" [ 0.955309] 0x000000180000-0x000000190000 : "0:ART" [ 0.960680] 0x000000190000-0x000000690000 : "0:HLOS" [ 0.966068] 0x000000690000-0x000001f50000 : "rootfs" [ 0.971547] mtd: device 9 (rootfs) set to be root filesystem [ 0.976368] 1 squashfs-split partitions found on MTD device rootfs [ 0.982395] 0x0000016a0000-0x000001f50000 : "rootfs_data" [ 0.989230] 0x000001f50000-0x000001f60000 : "u-boot-env" [ 0.994977] 0x000001f60000-0x000002000000 : "userconfig" [ 1.001861] libphy: Fixed MDIO Bus: probed [ 1.225784] ipq40xx-mdio 90000.mdio: Could not find phy-reset-gpio [ 1.231200] libphy: ipq40xx_mdio: probed [ 1.237464] ipq40xx-mdio 90000.mdio: ipq40xx-mdio driver was registered [ 1.243181] cnss: Unable to create IPC log context! [ 1.248326] i2c /dev entries driver [ 1.254346] sdhci: Secure Digital Host Controller Interface driver [ 1.259652] sdhci: Copyright(c) Pierre Ossman [ 1.263851] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.271315] scm_restart_reason_probe:114----> skip the process of scm_restart_dload_mode_enable for u-boot recovery mode [ 1.281721] [ 1.281721] Version Rollback Feature Disabled [ 1.294377] NET: Registered protocol family 10 [ 1.299238] NET: Registered protocol family 17 [ 1.302742] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this. [ 1.315346] Bridge firewalling registered [ 1.319270] 8021q: 802.1Q VLAN Support v1.8 [ 1.323620] Registering SWP/SWPB emulation handler [ 1.330599] hctosys: unable to open rtc device (rtc0) [ 1.340457] clk: Not disabling unused clocks [ 1.343737] ALSA device list: [ 1.346667] No soundcards found. [ 1.357634] VFS: Mounted root (squashfs filesystem) readonly on device 31:9. [ 1.364097] Freeing unused kernel memory: 228K (c08c9000 - c0902000) [ 2.931166] init: Console is alive [ 2.933883] init: - watchdog - [ 5.513978] random: nonblocking pool is initialized [ 7.025109] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 7.099446] Button Hotplug driver version 0.4.1 [ 7.108043] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 7.957821] 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 [ 10.897702] jffs2: notice: (135) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found. [ 10.916268] mount_root: switching to jffs2 overlay After mount_root 377+0 records in 377+0 records out 12064 bytes (11.8KB) copied, 0.127100 seconds, 92.7KB/s 377+0 records in 377+0 records out 12064 bytes (11.8KB) copied, 0.042497 seconds, 277.2KB/s 529+0 records in 529+0 records out 2116 bytes (2.1KB) copied, 0.007710 seconds, 268.0KB/s [ 11.199223] procd: - early - [ 11.201236] procd: - watchdog - [ 12.719528] procd: - ubus - [ 13.725532] procd: - init - == boot_mode_sel 0 == Please press Enter to activate this console. [ 15.593865] kmodloader: loading kernel modules from /etc/modules.d/* [ 16.025610] QCE50: __qce_get_device_tree_data: BAM Apps EE is not defined, setting to default 1 [ 16.033910] QCE50: __qce_init_clk: Unable to get CE core src clk, set to NULL [ 16.040508] qcrypto 8e20000.qcrypto: Qualcomm Crypto 5.3.1 device found @0x8e20000 [ 16.048050] qcrypto 8e20000.qcrypto: CE device = 0x0 [ 16.048050] , IO base, CE = 0xd1180000 [ 16.048050] , Consumer (IN) PIPE 2, Producer (OUT) PIPE 3 [ 16.048050] IO base BAM = 0x (null) [ 16.048050] BAM IRQ 24 [ 16.048050] Engines Availability = 0x2010453 [ 16.072505] sps_register_bam_device : unable to create IPC Logging 0 for bam 0x08e04000 [ 16.080278] 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 [ 16.094759] 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 [ 16.109260] sps:BAM 0x08e04000 is registered.[ 16.113832] sps:BAM 0x08e04000 (va:0xd1200000) enabled: ver:0x27, number of pipes:4 [ 16.121501] QCE50: qce_sps_init: Qualcomm MSM CE-BAM at 0x0000000008e04000 irq 24 [ 16.131898] bus_scale_table is NULL [ 16.134591] qcrypto 8e20000.qcrypto: qcrypto-ecb-aes [ 16.139561] qcrypto 8e20000.qcrypto: qcrypto-cbc-aes [ 16.144433] qcrypto 8e20000.qcrypto: qcrypto-ctr-aes [ 16.149375] qcrypto 8e20000.qcrypto: qcrypto-ecb-des [ 16.154332] qcrypto 8e20000.qcrypto: qcrypto-cbc-des [ 16.159257] qcrypto 8e20000.qcrypto: qcrypto-ecb-3des [ 16.164291] qcrypto 8e20000.qcrypto: qcrypto-cbc-3des [ 16.169338] qcrypto 8e20000.qcrypto: qcrypto-xts-aes [ 16.174241] qcrypto 8e20000.qcrypto: qcrypto-sha1 [ 16.178969] qcrypto 8e20000.qcrypto: qcrypto-sha256 [ 16.183833] qcrypto 8e20000.qcrypto: qcrypto-aead-hmac-sha1-cbc-aes [ 16.190080] qcrypto 8e20000.qcrypto: qcrypto-aead-hmac-sha1-cbc-des [ 16.196306] qcrypto 8e20000.qcrypto: qcrypto-aead-hmac-sha1-cbc-3des [ 16.202681] qcrypto 8e20000.qcrypto: qcrypto-aead-hmac-sha256-cbc-aes [ 16.209187] qcrypto 8e20000.qcrypto: qcrypto-aead-hmac-sha256-cbc-des [ 16.215521] qcrypto 8e20000.qcrypto: qcrypto-aead-hmac-sha256-cbc-3des [ 16.222038] qcrypto 8e20000.qcrypto: qcrypto-hmac-sha1 [ 16.227194] qcrypto 8e20000.qcrypto: qcrypto-hmac-sha256 [ 16.232433] qcrypto 8e20000.qcrypto: qcrypto-aes-ccm [ 16.237387] qcrypto 8e20000.qcrypto: qcrypto-rfc4309-aes-ccm [ 16.250732] phylink_module: module license 'Proprietary' taints kernel. [ 16.256337] Disabling lock debugging due to kernel taint [ 16.262379] init phylink module [ 16.268023] senlc initialized: senlc_init [ 16.302523] ntfs: driver 2.1.32 [Flags: R/O MODULE]. [ 16.319637] PPP generic driver version 2.4.2 [ 19.855638] ssdk_alloc_priv[4433]:INFO:ess-switch dts node number: 1 [ 19.861032] ssdk_dt_parse[2658]:INFO:ess-switch DT exist! [ 19.866385] ssdk_dt_parse[2687]:INFO:switch_access_mode: local bus [ 19.872506] ssdk_dt_parse_mac_mode[2286]:INFO:mac mode = 0x0 [ 19.878169] ssdk_dt_parse_mac_mode[2292]:INFO:mac mode1 doesn't exit! [ 19.884569] ssdk_dt_parse_mac_mode[2301]:INFO:mac mode2 doesn't exit! [ 19.891019] ssdk_dt_parse_uniphy[2320]:INFO:ess-uniphy DT doesn't exist! [ 19.897707] ssdk_dt_parse_scheduler_cfg[2510]:ERROR:cannot find port_scheduler_resource node [ 19.906098] ssdk_dt_parse_phy_info[2553]:INFO:qcom,port_phyinfo DT doesn't exist! [ 19.913592] ssdk_dt_parse_mdio[2590]:INFO:mdio DT exist! [ 19.918899] ssdk_dt_parse[2713]:INFO:switchreg_base_addr: 0xc000000 [ 19.925107] ssdk_dt_parse[2714]:INFO:switchreg_size: 0x80000 [ 19.930750] ssdk_dt_parse[2721]:INFO:>>>>>>>senao_phy_address=0x0 [ 19.936836] ssdk_dt_parse[2732]:INFO:ess-psgmii DT exist! [ 19.942212] ssdk_dt_parse[2789]:INFO:current dts led_source_num is 0 [ 19.948559] ssdk_plat_init start [ 19.951941] enable ess clk [ 20.065329] ssdk_probe[1876]:INFO:reset ok in probe! [ 20.130948] ssdk_phy_driver_init[160]:INFO:ssdk_phy_driver_init: MALIBU_PHY_CHIP [ 20.137403] ssdk_phy_driver_init[160]:INFO:ssdk_phy_driver_init: MALIBU_PHY_CHIP [ 20.144738] ssdk_phy_driver_init[160]:INFO:ssdk_phy_driver_init: MALIBU_PHY_CHIP [ 20.152121] ssdk_phy_driver_init[160]:INFO:ssdk_phy_driver_init: MALIBU_PHY_CHIP [ 20.159545] ssdk_phy_driver_init[160]:INFO:ssdk_phy_driver_init: MALIBU_PHY_CHIP [ 20.166845] malibu_phy_api_ops_init[2510]:INFO:qca probe malibu phy driver succeeded! [ 20.179630] regi_init[4541]:INFO:Initializing DESS!! [ 21.879160] ssdk_switch_register[1593]:INFO:Chip version 0x1401 [ 21.884101] qca_link_polling_select[1287]:INFO:link-polling-required node does not exist [ 21.892119] ssdk_switch_register[1616]:INFO:polling is selected [ 21.898040] regi_init[4555]:INFO:Initializing DESS Done!! [ 21.903520] regi_init[4579]:INFO:qca-ssdk module init succeeded! [ 21.975165] tun: Universal TUN/TAP device driver, 1.6 [ 21.979235] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> [ 21.995637] ********************************************************** [ 22.001190] * Driver :NSS GMAC Driver for RTL v(3.72a) [ 22.006524] * Version :1.0 [ 22.009481] * Copyright :Copyright (c) 2013-2016 The Linux Foundation. All rights reserved. [ 22.017776] ********************************************************** [ 22.034038] l2tp_core: L2TP core driver, V2.0 [ 22.038920] l2tp_netlink: L2TP netlink interface [ 22.103546] qca-nss-drv.ko is loaded for symbol link [ 22.110153] sit: IPv6 over IPv4 tunneling driver [ 22.118672] nat46: module (version 8ff2ae59ec9840a7b8b45f976c51cae80abe0226) loaded. [ 22.142282] ath_dfs: Version 2.0.0 [ 22.142282] Copyright (c) 2005-2006 Atheros Communications, Inc. All Rights Reserved [ 22.157367] ath_spectral: Version 2.0.0 [ 22.157367] Copyright (c) 2005-2009 Atheros Communications, Inc. All Rights Reserved [ 25.537583] ath_hal: 0.9.17.1 (AR5416, AR9380, WRITE_EEPROM, 11D) [ 25.545725] ath_rate_atheros: Copyright (c) 2001-2005 Atheros Communications, Inc, All Rights Reserved [ 25.555562] ath_tx99: Version 2.0 [ 25.555562] Copyright (c) 2010 Atheros Communications, Inc, All Rights Reserved [ 25.633415] ath_dev: Copyright (c) 2001-2007 Atheros Communications, Inc, All Rights Reserved [ 25.691129] ath_da_pci: (Atheros/multi-bss) [ 26.947930] *********** IPQ4019 *************Wifi0 CPU frequency 250000000 [ 26.974145] 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 [ 27.013385] hif_napi_event: received evnt: CONF cmd; v = 1 (state=0x1)hif_napi_event: setting configuration to ON __ol_ath_attach() Allocated scn cd4c0500 [ 27.027369] __ol_ath_attach: dev name wifi0 [ 27.031441] ol_ath_attach interface_id 0 [ 27.045685] ol_target_init() BMI inited. [ 27.048716] ol_target_init() BMI Get Target Info. [ 27.053265] Chip id: 0xb, chip version: 0x1000000 [ 27.057982] [ 27.057982] CE WAR Disabled [ 27.062458] NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0 [ 27.067898] ol_target_init() configure Target . [ 27.072267] [ 27.072267] Target Version is 1000000 [ 27.077422] [ 27.077422] Flash Download Address c0000 [ 27.083040] ol_transfer_bin_file: flash data file defined [ 27.088447] ol_transfer_bin_file[3921] Get Caldata for wifi0. [ 27.094205] qdf_fs_read[59], Open File /tmp/wifi0.caldata SUCCESS!!file system magic:16914836super blocksize:4096inode 2071file size:12064qc98xx_verify_checksum: flash checksum passed: 0x344f [ 27.111190] ol_transfer_bin_file 4013: Download Flash data len 12064 [ 27.118034] Board extended Data download address: 0x0 [ 27.142082] [ 27.142082] Board data initialized [ 27.146090] ol_ath_download_firmware: Download OTP, flash download ADDRESS 0xc0000 [ 27.153614] [ 27.153614] Selecting OTP binary for CHIP Version -807704260 [ 27.183639] ol_transfer_bin_file 3802: downloading file 0, Download data len 4676 [ 27.206694] [ 27.206694] First OTP send param 8000 [ 27.215601] ol_ath_download_firmware :First OTP download and Execute is good address:0x4000 return param 4660 [ 27.224504] ol_ath_download_firmware:##Board Id 16 , CHIP Id 0 [ 27.230410] ol_ath_download_firmware: BOARDDATA DOWNLOAD TO address 0xc0000 [ 27.237275] [ 27.237275] wifi0: Selecting board data file name boardData_1_0_IPQ4019_Y9803_wifi0.bin [ 27.246793] ol_transfer_bin_file: Board Data File download to address=0xc0000 file name=IPQ4019/hw.1/boardData_1_0_IPQ4019_Y9803_wifi0.bin [ 27.259543] ol_transfer_bin_file 3802: downloading file 3, Download data len 12064 [ 27.267370] Board extended Data download address: 0x0 [ 27.291552] ol_ath_download_firmware: Using 0x1234 for the remainder of init [ 27.297606] [ 27.297606] Selecting OTP binary for CHIP Version -807704260 [ 27.305058] ol_transfer_bin_file 3802: downloading file 0, Download data len 4676 [ 27.328786] [ 27.328786] [Flash] : Ignore Module param [ 27.333326] [ 27.333326] Second otp download Param 10000 [ 27.349390] ol_ath_download_firmware : Second OTP download and Execute is good, param=0x0 [ 27.356636] [ 27.356636] Mission mode: Firmware CHIP Version -807704260 [ 27.466958] ol_swap_wlan_memory_expansion: length:185143 size_left:185163 dma_size_left:262144 fw_temp:d1ea2004 fw_entry_size:185167 [ 27.477906] ol_swap_wlan_memory_expansion: dma_virt_addr :d1e61000 fw_temp: d1ea2008 length: 185143 [ 27.487214] Swap: bytes_left to copy: fw:16; dma_page:77001 [ 27.492428] ol_swap_wlan_memory_expansion: length:0 size_left:12 dma_size_left:77001 fw_temp:d1ecf343 fw_entry_size:185167 [ 27.503476] Swap: wrong length read:0 [ 27.507137] ol_swap_wlan_memory_expansion: Swap total_bytes copied: 185143 Target address 417e70 [ 27.516103] scn=cd4c0500 target_write_addr=417e70 seg_info=ce286810 [ 27.522398] ol_transfer_swap_struct:Code swap structure successfully downloaded for bin type =2 [ 27.531154] bin_filename=IPQ4019/hw.1/athwlan.bin swap_filename=/lib/firmware/IPQ4019/hw.1/athwlan.codeswap.bin [ 27.541412] ol_transfer_bin_file: Downloading firmware file: IPQ4019/hw.1/athwlan.bin [ 28.044004] ol_transfer_bin_file 3802: downloading file 1, Download data len 379436 [ 29.313978] ol_target_init() Download FW done. [ 29.317609] [ 29.317609] ol_ath_copy_tgt_iram() iram read paddr: 0x980000 host paddr 0x87500000 Radio id 0 [ 29.494135] ol_ath_attach() WMI attached. wmi_handle cdb18000 [ 29.498999] wmi_unified_register_event_handler: Event id 62 is unavailable [ 29.505802] +htc_create .. HIF :cdb68000-htc_create: (0xcef56800) [ 29.511796] htc_wmi_init() HT Create . cef56800 [ 29.516568] htc_wmi_init 8073 host_enable 0 nss_nwifi_offload 0 [ 29.522416] ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko) [ 29.531779] OL_ACBKMinfree : 0 [ 29.534869] OL_ACBEMinfree : 0 [ 29.538013] OL_ACVIMinfree : 0 [ 29.541136] OL_ACVOMinfree : 0 [ 29.544246] hif_enable_fastpath, Enabling fastpath mode [ 29.549306] +HWT [ 29.551285] hif_completion_thread_startup: pipe_num:0 pipe_info:0xcdb6cb78hif_completion_thread_startup: pipe_num:3 pipe_info:0xcdb6cc50hif_completion_thread_startup: pipe_num:4 pipe_info:0xcdb6cc98 [ 29.574668] -HWT [ 29.575748] Startup Mode-0 set [ 29.578765] pdev attach (null) 0 [ 29.582154] [ 29.582154] <=== cfg max peer id 1056 ====> [ 29.588724] htt_peer_map_timer_init Enter pdev ccdb8000 hrtimer ccdbc948 [ 29.594489] [ 29.594489] htt_alloc_peer_map_mem : Alloc Success : host q vaddr ccdc2000 paddr 8cdc2000 [ 29.604270] [ 29.604270] htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts [ 29.616675] ol_txrx_pdev_attach: 2500 tx desc's allocated ; range starts from cca40000 [ 29.626269] Firmware_Build_Number:38 [ 29.628967] FW wireless modes: 0x680c [ 29.632573] num_rf_chain:0x00000002 ht_cap_info:0x0000085b vht_cap_info:0x339959b2 vht_supp_mcs:0x0000fffa [ 29.642477] btcoex_support 0, wlan_prio_gpio 0, coex_gpio_pin 0 0 0 [ 29.648735] wmi_service_coex_gpio 1, wmi_service_4_wire_coex_support 1, coex_version 0 [ 29.656619] [ 29.656619] Sending Ext resource cfg: HOST PLATFORM as 0 [ 29.656619] fw_feature_bitmap as 50 to TGT [ 29.667543] ol_ath_service_ready_event: tt_support: 1 [ 29.672514] ol_ath_service_ready_event: periodic_chan_stats: 1 [ 29.678345] ol_ath_service_ready_event: sw_cal_support_check_flag: 1 [ 29.684661] Peer Caching Enabled ; num_peers = 530, num_active_peers = 52 num_tids = 104, num_vdevs = 17 [ 29.694175] EXT NSS Supported [ 29.697108] idx 1 req 2 num_units 1 num_unit_info 12 unit size 256 actual units 53 [ 29.704867] idx 2 req 3 num_units 1 num_unit_info 12 unit size 1024 actual units 53 [ 29.712696] idx 3 req 4 num_units 1 num_unit_info 12 unit size 4096 actual units 53 [ 29.720693] idx 0 req 1 num_units 0 num_unit_info 2 unit size 744 actual units 531 [ 29.728557] idx 4 req 6 num_units 35 num_unit_info 0 unit size 3072 actual units 35 [ 29.736119] idx 5 req 7 num_units 1 num_unit_info 0 unit size 6144 actual units 1 [ 29.743643] idx 6 req 5 num_units 0 num_unit_info 2 unit size 2052 actual units 531 [ 29.752731] Support not added yet for Service 91 [ 29.756311] Support not added yet for Service 92 [ 29.760936] No EXT_MSG send INIT now [ 29.764481] chunk 0 len 13568 requested , ptr 0x8d94c000 [ 29.769872] chunk 1 len 54272 requested , ptr 0x8caa0000 [ 29.775256] chunk 2 len 217088 requested , ptr 0x8cac0000 [ 29.780721] chunk 3 len 395064 requested , ptr 0x8cb00000 [ 29.786174] chunk 4 len 107520 requested , ptr 0x8cb80000 [ 29.791676] chunk 5 len 6144 requested , ptr 0x8e044000 [ 29.796944] chunk 6 len 1089612 requested , ptr 0x8c400000 [ 29.802522] chunk 7 len 0 requested , ptr 0x87500000 [ 29.807607] ol_ath_service_ready_event[4444] WAPI MBSSID 2 [ 29.813244] smart_log_init: Smart logging Enabled buf=cc510000 (size=65536) [ 29.850056] Version = 16777216 3 status = 0 [ 29.853332] ol_ath_connect_htc() WMI is ready [ 29.857711] htt_h2t_frag_desc_bank_cfg_msg - HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for radio ID = 0 [ 29.857734] target uses HTT version 2.2; host uses 2.2 [ 29.877620] ol_ath_attach() connect HTC. [ 29.880617] bypasswmi : 0 [ 29.883231] ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0. [ 29.894984] [ 29.894984] [5G AC] scn_handle->scn_disable_band=15,[1,1,1,1] [ 29.902209] ol_regdmn_init_channels: !avail mode 0x680c (0x2) flags 0x2150 [ 29.909023] ol_regdmn_init_channels: !avail mode 0x680c (0x1) flags 0x140 [ 29.915860] ol_regdmn_init_channels: !avail mode 0x680c (0x20) flags 0xd0 [ 29.922567] ol_regdmn_init_channels: !avail mode 0x680c (0x40) flags 0x150 [ 29.929508] ol_regdmn_init_channels: !avail mode 0x680c (0x1000) flags 0x10100 [ 29.936626] ol_regdmn_init_channels: !avail mode 0x680c (0x8000) flags 0x20100 [ 29.943836] ol_regdmn_init_channels: !avail mode 0x680c (0x10000) flags 0x40100 [ 29.951143] ol_regdmn_init_channels: !avail mode 0x680c (0x20000) flags 0x100100 [ 29.958503] ol_regdmn_init_channels: !avail mode 0x680c (0x40000) flags 0x200100 [ 29.965865] ol_regdmn_init_channels: !avail mode 0x680c (0x80000) flags 0x400100 [ 29.973300] ol_regdmn_init_channels: !avail mode 0x680c (0x100000) flags 0x800100 [ 29.980744] ol_regdmn_init_channels: !avail mode 0x680c (0x200000) flags 0x4000100 [ 29.988313] ol_regdmn_init_channels: !avail mode 0x680c (0x400000) flags 0x8000100 [ 29.996177] OL Resmgr Init-ed [ 29.998989] ieee80211_bsteering_attach: Band steering initialized [ 30.004874] acfg_attach: 3013: Netlink socket created:ce120800 [ 30.010726] SPECTRAL : get_capability not registered [ 30.015602] HAL_CAP_PHYDIAG : Capable [ 30.019267] SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 237) [ 30.027341] SPECTRAL : get_capability not registered [ 30.032267] HAL_CAP_RADAR : Capable [ 30.035916] SPECTRAL : Need to fix the capablity check for SPECTRAL [ 30.035916] (spectral_attach : 242) [ 30.045750] SPECTRAL : get_capability not registered [ 30.050685] HAL_CAP_SPECTRAL_SCAN : Capable [ 30.054837] SPECTRAL : get_tsf64 not registered [ 30.059389] spectral_init_netlink 78 NULL SKB [ 30.063700] Green-AP : Green-AP : Attached [ 30.063700] [ 30.069272] Green-AP : Attached [ 30.072384] rate power table override is only supported for AR98XX [ 30.078651] ol_ath_smart_ant_attach: Hardware doest not support Smart Antenna. [ 30.085820] ol_if_dfs_attach: called; ptr=ccb6998c, radar_info=ceea5bd8 [ 30.092369] dfs_attach: event log enabled by default [ 30.098444] >>>> CB Set (null) [ 30.101960] ipq4019_wifi_led_init: Wifi LED init failed.. Couldn't get led gpio/led source [ 30.109356] ol_ath_attach() UMAC attach . [ 30.113360] [ 30.113360] BURSTING enabled by default [ 30.118842] ol_ath_attach: Set global_ic[1] ..ptr:bf616dc8 [ 30.124252] ath_lowi_if_netlink_init LOWI Netlink successfully created [ 30.130798] osif_wrap_attach:448 osif wrap attached [ 30.135606] osif_wrap_devt_init:409 osif wrap dev table init done [ 30.141688] Wrap Attached: Wrap_com =cee63400 ic->ic_wrap_com=cee63400 &wrap_com->wc_devt=cee63400 [ 30.150797] __ol_ath_attach: needed_headroom reservation 60 [ 30.158387] ol_ath_thermal_mitigation_attach: -- [ 30.162040] offload dynamic register sysctl on dev name : wifi0 successful! [ 30.162040] [ 30.170604] ol_ath_ahb_probe num_radios=0, wifi_radios[0].sc = cd4c0500 wifi_radio_type = 2 [ 30.178917] ath_sysfs_diag_init: diag_fsattr [ 30.183756] *********** IPQ4019 *************Wifi1 CPU frequency 250000000 [ 30.210424] 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 [ 30.248694] hif_napi_event: received evnt: CONF cmd; v = 1 (state=0x1)hif_napi_event: setting configuration to ON __ol_ath_attach() Allocated scn ccbc0500 [ 30.262567] __ol_ath_attach: dev name wifi1 [ 30.266729] ol_ath_attach interface_id 1 [ 30.280980] ol_target_init() BMI inited. [ 30.283976] ol_target_init() BMI Get Target Info. [ 30.288603] Chip id: 0xb, chip version: 0x1000000 [ 30.293245] [ 30.293245] CE WAR Disabled [ 30.297780] NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0 [ 30.303156] ol_target_init() configure Target . [ 30.307599] [ 30.307599] Target Version is 1000000 [ 30.312690] [ 30.312690] Flash Download Address c0000 [ 30.318361] ol_transfer_bin_file: flash data file defined [ 30.323716] ol_transfer_bin_file[3921] Get Caldata for wifi1. [ 30.329523] qdf_fs_read[59], Open File /tmp/wifi1.caldata SUCCESS!!file system magic:16914836super blocksize:4096inode 1138file size:12064qc98xx_verify_checksum: flash checksum passed: 0x56ff [ 30.346459] ol_transfer_bin_file 4013: Download Flash data len 12064 [ 30.353362] Board extended Data download address: 0x0 [ 30.377420] [ 30.377420] Board data initialized [ 30.381395] ol_ath_download_firmware: Download OTP, flash download ADDRESS 0xc0000 [ 30.388930] [ 30.388930] Selecting OTP binary for CHIP Version -807703468 [ 30.396361] ol_transfer_bin_file 3802: downloading file 0, Download data len 4676 [ 30.420161] 30.420161] First OTP send param 8000 [ 30.429037] ol_ath_download_firmware :First OTP download and Execute is good address:0x4400 return param 4660 [ 30.437939] ol_ath_download_firmware:##Board Id 17 , CHIP Id 0 [ 30.443842] ol_ath_download_firmware: BOARDDATA DOWNLOAD TO address 0xc0000 [ 30.450705] [ 30.450705] wifi1: Selecting board data file name boardData_1_0_IPQ4019_Y9803_wifi1.bin [ 30.460247] ol_transfer_bin_file: Board Data File download to address=0xc0000 file name=IPQ4019/hw.1/boardData_1_0_IPQ4019_Y9803_wifi1.bin [ 30.472957] ol_transfer_bin_file 3802: downloading file 3, Download data len 12064 [ 30.480787] Board extended Data download address: 0x0 [ 30.504968] ol_ath_download_firmware: Using 0x1234 for the remainder of init [ 30.511012] [ 30.511012] Selecting OTP binary for CHIP Version -807703468 [ 30.518450] ol_transfer_bin_file 3802: downloading file 0, Download data len 4676 [ 30.525574] FWLOG: [41481] WAL_DBGID_RST_STATS ( 0x1, 0x1, 0x96c, 0x0 ) [ 30.525592] FWLOG: [41520] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x94c, 0x94c, 0x0 ) [ 30.525629] FWLOG: [41520] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x94c, 0x94c, 0x0 ) [ 30.525646] FWLOG: [41520] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x94c, 0x94c, 0x0 ) [ 30.525665] FWLOG: [41520] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x94c, 0x94c, 0x0 ) [ 30.525701] FWLOG: [41674] WAL_DBGID_PDEV_INFO_PRINT ( 0x3a, 0xa10, 0x160, 0x0, 0x12 ) [ 30.525718] FWLOG: [41674] WAL_DBGID_PDEV_INFO_PRINT ( 0x3a, 0x0, 0x12, 0x10, 0x12 ) [ 30.596285] [ 30.596285] [Flash] : Ignore Module param [ 30.600848] [ 30.600848] Second otp download Param 10000 [ 30.617176] ol_ath_download_firmware : Second OTP download and Execute is good, param=0x0 [ 30.624404] [ 30.624404] Mission mode: Firmware CHIP Version -807703468 [ 30.632820] ol_swap_wlan_memory_expansion: length:185143 size_left:185163 dma_size_left:262144 fw_temp:d2561004 fw_entry_size:185167 [ 30.643781] ol_swap_wlan_memory_expansion: dma_virt_addr :d24b0000 fw_temp: d2561008 length: 185143 [ 30.653043] Swap: bytes_left to copy: fw:16; dma_page:77001 [ 30.658322] ol_swap_wlan_memory_expansion: length:0 size_left:12 dma_size_left:77001 fw_temp:d258e343 fw_entry_size:185167 [ 30.669331] Swap: wrong length read:0 [ 30.672964] ol_swap_wlan_memory_expansion: Swap total_bytes copied: 185143 Target address 417e70 [ 30.681953] scn=ccbc0500 target_write_addr=417e70 seg_info=ced53310 [ 30.688257] ol_transfer_swap_struct:Code swap structure successfully downloaded for bin type =2 [ 30.697016] bin_filename=IPQ4019/hw.1/athwlan.bin swap_filename=/lib/firmware/IPQ4019/hw.1/athwlan.codeswap.bin [ 30.707214] ol_transfer_bin_file: Downloading firmware file: IPQ4019/hw.1/athwlan.bin [ 30.716108] ol_transfer_bin_file 3802: downloading file 1, Download data len 379436 [ 31.986129] ol_target_init() Download FW done. [ 31.989757] [ 31.989757] ol_ath_copy_tgt_iram() iram read paddr: 0x980000 host paddr 0x87700000 Radio id 1 [ 32.166615] ol_ath_attach() WMI attached. wmi_handle cedda000 [ 32.171450] wmi_unified_register_event_handler: Event id 62 is unavailable [ 32.178296] +htc_create .. HIF :cc568000-htc_create: (0xced63800) [ 32.184282] htc_wmi_init() HT Create . ced63800 [ 32.189052] htc_wmi_init 8073 host_enable 0 nss_nwifi_offload 0 [ 32.194865] ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko) [ 32.204261] OL_ACBKMinfree : 0 [ 32.207370] OL_ACBEMinfree : 0 [ 32.210477] OL_ACVIMinfree : 0 [ 32.213610] OL_ACVOMinfree : 0 [ 32.216728] hif_enable_fastpath, Enabling fastpath mode [ 32.221786] +HWT [ 32.223768] hif_completion_thread_startup: pipe_num:0 pipe_info:0xcc56cb78hif_completion_thread_startup: pipe_num:3 pipe_info:0xcc56cc50hif_completion_thread_startup: pipe_num:4 pipe_info:0xcc56cc98 [ 32.247167] -HWT [ 32.248222] Startup Mode-0 set [ 32.251184] pdev attach (null) 0 [ 32.254654] [ 32.254654] <=== cfg max peer id 1056 ====> [ 32.261316] htt_peer_map_timer_init Enter pdev cc398000 hrtimer cc39c948 [ 32.266993] [ 32.266993] htt_alloc_peer_map_mem : Alloc Success : host q vaddr cc76c000 paddr 8c76c000 [ 32.276765] [ 32.276765] htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts [ 32.289332] ol_txrx_pdev_attach: 2500 tx desc's allocated ; range starts from cb820000 [ 32.298860] Firmware_Build_Number:38 [ 32.301497] FW wireless modes: 0x1f9001 [ 32.305315] num_rf_chain:0x00000002 ht_cap_info:0x0000085b vht_cap_info:0x339959b2 vht_supp_mcs:0x0000fffa [ 32.315218] wmi_service_coex_gpio 0, wmi_service_4_wire_coex_support 0, coex_version 0 [ 32.323134] [ 32.323134] Sending Ext resource cfg: HOST PLATFORM as 0 [ 32.323134] fw_feature_bitmap as 50 to TGT [ 32.334046] ol_ath_service_ready_event: tt_support: 1 [ 32.339033] ol_ath_service_ready_event: periodic_chan_stats: 1 [ 32.344811] ol_ath_service_ready_event: sw_cal_support_check_flag: 1 [ 32.351169] Peer Caching Enabled ; num_peers = 530, num_active_peers = 52 num_tids = 104, num_vdevs = 17 [ 32.360671] EXT NSS Supported [ 32.363576] idx 1 req 2 num_units 1 num_unit_info 12 unit size 256 actual units 53 [ 32.371377] idx 2 req 3 num_units 1 num_unit_info 12 unit size 1024 actual units 53 [ 32.379200] idx 3 req 4 num_units 1 num_unit_info 12 unit size 4096 actual units 53 [ 32.387162] idx 0 req 1 num_units 0 num_unit_info 2 unit size 744 actual units 531 [ 32.395058] idx 4 req 6 num_units 35 num_unit_info 0 unit size 3072 actual units 35 [ 32.402588] idx 5 req 7 num_units 1 num_unit_info 0 unit size 6144 actual units 1 [ 32.410182] idx 6 req 5 num_units 0 num_unit_info 2 unit size 2052 actual units 531 [ 32.419254] Support not added yet for Service 91 [ 32.422849] Support not added yet for Service 92 [ 32.427478] No EXT_MSG send INIT now [ 32.431007] chunk 0 len 13568 requested , ptr 0x8ee10000 [ 32.436398] chunk 1 len 54272 requested , ptr 0x8b810000 [ 32.441778] chunk 2 len 217088 requested , ptr 0x8b880000 [ 32.447247] chunk 3 len 395064 requested , ptr 0x8b900000 [ 32.452699] chunk 4 len 107520 requested , ptr 0x8b8c0000 [ 32.458182] chunk 5 len 6144 requested , ptr 0x8d94a000 [ 32.463473] chunk 6 len 1089612 requested , ptr 0x8ba00000 [ 32.469053] chunk 7 len 0 requested , ptr 0x87700000 [ 32.474122] ol_ath_service_ready_event[4444] WAPI MBSSID 2 [ 32.479810] smart_log_init: Smart logging Enabled buf=cbb10000 (size=65536) [ 32.516537] Version = 16777216 3 status = 0 [ 32.519836] ol_ath_connect_htc() WMI is ready [ 32.524171] htt_h2t_frag_desc_bank_cfg_msg - HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for radio ID = 1 [ 32.524187] target uses HTT version 2.2; host uses 2.2 [ 32.544116] ol_ath_attach() connect HTC. [ 32.547144] bypasswmi : 0 [ 32.549707] ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0. [ 32.561433] [ 32.561433] [5G AC] scn_handle->scn_disable_band=15,[1,1,1,1] [ 32.568658] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2) flags 0x2150 [ 32.575747] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4) flags 0xa0 [ 32.582539] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x8) flags 0xc0 [ 32.589383] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x20) flags 0xd0 [ 32.596333] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x40) flags 0x150 [ 32.603361] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x800) flags 0x10080 [ 32.610669] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2000) flags 0x20080 [ 32.618043] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4000) flags 0x40080 [ 32.625632] Add VHT80 channel: 5210 [ 32.628885] Add VHT80 channel: 5290 [ 32.632339] Add VHT80 channel: 5530 [ 32.635809] Add VHT80 channel: 5610 [ 32.639298] Add VHT80 channel: 5690 [ 32.642755] Add VHT80 channel: 5775 [ 32.646290] Skipping VHT80 channel 5825 [ 32.650065] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x200000) flags 0x4000100 [ 32.657787] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x400000) flags 0x8000100 [ 32.666827] freq=58 [ 32.667999] freq=106 [ 32.670274] OL Resmgr Init-ed [ 32.673379] ieee80211_bsteering_attach: Band steering initialized [ 32.679295] acfg_attach: Offload using existing sock ce120800 [ 32.685047] SPECTRAL : get_capability not registered [ 32.689958] HAL_CAP_PHYDIAG : Capable [ 32.693605] SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 237) [ 32.701675] SPECTRAL : get_capability not registered [ 32.706608] HAL_CAP_RADAR : Capable [ 32.710287] SPECTRAL : Need to fix the capablity check for SPECTRAL [ 32.710287] (spectral_attach : 242) [ 32.720075] SPECTRAL : get_capability not registered [ 32.725021] HAL_CAP_SPECTRAL_SCAN : Capable [ 32.729190] SPECTRAL : get_tsf64 not registered [ 32.733694] spectral_init_netlink 78 NULL SKB [ 32.738051] Green-AP : Green-AP : Attached [ 32.738051] [ 32.743589] Green-AP : Attached [ 32.746713] rate power table override is only supported for AR98XX [ 32.752962] ol_ath_smart_ant_attach: Hardware doest not support Smart Antenna. [ 32.760176] ol_if_dfs_attach: called; ptr=cb8b998c, radar_info=ceea5bd8 [ 32.766697] dfs_attach: event log enabled by default [ 32.772730] >>>> CB Set (null) [ 32.778659] ipq4019_wifi_led_init: Wifi LED init failed.. Couldn't get led gpio/led source [ 32.785982] ol_ath_attach() UMAC attach . [ 32.790097] [ 32.790097] BURSTING enabled by default [ 32.795537] ol_ath_attach: Set global_ic[2] ..ptr:bf616dc8 [ 32.800945] ath_lowi_if_netlink_init Incremented LOWI netlink ref count: 2 [ 32.807791] osif_wrap_attach:448 osif wrap attached [ 32.812666] osif_wrap_devt_init:409 osif wrap dev table init done [ 32.818733] Wrap Attached: Wrap_com =ced2a000 ic->ic_wrap_com=ced2a000 &wrap_com->wc_devt=ced2a000 [ 32.827839] __ol_ath_attach: needed_headroom reservation 60 [ 32.835303] ol_ath_thermal_mitigation_attach: -- [ 32.838979] offload dynamic register sysctl on dev name : wifi1 successful! [ 32.838979] [ 32.844898] Switching to Tx Mode-1 Threshold 280 [ 32.852055] ol_ath_ahb_probe num_radios=1, wifi_radios[1].sc = ccbc0500 wifi_radio_type = 2 [ 32.860454] ath_sysfs_diag_init: diag_fsattr [ 32.865019] ath_ol_pci: (Atheros/multi-bss) [ 32.872469] pktlog_init: Initializing Pktlog for AR900B, pktlog_hdr_size = 16 [ 32.878727] +hif_update_pipe_callback pipeid 8 [ 32.883124] -hif_update_pipe_callback [ 32.886849] pktlog_init: Initializing Pktlog for AR900B, pktlog_hdr_size = 16 [ 32.894004] +hif_update_pipe_callback pipeid 8 [ 32.898400] -hif_update_pipe_callback [ 32.904739] __sa_init_module [ 32.912908] gre: GRE over IPv4 demultiplexor driver [ 32.919035] ip_gre: GRE over IPv4 tunneling driver [ 32.952541] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011) [ 32.973605] QCA multicast snooping installed successfully [ 32.983096] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 33.007595] EDMA using MAC@ - using [ 33.009912] 32:ad:dd:ae:82:40 [ 33.078338] batman_adv: B.A.T.M.A.N. advanced 2019.3 (compatibility version 15) loaded [ 33.106254] QCA Hy-Fi multicast installation successfully [ 33.119308] nss_lag_init[345]:LAG Manager Installed [ 33.127577] NET: Registered protocol family 24 [ 33.133606] PPTP driver version 0.8.5 [ 33.143695] <NSS-CRYPTO>:module loaded (platform - IPQ806x, build - Build_ID - 12/12/21, 11:23:21) [ 33.151888] <NSS-CRYPTO>:qca-nss-crypto.ko is loaded for symbol link [ 33.159898] crypto bench loaded - Build_ID - 12/12/21, 11:23:24 [ 33.164857] nss_crypto_register_user[151]:bfa3110c: Crypto Device is not ready [ 33.188936] nss_macsec init success [ 33.198062] nss is not enabled on this platform [ 33.198146] FWLOG: [44213] WAL_DBGID_RST_STATS ( 0x1, 0x1, 0x1464, 0x0 ) [ 33.198192] FWLOG: [44252] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x94c, 0x94c, 0x0 ) [ 33.198232] FWLOG: [44252] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x94c, 0x94c, 0x0 ) [ 33.198268] FWLOG: [44252] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x94c, 0x94c, 0x0 ) [ 33.198304] FWLOG: [44252] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x94c, 0x94c, 0x0 ) [ 33.198322] FWLOG: [44410] WAL_DBGID_PDEV_INFO_PRINT ( 0x3a, 0xa10, 0x160, 0x10, 0x0 ) [ 33.198360] FWLOG: [44410] WAL_DBGID_PDEV_INFO_PRINT ( 0x3a, 0x10, 0x0, 0x10, 0x12 ) [ 33.255838] nss_ipsecmgr_init[977]:NSS is not enabled in this platform [ 33.271814] nss_crypto_register_user[151]:bfa3110c: Crypto Device is not ready [ 33.281253] nss_crypto_register_user[151]:bfa3110c: Crypto Device is not ready [ 33.304156] u32 classifier [ 33.305862] input device check on [ 33.309566] Actions configured [ 33.315275] Mirror/redirect action on [ 33.355828] fuse init (API version 7.23) [ 33.366127] arp_tables: (C) 2002 David S. Miller [ 33.379232] ip_tables: (C) 2000-2006 Netfilter Core Team [ 33.394135] l2tp_ppp: PPPoL2TP kernel driver, V2.0 [ 33.641026] Netfilter messages via NETLINK v0.30. [ 33.673188] xt_coova: ready [ 33.704185] xt_time: kernel timezone is -0000 [ 33.727570] ctnetlink v0.93: registering with nfnetlink. [ 33.743827] kmodloader: done loading kernel modules from /etc/modules.d/* [ 35.511391] Switching to Tx Mode-1 Threshold 280 check wifi section name. do nothing [ 54.142049] [senlc_rcv_msg] connect to process 1547 WARNING: /usr/sbin/set_throughput_rule.sh not existed. fingerprint::instance1 crashes, runtime 1/3600, count 1/0. [ 180.278630] ECM init [ 180.279861] ECM database jhash random seed: 0xb2763669 [ 180.287245] ECM init complete [ 184.832149] device eth1 entered promiscuous mode [ 184.841501] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready [ 185.817261] br-lan: port 1(eth1) entered forwarding state [ 185.821809] br-lan: port 1(eth1) entered forwarding state [ 185.827875] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready fingerprint::instance1 crashes, runtime 0/3600, count 2/0. [ 195.282518] __sa_exit_module [ 195.380116] Suspending Target - with disable_intr set :wifi1 (sc cc568000) scn=ccbc0500 [ 195.387451] waiting for target paused event from target :wifi1 (sc cc568000) [ 195.394154] ath_sysfs_diag_fini: diag_fsattr [ 195.399211] osif_wrap_devt_detach:426 osif wrap dev table detached [ 195.404650] osif_wrap_detach:479 osif wrap detached [ 195.409991] offload dynamic unregister sysctl on dev name wifi1 successful! [ 195.416444] ol_ath_thermal_mitigation_detach: ++ [ 195.421840] ol_ath_thermal_mitigation_detach: -- [ 195.487297] ath_lowi_if_netlink_delete Going to decrement current LOWI netlink ref count: 2 [ 195.494758] ol_if_dfs_teardown: called [ 195.499396] ol_if_dfs_clist_update: called, cmd=1, nollist= (null), nentries=0 [ 195.505756] ol_ath_phyerr_detach: called [ 195.510018] channel is not 2.4G return faile [ 195.514009] ieee80211_bsteering_detach: Band steering terminated [ 195.520317] ieee80211_ifdetach: ATF terminated [ 195.528777] ce_h2t_tx_ce_cleanup 1039 Fastpath mode ON, Cleaning up HTT Tx CEsmart_log_deinit: Smart logging Disabled [ 195.538664] ol_tx_me_exit: Already Disabled !!! [ 195.545744] Green-AP : Green-AP : Detached [ 195.545744] [ 195.550966] Green-AP : Detached [ 195.578967] Reset complete for wifi core id : 1 [ 195.582509] hif_disable: Xhif_napi_destroy: NAPI 6 destroyed [ 195.588485] hif_napi_destroy: no NAPI instances. Zapped. [ 195.593440] ol_if_spectral_detach [ 195.596710] SPECTRAL : Module removed (spectral = cb8dc000) [ 195.602881] ol_ath_detach: remove global_ic[1]..gloabl_ic ptr:bf616dc8 [ 195.608818] ol_ath_detach: Peer Count 531 [ 195.612885] ath_ahb_remove [ 195.615616] Suspending Target - with disable_intr set :wifi0 (sc cdb68000) scn=cd4c0500 [ 195.624140] waiting for target paused event from target :wifi0 (sc cdb68000) [ 195.630627] ath_sysfs_diag_fini: diag_fsattr [ 195.634986] osif_wrap_devt_detach:426 osif wrap dev table detached [ 195.641606] osif_wrap_detach:479 osif wrap detached [ 195.645957] offload dynamic unregister sysctl on dev name wifi0 successful! [ 195.653274] ol_ath_thermal_mitigation_detach: ++ [ 195.657599] ol_ath_thermal_mitigation_detach: -- [ 195.717334] ath_lowi_if_netlink_delete Going to decrement current LOWI netlink ref count: 1 [ 195.724839] ol_if_dfs_teardown: called [ 195.729379] ol_if_dfs_clist_update: called, cmd=1, nollist= (null), nentries=0 [ 195.735780] ol_ath_phyerr_detach: called [ 195.740186] ieee80211_bsteering_detach: Band steering terminated [ 195.745825] acfg_detach Netlink socket released [ 195.750566] ieee80211_ifdetach: ATF terminated [ 195.760335] ce_h2t_tx_ce_cleanup 1039 Fastpath mode ON, Cleaning up HTT Tx CEsmart_log_deinit: Smart logging Disabled [ 195.770260] ol_tx_me_exit: Already Disabled !!! [ 195.780026] Green-AP : Green-AP : Detached [ 195.780026] [ 195.784576] Green-AP : Detached [ 195.813770] Reset complete for wifi core id : 0 [ 195.817373] hif_disable: Xhif_napi_destroy: NAPI 6 destroyed [ 195.822950] hif_napi_destroy: no NAPI instances. Zapped. [ 195.828589] ol_if_spectral_detach [ 195.831550] SPECTRAL : Module removed (spectral = ccb9c000) [ 195.837429] ol_ath_detach: remove global_ic[0]..gloabl_ic ptr:bf616dc8 [ 195.843603] ol_ath_detach: Peer Count 531 [ 195.847791] ath_ahb_remove [ 195.968825] Removing athdebug proc file [ 195.971707] ath_dev: driver unloaded [ 196.029133] ath_tx99: driver unloaded [ 196.078881] ath_rate_atheros: driver unloaded [ 196.128827] ath_hal: driver unloaded [ 196.230331] ath_spectral: driver unloaded [ 196.269675] ath_dfs: driver unloaded [ 196.530553] ath_dfs: Version 2.0.0 [ 196.530553] Copyright (c) 2005-2006 Atheros Communications, Inc. All Rights Reserved [ 196.560070] ath_spectral: Version 2.0.0 [ 196.560070] Copyright (c) 2005-2009 Atheros Communications, Inc. All Rights Reserved [ 199.245648] ath_hal: 0.9.17.1 (AR5416, AR9380, WRITE_EEPROM, 11D) [ 199.268358] ath_rate_atheros: Copyright (c) 2001-2005 Atheros Communications, Inc, All Rights Reserved [ 199.290268] ath_tx99: Version 2.0 [ 199.290268] Copyright (c) 2010 Atheros Communications, Inc, All Rights Reserved [ 199.389972] ath_dev: Copyright (c) 2001-2007 Atheros Communications, Inc, All Rights Reserved [ 199.459154] ath_da_pci: (Atheros/multi-bss) [ 200.323497] *********** IPQ4019 *************Wifi0 CPU frequency 250000000 [ 200.349757] 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 [ 200.387986] hif_napi_event: received evnt: CONF cmd; v = 1 (state=0x1)hif_napi_event: setting configuration to ON __ol_ath_attach() Allocated scn cc600500 [ 200.402294] __ol_ath_attach: dev name wifi0 [ 200.405999] ol_ath_attach interface_id 0 [ 200.410451] ol_target_init() BMI inited. [ 200.413919] ol_target_init() BMI Get Target Info. [ 200.418572] Chip id: 0xb, chip version: 0x1000000 [ 200.423538] [ 200.423538] CE WAR Disabled [ 200.427956] NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0 [ 200.433102] ol_target_init() configure Target . [ 200.437584] [ 200.437584] Target Version is 1000000 [ 200.442640] [ 200.442640] Flash Download Address c0000 [ 200.448402] ol_transfer_bin_file: flash data file defined [ 200.455453] ol_transfer_bin_file[3921] Get Caldata for wifi0. [ 200.460367] qdf_fs_read[59], Open File /tmp/wifi0.caldata SUCCESS!!file system magic:16914836super blocksize:4096inode 2071file size:12064qc98xx_verify_checksum: flash checksum passed: 0x344f [ 200.477279] ol_transfer_bin_file 4013: Download Flash data len 12064 [ 200.484122] Board extended Data download address: 0x0 [ 200.508329] [ 200.508329] Board data initialized [ 200.512348] ol_ath_download_firmware: Download OTP, flash download ADDRESS 0xc0000 [ 200.519889] [ 200.519889] Selecting OTP binary for CHIP Version -807704260 [ 200.527896] ol_transfer_bin_file 3802: downloading file 0, Download data len 4676 [ 200.551099] [ 200.551099] First OTP send param 8000 [ 200.560002] ol_ath_download_firmware :First OTP download and Execute is good address:0x4000 return param 4660 [ 200.568938] ol_ath_download_firmware:##Board Id 16 , CHIP Id 0 [ 200.574797] ol_ath_download_firmware: BOARDDATA DOWNLOAD TO address 0xc0000 [ 200.581726] [ 200.581726] wifi0: Selecting board data file name boardData_1_0_IPQ4019_Y9803_wifi0.bin [ 200.591854] ol_transfer_bin_file: Board Data File download to address=0xc0000 file name=IPQ4019/hw.1/boardData_1_0_IPQ4019_Y9803_wifi0.bin [ 200.604039] ol_transfer_bin_file 3802: downloading file 3, Download data len 12064 [ 200.611734] Board extended Data download address: 0x0 [ 200.635923] ol_ath_download_firmware: Using 0x1234 for the remainder of init [ 200.641986] [ 200.641986] Selecting OTP binary for CHIP Version -807704260 [ 200.649833] ol_transfer_bin_file 3802: downloading file 0, Download data len 4676 [ 200.673182] [ 200.673182] [Flash] : Ignore Module param [ 200.677809] [ 200.677809] Second otp download Param 10000 [ 200.693821] ol_ath_download_firmware : Second OTP download and Execute is good, param=0x0 [ 200.701113] [ 200.701113] Mission mode: Firmware CHIP Version -807704260 [ 200.709855] ol_swap_wlan_memory_expansion: length:185143 size_left:185163 dma_size_left:262144 fw_temp:d1485004 fw_entry_size:185167 [ 200.720820] ol_swap_wlan_memory_expansion: dma_virt_addr :d1221000 fw_temp: d1485008 length: 185143 [ 200.730136] Swap: bytes_left to copy: fw:16; dma_page:77001 [ 200.735759] ol_swap_wlan_memory_expansion: length:0 size_left:12 dma_size_left:77001 fw_temp:d14b2343 fw_entry_size:185167 [ 200.746419] Swap: wrong length read:0 [ 200.750335] ol_swap_wlan_memory_expansion: Swap total_bytes copied: 185143 Target address 417e70 [ 200.759209] scn=cc600500 target_write_addr=417e70 seg_info=ce286f10 [ 200.765269] ol_transfer_swap_struct:Code swap structure successfully downloaded for bin type =2 [ 200.774104] bin_filename=IPQ4019/hw.1/athwlan.bin swap_filename=/lib/firmware/IPQ4019/hw.1/athwlan.codeswap.bin [ 200.784692] ol_transfer_bin_file: Downloading firmware file: IPQ4019/hw.1/athwlan.bin [ 200.793159] ol_transfer_bin_file 3802: downloading file 1, Download data len 379436 [ 200.847134] br-lan: port 1(eth1) entered forwarding state [ 202.063473] ol_target_init() Download FW done. [ 202.067066] [ 202.067066] ol_ath_copy_tgt_iram() iram read paddr: 0x980000 host paddr 0x87500000 Radio id 0 [ 202.244270] ol_ath_attach() WMI attached. wmi_handle ccdc6000 [ 202.249126] wmi_unified_register_event_handler: Event id 62 is unavailable [ 202.255938] +htc_create .. HIF :ccab0000-htc_create: (0xcef53800) [ 202.262227] htc_wmi_init() HT Create . cef53800 [ 202.266708] htc_wmi_init 8073 host_enable 0 nss_nwifi_offload 0 [ 202.272568] ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko) [ 202.282401] OL_ACBKMinfree : 0 [ 202.285018] OL_ACBEMinfree : 0 [ 202.288184] OL_ACVIMinfree : 0 [ 202.291600] OL_ACVOMinfree : 0 [ 202.294387] hif_enable_fastpath, Enabling fastpath mode [ 202.299466] +HWT [ 202.301767] hif_completion_thread_startup: pipe_num:0 pipe_info:0xccab4b78hif_completion_thread_startup: pipe_num:3 pipe_info:0xccab4c50hif_completion_thread_startup: pipe_num:4 pipe_info:0xccab4c98 [ 202.323660] -HWT [ 202.324731] Startup Mode-0 set [ 202.327757] pdev attach (null) 0 [ 202.331635] [ 202.331635] <=== cfg max peer id 1056 ====> [ 202.338043] htt_peer_map_timer_init Enter pdev ce0e8000 hrtimer ce0ec948 [ 202.343726] [ 202.343726] htt_alloc_peer_map_mem : Alloc Success : host q vaddr c94b2000 paddr 894b2000 [ 202.353533] [ 202.353533] htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts [ 202.365365] ol_txrx_pdev_attach: 2500 tx desc's allocated ; range starts from cb8e0000 [ 202.375059] Firmware_Build_Number:38 [ 202.377747] FW wireless modes: 0x680c [ 202.381344] num_rf_chain:0x00000002 ht_cap_info:0x0000085b vht_cap_info:0x339959b2 vht_supp_mcs:0x0000fffa [ 202.391249] btcoex_support 0, wlan_prio_gpio 0, coex_gpio_pin 0 0 0 [ 202.397583] wmi_service_coex_gpio 1, wmi_service_4_wire_coex_support 1, coex_version 0 [ 202.405393] [ 202.405393] Sending Ext resource cfg: HOST PLATFORM as 0 [ 202.405393] fw_feature_bitmap as 50 to TGT [ 202.416412] ol_ath_service_ready_event: tt_support: 1 [ 202.421331] ol_ath_service_ready_event: periodic_chan_stats: 1 [ 202.427151] ol_ath_service_ready_event: sw_cal_support_check_flag: 1 [ 202.433429] Peer Caching Enabled ; num_peers = 530, num_active_peers = 52 num_tids = 104, num_vdevs = 17 [ 202.443018] EXT NSS Supported [ 202.445866] idx 1 req 2 num_units 1 num_unit_info 12 unit size 256 actual units 53 [ 202.453679] idx 2 req 3 num_units 1 num_unit_info 12 unit size 1024 actual units 53 [ 202.461511] idx 3 req 4 num_units 1 num_unit_info 12 unit size 4096 actual units 53 [ 202.469514] idx 0 req 1 num_units 0 num_unit_info 2 unit size 744 actual units 531 [ 202.477470] idx 4 req 6 num_units 35 num_unit_info 0 unit size 3072 actual units 35 [ 202.484858] idx 5 req 7 num_units 1 num_unit_info 0 unit size 6144 actual units 1 [ 202.492454] idx 6 req 5 num_units 0 num_unit_info 2 unit size 2052 actual units 531 [ 202.501573] Support not added yet for Service 91 [ 202.505159] Support not added yet for Service 92 [ 202.509824] No EXT_MSG send INIT now [ 202.513341] chunk 0 len 13568 requested , ptr 0x89448000 [ 202.518774] chunk 1 len 54272 requested , ptr 0x8bb90000 [ 202.524091] chunk 2 len 217088 requested , ptr 0x8cb00000 [ 202.529601] chunk 3 len 395064 requested , ptr 0x8d980000 [ 202.535022] chunk 4 len 107520 requested , ptr 0x8ca00000 [ 202.540552] chunk 5 len 6144 requested , ptr 0x8cb38000 [ 202.545784] chunk 6 len 1089612 requested , ptr 0x8c800000 [ 202.551389] chunk 7 len 0 requested , ptr 0x87500000 [ 202.556455] ol_ath_service_ready_event[4444] WAPI MBSSID 2 [ 202.562165] smart_log_init: Smart logging Enabled buf=cc910000 (size=65536) [ 202.598573] Version = 16777216 3 status = 0 [ 202.601838] ol_ath_connect_htc() WMI is ready [ 202.606203] htt_h2t_frag_desc_bank_cfg_msg - HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for radio ID = 0 [ 202.606233] target uses HTT version 2.2; host uses 2.2 [ 202.626192] ol_ath_attach() connect HTC. [ 202.629208] bypasswmi : 0 [ 202.631788] ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0. [ 202.643537] [ 202.643537] [5G AC] scn_handle->scn_disable_band=15,[1,1,1,1] [ 202.650769] ol_regdmn_init_channels: !avail mode 0x680c (0x2) flags 0x2150 [ 202.657609] ol_regdmn_init_channels: !avail mode 0x680c (0x1) flags 0x140 [ 202.664414] ol_regdmn_init_channels: !avail mode 0x680c (0x20) flags 0xd0 [ 202.671162] ol_regdmn_init_channels: !avail mode 0x680c (0x40) flags 0x150 [ 202.678071] ol_regdmn_init_channels: !avail mode 0x680c (0x1000) flags 0x10100 [ 202.685163] ol_regdmn_init_channels: !avail mode 0x680c (0x8000) flags 0x20100 [ 202.692412] ol_regdmn_init_channels: !avail mode 0x680c (0x10000) flags 0x40100 [ 202.699715] ol_regdmn_init_channels: !avail mode 0x680c (0x20000) flags 0x100100 [ 202.707039] ol_regdmn_init_channels: !avail mode 0x680c (0x40000) flags 0x200100 [ 202.714485] ol_regdmn_init_channels: !avail mode 0x680c (0x80000) flags 0x400100 [ 202.721842] ol_regdmn_init_channels: !avail mode 0x680c (0x100000) flags 0x800100 [ 202.729311] ol_regdmn_init_channels: !avail mode 0x680c (0x200000) flags 0x4000100 [ 202.736814] ol_regdmn_init_channels: !avail mode 0x680c (0x400000) flags 0x8000100 [ 202.744792] OL Resmgr Init-ed [ 202.747560] ieee80211_bsteering_attach: Band steering initialized [ 202.753450] acfg_attach: 3013: Netlink socket created:ce123800 [ 202.759304] SPECTRAL : get_capability not registered [ 202.764160] HAL_CAP_PHYDIAG : Capable [ 202.767839] SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 237) [ 202.775889] SPECTRAL : get_capability not registered [ 202.780858] HAL_CAP_RADAR : Capable [ 202.784472] SPECTRAL : Need to fix the capablity check for SPECTRAL [ 202.784472] (spectral_attach : 242) [ 202.794318] SPECTRAL : get_capability not registered [ 202.799255] HAL_CAP_SPECTRAL_SCAN : Capable [ 202.803402] SPECTRAL : get_tsf64 not registered [ 202.807966] spectral_init_netlink 78 NULL SKB [ 202.812256] Green-AP : Green-AP : Attached [ 202.812256] [ 202.817859] Green-AP : Attached [ 202.820927] rate power table override is only supported for AR98XX [ 202.827257] ol_ath_smart_ant_attach: Hardware doest not support Smart Antenna. [ 202.834362] ol_if_dfs_attach: called; ptr=cd9f198c, radar_info=cb8dfbd8 [ 202.840942] dfs_attach: event log enabled by default [ 202.846906] >>>> CB Set (null) [ 202.850485] ipq4019_wifi_led_init: Wifi LED init failed.. Couldn't get led gpio/led source [ 202.857869] ol_ath_attach() UMAC attach . [ 202.861907] [ 202.861907] BURSTING enabled by default [ 202.867417] ol_ath_attach: Set global_ic[1] ..ptr:bf5dbdc8 [ 202.872779] ath_lowi_if_netlink_init LOWI Netlink successfully created [ 202.879322] osif_wrap_attach:448 osif wrap attached [ 202.884134] osif_wrap_devt_init:409 osif wrap dev table init done [ 202.890233] Wrap Attached: Wrap_com =cec1b800 ic->ic_wrap_com=cec1b800 &wrap_com->wc_devt=cec1b800 [ 202.899331] __ol_ath_attach: needed_headroom reservation 60 [ 202.908313] ol_ath_thermal_mitigation_attach: -- [ 202.911972] offload dynamic register sysctl on dev name : wifi0 successful! [ 202.911972] [ 202.920547] ol_ath_ahb_probe num_radios=0, wifi_radios[0].sc = cc600500 wifi_radio_type = 2 [ 202.928884] ath_sysfs_diag_init: diag_fsattr [ 202.933643] *********** IPQ4019 *************Wifi1 CPU frequency 250000000 [ 202.960407] 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 [ 202.998663] hif_napi_event: received evnt: CONF cmd; v = 1 (state=0x1)hif_napi_event: setting configuration to ON __ol_ath_attach() Allocated scn cc940500 [ 203.012524] __ol_ath_attach: dev name wifi1 [ 203.016667] ol_ath_attach interface_id 1 [ 203.020958] ol_target_init() BMI inited. [ 203.024599] ol_target_init() BMI Get Target Info. [ 203.029218] Chip id: 0xb, chip version: 0x1000000 [ 203.033851] [ 203.033851] CE WAR Disabled [ 203.038368] NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0 [ 203.043786] ol_target_init() configure Target . [ 203.048246] [ 203.048246] Target Version is 1000000 [ 203.053296] [ 203.053296] Flash Download Address c0000 [ 203.059040] ol_transfer_bin_file: flash data file defined [ 203.064420] ol_transfer_bin_file[3921] Get Caldata for wifi1. [ 203.070137] qdf_fs_read[59], Open File /tmp/wifi1.caldata SUCCESS!!file system magic:16914836super blocksize:4096inode 1138file size:12064qc98xx_verify_checksum: flash checksum passed: 0x56ff [ 203.087075] ol_transfer_bin_file 4013: Download Flash data len 12064 [ 203.093974] Board extended Data download address: 0x0 [ 203.118028] [ 203.118028] Board data initialized [ 203.122022] ol_ath_download_firmware: Download OTP, flash download ADDRESS 0xc0000 [ 203.129583] [ 203.129583] Selecting OTP binary for CHIP Version -807703468 [ 203.136986] ol_transfer_bin_file 3802: downloading file 0, Download data len 4676 [ 203.160836] [ 203.160836] First OTP send param 8000 [ 203.169736] ol_ath_download_firmware :First OTP download and Execute is good address:0x4400 return param 4660 [ 203.178658] ol_ath_download_firmware:##Board Id 17 , CHIP Id 0 [ 203.184526] ol_ath_download_firmware: BOARDDATA DOWNLOAD TO address 0xc0000 [ 203.191440] [ 203.191440] wifi1: Selecting board data file name boardData_1_0_IPQ4019_Y9803_wifi1.bin [ 203.200990] ol_transfer_bin_file: Board Data File download to address=0xc0000 file name=IPQ4019/hw.1/boardData_1_0_IPQ4019_Y9803_wifi1.bin [ 203.213556] ol_transfer_bin_file 3802: downloading file 3, Download data len 12064 [ 203.221458] Board extended Data download address: 0x0 [ 203.245671] ol_ath_download_firmware: Using 0x1234 for the remainder of init [ 203.251746] [ 203.251746] Selecting OTP binary for CHIP Version -807703468 [ 203.259236] ol_transfer_bin_file 3802: downloading file 0, Download data len 4676 [ 203.275638] FWLOG: [2285] WAL_DBGID_RST_STATS ( 0x1, 0x1, 0x96c, 0x0 ) [ 203.281157] FWLOG: [2324] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x94c, 0x94c, 0x0 ) [ 203.288973] FWLOG: [2324] WAL_DBGID_TX_AC_BUFFER_SET ( [ 203.289001] [ 203.289001] [Flash] : Ignore Module param [ 203.289009] [ 203.289009] Second otp download Param 10000 [ 203.305383] 0x12ol_ath_download_firmware : Second OTP download and Execute is good, param=0x0 [ 203.305396] [ 203.305396] Mission mode: Firmware CHIP Version -807703468 [ 203.306845] ol_swap_wlan_memory_expansion: length:185143 size_left:185163 dma_size_left:262144 fw_temp:d1cc0004 fw_entry_size:185167 [ 203.306854] ol_swap_wlan_memory_expansion: dma_virt_addr :d1f01000 fw_temp: d1cc0008 length: 185143 [ 203.307278] Swap: bytes_left to copy: fw:16; dma_page:77001 [ 203.307324] ol_swap_wlan_memory_expansion: length:0 size_left:12 dma_size_left:77001 fw_temp:d1ced343 fw_entry_size:185167 [ 203.307336] Swap: wrong length read:0 [ 203.307347] ol_swap_wlan_memory_expansion: Swap total_bytes copied: 185143 Target address 417e70 [ 203.314175] scn=cc940500 target_write_addr=417e70 seg_info=cb9a0910 [ 203.314182] ol_transfer_swap_struct:Code swap structure successfully downloaded for bin type =2 [ 203.314209] bin_filename=IPQ4019/hw.1/athwlan.bin swap_filename=/lib/firmware/IPQ4019/hw.1/athwlan.codeswap.bin [ 203.314242] ol_transfer_bin_file: Downloading firmware file: IPQ4019/hw.1/athwlan.bin [ 203.315195] ol_transfer_bin_file 3802: downloading file 1, Download data len 379436 [ 203.411985] , 0x1e, 0x94c, 0x94c, 0x0 ) [ 203.415796] FWLOG: [2324] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x94c, 0x94c, 0x0 ) [ 203.423690] FWLOG: [2324] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x94c, 0x94c, 0x0 ) [ 203.431617] FWLOG: [2477] WAL_DBGID_PDEV_INFO_PRINT ( 0x3a, 0xa10, 0x160, 0x0, 0x12 ) [ 203.439415] FWLOG: [2477] WAL_DBGID_PDEV_INFO_PRINT ( 0x3a, 0x0, 0x12, 0x10, 0x12 ) [ 204.672196] ol_target_init() Download FW done. [ 204.675784] [ 204.675784] ol_ath_copy_tgt_iram() iram read paddr: 0x980000 host paddr 0x87700000 Radio id 1 [ 204.852865] ol_ath_attach() WMI attached. wmi_handle c94b6000 [ 204.857735] wmi_unified_register_event_handler: Event id 62 is unavailable [ 204.864556] +htc_create .. HIF :ccb58000-htc_create: (0xcef57800) [ 204.870555] htc_wmi_init() HT Create . cef57800 [ 204.875319] htc_wmi_init 8073 host_enable 0 nss_nwifi_offload 0 [ 204.881186] ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko) [ 204.890544] OL_ACBKMinfree : 0 [ 204.893633] OL_ACBEMinfree : 0 [ 204.896756] OL_ACVIMinfree : 0 [ 204.899923] OL_ACVOMinfree : 0 [ 204.903011] hif_enable_fastpath, Enabling fastpath mode [ 204.908071] +HWT [ 204.910047] hif_completion_thread_startup: pipe_num:0 pipe_info:0xccb5cb78hif_completion_thread_startup: pipe_num:3 pipe_info:0xccb5cc50hif_completion_thread_startup: pipe_num:4 pipe_info:0xccb5cc98 [ 204.933570] -HWT [ 204.934645] Startup Mode-0 set [ 204.937696] pdev attach (null) 0 [ 204.941072] [ 204.941072] <=== cfg max peer id 1056 ====> [ 204.947795] htt_peer_map_timer_init Enter pdev cc458000 hrtimer cc45c948 [ 204.953485] [ 204.953485] htt_alloc_peer_map_mem : Alloc Success : host q vaddr cc4e0000 paddr 8c4e0000 [ 204.963253] [ 204.963253] htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts [ 204.975679] ol_txrx_pdev_attach: 2500 tx desc's allocated ; range starts from c96e0000 [ 204.985215] Firmware_Build_Number:38 [ 204.987891] FW wireless modes: 0x1f9001 [ 204.991683] num_rf_chain:0x00000002 ht_cap_info:0x0000085b vht_cap_info:0x339959b2 vht_supp_mcs:0x0000fffa [ 205.001571] wmi_service_coex_gpio 0, wmi_service_4_wire_coex_support 0, coex_version 0 [ 205.009509] [ 205.009509] Sending Ext resource cfg: HOST PLATFORM as 0 [ 205.009509] fw_feature_bitmap as 50 to TGT [ 205.020410] ol_ath_service_ready_event: tt_support: 1 [ 205.025352] ol_ath_service_ready_event: periodic_chan_stats: 1 [ 205.031206] ol_ath_service_ready_event: sw_cal_support_check_flag: 1 [ 205.037534] Peer Caching Enabled ; num_peers = 530, num_active_peers = 52 num_tids = 104, num_vdevs = 17 [ 205.047020] EXT NSS Supported [ 205.049979] idx 1 req 2 num_units 1 num_unit_info 12 unit size 256 actual units 53 [ 205.057721] idx 2 req 3 num_units 1 num_unit_info 12 unit size 1024 actual units 53 [ 205.065532] idx 3 req 4 num_units 1 num_unit_info 12 unit size 4096 actual units 53 [ 205.073553] idx 0 req 1 num_units 0 num_unit_info 2 unit size 744 actual units 531 [ 205.081444] idx 4 req 6 num_units 35 num_unit_info 0 unit size 3072 actual units 35 [ 205.088949] idx 5 req 7 num_units 1 num_unit_info 0 unit size 6144 actual units 1 [ 205.096485] idx 6 req 5 num_units 0 num_unit_info 2 unit size 2052 actual units 531 [ 205.105600] Support not added yet for Service 91 [ 205.109213] Support not added yet for Service 92 [ 205.113783] No EXT_MSG send INIT now [ 205.117380] chunk 0 len 13568 requested , ptr 0x8da14000 [ 205.122736] chunk 1 len 54272 requested , ptr 0x896d0000 [ 205.128141] chunk 2 len 217088 requested , ptr 0x89740000 [ 205.133586] chunk 3 len 395064 requested , ptr 0x89780000 [ 205.139071] chunk 4 len 107520 requested , ptr 0x88c00000 [ 205.144526] chunk 5 len 6144 requested , ptr 0x8dbb4000 [ 205.149845] chunk 6 len 1089612 requested , ptr 0x88e00000 [ 205.155375] chunk 7 len 0 requested , ptr 0x87700000 [ 205.160500] ol_ath_service_ready_event[4444] WAPI MBSSID 2 [ 205.166130] smart_log_init: Smart logging Enabled buf=c8f10000 (size=65536) [ 205.202963] Version = 16777216 3 status = 0 [ 205.206258] ol_ath_connect_htc() WMI is ready [ 205.210643] htt_h2t_frag_desc_bank_cfg_msg - HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for radio ID = 1 [ 205.210659] target uses HTT version 2.2; host uses 2.2 [ 205.230542] ol_ath_attach() connect HTC. [ 205.233546] bypasswmi : 0 [ 205.236157] ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0. [ 205.247915] [ 205.247915] [5G AC] scn_handle->scn_disable_band=15,[1,1,1,1] [ 205.255098] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2) flags 0x2150 [ 205.262209] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4) flags 0xa0 [ 205.269007] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x8) flags 0xc0 [ 205.275839] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x20) flags 0xd0 [ 205.282808] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x40) flags 0x150 [ 205.289829] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x800) flags 0x10080 [ 205.297127] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2000) flags 0x20080 [ 205.304469] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4000) flags 0x40080 [ 205.312089] Add VHT80 channel: 5210 [ 205.315316] Add VHT80 channel: 5290 [ 205.318820] Add VHT80 channel: 5530 [ 205.322278] Add VHT80 channel: 5610 [ 205.325743] Add VHT80 channel: 5690 [ 205.329246] Add VHT80 channel: 5775 [ 205.332759] Skipping VHT80 channel 5825 [ 205.336507] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x200000) flags 0x4000100 [ 205.344260] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x400000) flags 0x8000100 [ 205.353351] freq=58 [ 205.354512] freq=106 [ 205.356795] OL Resmgr Init-ed [ 205.359983] ieee80211_bsteering_attach: Band steering initialized [ 205.365810] acfg_attach: Offload using existing sock ce123800 [ 205.371602] SPECTRAL : get_capability not registered [ 205.376475] HAL_CAP_PHYDIAG : Capable [ 205.380161] SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 237) [ 205.388226] SPECTRAL : get_capability not registered [ 205.393138] HAL_CAP_RADAR : Capable [ 205.396784] SPECTRAL : Need to fix the capablity check for SPECTRAL [ 205.396784] (spectral_attach : 242) [ 205.406637] SPECTRAL : get_capability not registered [ 205.411583] HAL_CAP_SPECTRAL_SCAN : Capable [ 205.415707] SPECTRAL : get_tsf64 not registered [ 205.420254] spectral_init_netlink 78 NULL SKB [ 205.424572] Green-AP : Green-AP : Attached [ 205.424572] [ 205.430166] Green-AP : Attached [ 205.433243] rate power table override is only supported for AR98XX [ 205.439569] ol_ath_smart_ant_attach: Hardware doest not support Smart Antenna. [ 205.446715] ol_if_dfs_attach: called; ptr=c97e998c, radar_info=cb8dfbd8 [ 205.453249] dfs_attach: event log enabled by default [ 205.459313] >>>> CB Set (null) [ 205.465113] ipq4019_wifi_led_init: Wifi LED init failed.. Couldn't get led gpio/led source [ 205.472507] ol_ath_attach() UMAC attach . [ 205.476523] [ 205.476523] BURSTING enabled by default [ 205.482063] ol_ath_attach: Set global_ic[2] ..ptr:bf5dbdc8 [ 205.487430] ath_lowi_if_netlink_init Incremented LOWI netlink ref count: 2 [ 205.494231] osif_wrap_attach:448 osif wrap attached [ 205.499168] osif_wrap_devt_init:409 osif wrap dev table init done [ 205.505166] Wrap Attached: Wrap_com =cda13600 ic->ic_wrap_com=cda13600 &wrap_com->wc_devt=cda13600 [ 205.514315] __ol_ath_attach: needed_headroom reservation 60 [ 205.523146] ol_ath_thermal_mitigation_attach: -- [ 205.526822] offload dynamic register sysctl on dev name : wifi1 successful! [ 205.526822] [ 205.535376] ol_ath_ahb_probe num_radios=1, wifi_radios[1].sc = cc940500 wifi_radio_type = 2 [ 205.543795] ath_sysfs_diag_init: diag_fsattr [ 205.548611] ath_ol_pci: (Atheros/multi-bss) [ 205.570163] pktlog_init: Initializing Pktlog for AR900B, pktlog_hdr_size = 16 [ 205.576394] +hif_update_pipe_callback pipeid 8 [ 205.581070] -hif_update_pipe_callback [ 205.584544] pktlog_init: Initializing Pktlog for AR900B, pktlog_hdr_size = 16 [ 205.591943] +hif_update_pipe_callback pipeid 8 [ 205.593401] Switching to Tx Mode-1 Threshold 280 [ 205.600742] -hif_update_pipe_callback [ 205.619628] __sa_init_module No Direct-Attach chipsets found. [ 205.884333] FWLOG: [2278] WAL_DBGID_RST_STATS ( 0x1, 0x1, 0x1464, 0x0 ) [ 205.889922] FWLOG: [2317] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x94c, 0x94c, 0x0 ) [ 205.897742] FWLOG: [2317] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x94c, 0x94c, 0x0 ) [ 205.905648] FWLOG: [2317] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x94c, 0x94c, 0x0 ) [ 205.913535] FWLOG: [2317] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x94c, 0x94c, 0x0 ) [ 205.921428] FWLOG: [2475] WAL_DBGID_PDEV_INFO_PRINT ( 0x3a, 0xa10, 0x160, 0x10, 0x0 ) [ 205.929243] FWLOG: [2475] WAL_DBGID_PDEV_INFO_PRINT ( 0x3a, 0x10, 0x0, 0x10, 0x12 ) [ 207.044910] [ 207.044910] [5G AC] scn_handle->scn_disable_band=9,[1,0,0,1] [ 207.051117] isCountryCodeValid: EEPROM regdomain 0x0 [ 207.056005] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2) flags 0x2150 [ 207.063115] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4) flags 0xa0 [ 207.069913] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x8) flags 0xc0 [ 207.076730] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x20) flags 0xd0 [ 207.083762] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x40) flags 0x150 [ 207.090750] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x800) flags 0x10080 [ 207.098028] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2000) flags 0x20080 [ 207.105377] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4000) flags 0x40080 [ 207.112993] Add VHT80 channel: 5210 [ 207.116233] Add VHT80 channel: 5290 [ 207.119736] Add VHT80 channel: 5530 [ 207.123165] Add VHT80 channel: 5610 [ 207.126635] Add VHT80 channel: 5690 [ 207.130154] Add VHT80 channel: 5775 [ 207.133617] Skipping VHT80 channel 5825 [ 207.137440] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x200000) flags 0x4000100 [ 207.145133] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x400000) flags 0x8000100 [ 207.602828] wlan_vap_create : enter. devhandle=0xcc940500, opmode=IEEE80211_M_HOSTAP, flags=0x3 [ 207.610632] send_vdev_create_cmd_non_tlv: ID = 0 Type = 1, Subtype = 0 VAP Addr = 88:dc:97:12:99:c4: [ 207.619793] ieee80211_mbo_vattach:MBO Initialized [ 207.624763] ieee80211_oce_vattach: OCE Initialized [ 207.629748] wlan_vap_create : exit. devhandle=0xcc940500, vap=0xce100000, opmode=IEEE80211_M_HOSTAP, flags=0x3. [ 207.639355] __ieee80211_smart_ant_init: Smart Antenna is not supported [ 207.645932] Enabling TX checksum bit for the vap ath1 features 4000 [ 207.652287] Enabling SG bit for the vap ath1 features 4000 [ 207.658242] Enabling SG bit for the vap ath1 features 4000 [ 207.663361] Enabling TSO bit for the vap ath1 features 4000 [ 207.669038] Enabling LRO bit for the vap ath1 features 4000 [ 207.677264] VAP device ath1 created osifp: (cb2e8500) os_if: (ce100000) [ 207.798257] ME Pool succesfully initialized vaddr - cce00000 paddr - 0 [ 207.798257] num_elems = 1424 buf_size - 64 pool_size = 102528 [ 207.809581] Enable MCAST_TO_UCAST [ 207.883302] FWLOG: [4149] WAL_DBGID_RST_STATS ( 0x2, 0x2, 0x1464, 0x0 ) [ 207.888900] FWLOG: [4319] WAL_DBGID_PDEV_INFO_PRINT ( [ 207.893535] [band-steering] bandsteer:[0] debug_lv:[0][0] [ 207.899346] 0x3a, 0xa10, 0x160, 0x10, 0x0 ) [ 207.903592] FWLOG: [4319] WAL_DBGID_PDEV_INFO_PRINT ( 0x3a, 0x10, 0x0, 0x10, 0x12 ) [ 207.911207] FWLOG: [4341] WAL_DBGID_RST_STATS ( 0x6, 0x2, 0x1464, 0x0 ) [ 207.917820] FWLOG: [4341] WAL_DBGID_DEV_RESET ( 0xc01d, 0x33d ) [ 208.197821] Switching to Tx Mode-1 Threshold 280 [ 208.509665] device ath1 entered promiscuous mode [ 208.524939] [DEBUG] vap-0(ath1):set SIOC80211NWID, 16 characters [ 208.530016] [ 208.530016] DES SSID SET=EnGenius1299C3_1 [ 208.882831] FWLOG: [5199] vap-0 WMI_CMD_PARAMS ( 0xff, 0x40, 0x1 ) [ 210.437224] ieee80211_ioctl_siwmode: imr.ifm_active=66176, new mode=3, valid=1 [ 210.487683] DEVICE IS DOWN ifname=ath1 [ 210.490606] DEVICE IS DOWN ifname=ath1 [ 210.542822] br-lan: port 2(ath1) entered forwarding state [ 210.547282] br-lan: port 2(ath1) entered forwarding state [ 210.552851] 8021q: adding VLAN 0 to HW filter on device ath1 [ 210.663561] [UNSPECIFIED] ol_scan_unregister_event_handler: Failed to unregister evhandler=bf4f69b4 arg=c8f80000 [ 210.663561] [ 210.674373] osif_vap_stop: Scan in progress.. Cancelling it. vap: 0xce100000 [ 210.681902] send_vdev_down_cmd_non_tlv for vap 0 [ 210.688889] br-lan: port 2(ath1) entered disabled state [ 210.733090] br-lan: port 2(ath1) entered forwarding state [ 210.737576] br-lan: port 2(ath1) entered forwarding state [ 210.743013] 8021q: adding VLAN 0 to HW filter on device ath1 [ 210.756258] [UNSPECIFIED] ol_scan_unregister_event_handler: Failed to unregister evhandler=bf4f69b4 arg=c8f80000 [ 210.756258] [ 210.767073] osif_vap_init: Scan in progress.. Cancelling it. vap: 0xce100000 [ 210.774465] send_vdev_down_cmd_non_tlv for vap 0 [ 210.881790] FWLOG: [7845] vap-0 WMI_CMD_PARAMS ( 0xa, 0xff, 0x2 ) [ 210.886871] FWLOG: [7939] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 210.897328] FWLOG: [7939] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 210.902586] FWLOG: [8034] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 210.911474] FWLOG: [8034] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 211.565910] [UNSPECIFIED] ol_scan_unregister_event_handler: Failed to unregister evhandler=bf4f69b4 arg=c8f80000 [ 211.565910] [ 211.576648] osif_vap_init: Scan in progress.. Cancelling it. vap: 0xce100000 [ 211.584539] send_vdev_down_cmd_non_tlv for vap 0 [ 211.881213] FWLOG: [8864] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 211.885941] FWLOG: [8864] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 214.380255] send_vdev_down_cmd_non_tlv for vap 0 [ 214.384239] OL vap_start + [ 214.386560] VDEV START [ 214.388922] OL vap_start - [ 214.391635] ol_ath_vap_set_param: Now supported MGMT RATE is 6000(kbps) and rate code: 0x3 [ 214.589602] ol_vdev_start_resp_ev for vap 0 (c94b6000) [ 214.593789] send_wmm_update_cmd_non_tlv: [ 214.597991] su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1 [ 214.604765] send_vdev_up_cmd_non_tlv for vap 0 [ 214.609218] Beacon mode set to staggered. Cannot enable FD [ 214.614594] __ieee80211_smart_ant_init: Smart Antenna is not supported [ 214.879713] FWLOG: [11728] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 214.884536] FWLOG: [11728] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 214.890695] FWLOG: [11733] vap-0 VDEV_MGR_VDEV_START ( 0x1699, 0x2, 0x0, 0x0 ) [ 214.897580] FWLOG: [11733] WAL_DBGID_RST_STATS ( 0x2, 0x80, 0x1699, 0x1 ) [ 214.904319] FWLOG: [11938] VDEV_MGR_VDEV_START_RESP ( 0x0 ) [ 214.910357] FWLOG: [11959] VDEV_MGR_HP_START_TIME ( 0x0, 0x1699, 0x8fc001 ) [ 214.916823] FWLOG: [11959] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 214.922986] FWLOG: [11959] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 214.928465] FWLOG: [11959] VDEV_MGR_AP_TBTT_CONFIG ( 0x0, 0x1699, 0x0, 0x0 ) [ 215.006174] [ 215.006174] [5G AC] scn_handle->scn_disable_band=15,[1,1,1,1] [ 215.012459] isCountryCodeValid: EEPROM regdomain 0x0 [ 215.017436] ol_regdmn_init_channels: !avail mode 0x680c (0x2) flags 0x2150 [ 215.024200] ol_regdmn_init_channels: !avail mode 0x680c (0x1) flags 0x140 [ 215.031116] ol_regdmn_init_channels: !avail mode 0x680c (0x20) flags 0xd0 [ 215.037756] ol_regdmn_init_channels: !avail mode 0x680c (0x40) flags 0x150 [ 215.044660] ol_regdmn_init_channels: !avail mode 0x680c (0x1000) flags 0x10100 [ 215.051829] ol_regdmn_init_channels: !avail mode 0x680c (0x8000) flags 0x20100 [ 215.059017] ol_regdmn_init_channels: !avail mode 0x680c (0x10000) flags 0x40100 [ 215.066280] ol_regdmn_init_channels: !avail mode 0x680c (0x20000) flags 0x100100 [ 215.073686] ol_regdmn_init_channels: !avail mode 0x680c (0x40000) flags 0x200100 [ 215.081062] ol_regdmn_init_channels: !avail mode 0x680c (0x80000) flags 0x400100 [ 215.088447] ol_regdmn_init_channels: !avail mode 0x680c (0x100000) flags 0x800100 [ 215.095882] ol_regdmn_init_channels: !avail mode 0x680c (0x200000) flags 0x4000100 [ 215.103471] ol_regdmn_init_channels: !avail mode 0x680c (0x400000) flags 0x8000100 [ 215.270325] FWLOG: [14977] WAL_DBGID_RST_STATS ( 0x2, 0x2, 0x96c, 0x0 ) [ 215.275922] FWLOG: [15148] WAL_DBGID_PDEV_INFO_PRINT ( 0x3a, 0xa10, 0x160, 0x0, 0x12 ) [ 215.283819] FWLOG: [15148] WAL_DBGID_PDEV_INFO_PRINT ( 0x3a, 0x0, 0x12, 0x10, 0x12 ) [ 215.291582] FWLOG: [15169] WAL_DBGID_RST_STATS ( 0x6, 0x2, 0x96c, 0x0 ) [ 215.298138] FWLOG: [15170] WAL_DBGID_DEV_RESET ( 0xc01d, 0x3d6 ) [ 215.369033] wlan_vap_create : enter. devhandle=0xcc600500, opmode=IEEE80211_M_HOSTAP, flags=0x3 [ 215.376821] send_vdev_create_cmd_non_tlv: ID = 0 Type = 1, Subtype = 0 VAP Addr = 88:dc:97:12:99:c3: [ 215.386094] ieee80211_mbo_vattach:MBO Initialized [ 215.391102] ieee80211_oce_vattach: OCE Initialized [ 215.395745] wlan_vap_create : exit. devhandle=0xcc600500, vap=0xc8fb0000, opmode=IEEE80211_M_HOSTAP, flags=0x3. [ 215.405631] __ieee80211_smart_ant_init: Smart Antenna is not supported [ 215.412618] Enabling TX checksum bit for the vap ath0 features 4000 [ 215.418548] Enabling SG bit for the vap ath0 features 4000 [ 215.424313] Enabling SG bit for the vap ath0 features 4000 [ 215.429628] Enabling TSO bit for the vap ath0 features 4000 [ 215.435536] Enabling LRO bit for the vap ath0 features 4000 [ 215.444356] VAP device ath0 created osifp: (cd90d500) os_if: (c8fb0000) [ 215.512349] wlan_vap_create : enter. devhandle=0xcc600500, opmode=IEEE80211_M_HOSTAP, flags=0x3 [ 215.520807] send_vdev_create_cmd_non_tlv: ID = 1 Type = 1, Subtype = 0 VAP Addr = 8e:dc:97:12:99:c3: [ 215.530066] ieee80211_mbo_vattach:MBO Initialized [ 215.533931] ieee80211_oce_vattach: OCE Initialized [ 215.539735] wlan_vap_create : exit. devhandle=0xcc600500, vap=0xc8f60000, opmode=IEEE80211_M_HOSTAP, flags=0x3. [ 215.548996] __ieee80211_smart_ant_init: Smart Antenna is not supported [ 215.555480] Enabling TX checksum bit for the vap mgmt0 features 4000 [ 215.562717] Enabling SG bit for the vap mgmt0 features 4000 [ 215.567592] Enabling SG bit for the vap mgmt0 features 4000 [ 215.573163] Enabling TSO bit for the vap mgmt0 features 4000 [ 215.579564] Enabling LRO bit for the vap mgmt0 features 4000 [ 215.586910] VAP device mgmt0 created osifp: (cb339500) os_if: (c8f60000) [ 215.681370] ME Pool succesfully initialized vaddr - c8c40000 paddr - 0 [ 215.681370] num_elems = 1424 buf_size - 64 pool_size = 102528 [ 215.692862] Enable MCAST_TO_UCAST [ 215.770282] [band-steering] bandsteer:[1] debug_lv:[0][0] [ 216.956803] device ath0 entered promiscuous mode [ 216.971914] [DEBUG] vap-0(ath0):set SIOC80211NWID, 16 characters [ 216.977280] [ 216.977280] DES SSID SET=EnGenius1299C3_1 [ 217.269348] FWLOG: [16544] vap-0 WMI_CMD_PARAMS ( 0xff, 0x40, 0x1 ) [ 218.427219] ieee80211_ioctl_siwmode: imr.ifm_active=131712, new mode=3, valid=1 [ 218.477821] DEVICE IS DOWN ifname=ath0 [ 218.480740] DEVICE IS DOWN ifname=ath0 [ 218.523264] br-lan: port 3(ath0) entered forwarding state [ 218.527756] br-lan: port 3(ath0) entered forwarding state [ 218.533243] 8021q: adding VLAN 0 to HW filter on device ath0 [ 218.570490] [UNSPECIFIED] ol_scan_unregister_event_handler: Failed to unregister evhandler=bf4f69b4 arg=cc980000 [ 218.570490] [ 218.581209] osif_vap_init: Scan in progress.. Cancelling it. vap: 0xc8fb0000 [ 218.589583] send_vdev_down_cmd_non_tlv for vap 0 [ 218.625740] [UNSPECIFIED] ol_scan_unregister_event_handler: Failed to unregister evhandler=bf4f69b4 arg=cc980000 [ 218.625740] [ 218.636537] osif_vap_init: Scan in progress.. Cancelling it. vap: 0xc8fb0000 [ 218.644015] send_vdev_down_cmd_non_tlv for vap 0 [ 219.143799] [band-steering] bandsteer:[1] debug_lv:[0][0] [ 219.268250] FWLOG: [18692] vap-0 WMI_CMD_PARAMS ( 0xff, 0x20, 0x1 ) [ 219.273487] FWLOG: [18716] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 219.297214] FWLOG: [18716] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 219.302586] FWLOG: [18772] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 219.308463] FWLOG: [18772] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 219.314201] FWLOG: [18817] vap-0 WMI_CMD_PARAMS ( 0xa, 0xff, 0x2 ) [ 222.051535] send_vdev_down_cmd_non_tlv for vap 0 [ 222.055552] OL vap_start + [ 222.057856] VDEV START [ 222.060188] OL vap_start - [ 222.062873] ol_ath_vap_set_param: Now supported MGMT RATE is 1000(kbps) and rate code: 0x43 [ 222.270617] ol_vdev_start_resp_ev for vap 0 (ccdc6000) [ 222.274773] send_wmm_update_cmd_non_tlv: [ 222.278900] su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1 [ 222.285708] send_vdev_up_cmd_non_tlv for vap 0 [ 222.290176] Beacon mode set to staggered. Cannot enable FD [ 222.295588] __ieee80211_smart_ant_init: Smart Antenna is not supported [ 222.302411] FWLOG: [22263] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 222.307989] FWLOG: [22263] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 222.313799] FWLOG: [22268] vap-0 VDEV_MGR_VDEV_START ( 0x98f, 0x2, 0x0, 0x0 ) [ 222.320922] FWLOG: [22268] WAL_DBGID_RST_STATS ( 0x2, 0x80, 0x98f, 0x1 ) [ 223.270077] FWLOG: [22483] VDEV_MGR_VDEV_START_RESP ( 0x0 ) [ 223.274618] FWLOG: [22504] VDEV_MGR_HP_START_TIME ( 0x0, 0x98f, 0x12d9001 ) [ 223.291588] FWLOG: [22504] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 223.297524] FWLOG: [22504] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 223.303232] FWLOG: [22504] VDEV_MGR_AP_TBTT_CONFIG ( 0x0, 0x98f, 0x0, 0x0 ) [ 224.239093] STOPPED EVENT for vap 0 (ccdc6000) [ 224.242580] send_vdev_down_cmd_non_tlv for vap 0 [ 224.269503] FWLOG: [24509] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 224.274314] FWLOG: [24509] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 224.307301] OL vap_start + [ 224.308989] VDEV START [ 224.311331] OL vap_start - [ 224.311628] ol_vdev_start_resp_ev for vap 0 (ccdc6000) [ 224.311805] su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1 [ 224.311825] send_vdev_up_cmd_non_tlv for vap 0 [ 224.311856] Beacon mode set to staggered. Cannot enable FD [ 224.311863] __ieee80211_smart_ant_init: Smart Antenna is not supported [ 224.342723] ol_ath_vap_set_param: Now supported MGMT RATE is 1000(kbps) and rate code: 0x43 [ 224.903921] device mgmt0 entered promiscuous mode [ 224.919317] [DEBUG] vap-1(mgmt0):set SIOC80211NWID, 12 characters [ 224.924416] [ 224.924416] DES SSID SET=ENMGMT1299C3 [ 225.269045] FWLOG: [24574] vap-0 VDEV_MGR_VDEV_START ( 0x98f, 0x2, 0x0, 0x0 ) [ 225.275149] FWLOG: [24574] VDEV_MGR_VDEV_START_RESP ( 0x0 ) [ 225.288122] FWLOG: [24575] VDEV_MGR_HP_START_TIME ( 0x0, 0x98f, 0x14cd001 ) [ 225.294603] FWLOG: [24575] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 225.317183] FWLOG: [24575] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 225.322540] FWLOG: [24575] VDEV_MGR_AP_TBTT_CONFIG ( 0x0, 0x98f, 0x0, 0x0 ) [ 225.329505] FWLOG: [24654] vap-1 WMI_CMD_PARAMS ( 0xff, 0x40, 0x1 ) [ 225.767191] br-lan: port 2(ath1) entered forwarding state [ 226.457245] ieee80211_ioctl_siwmode: imr.ifm_active=393856, new mode=3, valid=1 [ 226.497819] DEVICE IS DOWN ifname=mgmt0 [ 226.500906] DEVICE IS DOWN ifname=mgmt0 [ 227.017611] OL vap_start + [ 227.019316] VDEV START [ 227.021673] OL vap_start - [ 227.021940] ol_vdev_start_resp_ev for vap 1 (ccdc6000) [ 227.021965] send_wmm_update_cmd_non_tlv: [ 227.022248] su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1 [ 227.022272] send_vdev_up_cmd_non_tlv for vap 1 [ 227.022309] Beacon mode set to staggered. Cannot enable FD [ 227.050425] ol_ath_vap_set_param: Now supported MGMT RATE is 1000(kbps) and rate code: 0x43 [ 227.062396] br-lan: port 4(mgmt0) entered forwarding state [ 227.066959] br-lan: port 4(mgmt0) entered forwarding state [ 227.072583] 8021q: adding VLAN 0 to HW filter on device mgmt0 [ 227.108120] STOPPED EVENT for vap 1 (ccdc6000) [ 227.111664] send_vdev_down_cmd_non_tlv for vap 1 [ 227.137558] OL vap_start + [ 227.139269] VDEV START [ 227.141612] OL vap_start - [ 227.144333] ol_vdev_start_resp_ev for vap 1 (ccdc6000) [ 227.144352] send_wmm_update_cmd_non_tlv: [ 227.144574] su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1 [ 227.144596] send_vdev_up_cmd_non_tlv for vap 1 [ 227.144624] Beacon mode set to staggered. Cannot enable FD [ 227.170677] ol_ath_vap_set_param: Now supported MGMT RATE is 1000(kbps) and rate code: 0x43 [ 227.185632] STOPPED EVENT for vap 1 (ccdc6000) [ 227.189296] send_vdev_down_cmd_non_tlv for vap 1 [ 227.217403] OL vap_start + [ 227.219097] VDEV START [ 227.221489] OL vap_start - [ 227.224160] ol_vdev_start_resp_ev for vap 1 (ccdc6000) [ 227.224181] send_wmm_update_cmd_non_tlv: [ 227.224396] su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1 [ 227.224418] send_vdev_up_cmd_non_tlv for vap 1 [ 227.224448] Beacon mode set to staggered. Cannot enable FD [ 227.250286] ol_ath_vap_set_param: Now supported MGMT RATE is 1000(kbps) and rate code: 0x43 [ 227.268149] FWLOG: [27316] WAL_DBGID_SECURITY_ENCR_EN ( ) [ 227.272625] FWLOG: [27316] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 ) [ 227.280712] FWLOG: [27351] vap-1 VDEV_MGR_VDEV_START ( 0x98f, 0x2, 0x0, 0x0 ) [ 227.288725] FWLOG: [27351] VDEV_MGR_VDEV_START_RESP ( 0x0 ) [ 227.293842] FWLOG: [27352] VDEV_MGR_HP_START_TIME ( 0x0, 0x98f, 0x1757001 ) [ 227.300766] FWLOG: [27352] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 227.306569] FWLOG: [27352] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 227.312385] FWLOG: [27352] VDEV_MGR_AP_TBTT_CONFIG ( 0x1, 0x98f, 0x0, 0x0 ) [ 227.319645] FWLOG: [27439] vap-1 WMI_CMD_PARAMS ( 0xff, 0x20, [ 227.325404] send_vdev_down_cmd_non_tlv for vap 0 STOPPED EVENT for vap 0 (ccdc6000) [ 227.330000] 0x1 ) [ 227.334913] FWLOG: [27440] VDEV_MGR_HP_START_TIME ( 0x0, 0x98f, 0x1770001 ) [ 227.341855] FWLOG: [27440] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 227.347669] FWLOG: [27440] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 227.353486] FWLOG: [27440] VDEV_MGR_HP_START_TIME ( [ 227.353674] br-lan: port 3(ath0) entered disabled state [ 227.364295] 0x0, 0x98f, 0x1770001 ) [ 227.367204] FWLOG: [27440] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 227.372940] FWLOG: [27440] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 227.378747] FWLOG: [27440] VDEV_MGR_AP_TBTT_CONFIG ( 0x0, 0x98f, 0x0, 0x0 ) [ 227.385707] FWLOG: [27448] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 227.391520] FWLOG: [27448] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 227.397327] OL vap_start + [ 227.397339] VDEV START [ 227.397352] OL vap_start - [ 227.400057] ol_vdev_start_resp_ev for vap 0 (ccdc6000) [ 227.400100] send_wmm_update_cmd_non_tlv: [ 227.400282] su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1 [ 227.400304] send_vdev_up_cmd_non_tlv for vap 0 [ 227.400335] Beacon mode set to staggered. Cannot enable FD [ 227.417219] ol_ath_vap_set_param: Now supported MGMT RATE is 1000(kbps) and rate code: 0x43 [ 227.421463] br-lan: port 3(ath0) entered forwarding state [ 227.421554] br-lan: port 3(ath0) entered forwarding state [ 227.421656] 8021q: adding VLAN 0 to HW filter on device ath0 [ 227.450191] STOPPED EVENT for vap 0 (ccdc6000) [ 227.450283] send_vdev_down_cmd_non_tlv for vap 0 [ 227.457450] OL vap_start + [ 227.457461] VDEV START [ 227.457473] OL vap_start - [ 227.457523] ol_ath_vap_set_param: Now supported MGMT RATE is 1000(kbps) and rate code: 0x43 [ 227.467526] ol_vdev_start_resp_ev for vap 0 (ccdc6000) [ 227.467744] su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1 [ 227.467765] send_vdev_up_cmd_non_tlv for vap 0 [ 227.467794] Beacon mode set to staggered. Cannot enable FD [ 227.467802] __ieee80211_smart_ant_init: Smart Antenna is not supported [ 227.467837] STOPPED EVENT for vap 1 (ccdc6000) [ 227.467924] send_vdev_down_cmd_non_tlv for vap 1 [ 227.489635] br-lan: port 4(mgmt0) entered disabled state [ 227.523846] FWLOG: [27448] VDEV_MGR_HP_START_TIME ( 0x0, 0x98f, 0x1770000 ) [ 227.530751] FWLOG: [27448] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 227.536557] FWLOG: [27448] RESMGR_OCS_GEN_PERIODIC_NOA ( [ 227.537437] OL vap_start + [ 227.537451] VDEV START [ 227.537464] OL vap_start - [ 227.541871] ol_vdev_start_resp_ev for vap 1 (ccdc6000) [ 227.541892] send_wmm_update_cmd_non_tlv: [ 227.542104] su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1 [ 227.542129] send_vdev_up_cmd_non_tlv for vap 1 [ 227.542159] Beacon mode set to staggered. Cannot enable FD [ 227.557331] ol_ath_vap_set_param: Now supported MGMT RATE is 1000(kbps) and rate code: 0x43 [ 227.557970] br-lan: port 4(mgmt0) entered forwarding state [ 227.558040] br-lan: port 4(mgmt0) entered forwarding state [ 227.558118] 8021q: adding VLAN 0 to HW filter on device mgmt0 [ 227.575547] STOPPED EVENT for vap 1 (ccdc6000) [ 227.575696] send_vdev_down_cmd_non_tlv for vap 1 [ 227.597410] OL vap_start + [ 227.597425] VDEV START [ 227.597437] OL vap_start - [ 227.597468] ol_ath_vap_set_param: Now supported MGMT RATE is 1000(kbps) and rate code: 0x43 [ 227.604993] ol_vdev_start_resp_ev for vap 1 (ccdc6000) [ 227.605020] send_wmm_update_cmd_non_tlv: [ 227.605209] su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1 [ 227.605232] send_vdev_up_cmd_non_tlv for vap 1 [ 227.605268] Beacon mode set to staggered. Cannot enable FD [ 227.651546] 0x0 ) [ 227.653574] FWLOG: [27448] VDEV_MGR_AP_TBTT_CONFIG ( 0x0, 0x98f, 0x0, 0x0 ) [ 227.660519] FWLOG: [27474] vap-1 VDEV_MGR_VDEV_START ( 0x98f, 0x2, 0x0, 0x0 ) [ 227.667644] FWLOG: [27474] VDEV_MGR_VDEV_START_RESP ( 0x0 ) [ 227.673198] FWLOG: [27477] VDEV_MGR_HP_START_TIME ( 0x0, 0x98f, 0x1770000 ) [ 227.680154] FWLOG: [27477] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 227.685974] FWLOG: [27477] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 227.691779] FWLOG: [27477] VDEV_MGR_AP_TBTT_CONFIG ( 0x1, 0x98f, 0x0, 0x0 ) [ 227.698721] FWLOG: [27519] VDEV_MGR_HP_START_TIME ( 0x0, 0x98f, 0x1789000 ) [ 227.705660] FWLOG: [27519] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 227.711499] FWLOG: [27519] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 227.717382] FWLOG: [27519] VDEV_MGR_HP_START_TIME ( 0x0, 0x98f, 0x1789000 ) [ 227.724248] FWLOG: [27519] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 227.730065] FWLOG: [27519] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 227.735879] FWLOG: [27519] VDEV_MGR_AP_TBTT_CONFIG ( 0x0, 0x98f, 0x0, 0x0 ) [ 227.742822] FWLOG: [27528] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 227.748651] FWLOG: [27528] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 227.754475] FWLOG: [27528] VDEV_MGR_HP_START_TIME ( 0x0, 0x98f, 0x1789001 ) [ 227.761408] FWLOG: [27528] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 227.767286] FWLOG: [27528] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 227.773037] FWLOG: [27528] VDEV_MGR_AP_TBTT_CONFIG ( 0x0, 0x98f, 0x0, 0x0 ) [ 227.779985] FWLOG: [27556] vap-1 VDEV_MGR_VDEV_START ( 0x98f, 0x2, 0x0, 0x0 ) [ 227.787220] FWLOG: [27556] VDEV_MGR_VDEV_START_RESP ( 0x0 ) [ 227.792641] FWLOG: [27559] VDEV_MGR_HP_START_TIME ( 0x0, 0x98f, 0x1789000 ) [ 227.799589] FWLOG: [27559] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 227.805398] FWLOG: [27559] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 227.811235] FWLOG: [27559] VDEV_MGR_AP_TBTT_CONFIG ( 0x1, 0x98f, 0x0, 0x0 ) [ 228.267616] FWLOG: [27607] vap-1 WMI_CMD_PARAMS ( 0xa, 0xff, 0x2 ) [ 228.272767] FWLOG: [27662] VDEV_MGR_HP_START_TIME ( 0x1, 0x98f, 0x17a2001 ) [ 228.279710] FWLOG: [27662] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 228.285523] FWLOG: [27662] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 228.291359] FWLOG: [27662] VDEV_MGR_HP_START_TIME ( 0x1, 0x98f, 0x17a2001 ) [ 228.298307] FWLOG: [27662] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 228.304102] FWLOG: [27662] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 228.309920] FWLOG: [27662] VDEV_MGR_AP_TBTT_CONFIG ( 0x1, 0x98f, 0x0, 0x0 ) [ 228.316866] FWLOG: [27663] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 228.322685] FWLOG: [27663] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 228.328494] FWLOG: [27663] VDEV_MGR_HP_START_TIME ( 0x1, 0x98f, 0x17a2001 ) [ 228.335448] FWLOG: [27663] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 228.341256] FWLOG: [27663] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 228.347074] FWLOG: [27663] VDEV_MGR_AP_TBTT_CONFIG ( 0x1, 0x98f, 0x0, 0x0 ) [ 228.354028] FWLOG: [27736] vap-0 VDEV_MGR_VDEV_START ( 0x98f, 0x2, 0x0, [ 228.360652] send_vdev_down_cmd_non_tlv for vap 0 STOPPED EVENT for vap 0 (ccdc6000) [ 228.365155] 0x0 ) [ 228.370182] FWLOG: [27736] VDEV_MGR_VDEV_START_RESP ( 0x0 ) [ 228.375712] FWLOG: [27739] VDEV_MGR_HP_START_TIME ( 0x0, 0x98f, 0x17bb001 ) [ 228.382658] FWLOG: [27739] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x2 ) [ 228.388477] FWLOG: [27739] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 228.394296] FWLOG: [27739] VDEV_MGR_AP_TBTT_CONFIG ( [ 228.397301] OL vap_start + [ 228.397313] VDEV START [ 228.397327] OL vap_start - [ 228.397356] ol_ath_vap_set_param: Now supported MGMT RATE is 1000(kbps) and rate code: 0x43 [ 228.399243] vap 1: drop SWBA event, since vap is not active [ 228.399268] ol_vdev_start_resp_ev for vap 0 (ccdc6000) [ 228.399458] su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1 [ 228.399482] send_vdev_up_cmd_non_tlv for vap 0 [ 228.399513] Beacon mode set to staggered. Cannot enable FD [ 228.399521] __ieee80211_smart_ant_init: Smart Antenna is not supported [ 228.399555] STOPPED EVENT for vap 1 (ccdc6000) [ 228.399618] send_vdev_down_cmd_non_tlv for vap 1 [ 228.427316] OL vap_start + [ 228.427329] VDEV START [ 228.427340] OL vap_start - [ 228.427380] ol_ath_vap_set_param: Now supported MGMT RATE is 1000(kbps) and rate code: 0x43 [ 228.433263] ol_vdev_start_resp_ev for vap 1 (ccdc6000) [ 228.433311] send_wmm_update_cmd_non_tlv: [ 228.433512] su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1 [ 228.433538] send_vdev_up_cmd_non_tlv for vap 1 [ 228.433570] Beacon mode set to staggered. Cannot enable FD [ 228.500910] 0x0, 0x98f, 0x0, 0x0 ) [ 228.504197] FWLOG: [27775] VDEV_MGR_HP_START_TIME ( 0x1, 0x98f, 0x17bb001 ) [ 228.511146] FWLOG: [27775] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 228.516967] FWLOG: [27775] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 228.522786] FWLOG: [27776] VDEV_MGR_HP_START_TIME ( 0x1, 0x98f, 0x17bb000 ) [ 228.529709] FWLOG: [27776] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 228.535529] FWLOG: [27776] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 228.541366] FWLOG: [27776] VDEV_MGR_AP_TBTT_CONFIG ( 0x1, 0x98f, 0x0, 0x0 ) [ 228.548296] FWLOG: [27790] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 228.554113] FWLOG: [27790] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 228.559924] FWLOG: [27790] VDEV_MGR_HP_START_TIME ( 0x1, 0x98f, 0x17bb001 ) [ 228.566876] FWLOG: [27791] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 228.572686] FWLOG: [27791] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 228.578510] FWLOG: [27791] VDEV_MGR_AP_TBTT_CONFIG ( 0x1, 0x98f, 0x0, 0x0 ) [ 228.585453] FWLOG: [27798] vap-0 VDEV_MGR_VDEV_START ( 0x98f, 0x2, 0x0, 0x0 ) [ 228.592574] FWLOG: [27801] VDEV_MGR_VDEV_START_RESP ( 0x0 ) [ 228.598118] FWLOG: [27808] VDEV_MGR_HP_START_TIME ( 0x0, 0x98f, 0x17bb001 ) [ 228.605066] FWLOG: [27808] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 228.610909] FWLOG: [27808] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 228.616725] FWLOG: [27809] VDEV_MGR_AP_TBTT_CONFIG ( 0x0, 0x98f, 0x0, 0x0 ) [ 228.623636] FWLOG: [27809] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 228.629449] FWLOG: [27809] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 228.635283] FWLOG: [27809] VDEV_MGR_HP_START_TIME ( 0x0, 0x98f, 0x17bb000 ) [ 228.642217] FWLOG: [27809] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 228.648049] FWLOG: [27809] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 228.653847] FWLOG: [27809] VDEV_MGR_AP_TBTT_CONFIG ( 0x0, 0x98f, 0x0, 0x0 ) [ 228.660824] FWLOG: [27880] vap-1 VDEV_MGR_VDEV_START ( 0x98f, 0x2, 0x0, 0x0 ) [ 228.667929] FWLOG: [27880] VDEV_MGR_VDEV_START_RESP ( 0x0 ) [ 228.673469] FWLOG: [27885] VDEV_MGR_HP_START_TIME ( 0x0, 0x98f, 0x17d4000 ) [ 228.680404] FWLOG: [27885] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 228.686218] FWLOG: [27885] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 228.692049] FWLOG: [27885] VDEV_MGR_AP_TBTT_CONFIG ( 0x1, 0x98f, 0x0, 0x0 ) [ 228.698983] FWLOG: [27914] VDEV_MGR_HP_START_TIME ( 0x0, 0x98f, 0x17d4001 ) [ 228.705930] FWLOG: [27914] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 228.711794] FWLOG: [27914] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 228.717562] FWLOG: [27914] VDEV_MGR_HP_START_TIME ( 0x0, 0x98f, 0x17d4001 ) [ 228.724514] FWLOG: [27914] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 228.730340] FWLOG: [27914] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 228.736138] FWLOG: [27914] VDEV_MGR_AP_TBTT_CONFIG ( 0x0, 0x98f, 0x0, 0x0 ) [ 228.743085] FWLOG: [27919] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 228.748895] FWLOG: [27919] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 228.754713] FWLOG: [27919] VDEV_MGR_HP_START_TIME ( 0x0, 0x98f, 0x17d4001 ) [ 228.761661] FWLOG: [27919] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 228.767495] FWLOG: [27919] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 228.773301] FWLOG: [27919] VDEV_MGR_AP_TBTT_CONFIG ( 0x0, 0x98f, 0x0, 0x0 ) [ 228.780245] FWLOG: [27941] vap-1 VDEV_MGR_VDEV_START ( 0x98f, 0x2, 0x0, 0x0 ) [ 228.787410] FWLOG: [27947] VDEV_MGR_VDEV_START_RESP ( 0x0 ) [ 228.792904] FWLOG: [27949] VDEV_MGR_HP_START_TIME ( 0x0, 0x98f, 0x17ed001 ) [ 228.799865] FWLOG: [27949] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 228.805690] FWLOG: [27949] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 228.811486] FWLOG: [27949] VDEV_MGR_AP_TBTT_CONFIG ( 0x1, 0x98f, 0x0, 0x0 ) [ 229.267155] FWLOG: [28723] VDEV_MGR_HP_START_TIME ( 0x1, 0x98f, 0x189c001 ) [ 229.273091] FWLOG: [28723] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 229.278908] FWLOG: [28723] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 229.285015] FWLOG: [28723] VDEV_MGR_HP_START_TIME ( 0x1, 0x98f, 0x189c001 ) [ 229.291689] FWLOG: [28723] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 229.297482] FWLOG: [28723] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 229.303306] FWLOG: [28723] VDEV_MGR_AP_TBTT_CONFIG ( 0x1, 0x98f, 0x0, 0x0 ) [ 229.310243] FWLOG: [28723] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 229.316074] FWLOG: [28723] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 229.321875] FWLOG: [28723] VDEV_MGR_HP_START_TIME ( 0x1, 0x98f, 0x189c000 ) [ 229.328820] FWLOG: [28723] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 229.334631] FWLOG: [28723] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 229.340450] FWLOG: [28723] VDEV_MGR_AP_TBTT_CONFIG ( 0x1, 0x98f, 0x0, 0x0 ) [ 229.347435] FWLOG: [28761] vap-0 VDEV_MGR_VDEV_START ( 0x98f, 0x2, 0x0, 0x0 ) [ 229.354511] FWLOG: [28761] VDEV_MGR_VDEV_START_RESP ( 0x0 ) [ 229.360069] FWLOG: [28763] VDEV_MGR_HP_START_TIME ( 0x0, 0x98f, 0x18b5001 ) [ 229.367009] FWLOG: [28763] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 229.372831] FWLOG: [28763] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 229.378642] FWLOG: [28763] VDEV_MGR_AP_TBTT_CONFIG ( 0x0, 0x98f, 0x0, 0x0 ) [ 229.385584] FWLOG: [28763] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 229.391414] FWLOG: [28763] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 229.397242] FWLOG: [28763] VDEV_MGR_HP_START_TIME ( 0x0, 0x98f, 0x18b5001 ) [ 229.404163] FWLOG: [28763] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 229.409980] FWLOG: [28763] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 229.415810] FWLOG: [28763] VDEV_MGR_AP_TBTT_CONFIG ( 0x0, 0x98f, 0x0, 0x0 ) [ 229.422743] FWLOG: [28792] vap-1 VDEV_MGR_VDEV_START ( 0x98f, 0x2, 0x0, 0x0 ) [ 229.429860] FWLOG: [28792] VDEV_MGR_VDEV_START_RESP ( 0x0 ) [ 229.435412] FWLOG: [28798] VDEV_MGR_HP_START_TIME ( 0x0, 0x98f, 0x18b5000 ) [ 229.442378] FWLOG: [28798] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) [ 229.448174] FWLOG: [28798] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) [ 229.454008] FWLOG: [28798] VDEV_MGR_AP_TBTT_CONFIG ( 0x1, 0x98f, 0x0, 0x0 ) [ 230.663849] Set DSCP override 1 [ 230.665973] Setting dscp for vap id: 0 [ 230.669770] Setting dscp for vap id: 0 [ 230.679696] Set vap dscp tid map [ 230.681922] Configuring dscp : 56 to tid 0 [ 230.686180] Setting dscp for vap id: 0 [ 230.689995] Setting dscp for vap id: 0 [ 230.699906] Set vap dscp tid map [ 230.702129] Configuring dscp : 48 to tid 0 [ 230.706376] Setting dscp for vap id: 0 [ 230.710230] Setting dscp for vap id: 0 [ 230.720257] Set vap dscp tid map [ 230.722489] Configuring dscp : 46 to tid 6 [ 230.726729] Setting dscp for vap id: 0 [ 230.730544] Setting dscp for vap id: 0 [ 230.740353] Set vap dscp tid map [ 230.742577] Configuring dscp : 40 to tid 4 [ 230.746814] Setting dscp for vap id: 0 [ 230.750618] Setting dscp for vap id: 0 [ 230.760472] Set vap dscp tid map [ 230.762703] Configuring dscp : 38 to tid 4 [ 230.766944] Setting dscp for vap id: 0 [ 230.770793] Setting dscp for vap id: 0 [ 230.780486] Set vap dscp tid map [ 230.782695] Configuring dscp : 36 to tid 4 [ 230.786966] Setting dscp for vap id: 0 [ 230.790746] Setting dscp for vap id: 0 [ 230.800539] Set vap dscp tid map [ 230.802769] Configuring dscp : 34 to tid 4 [ 230.807361] Setting dscp for vap id: 0 [ 230.810757] Setting dscp for vap id: 0 [ 230.821182] Set vap dscp tid map [ 230.823391] Configuring dscp : 32 to tid 5 [ 230.827731] Setting dscp for vap id: 0 [ 230.831380] Setting dscp for vap id: 0 [ 230.841401] Set vap dscp tid map [ 230.843919] Configuring dscp : 30 to tid 4 [ 230.848697] Setting dscp for vap id: 0 [ 230.851623] Setting dscp for vap id: 0 [ 230.861747] Set vap dscp tid map [ 230.863956] Configuring dscp : 28 to tid 4 [ 230.868937] Setting dscp for vap id: 0 [ 230.871948] Setting dscp for vap id: 0 [ 230.882078] Set vap dscp tid map [ 230.884287] Configuring dscp : 26 to tid 4 [ 230.889261] Setting dscp for vap id: 0 [ 230.892279] Setting dscp for vap id: 0 [ 230.902367] Set vap dscp tid map [ 230.904665] Configuring dscp : 24 to tid 4 [ 230.908937] Setting dscp for vap id: 0 [ 230.912581] Setting dscp for vap id: 0 [ 230.922389] Set vap dscp tid map [ 230.924602] Configuring dscp : 22 to tid 3 [ 230.928965] Setting dscp for vap id: 0 [ 230.932604] Setting dscp for vap id: 0 [ 230.942868] Set vap dscp tid map [ 230.945098] Configuring dscp : 20 to tid 3 [ 230.949449] Setting dscp for vap id: 0 [ 230.953080] Setting dscp for vap id: 0 [ 230.963084] Set vap dscp tid map [ 230.965316] Configuring dscp : 18 to tid 3 [ 230.969665] Setting dscp for vap id: 0 [ 230.973297] Setting dscp for vap id: 0 [ 230.982933] Set vap dscp tid map [ 230.985161] Configuring dscp : 16 to tid 0 [ 230.989463] Setting dscp for vap id: 0 [ 230.993133] Setting dscp for vap id: 0 [ 231.003449] Set vap dscp tid map [ 231.005683] Configuring dscp : 14 to tid 2 [ 231.010091] Setting dscp for vap id: 0 [ 231.013659] Setting dscp for vap id: 0 [ 231.023684] Set vap dscp tid map [ 231.025900] Configuring dscp : 12 to tid 2 [ 231.030887] Setting dscp for vap id: 0 [ 231.033884] Setting dscp for vap id: 0 [ 231.044589] Set vap dscp tid map [ 231.046904] Configuring dscp : 10 to tid 2 [ 231.051141] Setting dscp for vap id: 0 [ 231.054799] Setting dscp for vap id: 0 [ 231.064817] Set vap dscp tid map [ 231.067046] Configuring dscp : 8 to tid 1 [ 231.071290] Setting dscp for vap id: 0 [ 231.074946] Setting dscp for vap id: 0 [ 231.084804] Set vap dscp tid map [ 231.087029] Configuring dscp : 0 to tid 0 [ 231.091294] Setting dscp for vap id: 0 [ 231.094919] Setting dscp for vap id: 0 [ 232.603736] Set DSCP override 1 [ 232.605860] Setting dscp for vap id: 0 [ 232.609704] Setting dscp for vap id: 0 [ 232.619580] Set vap dscp tid map [ 232.621788] Configuring dscp : 56 to tid 0 [ 232.626047] Setting dscp for vap id: 0 [ 232.630755] Setting dscp for vap id: 0 [ 232.639987] Set vap dscp tid map [ 232.642212] Configuring dscp : 48 to tid 0 [ 232.646497] Setting dscp for vap id: 0 [ 232.650272] Setting dscp for vap id: 0 [ 232.660180] Set vap dscp tid map [ 232.662388] Configuring dscp : 46 to tid 6 [ 232.666642] Setting dscp for vap id: 0 [ 232.670506] Setting dscp for vap id: 0 [ 232.680375] Set vap dscp tid map [ 232.682586] Configuring dscp : 40 to tid 4 [ 232.686856] Setting dscp for vap id: 0 [ 232.690652] Setting dscp for vap id: 0 [ 232.700710] Set vap dscp tid map [ 232.702951] Configuring dscp : 38 to tid 4 [ 232.707313] Setting dscp for vap id: 0 [ 232.710926] Setting dscp for vap id: 0 [ 232.720805] Set vap dscp tid map [ 232.723016] Configuring dscp : 36 to tid 4 [ 232.727370] Setting dscp for vap id: 0 [ 232.731010] Setting dscp for vap id: 0 [ 232.741035] Set vap dscp tid map [ 232.743466] Configuring dscp : 34 to tid 4 [ 232.747624] Setting dscp for vap id: 0 [ 232.751335] Setting dscp for vap id: 0 [ 232.761170] Set vap dscp tid map [ 232.763423] Configuring dscp : 32 to tid 5 [ 232.767685] Setting dscp for vap id: 0 [ 232.771370] Setting dscp for vap id: 0 [ 232.781168] Set vap dscp tid map [ 232.783378] Configuring dscp : 30 to tid 4 [ 232.787680] Setting dscp for vap id: 0 [ 232.791365] Setting dscp for vap id: 0 [ 232.801346] Set vap dscp tid map [ 232.803556] Configuring dscp : 28 to tid 4 [ 232.807936] Setting dscp for vap id: 0 [ 232.811624] Setting dscp for vap id: 0 [ 232.821358] Set vap dscp tid map [ 232.823568] Configuring dscp : 26 to tid 4 [ 232.828602] Setting dscp for vap id: 0 [ 232.831558] Setting dscp for vap id: 0 [ 232.841358] Set vap dscp tid map [ 232.843591] Configuring dscp : 24 to tid 4 [ 232.848139] Setting dscp for vap id: 0 [ 232.851605] Setting dscp for vap id: 0 [ 232.861782] Set vap dscp tid map [ 232.864016] Configuring dscp : 22 to tid 3 [ 232.868359] Setting dscp for vap id: 0 [ 232.871997] Setting dscp for vap id: 0 [ 232.882281] Set vap dscp tid map [ 232.884549] Configuring dscp : 20 to tid 3 [ 232.888838] Setting dscp for vap id: 0 [ 232.892506] Setting dscp for vap id: 0 [ 232.902365] Set vap dscp tid map [ 232.904616] Configuring dscp : 18 to tid 3 [ 232.908970] Setting dscp for vap id: 0 [ 232.912607] Setting dscp for vap id: 0 [ 232.922842] Set vap dscp tid map [ 232.925075] Configuring dscp : 16 to tid 0 [ 232.929431] Setting dscp for vap id: 0 [ 232.933058] Setting dscp for vap id: 0 [ 232.942822] Set vap dscp tid map [ 232.945051] Configuring dscp : 14 to tid 2 [ 232.949639] Setting dscp for vap id: 0 [ 232.953075] Setting dscp for vap id: 0 [ 232.963083] Set vap dscp tid map [ 232.965290] Configuring dscp : 12 to tid 2 [ 232.970327] Setting dscp for vap id: 0 [ 232.973282] Setting dscp for vap id: 0 [ 232.983884] Set vap dscp tid map [ 232.986111] Configuring dscp : 10 to tid 2 [ 232.990527] Setting dscp for vap id: 0 [ 232.994120] Setting dscp for vap id: 0 [ 233.003894] Set vap dscp tid map [ 233.006122] Configuring dscp : 8 to tid 1 [ 233.010379] Setting dscp for vap id: 0 [ 233.014021] Setting dscp for vap id: 0 [ 233.023915] Set vap dscp tid map [ 233.026140] Configuring dscp : 0 to tid 0 [ 233.030429] Setting dscp for vap id: 0 [ 233.034040] Setting dscp for vap id: 0 [ 235.264223] FWLOG: [34792] WAL_DBGID_PDEV_INFO_PRINT ( 0xae, 0x0 ) [ 235.269373] FWLOG: [34792] WAL_DBGID_PDEV_INFO_PRINT ( 0xae, 0x0 ) [ 235.870073] FWLOG: [33656] WAL_DBGID_PDEV_INFO_PRINT ( 0xae, 0x0 ) [ 235.875224] FWLOG: [33656] WAL_DBGID_PDEV_INFO_PRINT ( 0xae, 0x0 ) [ 242.447145] br-lan: port 3(ath0) entered forwarding state [ 242.567150] br-lan: port 4(mgmt0) entered forwarding state [ 251.112409] netlink: 12 bytes leftover after parsing attributes in process `ip'. [ 251.119057] netlink: 12 bytes leftover after parsing attributes in process `ip'. [ 251.126367] netlink: 12 bytes leftover after parsing attributes in process `ip'. [ 251.133642] netlink: 12 bytes leftover after parsing attributes in process `ip'. Support multiple operation: AP Only start apcontroller start lldpd WARNING: /usr/sbin/set_throughput_rule.sh not existed. CP ifaces: [NAT] CP ifaces: [Bridge] CP ifaces: [NAT_only] ************************************************************************ * EAP1300 * ************************************************************************ password: Login timed out after 60 seconds Please press Enter to activate this console.
OpenWrt bootlog
[ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 5.10.161 (builder@buildhost) (arm-openwrt-linux-muslgnueabi-gcc (OpenWrt GCC 11.2.0 r20028-43d71ad93e) 11.2.0, GNU ld (GNU Binutils) 2.37) #0 SMP Tue Jan 3 00:24:21 2023 [ 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: EnGenius EAP1300 [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000080000000-0x000000008fffffff] [ 0.000000] HighMem empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x0000000087dfffff] [ 0.000000] node 0: [mem 0x0000000087e00000-0x0000000087ffffff] [ 0.000000] node 0: [mem 0x0000000088000000-0x000000008fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000008fffffff] [ 0.000000] On node 0 totalpages: 65536 [ 0.000000] Normal zone: 576 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 65536 pages, LIFO batch:15 [ 0.000000] percpu: Embedded 15 pages/cpu s31116 r8192 d22132 u61440 [ 0.000000] pcpu-alloc: s31116 r8192 d22132 u61440 alloc=15*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 64960 [ 0.000000] Kernel command line: console=ttyMSM0,115200n8 rootwait [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear) [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 247172K/262144K available (6457K kernel code, 608K rwdata, 956K rodata, 1024K init, 246K bss, 14972K reserved, 0K cma-reserved, 0K highmem) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000] 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.000028] Switching to timer-based delay loop, resolution 20ns [ 0.000326] Calibrating delay loop (skipped), value calculated using timer frequency.. 96.00 BogoMIPS (lpj=480000) [ 0.000355] pid_max: default: 32768 minimum: 301 [ 0.000537] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.000558] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.001594] CPU: Testing write buffer coherency: ok [ 0.001987] qcom_scm: convention: smc legacy [ 0.002939] Setting up static identity map for 0x80300000 - 0x8030003c [ 0.003106] rcu: Hierarchical SRCU implementation. [ 0.003374] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build [ 0.003746] smp: Bringing up secondary CPUs ... [ 0.007291] smp: Brought up 1 node, 4 CPUs [ 0.007317] SMP: Total of 4 processors activated (384.00 BogoMIPS). [ 0.007328] CPU: All CPU(s) started in SVC mode. [ 0.012063] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 [ 0.012233] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.012260] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.012509] pinctrl core: initialized pinctrl subsystem [ 0.014317] NET: Registered protocol family 16 [ 0.014668] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.015781] thermal_sys: Registered thermal governor 'step_wise' [ 0.016222] cpuidle: using governor ladder [ 0.016279] cpuidle: using governor menu [ 0.040191] cryptd: max_cpu_qlen set to 1000 [ 0.044478] usbcore: registered new interface driver usbfs [ 0.044554] usbcore: registered new interface driver hub [ 0.044615] usbcore: registered new device driver usb [ 0.044668] pps_core: LinuxPPS API ver. 1 registered [ 0.044681] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.044710] PTP clock support registered [ 0.046616] clocksource: Switched to clocksource arch_sys_counter [ 0.047595] NET: Registered protocol family 2 [ 0.047849] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.048960] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) [ 0.049029] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.049071] TCP bind hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.049121] TCP: Hash tables configured (established 2048 bind 2048) [ 0.049263] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.049307] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.049586] NET: Registered protocol family 1 [ 0.049635] PCI: CLS 0 bytes, default 64 [ 0.052103] workingset: timestamp_bits=14 max_order=16 bucket_order=2 [ 0.056523] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.056548] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.185971] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248) [ 0.188824] bam-dma-engine 8e04000.dma: num-channels unspecified in dt [ 0.188849] bam-dma-engine 8e04000.dma: num-ees unspecified in dt [ 0.189513] tcsr 1949000.tcsr: setting wifi_glb_cfg = 41000000 [ 0.189616] tcsr 1953000.ess_tcsr: setting ess interface select = 0 [ 0.189707] tcsr 1957000.tcsr: setting wifi_noc_memtype_m0_m2 = 2222222 [ 0.190016] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.191848] msm_serial 78af000.serial: msm_serial: detected port #0 [ 0.191898] msm_serial 78af000.serial: uartclk = 1843200 [ 0.191956] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 33, base_baud = 115200) is a MSM [ 0.191992] msm_serial: console setup on port #0 [ 0.729006] printk: console [ttyMSM0] enabled [ 0.734138] msm_serial: driver initialized [ 0.743028] loop: module loaded [ 0.744093] spi_qup 78b5000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64 [ 0.746516] spi-nor spi0.0: w25q256 (32768 Kbytes) [ 0.752396] 11 fixed-partitions partitions found on MTD device spi0.0 [ 0.756943] OF: Bad cell count for /soc/spi@78b5000/m25p80@0/partitions [ 0.763414] OF: Bad cell count for /soc/spi@78b5000/m25p80@0/partitions [ 0.770412] OF: Bad cell count for /soc/spi@78b5000/m25p80@0/partitions [ 0.776432] OF: Bad cell count for /soc/spi@78b5000/m25p80@0/partitions [ 0.783247] Creating 11 MTD partitions on "spi0.0": [ 0.789634] 0x000000000000-0x000000040000 : "0:SBL1" [ 0.795086] 0x000000040000-0x000000060000 : "0:MIBIB" [ 0.800311] 0x000000060000-0x0000000c0000 : "0:QSEE" [ 0.805118] 0x0000000c0000-0x0000000d0000 : "0:CDT" [ 0.810188] 0x0000000d0000-0x0000000e0000 : "0:DDRPARAMS" [ 0.814749] 0x0000000e0000-0x0000000f0000 : "0:APPSBLENV" [ 0.820336] 0x0000000f0000-0x000000180000 : "0:APPSBL" [ 0.825659] 0x000000180000-0x000000190000 : "0:ART" [ 0.830816] 0x000000190000-0x000001f50000 : "firmware" [ 0.835832] 2 fit-fw partitions found on MTD device firmware [ 0.840264] Creating 2 MTD partitions on "firmware": [ 0.846030] 0x000000000000-0x0000003e0000 : "kernel" [ 0.851528] 0x0000003d9350-0x000001dc0000 : "rootfs" [ 0.855919] mtd: partition "rootfs" doesn't start on an erase/write block boundary -- force read-only [ 0.861417] mtd: setting mtd10 (rootfs) as root device [ 0.870230] 1 squashfs-split partitions found on MTD device rootfs [ 0.875034] 0x0000007b0000-0x000001dc0000 : "rootfs_data" [ 0.881727] 0x000001f50000-0x000001f60000 : "u-boot-env" [ 0.887225] 0x000001f60000-0x000002000000 : "userconfig" [ 0.931432] ESS reset ok! [ 1.005700] ESS reset ok! [ 1.683588] EDMA using MAC@ - using [ 1.683605] 2a:2a:e4:05:46:f0 [ 1.771845] i2c /dev entries driver [ 1.773650] sdhci: Secure Digital Host Controller Interface driver [ 1.774148] sdhci: Copyright(c) Pierre Ossman [ 1.780482] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.788913] NET: Registered protocol family 10 [ 1.792175] Segment Routing with IPv6 [ 1.794888] NET: Registered protocol family 17 [ 1.798672] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 1.802893] 8021q: 802.1Q VLAN Support v1.8 [ 1.816100] Registering SWP/SWPB emulation handler [ 1.842741] VFS: Mounted root (squashfs filesystem) readonly on device 31:10. [ 1.845512] Freeing unused kernel memory: 1024K [ 1.900709] Run /sbin/init as init process [ 1.900954] with arguments: [ 1.901036] /sbin/init [ 1.901104] with environment: [ 1.901176] HOME=/ [ 1.901246] TERM=linux [ 2.886358] init: Console is alive [ 2.886978] init: - watchdog - [ 4.205195] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 4.405039] genirq: irq_chip msmgpio did not update eff. affinity mask of irq 100 [ 4.415589] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 4.420697] init: - preinit - [ 5.966189] random: jshn: uninitialized urandom read (4 bytes read) [ 6.011261] random: jshn: uninitialized urandom read (4 bytes read) [ 6.047041] random: jshn: uninitialized urandom read (4 bytes read) [ 6.257335] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 10.776764] random: crng init done [ 10.776829] random: 5 urandom warning(s) missed due to ratelimiting [ 10.864575] jffs2: notice: (207) jffs2_build_xattr_subsystem: complete building xattr subsystem, 46 of xdatum (42 unchecked, 4 orphan) and 66 of xref (4 dead, 0 orphan) found. [ 10.887025] mount_root: switching to jffs2 overlay [ 10.909119] overlayfs: upper fs does not support tmpfile. [ 10.965264] urandom-seed: Seeding with /etc/urandom.seed [ 11.668544] procd: - early - [ 11.668762] procd: - watchdog - [ 12.390043] procd: - watchdog - [ 12.399374] procd: - ubus - [ 12.835933] procd: - init - [ 14.246982] urngd: v1.0.2 started. [ 14.288035] kmodloader: loading kernel modules from /etc/modules.d/* [ 14.526106] tun: Universal TUN/TAP device driver, 1.6 [ 14.547058] Loading modules backported from Linux version v5.15.81-0-ge4a7232c917c [ 14.547106] Backport generated by backports.git v5.15.81-1-0-ge1867d55 [ 14.622949] PPP generic driver version 2.4.2 [ 14.624108] NET: Registered protocol family 24 [ 14.674510] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 14.674562] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. [ 16.912606] ath10k_ahb a000000.wifi: qca4019 hw1.0 target 0x01000000 chip_id 0x003b00ff sub 0000:0000 [ 16.912660] ath10k_ahb a000000.wifi: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0 [ 16.924555] ath10k_ahb a000000.wifi: firmware ver 10.4b-ct-4019-fW-13-5ae337bb1 api 5 features mfp,peer-flow-ctrl,txstatus-noack,wmi-10.x-CT,ratemask-CT,regdump-CT,txrate-CT,flush-all-CT,pingpong-CT,ch-regs-CT,nop-CT,set-special-CT,tx-rc-CT,cust-stats-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT,wmi-bcn-rc-CT crc32 6b2b5c5b [ 16.982144] ath10k_ahb a000000.wifi: Loading BDF type 0 [ 17.036052] ath10k_ahb a000000.wifi: board_file api 2 bmi_id 0:16 crc32 e2dfaa91 [ 18.330344] ath10k_ahb a000000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96 [ 18.330396] ath10k_ahb a000000.wifi: msdu-desc: 2500 skid: 32 [ 18.377772] 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' [ 18.379220] ath10k_ahb a000000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752' [ 18.531760] ath10k_ahb a000000.wifi: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-nvmem max-sta 32 raw 0 hwcrypto 1 [ 18.702322] ath: EEPROM regdomain: 0x0 [ 18.702337] ath: EEPROM indicates default country code should be used [ 18.702343] ath: doing EEPROM country->regdmn map search [ 18.702364] ath: country maps to regdmn code: 0x3a [ 18.702372] ath: Country alpha2 being used: US [ 18.702378] ath: Regpair used: 0x3a [ 20.629171] ath10k_ahb a800000.wifi: qca4019 hw1.0 target 0x01000000 chip_id 0x003b00ff sub 0000:0000 [ 20.629256] ath10k_ahb a800000.wifi: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0 [ 20.642545] ath10k_ahb a800000.wifi: firmware ver 10.4b-ct-4019-fW-13-5ae337bb1 api 5 features mfp,peer-flow-ctrl,txstatus-noack,wmi-10.x-CT,ratemask-CT,regdump-CT,txrate-CT,flush-all-CT,pingpong-CT,ch-regs-CT,nop-CT,set-special-CT,tx-rc-CT,cust-stats-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT,wmi-bcn-rc-CT crc32 6b2b5c5b [ 20.698201] ath10k_ahb a800000.wifi: Loading BDF type 0 [ 20.702347] ath10k_ahb a800000.wifi: board_file api 2 bmi_id 0:17 crc32 e2dfaa91 [ 21.996229] ath10k_ahb a800000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96 [ 21.996281] ath10k_ahb a800000.wifi: msdu-desc: 2500 skid: 32 [ 22.043422] 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' [ 22.044407] ath10k_ahb a800000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752' [ 22.181574] ath10k_ahb a800000.wifi: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-nvmem max-sta 32 raw 0 hwcrypto 1 [ 22.313961] ath: EEPROM regdomain: 0x0 [ 22.313976] ath: EEPROM indicates default country code should be used [ 22.313983] ath: doing EEPROM country->regdmn map search [ 22.313993] ath: country maps to regdmn code: 0x3a [ 22.314000] ath: Country alpha2 being used: US [ 22.314006] ath: Regpair used: 0x3a [ 22.324212] kmodloader: done loading kernel modules from /etc/modules.d/* [ 30.906171] br-lan: port 1(eth0) entered blocking state [ 30.906229] br-lan: port 1(eth0) entered disabled state [ 30.910855] device eth0 entered promiscuous mode [ 31.842931] process '/usr/bin/zerotier-one' started with executable stack [ 31.890193] ath: EEPROM regdomain: 0x8310 [ 31.890239] ath: EEPROM indicates we should expect a country code [ 31.893239] ath: doing EEPROM country->regdmn map search [ 31.899501] ath: country maps to regdmn code: 0x3 [ 31.904668] ath: Country alpha2 being used: AE [ 31.909411] ath: Regpair used: 0x3 [ 31.913599] ath: regdomain 0x8310 dynamically updated by user [ 31.917117] ath: EEPROM regdomain: 0x8310 [ 31.922796] ath: EEPROM indicates we should expect a country code [ 31.926859] ath: doing EEPROM country->regdmn map search [ 31.932928] ath: country maps to regdmn code: 0x3 [ 31.938423] ath: Country alpha2 being used: AE [ 31.942866] ath: Regpair used: 0x3 [ 31.947244] ath: regdomain 0x8310 dynamically updated by user [ 31.950978] br-lan: port 1(eth0) entered blocking state [ 31.956412] br-lan: port 1(eth0) entered forwarding state [ 31.962022] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 34.030455] ath10k_ahb a000000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96 [ 34.030521] ath10k_ahb a000000.wifi: msdu-desc: 2500 skid: 32 [ 34.077728] 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' [ 34.078681] ath10k_ahb a000000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752' [ 34.434351] ath10k_ahb a000000.wifi: rts threshold -1 [ 34.434802] ath10k_ahb a000000.wifi: Firmware lacks feature flag indicating a retry limit of > 2 is OK, requested limit: 4 [ 34.442293] br-lan: port 2(wlan0) entered blocking state [ 34.449578] br-lan: port 2(wlan0) entered disabled state [ 34.455304] device wlan0 entered promiscuous mode [ 34.460433] br-lan: port 2(wlan0) entered blocking state [ 34.464714] br-lan: port 2(wlan0) entered forwarding state [ 34.471099] br-lan: port 2(wlan0) entered disabled state [ 34.652699] ath10k_ahb a000000.wifi: NOTE: Firmware DBGLOG output disabled in debug_mask: 0x10000000 [ 36.556393] ath10k_ahb a800000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96 [ 36.556450] ath10k_ahb a800000.wifi: msdu-desc: 2500 skid: 32 [ 36.603584] 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' [ 36.604373] ath10k_ahb a800000.wifi: wmi print 'free: 53252 iram: 13432 sram: 35752' [ 36.921081] ath10k_ahb a800000.wifi: rts threshold -1 [ 36.922882] ath10k_ahb a800000.wifi: Firmware lacks feature flag indicating a retry limit of > 2 is OK, requested limit: 4 [ 36.935768] br-lan: port 3(wlan1) entered blocking state [ 36.936119] br-lan: port 3(wlan1) entered disabled state [ 36.943756] device wlan1 entered promiscuous mode [ 37.324043] br-lan: port 2(wlan0) entered blocking state [ 37.324093] br-lan: port 2(wlan0) entered forwarding state [ 120.897762] ath10k_ahb a800000.wifi: mac flush null vif, drop 0 queues 0xffff [ 121.032895] br-lan: port 3(wlan1) entered blocking state [ 121.032998] br-lan: port 3(wlan1) entered forwarding state
Notes
Space for additional notes, links to forum threads or other resources.
- ...