拆机接TTL线比较快
正常启动机器到如下位置按任意键阻止启动
BootROM - 1.73
Booting from NAND flash
General initialization - Version: 1.0.0
AVS selection from EFUSE disabled (Skip reading EFUSE values)
mvSysEnvIsFlavourReduced: TWSI Read of 'flavor' failed
Detected Device ID 6820
High speed PHY - Version: 2.0
Init RD NAS topology Serdes Lane 3 is USB3
Serdes Lane 4 is SGMII
board SerDes lanes topology details:
| Lane # | Speed| Type |
------------------------------|
| 0 | 6 | SATA0 |
| 1 | 5 | PCIe0 |
| 2 | 6 | SATA1 |
| 3 | 5 | USB3 HOST1 |
| 4 | 5 | PCIe1 |
| 5 | 0 | SGMII2 |
-------------------------------
:** Link is Gen1, check the EP capability
PCIe, Idx 0: Link upgraded to Gen2 based on client cpabilities
:** Link is Gen1, check the EP capability
PCIe, Idx 1: remains Gen1
High speed PHY - Ended Successfully
DDR3 Training Sequence - Ver TIP-1.46.0
mvSysEnvGetTopologyUpdateInfo: TWSI Read failed
DDR3 Training Sequence - Switching XBAR Window to FastPath Window
DDR3 Training Sequence - Ended Successfully
Not detected suspend to RAM indication
BootROM: Image checksum verification PASSED
U-Boot 2013.01 (May 18 2017 - 16:37:44) Marvell version: 2015_T1.QA.0p16
Boot version : v2.0.9
Board: RD-NAS-88F6820-DDR3
SoC: MV88F6820 Rev A0
running 2 CPUs
CPU: ARM Cortex A9 MPCore (Rev 1) LE
CPU 0
CPU @ 1866 [MHz]
L2 @ 933 [MHz]
TClock @ 200 [MHz]
DDR3 @ 933 [MHz]
DDR3 32 Bit Width,FastPath Memory Access, DLB Enabled, ECC Disabled
DRAM: 512 MiB
NAND: 256 MiB
MMC: mv_sdh: 0
#### auto_recovery ####
[u_env] get auto_recovery == yes
[u_env] get auto_recovery == yes
[u_env] get boot_part == 2
[u_env] get boot_part_ready == 3
auto_recovery enabled:1, boot_part:2, boot_part_ready:3
[boot_count_read] block:0x220000, size:128KB, records:64
[boot_count_read_record] boot_count:1, next_record:56
[boot_count_write] erase:0, auto_recovery->block_offset:0x220000 offset=0x23C000
Updating boot_count ...
[boot_count_write] offset:0x23C000 , length:2048
done
PCI-e 0 (IF 0 - bus 0) Root Complex Interface, Detected Link X1, GEN 2.0
PCI-e 1 (IF 1 - bus 1) Root Complex Interface, Detected Link X1, GEN 1.1
USB2.0 0: Host Mode
USB3.0 1: Host Mode
USB3.0 0: Host Mode
Map: Code: 0x1feaf000:0x1ff75960
BSS: 0x1ffef0dc
Stack: 0x1f9aef20
Heap: 0x1f9af000:0x1feaf000
U-Boot Environment: 0x00200000:0x00220000 (NAND)
Board configuration detected:
mvEthE6171SwitchBasicInit init
Net:
| port | Interface | PHY address |
|--------|-----------|--------------|
| egiga0 | RGMII | 0x01 |
| egiga1 | SGMII | 0x00 |
| egiga2 | SGMII | In-Band |
egiga0 [PRIME], egiga1, egiga2
auto_recovery_check changes bootcmd: run altnandboot
Hit any key to stop autoboot: 0
阻止启动后直接如下输入:
Venom>> run update_both_images
Using egiga0 device
TFTP from server 192.168.199.140; our IP address is 192.168.199.2
Filename 'venom.img'.
Load address: 0x2000000
Loading: T T T T T T T T T T
Retry count exceeded; starting again
此时得到两个重要信息,第一,TFTP 服务器 IP 是 192.168.199.140;第二,固件名称是 venom.img.
也就是需要把电脑的 IP 固定为服务器 IP ,然后电脑上运行 TFTP 服务器,并且把固件放置到 TFTP 根目录。
上述操作之后再次运行。
Venom>> run update_both_images
Using egiga0 device
TFTP from server 192.168.199.140; our IP address is 192.168.199.2
Filename 'venom.img'.
Load address: 0x2000000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
############################
6 MiB/s
done
Bytes transferred = 12451840 (be0000 hex)
NAND erase: device 0 offset 0x900000, size 0x7b00000
Erasing at 0x83e0000 -- 100% complete.
OK
NAND erase: device 0 offset 0x8400000, size 0x7b00000
Erasing at 0xfee0000 -- 100% complete.
OK
NAND write: device 0 offset 0x900000, size 0xbe0000
12451840 bytes written: OK
NAND write: device 0 offset 0x8400000, size 0xbe0000
12451840 bytes written: OK
Venom>>
刷机完成
Venom>> reset
resetting ...
BootROM - 1.73
Booting from NAND flash
General initialization - Version: 1.0.0
AVS selection from EFUSE disabled (Skip reading EFUSE values)
mvSysEnvIsFlavourReduced: TWSI Read of 'flavor' failed
Detected Device ID 6820
High speed PHY - Version: 2.0
Init RD NAS topology Serdes Lane 3 is USB3
Serdes Lane 4 is SGMII
board SerDes lanes topology details:
| Lane # | Speed| Type |
------------------------------|
| 0 | 6 | SATA0 |
| 1 | 5 | PCIe0 |
| 2 | 6 | SATA1 |
| 3 | 5 | USB3 HOST1 |
| 4 | 5 | PCIe1 |
| 5 | 0 | SGMII2 |
-------------------------------
:** Link is Gen1, check the EP capability
PCIe, Idx 0: Link upgraded to Gen2 based on client cpabilities
:** Link is Gen1, check the EP capability
PCIe, Idx 1: remains Gen1
High speed PHY - Ended Successfully
DDR3 Training Sequence - Ver TIP-1.46.0
mvSysEnvGetTopologyUpdateInfo: TWSI Read failed
DDR3 Training Sequence - Switching XBAR Window to FastPath Window
DDR3 Training Sequence - Ended Successfully
Not detected suspend to RAM indication
BootROM: Image checksum verification PASSED
U-Boot 2013.01 (May 18 2017 - 16:37:44) Marvell version: 2015_T1.QA.0p16
Boot version : v2.0.9
Board: RD-NAS-88F6820-DDR3
SoC: MV88F6820 Rev A0
running 2 CPUs
CPU: ARM Cortex A9 MPCore (Rev 1) LE
CPU 0
CPU @ 1866 [MHz]
L2 @ 933 [MHz]
TClock @ 200 [MHz]
DDR3 @ 933 [MHz]
DDR3 32 Bit Width,FastPath Memory Access, DLB Enabled, ECC Disabled
DRAM: 512 MiB
NAND: 256 MiB
MMC: mv_sdh: 0
#### auto_recovery ####
[u_env] get auto_recovery == yes
[u_env] get auto_recovery == yes
[u_env] get boot_part == 2
[u_env] get boot_part_ready == 3
auto_recovery enabled:1, boot_part:2, boot_part_ready:3
[boot_count_read] block:0x220000, size:128KB, records:64
[boot_count_read_record] boot_count:1, next_record:56
[boot_count_write] erase:0, auto_recovery->block_offset:0x220000 offset=0x23C000
Updating boot_count ...
[boot_count_write] offset:0x23C000 , length:2048
done
PCI-e 0 (IF 0 - bus 0) Root Complex Interface, Detected Link X1, GEN 2.0
PCI-e 1 (IF 1 - bus 1) Root Complex Interface, Detected Link X1, GEN 1.1
USB2.0 0: Host Mode
USB3.0 1: Host Mode
USB3.0 0: Host Mode
Map: Code: 0x1feaf000:0x1ff75960
BSS: 0x1ffef0dc
Stack: 0x1f9aef20
Heap: 0x1f9af000:0x1feaf000
U-Boot Environment: 0x00200000:0x00220000 (NAND)
Board configuration detected:
mvEthE6171SwitchBasicInit init
Net:
| port | Interface | PHY address |
|--------|-----------|--------------|
| egiga0 | RGMII | 0x01 |
| egiga1 | SGMII | 0x00 |
| egiga2 | SGMII | In-Band |
egiga0 [PRIME], egiga1, egiga2
auto_recovery_check changes bootcmd: run altnandboot
Hit any key to stop autoboot: 0
NAND read: device 0 offset 0x8400000, size 0x600000
6291456 bytes read: OK
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.4.14 (jenkins@ip-10-226-178-37) (gcc version 5.3.0 (OpenWrt GCC 5.3.0 50140) ) #4 SMP Wed Apr 4 18:23:44 UTC 2018
[ 0.000000] CPU: ARMv7 Processor [414fc091] revision 1 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine model: Linksys WRT32X
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] PERCPU: Embedded 12 pages/cpu @dfbcf000 s17984 r8192 d22976 u49152
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048
[ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/mtdblock8
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Memory: 513212K/524288K available (4096K kernel code, 173K rwdata, 1532K rodata, 256K init, 295K bss, 11076K 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 : 0xe0800000 - 0xff800000 ( 496 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .text : 0xc0008000 - 0xc0587418 (5630 kB)
[ 0.000000] .init : 0xc0588000 - 0xc05c8000 ( 256 kB)
[ 0.000000] .data : 0xc05c8000 - 0xc05f3434 ( 174 kB)
[ 0.000000] .bss : 0xc05f3434 - 0xc063d12c ( 296 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS:16 nr_irqs:16 16
[ 0.000000] mvebu_mbus: [Firmware Warn]: deprecated mbus-mvebu Device Tree, suspend/resume will not work
[ 0.000000] L2C-310 enabling early BRESP for Cortex-A9
[ 0.000000] L2C-310 full line of zeros enabled for Cortex-A9
[ 0.000000] L2C-310 D prefetch enabled, offset 1 lines
[ 0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
[ 0.000000] L2C-310 Coherent cache controller enabled, 16 ways, 1024 kB
[ 0.000000] L2C-310 Coherent: CACHE_ID 0x410054c9, AUX_CTRL 0x56070001
[ 0.000000] Selected CPU frequency (16) unsupported
[ 0.000000] Switching to timer-based delay loop, resolution 40ns
[ 0.000002] sched_clock: 32 bits at 25MHz, resolution 40ns, wraps every 85899345900ns
[ 0.000008] clocksource: armada_370_xp_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns
[ 0.000103] Calibrating local timer... 933.12MHz.
[ 0.060025] Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=250000)
[ 0.060030] pid_max: default: 32768 minimum: 301
[ 0.060065] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.060069] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.060229] CPU: Testing write buffer coherency: ok
[ 0.060319] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.060339] Setting up static identity map for 0x8280 - 0x82d8
[ 0.060403] mvebu-soc-id: MVEBU SoC ID=0x6820, Rev=0x4
[ 0.060468] mvebu-pmsu: Initializing Power Management Service Unit
[ 0.060804] Booting CPU 1
[ 0.060955] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.060977] Brought up 2 CPUs
[ 0.060982] SMP: Total of 2 processors activated (100.00 BogoMIPS).
[ 0.060984] CPU: All CPU(s) started in SVC mode.
[ 0.062407] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[ 0.062473] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.062505] pinctrl core: initialized pinctrl subsystem
[ 0.062771] NET: Registered protocol family 16
[ 0.063178] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.090032] cpuidle: using governor ladder
[ 0.092185] mvebu-pmsu: CPU hotplug support is currently broken on Armada 38x: disabling
[ 0.092192] mvebu-pmsu: CPU idle is currently broken on Armada 38x: disabling
[ 0.110401] reg-fixed-voltage xhci0-vbus: could not find pctldev for node /soc/internal-regs/pinctrl@18000/xhci0-vbus-pins, deferring probe
[ 0.110549] SCSI subsystem initialized
[ 0.110725] usbcore: registered new interface driver usbfs
[ 0.110747] usbcore: registered new interface driver hub
[ 0.110766] usbcore: registered new device driver usb
[ 0.111306] clocksource: Switched to clocksource armada_370_xp_clocksource
[ 0.111692] NET: Registered protocol family 2
[ 0.111885] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.111907] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.111936] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.111956] UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 0.111967] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 0.112032] NET: Registered protocol family 1
[ 0.112377] futex hash table entries: 512 (order: 3, 32768 bytes)
[ 0.114337] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.114345] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.114891] io scheduler noop registered
[ 0.114897] io scheduler deadline registered (default)
[ 0.115249] armada-38x-pinctrl f1018000.pinctrl: registered pinctrl driver
[ 0.115528] irq: Cannot allocate irq_descs @ IRQ45, assuming pre-allocated
[ 0.115647] irq: Cannot allocate irq_descs @ IRQ77, assuming pre-allocated
[ 0.115902] mvebu-pcie soc:pcie-controller: PCI host bridge to bus 0000:00
[ 0.115908] pci_bus 0000:00: root bus resource [io 0x1000-0xfffff]
[ 0.115913] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xe7ffffff]
[ 0.115917] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.116075] PCI: bus0: Fast back to back transfers disabled
[ 0.116080] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 0.116086] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 0.116284] PCI: bus1: Fast back to back transfers disabled
[ 0.116518] PCI: bus2: Fast back to back transfers disabled
[ 0.116568] pci 0000:00:01.0: BAR 8: assigned [mem 0xe0000000-0xe02fffff]
[ 0.116573] pci 0000:00:02.0: BAR 8: assigned [mem 0xe0400000-0xe06fffff]
[ 0.116578] pci 0000:01:00.0: BAR 0: assigned [mem 0xe0000000-0xe01fffff 64bit pref]
[ 0.116587] pci 0000:01:00.0: BAR 2: assigned [mem 0xe0200000-0xe02fffff 64bit pref]
[ 0.116595] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.116600] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe02fffff]
[ 0.116606] pci 0000:02:00.0: BAR 0: assigned [mem 0xe0400000-0xe05fffff 64bit pref]
[ 0.116615] pci 0000:02:00.0: BAR 2: assigned [mem 0xe0600000-0xe06fffff 64bit pref]
[ 0.116623] pci 0000:00:02.0: PCI bridge to [bus 02]
[ 0.116627] pci 0000:00:02.0: bridge window [mem 0xe0400000-0xe06fffff]
[ 0.116714] mv_xor f1060800.xor: Marvell shared XOR driver
[ 0.151579] mv_xor f1060800.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr )
[ 0.151660] mv_xor f1060900.xor: Marvell shared XOR driver
[ 0.191558] mv_xor f1060900.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr )
[ 0.191692] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 0.191925] console [ttyS0] disabled
[ 0.211985] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 21, base_baud = 12500000) is a 16550A
[ 0.912828] console [ttyS0] enabled
[ 0.916634] ahci-mvebu f10a8000.sata: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl platform mode
[ 0.925730] ahci-mvebu f10a8000.sata: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
[ 0.935046] scsi host0: ahci-mvebu
[ 0.938590] scsi host1: ahci-mvebu
[ 0.942090] ata1: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff] port 0x100 irq 41
[ 0.950039] ata2: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff] port 0x180 irq 41
[ 0.958339] pxa3xx-nand f10d0000.flash: This platform can't do DMA on this device
[ 0.966097] nand: device found, Manufacturer ID: 0x01, Chip ID: 0xda
[ 0.972483] nand: AMD/Spansion S34ML02G2
[ 0.976420] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 128
[ 0.984113] pxa3xx-nand f10d0000.flash: ECC strength 16, ECC step size 2048
[ 0.991286] Bad block table found at page 131008, version 0x01
[ 0.997470] Bad block table found at page 130944, version 0x01
[ 1.003585] 10 ofpart partitions found on MTD device pxa3xx_nand-0
[ 1.009790] Creating 10 MTD partitions on "pxa3xx_nand-0":
[ 1.015304] 0x000000000000-0x000000200000 : "u-boot"
[ 1.020547] 0x000000200000-0x000000220000 : "u_env"
[ 1.025676] 0x000000220000-0x000000260000 : "s_env"
[ 1.030794] 0x000000260000-0x000000820000 : "unused_area"
[ 1.036443] 0x0000007e0000-0x000000820000 : "devinfo"
[ 1.041784] 0x000000900000-0x000008400000 : "kernel1"
[ 1.047129] 0x000000c00000-0x000008400000 : "rootfs1"
[ 1.052473] 0x000008400000-0x00000ff00000 : "kernel2"
[ 1.057810] 0x000008700000-0x00000ff00000 : "ubi"
[ 1.062819] 0x00000ff00000-0x000010000000 : "BBT"
[ 1.068138] libphy: Fixed MDIO Bus: probed
[ 1.072344] libphy: orion_mdio_bus: probed
[ 1.076581] mvneta_bm f10c8000.bm: Buffer Manager for network controller enabled
[ 1.085333] mvneta f1034000.ethernet eth0: Using hardware mac address 60:38:e0:c1:b6:20
[ 1.094411] mvneta f1070000.ethernet eth1: Using hardware mac address 60:38:e0:c1:b6:20
[ 1.102503] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.109058] ehci-pci: EHCI PCI platform driver
[ 1.113548] ehci-platform: EHCI generic platform driver
[ 1.118868] ehci-orion: EHCI orion driver
[ 1.122962] orion-ehci f1058000.usb: EHCI Host Controller
[ 1.128391] orion-ehci f1058000.usb: new USB bus registered, assigned bus number 1
[ 1.136047] orion-ehci f1058000.usb: irq 36, io mem 0xf1058000
[ 1.161199] orion-ehci f1058000.usb: USB 2.0 started, EHCI 1.00
[ 1.167348] hub 1-0:1.0: USB hub found
[ 1.171121] hub 1-0:1.0: 1 port detected
[ 1.175374] usbcore: registered new interface driver usb-storage
[ 1.181536] armada38x-rtc f10a3800.rtc: rtc core: registered f10a3800.rtc as rtc0
[ 1.189155] i2c /dev entries driver
[ 1.204044] orion_wdt: Initial timeout 171 sec
[ 1.211558] marvell-cesa f1090000.crypto: CESA device successfully registered
[ 1.219164] NET: Registered protocol family 10
[ 1.224018] NET: Registered protocol family 17
[ 1.228495] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[ 1.241165] 8021q: 802.1Q VLAN Support v1.8
[ 1.245408] Registering SWP/SWPB emulation handler
[ 1.250908] xhci-hcd f10f8000.usb3: xHCI Host Controller
[ 1.256267] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 2
[ 1.263880] xhci-hcd f10f8000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x00010010
[ 1.272463] xhci-hcd f10f8000.usb3: irq 44, io mem 0xf10f8000
[ 1.278463] hub 2-0:1.0: USB hub found
[ 1.282270] hub 2-0:1.0: 1 port detected
[ 1.286284] xhci-hcd f10f8000.usb3: xHCI Host Controller
[ 1.291634] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 3
[ 1.299178] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[ 1.307322] ata2: SATA link down (SStatus 0 SControl 300)
[ 1.312773] ata1: SATA link down (SStatus 0 SControl 300)
[ 1.312946] hub 3-0:1.0: USB hub found
[ 1.312968] hub 3-0:1.0: 1 port detected
[ 1.313281] UBI: auto-attach mtd8
[ 1.313281] ubi0: attaching mtd8
[ 1.486467] ubi0: scanning is finished
[ 1.506437] ubi0: volume 1 ("rootfs_data") re-sized from 9 to 847 LEBs
[ 1.513196] ubi0: attached mtd8 (name "ubi", size 120 MiB)
[ 1.518703] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[ 1.525613] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[ 1.532432] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[ 1.539420] ubi0: good PEBs: 960, bad PEBs: 0, corrupted PEBs: 0
[ 1.545452] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128
[ 1.552706] ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 1578251440
[ 1.561877] ubi0: available PEBs: 0, total reserved PEBs: 960, PEBs reserved for bad PEB handling: 40
[ 1.571138] ubi0: background thread "ubi_bgt0d" started, PID 552
[ 1.571559] block ubiblock0_0: created from ubi0:0(rootfs)
[ 1.571561] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem
[ 1.571752] mvsw61xx 10.mvsw61xx: Found MV88E6352 at f1072004.mdio-mi:10
[ 1.571754] mvsw61xx 10.mvsw61xx: Using direct addressing
[ 1.577175] armada38x-rtc f10a3800.rtc: setting system clock to 2106-02-07 05:54:03 UTC (4294965243)
[ 1.634893] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
[ 1.642213] Freeing unused kernel memory: 256K (c0588000 - c05c8000)
[ 2.140324] random: nonblocking pool is initialized
[ 3.296525] init: Console is alive
[ 3.299991] init: - watchdog -
[ 3.618339] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 3.624789] ohci-platform: OHCI generic platform driver
[ 3.630439] uhci_hcd: USB Universal Host Controller Interface driver
[ 3.645352] init: - preinit -
Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
[ 5.782742] UBIFS (ubi0:1): default file-system created
[ 5.788384] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 633
[ 5.828593] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[ 5.836467] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[ 5.846425] UBIFS (ubi0:1): FS size: 106151936 bytes (101 MiB, 836 LEBs), journal size 5332992 bytes (5 MiB, 42 LEBs)
[ 5.857078] UBIFS (ubi0:1): reserved for root: 4952683 bytes (4836 KiB)
[ 5.863722] UBIFS (ubi0:1): media format: w4/r0 (latest is w4/r0), UUID 2D9252B8-9665-47A2-BD8F-2734C8AA9BAB, small LPT model
[ 5.876003] mount_root: overlay filesystem has not been fully initialized yet
[ 5.883340] mount_root: switching to jffs2 overlay
[ 5.894192] procd: - early -
[ 5.897104] procd: - watchdog -
[ 6.495663] procd: - ubus -
[ 6.568760] procd: - init -
Please press Enter to activate this console.
[ 7.075425] NET: Registered protocol family 8
[ 7.079803] NET: Registered protocol family 20
[ 7.086320] ntfs: driver 2.1.32 [Flags: R/O MODULE].
[ 7.092911] tun: Universal TUN/TAP device driver, 1.6
[ 7.097985] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 7.105691] gre: GRE over IPv4 demultiplexor driver
[ 7.111106] ip_gre: GRE over IPv4 tunneling driver
[ 7.117729] PPP generic driver version 2.4.2
[ 7.123498] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 7.132830] u32 classifier
[ 7.135553] input device check on
[ 7.139233] Actions configured
[ 7.143263] Mirror/redirect action on
[ 7.148820] nf_conntrack version 0.5.0 (8022 buckets, 32088 max)
[ 7.160280] fuse init (API version 7.23)
[ 7.212456] pci 0000:00:01.0: enabling device (0140 -> 0142)
[ 7.221972] wlprobe wlpptr->ioBase0 = e3580000
[ 7.226617] wlprobe wlpptr->ioBase1 = e3800000
[ 7.231359] wlInit wlpptr->pCmdBuf = de23c000 wlpptr->wlpd_p->pPhysCmdBuf = 1e23c000
[ 7.250278] Physical loc =0x17730000
[ 7.253976] mrvl pri mailbox Physical loc =0x0x1773f000
[ 7.259308] fw file: /lib/firmware/wlan-v9_8964/W8964.bin
[ 7.264731] read img file...
[ 7.467729] FW len = 449468
[ 7.471539] fw download start 88
[ 7.474779] init ddr...
[ 7.614691] FwSize = 449468 downloaded Size = 449468 currIteration 65522
[ 7.876600] 0;0;0;0;0;0;0;0;0;0;wlFwDownload complete
[ 10.287477] wlFwGetHwSpecs pCmd = de23c000
[ 10.291797] Mac address = 60:38:e0:c1:b6:22
[ 10.296081] Mac_Init
[ 10.308485] wlFwSetHwSpecs ...
[ 10.311571] -->pPhysTxRing = 0x1bbe0000
[ 10.315943] -->pPhysTxDoneRing = 0x1e160000
[ 10.320315] -->pPhysRxRing = 0x1b420000
[ 10.324691] -->pPhysRxDoneRing = 0x1b440000
[ 10.329062] -->pPhysAcntRing = 0x1bbf0000
[ 10.333438] -->num tx desc 2048 num rx desc 16384
[ 10.368844] [wlInit_monif] wlinitcnt=0, vmacIndex=17
[ 10.374256] pci 0000:00:02.0: enabling device (0140 -> 0142)
[ 10.387605] wlprobe wlpptr->ioBase0 = e3980000
[ 10.392287] wlprobe wlpptr->ioBase1 = e3c00000
[ 10.397007] wlInit wlpptr->pCmdBuf = d6edc000 wlpptr->wlpd_p->pPhysCmdBuf = 16edc000
[ 10.419184] Physical loc =0x12a80000
[ 10.422888] mrvl pri mailbox Physical loc =0x0x12a8f000
[ 10.428227] fw file: /lib/firmware/wlan-v9_8964/W8964.bin
[ 10.433692] read img file...
[ 10.628945] FW len = 449468
[ 10.632785] fw download start 88
[ 10.636034] init ddr...
[ 10.779498] FwSize = 449468 downloaded Size = 449468 currIteration 65527
[ 11.041611] 0;0;0;wlFwDownload complete
[ 11.783506] wlFwGetHwSpecs pCmd = d6edc000
[ 11.787827] Mac address = 60:38:e0:c1:b6:21
[ 11.792117] Mac_Init
[ 11.804623] wlFwSetHwSpecs ...
[ 11.807694] -->pPhysTxRing = 0x16f30000
[ 11.812087] -->pPhysTxDoneRing = 0x16f1e000
[ 11.816459] -->pPhysRxRing = 0x16f60000
[ 11.820830] -->pPhysRxDoneRing = 0x16f80000
[ 11.825206] -->pPhysAcntRing = 0x16f40000
[ 11.829578] -->num tx desc 2048 num rx desc 16384
[ 11.865420] [wlInit_monif] wlinitcnt=1, vmacIndex=17
[ 11.877993] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 11.974051] nf_conntrack_rtsp v0.7 loading
[ 12.082531] nf_nat_rtsp v0.7 loading
[ 12.087662] PPP MPPE Compression module registered
[ 12.094219] NET: Registered protocol family 24
[ 12.099080] PPTP driver version 0.8.5
[ 12.104074] usbcore: registered new interface driver ums-alauda
[ 12.110489] usbcore: registered new interface driver ums-cypress
[ 12.116982] usbcore: registered new interface driver ums-datafab
[ 12.123344] usbcore: registered new interface driver ums-freecom
[ 12.129748] usbcore: registered new interface driver ums-isd200
[ 12.136113] usbcore: registered new interface driver ums-jumpshot
[ 12.142591] usbcore: registered new interface driver ums-karma
[ 12.148892] usbcore: registered new interface driver ums-sddr09
[ 12.155218] usbcore: registered new interface driver ums-sddr55
[ 12.161570] usbcore: registered new interface driver ums-usbat
[ 12.175715] xt_time: kernel timezone is -0000
[ 15.065548] Using External Region Code!
[ 15.069406] setting rxantenna 0x0, 0xf
[ 15.080178] setting txantenna 0x0, 0xf
[ 15.085088] req ring: vBase=0xde71e000 pBase=1e71e000
[ 15.090247] req ring: vBase=0xde758000 pBase=1e758000
[ 15.095424] OffChanReqHead = c007f880
[ 15.095424] OffChanReqTail = c007f884
[ 15.095424] OffChanDoneHead = c007f888
[ 15.095424] OffChanDoneTail = c007f88c
[ 15.170023] Stop client netdev = 0
[ 15.174350] setting rxantenna 0x0, 0xf
[ 15.178148] setting txantenna 0x0, 0xf
[ 15.205422] req ring: vBase=0xde71e000 pBase=1e71e000
[ 15.210582] req ring: vBase=0xde758000 pBase=1e758000
[ 15.215761] OffChanReqHead = c007f880
[ 15.215761] OffChanReqTail = c007f884
[ 15.215761] OffChanDoneHead = c007f888
[ 15.215761] OffChanDoneTail = c007f88c
[ 15.232062] Using External Region Code!
[ 15.235916] setting rxantenna 0x0, 0xf
[ 15.239700] setting txantenna 0x0, 0xf
[ 15.257614] req ring: vBase=0xd1bb4000 pBase=11bb4000
[ 15.262772] req ring: vBase=0xd2590000 pBase=12590000
[ 15.267952] OffChanReqHead = c007f880
[ 15.267952] OffChanReqTail = c007f884
[ 15.267952] OffChanDoneHead = c007f888
[ 15.267952] OffChanDoneTail = c007f88c
[ 15.308939] Stop client netdev = 0
[ 15.313096] setting rxantenna 0x0, 0xf
[ 15.323857] setting txantenna 0x0, 0xf
[ 15.348891] req ring: vBase=0xd1bb4000 pBase=11bb4000
[ 15.354048] req ring: vBase=0xd2590000 pBase=12590000
[ 15.359227] OffChanReqHead = c007f880
[ 15.359227] OffChanReqTail = c007f884
[ 15.359227] OffChanDoneHead = c007f888
[ 15.359227] OffChanDoneTail = c007f88c
[ 15.384407] loadpwrgrpstbl open </etc/mrvl/145.ini>: OK
> 15.408887] index=<0>: <1 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 22 22 5 5 5 5 5 11 11 on 0xf
> 15.419786] index=<1>: <2 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 22 22 5 5 5 5 5 11 11 on 0xf
> 15.430694] index=<2>: <3 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 22 22 5 5 5 5 5 11 11 on 0xf
> 15.441588] index=<3>: <4 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 22 22 5 5 5 5 5 11 11 on 0xf
> 15.452467] index=<4>: <5 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 22 22 5 5 5 5 5 11 11 on 0xf
> 15.463335] index=<5>: <6 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 22 22 5 5 5 5 5 11 11 on 0xf
> 15.474200] index=<6>: <7 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 22 22 5 5 5 5 5 11 11 on 0xf
> 15.485077] index=<7>: <8 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 22 22 5 5 5 5 5 11 11 on 0xf
> 15.495956] index=<8>: <9 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 22 22 5 5 5 5 5 11 11 on 0xf
> 15.506837] index=<9>: <10 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 22 22 5 5 5 5 5 11 11 on 0xf
> 15.517791] index=<10>: <11 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 22 22 5 5 5 5 5 11 11 on 0xf
> 15.528858] index=<11>: <12 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 22 22 5 5 5 5 5 11 11 on 0xf
> 15.539898] index=<12>: <13 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 22 22 5 5 5 5 5 11 11 on 0xf
> 15.550952] index=<13>: <14 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 5 5 5 11 11 on 0xf
> 15.561992] index=<14>: <36 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 14 14 14 5 5 on 0xf
> 15.573131] index=<15>: <40 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 14 14 14 5 5 on 0xf
> 15.584258] index=<16>: <44 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 14 14 14 5 5 on 0xf
> 15.595465] index=<17>: <48 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 14 14 14 5 5 on 0xf
> 15.606596] index=<18>: <52 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 14 14 14 5 5 on 0xf
> 15.617736] index=<19>: <56 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 14 14 14 5 5 on 0xf
> 15.628875] index=<20>: <60 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 14 14 14 5 5 on 0xf
> 15.640027] index=<21>: <64 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 14 14 14 5 5 on 0xf
> 15.651155] index=<22>: <100 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 20 20 20 5 5 on 0xf
> 15.662380] index=<23>: <104 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 20 20 20 5 5 on 0xf
> 15.673594] index=<24>: <108 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 20 20 20 5 5 on 0xf
> 15.684806] index=<25>: <112 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 20 20 20 5 5 on 0xf
> 15.696044] index=<26>: <116 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 20 20 20 5 5 on 0xf
> 15.707259] index=<27>: <120 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 20 20 20 5 5 on 0xf
> 15.718485] index=<28>: <124 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 20 20 20 5 5 on 0xf
> 15.729718] index=<29>: <128 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 20 20 20 5 5 on 0xf
> 15.740947] index=<30>: <132 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 20 20 20 5 5 on 0xf
> 15.752174] index=<31>: <136 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 20 20 20 5 5 on 0xf
> 15.763401] index=<32>: <140 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 20 20 20 5 5 on 0xf
> 15.774616] index=<33>: <144 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 8 8 18 18 13 23 17 on 0xf
> 15.786016] index=<34>: <149 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 8 8 22 19 13 23 17 on 0xf
> 15.797416] index=<35>: <153 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 8 8 24 19 13 23 17 on 0xf
> 15.808819] index=<36>: <157 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 8 8 24 19 13 23 17 on 0xf
> 15.820209] index=<37>: <161 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 8 8 24 19 13 23 17 on 0xf
> 15.831616] index=<38>: <165 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 8 8 24 19 13 23 17 on 0xf
> 15.842983] index=<39>: <
[ 15.849024] loadpwrgrpstbl open </etc/mrvl/145.ini>: OK
> 15.854334] index=<0>: <1 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 22 22 5 5 5 5 5 11 11 on 0xf
> 15.865200] index=<1>: <2 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 22 22 5 5 5 5 5 11 11 on 0xf
> 15.876086] index=<2>: <3 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 22 22 5 5 5 5 5 11 11 on 0xf
> 15.886954] index=<3>: <4 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 22 22 5 5 5 5 5 11 11 on 0xf
> 15.897834] index=<4>: <5 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 22 22 5 5 5 5 5 11 11 on 0xf
> 15.908740] index=<5>: <6 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 22 22 5 5 5 5 5 11 11 on 0xf
> 15.919624] index=<6>: <7 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 22 22 5 5 5 5 5 11 11 on 0xf
> 15.930503] index=<7>: <8 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 22 22 5 5 5 5 5 11 11 on 0xf
> 15.941394] index=<8>: <9 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 22 22 5 5 5 5 5 11 11 on 0xf
> 15.952261] index=<9>: <10 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 22 22 5 5 5 5 5 11 11 on 0xf
> 15.963225] index=<10>: <11 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 22 22 5 5 5 5 5 11 11 on 0xf
> 15.974544] index=<11>: <12 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 22 22 5 5 5 5 5 11 11 on 0xf
> 15.985794] index=<12>: <13 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 22 22 5 5 5 5 5 11 11 on 0xf
> 15.997112] index=<13>: <14 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 5 5 5 11 11 on 0xf
> 16.008391] index=<14>: <36 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 14 14 14 5 5 on 0xf
> 16.019772] index=<15>: <40 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 14 14 14 5 5 on 0xf
> 16.031118] index=<16>: <44 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 14 14 14 5 5 on 0xf
> 16.042314] index=<17>: <48 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 14 14 14 5 5 on 0xf
> 16.053451] index=<18>: <52 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 14 14 14 5 5 on 0xf
> 16.064592] index=<19>: <56 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 14 14 14 5 5 on 0xf
> 16.075721] index=<20>: <60 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 14 14 14 5 5 on 0xf
> 16.086864] index=<21>: <64 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 14 14 14 5 5 on 0xf
> 16.097993] index=<22>: <100 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 20 20 20 5 5 on 0xf
> 16.109233] index=<23>: <104 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 20 20 20 5 5 on 0xf
> 16.120448] index=<24>: <108 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 20 20 20 5 5 on 0xf
> 16.131678] index=<25>: <112 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 20 20 20 5 5 on 0xf
> 16.142916] index=<26>: <116 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 20 20 20 5 5 on 0xf
> 16.154148] index=<27>: <120 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 20 20 20 5 5 on 0xf
> 16.165362] index=<28>: <124 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 20 20 20 5 5 on 0xf
> 16.176587] index=<29>: <128 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 20 20 20 5 5 on 0xf
> 16.187801] index=<30>: <132 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 20 20 20 5 5 on 0xf
> 16.199027] index=<31>: <136 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 20 20 20 5 5 on 0xf
> 16.210253] index=<32>: <140 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 5 20 20 20 5 5 on 0xf
> 16.221480] index=<33>: <144 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 8 8 18 18 13 23 17 on 0xf
> 16.232870] index=<34>: <149 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 8 8 22 19 13 23 17 on 0xf
> 16.244278] index=<35>: <153 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 8 8 24 19 13 23 17 on 0xf
> 16.255677] index=<36>: <157 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 8 8 24 19 13 23 17 on 0xf
> 16.267080] index=<37>: <161 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 8 8 24 19 13 23 17 on 0xf
> 16.278469] index=<38>: <165 0 -4 -2 0 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 8 8 24 19 13 23 17 on 0xf
> 16.289838] index=<39>: <
[ 16.859923] device eth1 entered promiscuous mode
[ 16.868915] br-lan: port 1(eth1) entered forwarding state
[ 16.874382] br-lan: port 1(eth1) entered forwarding state
[ 17.124274] HTB: quantum of class 1000001 is big. Consider r2q change.
[ 17.322811] HTB: quantum of class 1000001 is big. Consider r2q change.
[ 17.706043] Setting Region Code to 145
[ 17.720115] Setting 20/40 Coexist on
[ 17.724851] bftype is 6
[ 17.763085] Stop client netdev = 0
[ 17.767267] setting rxantenna 0xf, 0xf
[ 17.788674] setting txantenna 0x0, 0xf
[ 17.841293] ptr->ch_width=1,ptr->center_freq0=42,ptr->center_freq1=0
[ 17.847671] Build_IE_192 80MHz or less
[ 17.851894] req ring: vBase=0xde71e000 pBase=1e71e000
[ 17.857050] req ring: vBase=0xde758000 pBase=1e758000
[ 17.862229] OffChanReqHead = c007f880
[ 17.862229] OffChanReqTail = c007f884
[ 17.862229] OffChanDoneHead = c007f888
[ 17.862229] OffChanDoneTail = c007f88c
[ 17.877166] WLAN(wdev0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
[ 17.885881] br-lan: port 1(eth1) entered disabled state
[ 17.924556] ptr->ch_width=1,ptr->center_freq0=42,ptr->center_freq1=0
[ 17.930940] Build_IE_192 80MHz or less
[ 17.935850] WTP_nable=0 macmode=0 tunnel_mode=0 RFID=0 WLANID=0
[ 18.861208] mvneta f1070000.ethernet eth1: Link is Up - 1Gbps/Full - flow control off
[ 18.869102] br-lan: port 1(eth1) entered forwarding state
[ 18.874540] br-lan: port 1(eth1) entered forwarding state
[ 18.881246] finished scanning channel 36, traffic cnt 4776, bbu cnt 7407
[ 19.161233] WLAN(wdev0ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
[ 19.170636] ptr->ch_width=1,ptr->center_freq0=42,ptr->center_freq1=0
[ 19.177016] Build_IE_192 80MHz or less
[ 19.181819] WTP_nable=0 macmode=0 tunnel_mode=0 RFID=0 WLANID=0
[ 19.188200] WLAN(wdev0ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
[ 19.197102] WLAN(wdev0ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 2
[ 19.251912] WLAN(wdev0ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
[ 19.261261] ptr->ch_width=1,ptr->center_freq0=42,ptr->center_freq1=0
[ 19.267640] Build_IE_192 80MHz or less
[ 19.272358] WTP_nable=0 macmode=0 tunnel_mode=0 RFID=0 WLANID=0
[ 19.278589] WLAN(wdev0ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
[ 19.287908] ptr->ch_width=1,ptr->center_freq0=42,ptr->center_freq1=0
[ 19.294287] Build_IE_192 80MHz or less
[ 19.299290] WTP_nable=0 macmode=0 tunnel_mode=0 RFID=0 WLANID=0
[ 19.305753] after ieee80211wRequired=0 ieee80211w=0
[ 19.311439] WLAN(wdev0ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
[ 19.320748] ptr->ch_width=1,ptr->center_freq0=42,ptr->center_freq1=0
[ 19.327128] Build_IE_192 80MHz or less
[ 19.332163] WTP_nable=0 macmode=0 tunnel_mode=0 RFID=0 WLANID=0
[ 19.391275] finished scanning channel 40, traffic cnt 1081, bbu cnt 3450
[ 19.534393] Setting Region Code to 145
[ 19.548513] Setting 20/40 Coexist on
[ 19.553273] bftype is 6
[ 19.591037] Stop client netdev = 0
[ 19.595250] setting rxantenna 0xf, 0xf
[ 19.616373] setting txantenna 0x0, 0xf
[ 19.659972] ptr->ch_width=0,ptr->center_freq0=0,ptr->center_freq1=0
[ 19.666264] Build_IE_192 80MHz or less
[ 19.670497] req ring: vBase=0xd1bb4000 pBase=11bb4000
[ 19.675655] req ring: vBase=0xd2590000 pBase=12590000
[ 19.680835] OffChanReqHead = c007f880
[ 19.680835] OffChanReqTail = c007f884
[ 19.680835] OffChanDoneHead = c007f888
[ 19.680835] OffChanDoneTail = c007f88c
[ 19.695792] WLAN(wdev1): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
[ 19.738584] ptr->ch_width=0,ptr->center_freq0=0,ptr->center_freq1=0
[ 19.744880] Build_IE_192 80MHz or less
[ 19.749678] WTP_nable=0 macmode=0 tunnel_mode=0 RFID=1 WLANID=0
[ 19.901244] finished scanning channel 44, traffic cnt 1231, bbu cnt 3936
[ 20.411239] finished scanning channel 48, traffic cnt 1136, bbu cnt 3952
[ 20.701281] finished scanning channel 1, traffic cnt 0, bbu cnt 0
[ 20.871211] br-lan: port 1(eth1) entered forwarding state
[ 20.921281] finished scanning channel 149, traffic cnt 1875, bbu cnt 2511
[ 20.938639] WLAN(wdev0ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
[ 20.948087] ptr->ch_width=1,ptr->center_freq0=42,ptr->center_freq1=0
[ 20.954471] Build_IE_192 80MHz or less
[ 20.959572] WTP_nable=0 macmode=0 tunnel_mode=0 RFID=0 WLANID=0
[ 20.966062] WLAN(wdev0ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
[ 20.974983] WLAN(wdev0ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 2
[ 21.037962] WLAN(wdev0ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
[ 21.047414] ptr->ch_width=1,ptr->center_freq0=42,ptr->center_freq1=0
[ 21.053798] Build_IE_192 80MHz or less
[ 21.058954] WTP_nable=0 macmode=0 tunnel_mode=0 RFID=0 WLANID=0
[ 21.066705] after ieee80211wRequired=0 ieee80211w=0
[ 21.084144] WLAN(wdev0ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
[ 21.093683] ptr->ch_width=1,ptr->center_freq0=42,ptr->center_freq1=0
[ 21.100070] Build_IE_192 80MHz or less
[ 21.105226] WTP_nable=0 macmode=0 tunnel_mode=0 RFID=0 WLANID=0
[ 21.117583] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 21.211247] finished scanning channel 2, traffic cnt 0, bbu cnt 0
[ 21.241313] WLAN(wdev1ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
[ 21.250688] ptr->ch_width=0,ptr->center_freq0=0,ptr->center_freq1=0
[ 21.256981] Build_IE_192 80MHz or less
[ 21.261666] WTP_nable=0 macmode=0 tunnel_mode=0 RFID=1 WLANID=0
[ 21.267821] WLAN(wdev1ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
[ 21.276688] WLAN(wdev1ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 2
[ 21.331692] WLAN(wdev1ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
[ 21.341002] ptr->ch_width=0,ptr->center_freq0=0,ptr->center_freq1=0
[ 21.347294] Build_IE_192 80MHz or less
[ 21.351934] WTP_nable=0 macmode=0 tunnel_mode=0 RFID=1 WLANID=0
[ 21.358176] WLAN(wdev1ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
[ 21.367466] ptr->ch_width=0,ptr->center_freq0=0,ptr->center_freq1=0
[ 21.373758] Build_IE_192 80MHz or less
[ 21.378666] WTP_nable=0 macmode=0 tunnel_mode=0 RFID=1 WLANID=0
[ 21.385127] after ieee80211wRequired=0 ieee80211w=0
[ 21.390683] WLAN(wdev1ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
[ 21.400002] ptr->ch_width=0,ptr->center_freq0=0,ptr->center_freq1=0
[ 21.406294] Build_IE_192 80MHz or less
[ 21.411231] WTP_nable=0 macmode=0 tunnel_mode=0 RFID=1 WLANID=0
[ 21.431241] finished scanning channel 153, traffic cnt 244, bbu cnt 2575
[ 21.721254] finished scanning channel 3, traffic cnt 0, bbu cnt 11225
[ 21.941246] finished scanning channel 157, traffic cnt 1025, bbu cnt 1390
[ 22.231254] finished scanning channel 4, traffic cnt 0, bbu cnt 4922
[ 22.451249] finished scanning channel 161, traffic cnt 0, bbu cnt 0
[ 22.741245] finished scanning channel 5, traffic cnt 2304, bbu cnt 19741
[ 22.951231] Stop client netdev = 0
[ 22.954741] WLAN(wdev0ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
[ 22.964592] setting rxantenna 0xf, 0xf
[ 22.988480] setting txantenna 0x0, 0xf
[ 23.041647] ptr->ch_width=1,ptr->center_freq0=155,ptr->center_freq1=0
[ 23.048113] Build_IE_192 80MHz or less
[ 23.052349] req ring: vBase=0xde71e000 pBase=1e71e000
[ 23.057507] req ring: vBase=0xde758000 pBase=1e758000
[ 23.062687] OffChanReqHead = c007f880
[ 23.062687] OffChanReqTail = c007f884
[ 23.062687] OffChanDoneHead = c007f888
[ 23.062687] OffChanDoneTail = c007f88c
[ 23.077731] ptr->ch_width=1,ptr->center_freq0=155,ptr->center_freq1=0
[ 23.084197] Build_IE_192 80MHz or less
[ 23.089289] WTP_nable=0 macmode=0 tunnel_mode=0 RFID=0 WLANID=0
[ 23.111206] mvneta f1034000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[ 23.119077] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 23.251247] finished scanning channel 6, traffic cnt 1910, bbu cnt 17089
[ 23.761245] finished scanning channel 7, traffic cnt 1528, bbu cnt 12233
[ 24.271254] finished scanning channel 8, traffic cnt 0, bbu cnt 48845
[ 24.781244] finished scanning channel 9, traffic cnt 0, bbu cnt 51891
[ 25.291256] finished scanning channel 10, traffic cnt 1532, bbu cnt 50296
[ 25.801243] finished scanning channel 11, traffic cnt 150608, bbu cnt 33436
[ 26.311248] finished scanning channel 12, traffic cnt 3443, bbu cnt 80798
[ 26.821255] finished scanning channel 13, traffic cnt 1910, bbu cnt 53056
[ 27.321236] Stop client netdev = 0
[ 27.324755] WLAN(wdev1ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
[ 27.334615] setting rxantenna 0xf, 0xf
[ 27.355675] setting txantenna 0x0, 0xf
[ 27.406125] ptr->ch_width=0,ptr->center_freq0=0,ptr->center_freq1=0
[ 27.412417] Build_IE_192 80MHz or less
[ 27.416647] req ring: vBase=0xd1bb4000 pBase=11bb4000
[ 27.421805] req ring: vBase=0xd2590000 pBase=12590000
[ 27.426985] OffChanReqHead = c007f880
[ 27.426985] OffChanReqTail = c007f884
[ 27.426985] OffChanDoneHead = c007f888
[ 27.426985] OffChanDoneTail = c007f88c
[ 27.442038] ptr->ch_width=0,ptr->center_freq0=0,ptr->center_freq1=0
[ 27.448330] Build_IE_192 80MHz or less
[ 27.453321] WTP_nable=0 macmode=0 tunnel_mode=0 RFID=1 WLANID=0
[ 29.378117] WLAN(wdev0ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
[ 29.570410] Setting Region Code to 145
[ 29.585247] Setting 20/40 Coexist on
[ 29.589915] bftype is 6
[ 29.627626] Stop client netdev = 0
[ 29.631851] setting rxantenna 0xf, 0xf
[ 29.652813] setting txantenna 0x0, 0xf
[ 29.698650] ptr->ch_width=1,ptr->center_freq0=155,ptr->center_freq1=0
[ 29.705116] Build_IE_192 80MHz or less
[ 29.709348] req ring: vBase=0xde71e000 pBase=1e71e000
[ 29.714504] req ring: vBase=0xde758000 pBase=1e758000
[ 29.719681] OffChanReqHead = c007f880
[ 29.719681] OffChanReqTail = c007f884
[ 29.719681] OffChanDoneHead = c007f888
[ 29.719681] OffChanDoneTail = c007f88c
[ 29.734629] WLAN(wdev0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
[ 29.778536] ptr->ch_width=1,ptr->center_freq0=155,ptr->center_freq1=0
[ 29.785007] Build_IE_192 80MHz or less
[ 29.789936] WTP_nable=0 macmode=0 tunnel_mode=0 RFID=0 WLANID=0
[ 30.741252] finished scanning channel 36, traffic cnt 6657, bbu cnt 9585
[ 30.941236] WLAN(wdev0ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
[ 30.950628] ptr->ch_width=1,ptr->center_freq0=155,ptr->center_freq1=0
[ 30.957095] Build_IE_192 80MHz or less
[ 30.962018] WTP_nable=0 macmode=0 tunnel_mode=0 RFID=0 WLANID=0
[ 30.968447] WLAN(wdev0ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
[ 30.977363] WLAN(wdev0ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 2
[ 31.033076] WLAN(wdev0ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
[ 31.042416] ptr->ch_width=1,ptr->center_freq0=155,ptr->center_freq1=0
[ 31.048883] Build_IE_192 80MHz or less
[ 31.053945] WTP_nable=0 macmode=0 tunnel_mode=0 RFID=0 WLANID=0
[ 31.060395] after ieee80211wRequired=0 ieee80211w=0
[ 31.065950] WLAN(wdev0ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
[ 31.075280] ptr->ch_width=1,ptr->center_freq0=155,ptr->center_freq1=0
[ 31.081747] Build_IE_192 80MHz or less
[ 31.086792] WTP_nable=0 macmode=0 tunnel_mode=0 RFID=0 WLANID=0
[ 31.107455] device wdev0ap0 entered promiscuous mode
[ 31.112486] br-lan: port 2(wdev0ap0) entered forwarding state
[ 31.118262] br-lan: port 2(wdev0ap0) entered forwarding state
[ 31.159723] WLAN(wdev1ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
[ 31.251256] finished scanning channel 40, traffic cnt 1138, bbu cnt 3411
[ 31.262042] after ieee80211wRequired=0 ieee80211w=0
[ 31.363208] Setting Region Code to 145
[ 31.377958] Setting 20/40 Coexist on
[ 31.382784] bftype is 6
[ 31.420587] Stop client netdev = 0
[ 31.424822] setting rxantenna 0xf, 0xf
[ 31.446025] setting txantenna 0x0, 0xf
[ 31.489042] ptr->ch_width=0,ptr->center_freq0=0,ptr->center_freq1=0
[ 31.495333] Build_IE_192 80MHz or less
[ 31.499576] req ring: vBase=0xd1bb4000 pBase=11bb4000
[ 31.504733] req ring: vBase=0xd2590000 pBase=12590000
[ 31.509912] OffChanReqHead = c007f880
[ 31.509912] OffChanReqTail = c007f884
[ 31.509912] OffChanDoneHead = c007f888
[ 31.509912] OffChanDoneTail = c007f88c
[ 31.524869] WLAN(wdev1): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
[ 31.568831] ptr->ch_width=0,ptr->center_freq0=0,ptr->center_freq1=0
[ 31.575129] Build_IE_192 80MHz or less
[ 31.579951] WTP_nable=0 macmode=0 tunnel_mode=0 RFID=1 WLANID=0
[ 31.761243] finished scanning channel 44, traffic cnt 1056, bbu cnt 3161
[ 32.271277] finished scanning channel 48, traffic cnt 1240, bbu cnt 3639
[ 32.531245] finished scanning channel 1, traffic cnt 0, bbu cnt 0
[ 32.711226] WLAN(wdev0ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
[ 32.720612] ptr->ch_width=1,ptr->center_freq0=155,ptr->center_freq1=0
[ 32.727079] Build_IE_192 80MHz or less
[ 32.732204] WTP_nable=0 macmode=0 tunnel_mode=0 RFID=0 WLANID=0
[ 32.738641] WLAN(wdev0ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
[ 32.747567] WLAN(wdev0ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 2
[ 32.781243] finished scanning channel 149, traffic cnt 1500, bbu cnt 2008
[ 32.803312] WLAN(wdev0ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
[ 32.812647] ptr->ch_width=1,ptr->center_freq0=155,ptr->center_freq1=0
[ 32.819114] Build_IE_192 80MHz or less
[ 32.824181] WTP_nable=0 macmode=0 tunnel_mode=0 RFID=0 WLANID=0
[ 32.830698] after ieee80211wRequired=0 ieee80211w=0
[ 32.836283] WLAN(wdev0ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
[ 32.845601] ptr->ch_width=1,ptr->center_freq0=155,ptr->center_freq1=0
[ 32.852069] Build_IE_192 80MHz or less
[ 32.857146] WTP_nable=0 macmode=0 tunnel_mode=0 RFID=0 WLANID=0
[ 32.877994] device wdev1ap0 entered promiscuous mode
[ 32.883102] br-lan: port 3(wdev1ap0) entered forwarding state
[ 32.888881] br-lan: port 3(wdev1ap0) entered forwarding state
[ 33.021253] WLAN(wdev1ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
[ 33.030632] ptr->ch_width=0,ptr->center_freq0=0,ptr->center_freq1=0
[ 33.036924] Build_IE_192 80MHz or less
[ 33.041248] finished scanning channel 2, traffic cnt 0, bbu cnt 0
[ 33.055275] WTP_nable=0 macmode=0 tunnel_mode=0 RFID=1 WLANID=0
[ 33.061476] WLAN(wdev1ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
[ 33.070334] WLAN(wdev1ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 2
[ 33.111190] br-lan: port 2(wdev0ap0) entered forwarding state
[ 33.131784] WLAN(wdev1ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
[ 33.141112] ptr->ch_width=0,ptr->center_freq0=0,ptr->center_freq1=0
[ 33.147404] Build_IE_192 80MHz or less
[ 33.152326] WTP_nable=0 macmode=0 tunnel_mode=0 RFID=1 WLANID=0
[ 33.158800] after ieee80211wRequired=0 ieee80211w=0
[ 33.164412] WLAN(wdev1ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
[ 33.173734] ptr->ch_width=0,ptr->center_freq0=0,ptr->center_freq1=0
[ 33.180026] Build_IE_192 80MHz or less
[ 33.184948] WTP_nable=0 macmode=0 tunnel_mode=0 RFID=1 WLANID=0
[ 33.291266] finished scanning channel 153, traffic cnt 0, bbu cnt 0
[ 33.551245] finished scanning channel 3, traffic cnt 0, bbu cnt 13947
[ 33.801245] finished scanning channel 157, traffic cnt 1025, bbu cnt 1392
[ 34.061243] finished scanning channel 4, traffic cnt 0, bbu cnt 2968
[ 34.311244] finished scanning channel 161, traffic cnt 0, bbu cnt 0
[ 34.571247] finished scanning channel 5, traffic cnt 1728, bbu cnt 13837
[ 34.811222] Stop client netdev = 0
[ 34.814732] WLAN(wdev0ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
[ 34.824598] setting rxantenna 0xf, 0xf
[ 34.848414] setting txantenna 0x0, 0xf
[ 34.881190] br-lan: port 3(wdev1ap0) entered forwarding state
[ 34.900959] ptr->ch_width=1,ptr->center_freq0=155,ptr->center_freq1=0
[ 34.907424] Build_IE_192 80MHz or less
[ 34.911633] req ring: vBase=0xde71e000 pBase=1e71e000
[ 34.916790] req ring: vBase=0xde758000 pBase=1e758000
[ 34.921968] OffChanReqHead = c007f880
[ 34.921968] OffChanReqTail = c007f884
[ 34.921968] OffChanDoneHead = c007f888
[ 34.921968] OffChanDoneTail = c007f88c
[ 34.937025] ptr->ch_width=1,ptr->center_freq0=155,ptr->center_freq1=0
[ 34.943490] Build_IE_192 80MHz or less
[ 34.948589] WTP_nable=0 macmode=0 tunnel_mode=0 RFID=0 WLANID=0
[ 35.081247] finished scanning channel 6, traffic cnt 1910, bbu cnt 15291
[ 35.591248] finished scanning channel 7, traffic cnt 1146, bbu cnt 10392
[ 36.101242] finished scanning channel 8, traffic cnt 0, bbu cnt 41867
[ 36.611247] finished scanning channel 9, traffic cnt 0, bbu cnt 47004
[ 37.121245] finished scanning channel 10, traffic cnt 2072, bbu cnt 63875
[ 37.631247] finished scanning channel 11, traffic cnt 177339, bbu cnt 32929
[ 38.141245] finished scanning channel 12, traffic cnt 2761, bbu cnt 67999
[ 38.651246] finished scanning channel 13, traffic cnt 1146, bbu cnt 52861
[ 39.151226] Stop client netdev = 0
[ 39.154736] WLAN(wdev1ap0): MLME - Disconnecting (deauth) wireless client: ffffffffffff Reason 3
[ 39.164599] setting rxantenna 0xf, 0xf
[ 39.185644] setting txantenna 0x0, 0xf
[ 39.235273] ptr->ch_width=0,ptr->center_freq0=0,ptr->center_freq1=0
[ 39.241566] Build_IE_192 80MHz or less
[ 39.245793] req ring: vBase=0xd1bb4000 pBase=11bb4000
[ 39.250949] req ring: vBase=0xd2590000 pBase=12590000
[ 39.256129] OffChanReqHead = c007f880
[ 39.256129] OffChanReqTail = c007f884
[ 39.256129] OffChanDoneHead = c007f888
[ 39.256129] OffChanDoneTail = c007f88c
[ 39.271176] ptr->ch_width=0,ptr->center_freq0=0,ptr->center_freq1=0
[ 39.277468] Build_IE_192 80MHz or less
[ 39.282452] WTP_nable=0 macmode=0 tunnel_mode=0 RFID=1 WLANID=0
^CPlease press Enter to activate this console.