极路由获取ssh权限

极路由获取ssh权限

 

IPQ40X9处理器+MT7615 WIFI芯片
主芯片IPQ4019,同时负责2.4G,速率400Mbps
MT7615负责两个5G频段,各867Mbps速率
128M闪存 + 512M内存
USB接口支持外接2TB移动硬盘

 

一.打开大神制作的网站 http://www.hiwifi.wtf/  (希望网站能一直开放吧)

(1)点击获取local_token  http://192.168.199.1/local-ssh/ 获取local_token

(2)获取uuid  http://192.168.199.1/cgi-bin/turbo/proxy/router_info 获取uuid

(3)把获取到的local_token和uuid填到对应的输入框内,点击 提交 获取clond token

(4)把获取到的clond token值填写到第(1)步开启调试工具的对应框内,点提交就会出现开启22端口的提示。

如果失败的话尝试多试几次???但现在的ssh权限仅仅只是短时间的,过一会就会自动关闭。如果需要长期的开启ssh权限还需要再弄一下,下面提供两种方法,可以任选一个尝试。

 

二.永久开启ssh权限(方法一)

通过xshell或者winscp连接,主机名:192.168.199.1   用户名:root     密码:你的路由器管理密码   端口:22

执行命令 /etc/init.d/dropbear enable

 

三.永久开启ssh权限(方法二)

(1)通过winscp连接,主机名:192.168.199.1   用户名:root     密码:你的路由器管理密码   端口:22

(2)打开/etc/rc.local文件并修改,把下面的代码复制粘贴到文件中并保存

/usr/sbin/dropbear -P /var/run/dropbear.1.pid -p 1022

(3.)重启路由器,下次通过ssh连接的时候就可以使用1022的端口连接,这个1022的端口就不会再自动关闭了。

192.168.199.1   用户名:root     密码:你的路由器管理密码   端口:1022

 

root@Hiwifi:~# ls -alh /overlay/etc/rc.d/
drwxr-xr-x    2 root     root         576 Apr 18 05:36 .
drwxr-xr-x   15 root     root        2.1K Apr 18 05:36 ..
lrwxrwxrwx    1 root     root          19 Apr 18 05:36 K47mentohust -> ../init.d/mentohust
lrwxrwxrwx    1 root     root          18 Apr 18 05:36 K50dropbear -> ../init.d/dropbear
lrwxrwxrwx    1 root     root          18 Apr 18 05:31 K98hcsh -> (overlay-whiteout)
lrwxrwxrwx    1 root     root          18 Apr 18 05:31 S02hcsh -> (overlay-whiteout)
lrwxrwxrwx    1 root     root          18 Apr 18 05:36 S50dropbear -> ../init.d/dropbear
lrwxrwxrwx    1 root     root          19 Apr 18 05:36 S53mentohust -> ../init.d/mentohust
root@Hiwifi:~# 
root@Hiwifi:~# cat /etc/rc.local 
# Put your custom commands here that should be executed once
# the system init finished. By default this file does nothing.

/etc/init.d/dropbear enable && /etc/init.d/dropbear start

exit 0
root@Hiwifi:~#

 

极路由(hiwifi c526a)2021刷机

来源 https://www.bilibili.com/read/cv11478239

一、获取SSH权限

先连接网络,WAN口接入网络,lan口接电脑操作。

1.在这里里获取SSH权限

极路由ROOT local-ssh利用工具 (hiwifi.wtf) http://www.hiwifi.wtf/

确保接入网络后依次打开这两个地址,这里是路由器恢复出厂设置后的IP地址。

http://192.168.199.1/local-ssh/

上面这个值经常会变,不成功的时候刷新一下,重新填入。

http://192.168.199.1/cgi-bin/turbo/proxy/router_info

UUID一般不会变。

2. 获取到SSH权限后,刷入boot

使用MobaXterm (SSH工具)连接到192.168.199.1 账号是:root,密码就是你的路由器密码。

下载一个WinSCP工具,新建一个会话,连接上后,去到 /tmp目录内,将.appsbl文件拖入/tmp文件夹

 

3. 导入第三方Bp-boot

在SSH中使用以下命令导入:

mtd write /tmp/pb-boot-ipq40xx-hiwifi-c526a.appsbl /dev/mtd9

bp-boot就替换好了。

 

二、刷入pandorabox

1.拔掉电源,按住复位(reset)不要松手然后插入电源,通电后大概5秒松开复位键,此时路由器的LED灯应该是蓝色快闪。

2.打开浏览器网址栏输入192.168.1.1,上传并刷入

PandoraBox-qualcomm-ipq40xx-hiwifi-c526a-2019-02-13-git-003ab00ba-squashfs-sysupgrade.binpandorabox.bin 固件,pandorabox默认后台地址 192.168.1.1,密码 admin

重启开机后,再次使用SCP上传openwrt固件,使用winscp,把openwrt固件上传到 /tmp 目录,此时的ssh密码应该是admin

3.使用SSH工具连接到路由器,主机地址:192.168.1.1 端口:22 用户名:root 密码:admin

5.刷入openwrt固件,在SSH中使用以下命令来刷入openwrt固件

mtd erase ubi

mtd write /tmp/openwrt-ipq40xx-hiwifi_c526a-unlock-squashfs-nand-factory.ubi ubi

重启后。192.168.1.1 用户名:root 密码:password

分别刷入新的分区表和 uboot:

将 mibib.bin 和 openwrt-ipq40xx-u-boot-stripped.elf 使用SCP上传到 /tmp,再输入以下命令。

mtd write /tmp/mibib.bin MIBIB

mtd erase APPSBL

mtd write /tmp/openwrt-ipq40xx-u-boot-stripped.elf APPSBL

 

3. 刷入解锁 128m nand 的固件:

上面刷好之后断电,通电同时长按 reset 键 5s 以上(红灯由闪烁变为常亮),电脑设置 192.168.1.x 的静态地址,浏览器打开 192.168.1.1 进入 uboot web 界面(进不去的清除浏览器缓存或者换个浏览器),选择 openwrt-ipq40xx-generic-hiwifi_c526a-squashfs-nand-factory.ubi 刷入(目前 uboot web 界面上只能选择 ubi 格式的固件上传),等几分钟后蓝灯亮起即刷机成功。

进去路由器后,在系统升级里面,可以选择刷入新的固件,https://iroot.cc/477.html,功能更丰富,刷完后IP又会变成192.168.199.1,密码变成admin。

 

 

 

 

Xshell 7 (Build 0108)
Copyright (c) 2020 NetSarang Computer, Inc. All rights reserved.

Type `help' to learn how to use Xshell prompt.
[C:\~]$ 

Connecting to 192.168.199.1:22...
Connection established.
To escape to local shell, press 'Ctrl+Alt+]'.

sh: /usr/bin/xauth: not found


BusyBox v1.24.1 (2019-02-13 10:14:41 UTC) built-in shell (ash)


  _______________________________________________________________ 
 |    ____                 _                 ____               |
 |   |  _ \ __ _ _ __   __| | ___  _ __ __ _| __ )  _____  __   |
 |   | |_) / _` | '_ \ / _` |/ _ \| '__/ _` |  _ \ / _ \ \/ /   |
 |   |  __/ (_| | | | | (_| | (_) | | | (_| | |_) | (_) >  <    |
 |   |_|   \__,_|_| |_|\__,_|\___/|_|  \__,_|____/ \___/_/\_\   |
 |                                                              |
 |                  PandoraBox SDK Platform                     |
 |                  The Core of SmartRouter                     |
 |            Copyright 2013-2019 PandoraBox-Team               |
 |                http://www.pandorabox.com.cn                  |
 |______________________________________________________________|
  Base on LEDE/OpenWrt (19.02, r4824, 2019-02-13-git-003ab00ba)
[root@PandoraBox_4948:/root]#
[root@PandoraBox_4948:/root]#dmesg 
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.14.79 (lintel@lintel-dev-vm) (gcc version 5.5.0 (PandoraBox GCC 5.5.0 2019-02-01-git-392ff8954) ) #0 SMP Wed Feb 13 09:17:45 2019
[    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: HiWiFi C526A
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] On node 0 totalpages: 130560
[    0.000000] free_area_init_node: node 0, pgdat c0743800, node_mem_map dfbfb000
[    0.000000]   Normal zone: 1024 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 130560 pages, LIFO batch:31
[    0.000000] PERCPU: Embedded 7 pages/cpu @dfbc7000 s7744 r8192 d12736 u32768
[    0.000000] pcpu-alloc: s7744 r8192 d12736 u32768 alloc=8*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 129536
[    0.000000] Kernel command line:  clk_ignore_unused
[    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] allocated 1048576 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Memory: 510368K/522240K available (3705K kernel code, 190K rwdata, 1424K rodata, 179K init, 582K bss, 11872K reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xe0800000 - 0xff000000   ( 488 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     modules : 0xbe000000 - 0xc0000000   (  32 MB)
[    0.000000]       .text : 0xc0208000 - 0xc070a834   (5131 kB)
[    0.000000]       .init : 0xc070b000 - 0xc0737e40   ( 180 kB)
[    0.000000]       .data : 0xc0738000 - 0xc0767a30   ( 191 kB)
[    0.000000]        .bss : 0xc0767a30 - 0xc07f9330   ( 583 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] Architected cp15 timer(s) running at 48.00MHz (virt).
[    0.000009] sched_clock: 56 bits at 48MHz, resolution 20ns, wraps every 2863311552512ns
[    0.000017] Switching to timer-based delay loop
[    0.000271] Calibrating delay loop (skipped), value calculated using timer frequency.. 96.00 BogoMIPS (lpj=192000)
[    0.000287] pid_max: default: 32768 minimum: 301
[    0.000558] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.000572] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.012025] Initializing cgroup subsys debug
[    0.012050] Initializing cgroup subsys memory
[    0.012082] Initializing cgroup subsys devices
[    0.012095] Initializing cgroup subsys freezer
[    0.012105] Initializing cgroup subsys net_cls
[    0.012114] Initializing cgroup subsys blkio
[    0.012122] Initializing cgroup subsys perf_event
[    0.012144] Initializing cgroup subsys net_prio
[    0.012252] CPU: Testing write buffer coherency: ok
[    0.012609] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.012678] Setting up static identity map for 0x80212980 - 0x802129b4
[    0.014615] CPU1: Booted secondary processor
[    0.014664] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.015448] CPU2: Booted secondary processor
[    0.015488] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.016292] CPU3: Booted secondary processor
[    0.016330] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.016453] Brought up 4 CPUs
[    0.016490] SMP: Total of 4 processors activated (384.00 BogoMIPS).
[    0.016498] CPU: All CPU(s) started in SVC mode.
[    0.026304] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.027441] pinctrl core: initialized pinctrl subsystem
[    0.028228] regulator-dummy: no parameters
[    0.029133] NET: Registered protocol family 16
[    0.030630] DMA: preallocated 2048 KiB pool for atomic coherent allocations
[    0.031900] cpuidle: using governor ladder
[    0.031914] cpuidle: using governor menu
[    0.046107] hw-breakpoint: Debug register access (0xee003e17) caused undefined instruction on CPU 1
[    0.046115] hw-breakpoint: Debug register access (0xee003e17) caused undefined instruction on CPU 2
[    0.046122] hw-breakpoint: Debug register access (0xee003e17) caused undefined instruction on CPU 3
[    0.046126] hw-breakpoint: CPU 2 failed to disable vector catch
[    0.046159] hw-breakpoint: Debug register access (0xee003e17) caused undefined instruction on CPU 0
[    0.046242] 
[    0.046242] Version Rollback Feature Disabled
[    0.050376] sps:sps is ready.
[    0.059134] bio: create slab <bio-0> at 0
[    0.061227] SD0 VccQ: 1800 <--> 3000 mV 
[    0.062795] msm_bus_fabric_init_driver
[    0.062964] msm_bus_device 580000.ad-hoc-bus: Util-fact is missing, default to 100
[    0.062981] msm_bus_device 580000.ad-hoc-bus: Vrail-comp is missing, default to 100
[    0.062999] msm_bus_device 580000.ad-hoc-bus: Failed to get bus clk for bus4096 ctx1
[    0.063041] msm_bus_device 580000.ad-hoc-bus: Util-fact is missing, default to 100
[    0.063055] msm_bus_device 580000.ad-hoc-bus: Vrail-comp is missing, default to 100
[    0.063071] msm_bus_device 580000.ad-hoc-bus: Failed to get bus clk for bus1024 ctx1
[    0.098045] 80000.qcom,pcie supply vreg-3.3 not found, using dummy regulator
[    0.098135] 80000.qcom,pcie supply vreg-1.8 not found, using dummy regulator
[    0.098194] 80000.qcom,pcie supply vreg-0.9 not found, using dummy regulator
[    0.098243] 80000.qcom,pcie supply gdsc-vdd not found, using dummy regulator
[    0.176657] msm_pcie_enable: msm_pcie_enable: PCIe: trigger the reset of endpoint of RC0.
[    0.180640] msm_pcie_enable: msm_pcie_enable: PCIe RC0 PHY is ready!
[    0.196660] msm_pcie_enable: msm_pcie_enable: PCIe: Release the reset of endpoint of RC0.
[    0.328923] msm_pcie_enable: msm_pcie_enable: PCIe RC0 link initialized
[    0.329335] msm_pcie 80000.qcom,pcie: PCI host bridge to bus 0000:00
[    0.329360] pci_bus 0000:00: root bus resource [io  0x40200000-0x402fffff]
[    0.329376] pci_bus 0000:00: root bus resource [mem 0x40300000-0x40ffffff]
[    0.329390] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.329437] pci 0000:00:00.0: [17cb:1001] type 01 class 0x060400
[    0.329469] msm_pcie_oper_conf: msm_pcie_oper_conf: Read of RC0 0:0x00 + 0x0014[4] is all FFs
[    0.329489] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.329559] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    0.329940] PCI: bus0: Fast back to back transfers disabled
[    0.329961] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.330288] pci 0000:01:00.0: [14c3:7615] type 00 class 0x000280
[    0.330333] msm_pcie_oper_conf: msm_pcie_oper_conf: Read of RC0 1:0x00 + 0x0014[4] is all FFs
[    0.330351] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit]
[    0.330856] PCI: bus1: Fast back to back transfers disabled
[    0.330877] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    0.330897] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 01
[    0.330942] msm_pcie_oper_conf: msm_pcie_oper_conf: Read of RC0 0:0x00 + 0x0028[4] is all FFs
[    0.330975] pci 0000:00:00.0: BAR 8: assigned [mem 0x40300000-0x403fffff]
[    0.330993] pci 0000:00:00.0: BAR 0: assigned [mem 0x40400000-0x40400fff 64bit]
[    0.331022] pci 0000:01:00.0: BAR 0: assigned [mem 0x40300000-0x403fffff 64bit]
[    0.331055] pci 0000:00:00.0: PCI bridge to [bus 01]
[    0.331077] pci 0000:00:00.0:   bridge window [mem 0x40300000-0x403fffff]
[    0.331099] msm_pcie_probe: msm_pcie_probe: RC0 is enabled in bootup
[    0.331405] Switched to clocksource arch_sys_counter
[    0.331593] PandoraBox SPLICE initialized. rcv df5d0000 (sz:768) kvec df5b4000 (sz:256) per 4 core
[    0.334596] NET: Registered protocol family 2
[    0.335654] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[    0.335730] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[    0.335819] TCP: Hash tables configured (established 4096 bind 4096)
[    0.335874] TCP: reno registered
[    0.335889] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.335922] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.336257] NET: Registered protocol family 1
[    0.336330] PCI: CLS 64 bytes, default 64
[    0.336921] hw perfevents: enabled with ARMv7 Cortex-A7 PMU driver, 5 counters available
[    0.337261] Qualcomm IPQ40xx/IPQ806x GPIO Resource maped.
[    0.339789] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.353473] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.353492] jffs2: version 2.2 (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.354601] msgmni has been set to 996
[    0.355949] io scheduler noop registered
[    0.355964] io scheduler deadline registered (default)
[    0.356007] io scheduler cfq registered
[    0.356357] io scheduler bfq registered
[    0.356367] BFQ I/O-scheduler: v7r8
[    0.357453] tcsr 194b000.tcsr: setting usb hs phy mode select = e700e7
[    0.357516] tcsr 1953000.ess_tcsr: setting ess interface select = 0
[    0.357584] tcsr 1949000.tcsr: setting wifi_glb_cfg = 41000000
[    0.357635] tcsr 1957000.tcsr: setting wifi_noc_memtype_m0_m2 = 2222222
[    0.358397] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    0.359793] msm_serial_hsl_probe: detected port #0 (ttyMSM0)
[    0.359833] msm_serial_hsl_probe: Bus scaling is disabled
[    0.359927] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 139, base_baud = 115200) is a MSM
[    0.359998] msm_hsl_console_setup: console setup on port #0
[    1.176802] console [ttyMSM0] enabled
[    1.181000] msm_serial_hsl_probe: detected port #1 (ttyMSM1)
[    1.186118] msm_serial_hsl_probe: Bus scaling is disabled
[    1.191552] 78b0000.serial: ttyMSM1 at MMIO 0x78b0000 (irq = 140, base_baud = 115200) is a MSM
[    1.200752] msm_serial_hsl_init: driver initialized
[    1.205497] msm_serial_hs module loaded
[    1.209258] qca_serial_hs module loaded
[    1.214677] mtdoops: mtd device (mtddev=name/number) must be supplied
[    1.220312] sps: BAM device 0x07984000 is not registered yet.
[    1.225849] sps:BAM 0x07984000 is registered.
[    1.230000] msm_nand_bam_init: msm_nand_bam_init: BAM device registered: bam_handle 0xdee22200
[    1.238901] sps:BAM 0x07984000 (va:0xe0a60000) enabled: ver:0x19, number of pipes:7
[    1.246629] msm_nand_version_check: nand_major:1, nand_minor:4, qpic_major:1, qpic_minor:4
[    1.254687] msm_nand_flash_onfi_probe: Found a non ONFI device
[    1.260497] msm_nand_scan: missing page size info - extract from NAND ID
[    1.267152] msm_nand_scan: NAND Id: 0x9580d1c8 Buswidth: 8Bits Density: 128 MByte
[    1.274631] msm_nand_scan: pagesize: 2048 Erasesize: 131072 oobsize: 64 (in Bytes)
[    1.282169] msm_nand_scan: BCH ECC: 4 Bit
[    1.286167] msm_nand_scan: CFG0: 0x2a0408c0,      CFG1: 0x0804745c
[    1.286167]             RAWCFG0: 0x280420c0,   RAWCFG1: 0x0005045d
[    1.286167]           ECCBUFCFG: 0x00000203, ECCBCHCFG: 0x42040700
[    1.286167]      BAD BLOCK BYTE: 0x000001d1
[    1.309119] 3 ofpart partitions found on MTD device 7980000.qcom,nand
[    1.315246] Creating 3 MTD partitions on "7980000.qcom,nand":
[    1.320977] 0x000000000000-0x000002c00000 : "ubi"
[    1.385128] 0x000002c00000-0x000005800000 : "hiwifi_rootfs"
[    1.448859] 0x000005800000-0x000008000000 : "hiwifi_opt"
[    1.507002] msm_nand_probe: NANDc phys addr 0x7980000, BAM phys addr 0x7984000, BAM IRQ 133
[    1.514357] msm_nand_probe: Allocated DMA buffer at virt_addr 0xe0a55000, phys_addr 0x9ec52000
[    1.523701] sps: BAM device 0x07884000 is not registered yet.
[    1.528684] sps:BAM 0x07884000 is registered.
[    1.534052] m25p80 spi0.0: found en25qh16, expected n25q128a11
[    1.539060] m25p80 spi0.0: en25qh16 (2048 Kbytes)
[    1.543731] m25p80 spi0.0: SPI max clock set to 24MHz
[    1.549050] 15 ofpart partitions found on MTD device spi0.0
[    1.554313] Creating 15 MTD partitions on "spi0.0":
[    1.559182] 0x000000000000-0x000000040000 : "SBL1"
[    1.565565] 0x000000040000-0x000000060000 : "MIBIB"
[    1.570914] 0x000000060000-0x0000000c0000 : "QSEE"
[    1.576152] 0x0000000c0000-0x0000000d0000 : "CDT"
[    1.581319] 0x0000000d0000-0x0000000e0000 : "DDRPARAMS"
[    1.587016] 0x0000000e0000-0x0000000f0000 : "APPSBLENV"
[    1.592705] 0x0000000f0000-0x000000170000 : "APPSBL"
[    1.598137] 0x000000170000-0x000000180000 : "ART"
[    1.603177] 0x000000180000-0x000000190000 : "bdinfo"
[    1.608748] 0x000000190000-0x0000001a0000 : "debug"
[    1.614029] 0x0000001a0000-0x0000001c0000 : "oem"
[    1.619146] 0x0000001c0000-0x0000001d0000 : "Factory"
[    1.624640] 0x0000001e0000-0x0000001f0000 : "upgrade_config"
[    1.630777] 0x0000001d0000-0x0000001e0000 : "hw_panic"
[    1.636451] 0x000000000000-0x000000170000 : "bootloader"
[    1.659739] libphy: ipq40xx_mdio: probed
[    1.666697] ipq40xx-mdio 90000.mdio: ipq40xx-mdio driver was registered
[    1.673568] requesting memory region failed
[    1.678765] TCP: cubic registered
[    1.682159] NET: Registered protocol family 10
[    1.686562] NET: Registered protocol family 17
[    1.690138] Bridge firewalling registered
[    1.694012] 8021q: 802.1Q VLAN Support v1.8
[    1.698206] PandoraBox Mass Storage accelerater v1.2 
[    1.703217] ThumbEE CPU extension supported.
[    1.707463] Registering SWP/SWPB emulation handler
[    1.713082] registered taskstats version 1
[    1.717232] SD0 VccQ: disabling
[    1.719446] regulator-dummy: disabling
[    1.724338] UBI: auto-attach mtd0
[    1.726627] UBI: attaching mtd0 to ubi0
[    2.145634] UBI: scanning is finished
[    2.160494] UBI warning: print_rsvd_warning: cannot reserve enough PEBs for bad PEB handling, reserved 3, need 20
[    2.171310] UBI: attached mtd0 (name "ubi", size 44 MiB) to ubi0
[    2.176308] UBI: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[    2.183064] UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[    2.189759] UBI: VID header offset: 2048 (aligned 2048), data offset: 4096
[    2.196610] UBI: good PEBs: 352, bad PEBs: 0, corrupted PEBs: 0
[    2.202508] UBI: user volume: 3, internal volumes: 1, max. volumes count: 128
[    2.209632] UBI: max/mean erase counter: 10/1, WL threshold: 4096, image sequence number: 941070935
[    2.218659] UBI: available PEBs: 0, total reserved PEBs: 352, PEBs reserved for bad PEB handling: 3
[    2.227706] UBI: background thread "ubi_bgt0d" started, PID 517
[    2.229244] UBI: ubiblock0_1 created from ubi0:1(ubi_rootfs)
[    2.229251] ubiblock: device ubiblock0_1 (ubi_rootfs) set to be root filesystem
[    2.232622] clk: Not disabling unused clocks
[    2.251043] UBIFS error (pid 1): ubifs_mount: cannot open "ubi0:rootfs", error -19
[    2.262323] VFS: Mounted root (squashfs filesystem) readonly on device 254:1.
[    2.268921] Freeing unused kernel memory: 176K (c070b000 - c0737000)
[    3.320321] init: Console is alive
[    3.322851] init: - watchdog -
[    8.853808] usbcore: registered new interface driver usbfs
[    8.858498] usbcore: registered new interface driver hub
[    8.863845] usbcore: registered new device driver usb
[    8.871447] nf_conntrack version 0.5.0 (7977 buckets, 31908 max)
[    8.879810] Ralink/MTK WiFi EEPROM API Driver for PandoraBox. lintel<lintel.huang@gmail.com> 
[    8.889783] exFAT: Version 1.2.9
[    8.908365] jnl: driver (lke_8.9.0 lke_8.9.0_r217400_b3, LBD=ON) loaded at be81f000
[    8.919861] ufsd: module license 'Proprietary' taints kernel.
[    8.924600] Disabling lock debugging due to kernel taint
[    8.938811] ufsd:: trace mask set to 0000000f
[    8.942174] ufsd: driver (lke_8.9.0 lke_8.9.0_r217400_b3, LBD=ON, delalloc, ioctl, sd2(1), fua, tr) loaded at be830000
[    8.942174] NTFS support included
[    8.942174] Hfs+/HfsJ support included
[    8.942174] optimized: speed
[    8.942174] Build_for_PandoraBox_Not_for_Release_2014-11-07-lk9.0_r219253_b22
[    8.942174] 
[    8.973185] PandoraBox Button Driver init
[    8.976607] Button [reset] mapped to GPIO18 and IRQ306
[    8.984160] PPP generic driver version 2.4.2
[    9.031967] ssdk_alloc_priv[4391]:INFO:ess-switch dts node number: 1
[    9.037358] ssdk_dt_parse[2643]:INFO:ess-switch DT exist!
[    9.042688] ssdk_dt_parse[2672]:INFO:switch_access_mode: local bus
[    9.048844] ssdk_dt_parse_mac_mode[2271]:INFO:mac mode = 0x0
[    9.054474] ssdk_dt_parse_mac_mode[2277]:INFO:mac mode1 doesn't exit!
[    9.060908] ssdk_dt_parse_mac_mode[2286]:INFO:mac mode2 doesn't exit!
[    9.067340] ssdk_dt_parse_uniphy[2305]:INFO:ess-uniphy DT doesn't exist!
[    9.074009] ssdk_dt_parse_scheduler_cfg[2495]:ERROR:cannot find port_scheduler_resource node
[    9.082436] ssdk_dt_parse_phy_info[2538]:INFO:qcom,port_phyinfo DT doesn't exist!
[    9.089915] ssdk_dt_parse_mdio[2575]:INFO:mdio DT exist!
[    9.095197] ssdk_dt_parse[2698]:INFO:switchreg_base_addr: 0xc000000
[    9.101445] ssdk_dt_parse[2699]:INFO:switchreg_size: 0x80000
[    9.107092] ssdk_dt_parse[2708]:INFO:ess-psgmii DT exist!
[    9.112490] ssdk_dt_parse[2765]:INFO:current dts led_source_num is 5
[    9.118795] ssdk_plat_init start
[    9.122209] enable ess clk
[    9.187703] malibu_phy_api_ops_init[2505]:INFO:qca probe malibu phy driver succeeded!
[    9.243739] regi_init[4496]:INFO:Initializing DESS!!
[   11.004766] ssdk_switch_register[1588]:INFO:Chip version 0x1401
[   11.009672] qca_link_polling_select[1282]:INFO:link-polling-required node does not exist
[   11.017729] ssdk_switch_register[1611]:INFO:polling is selected
[   11.023635] regi_init[4505]:INFO:Initializing DESS Done!!
[   11.029070] regi_init[4529]:INFO:qca-ssdk module init succeeded!
[   11.038335] **********************************************************
[   11.043854] * Driver    :NSS GMAC Driver for RTL v(3.72a)
[   11.049224] * Version   :1.0
[   11.052088] * Copyright :Copyright (c) 2013-2016 The Linux Foundation. All rights reserved.
[   11.060425] **********************************************************
[   11.073052] SCSI subsystem initialized
[   11.079596] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   11.086037] ehci-platform: EHCI generic platform driver
[   11.093621] EDMA using MAC@ - using
[   11.095943] 06:e4:9a:4a:b8:02
[   11.101265] EDMA using MAC@ - using
[   11.103573] e2:48:7e:9f:f9:37
[   11.119609] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[   11.125728] ohci-platform: OHCI generic platform driver
[   11.783234] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[   11.787754] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[   11.795607] xhci-hcd xhci-hcd.0.auto: irq 164, io mem 0x08a00000
[   11.802549] hub 1-0:1.0: USB hub found
[   11.805341] hub 1-0:1.0: 1 port detected
[   11.809674] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[   11.814688] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[   11.823602] hub 2-0:1.0: USB hub found
[   11.826371] hub 2-0:1.0: 1 port detected
[   11.830798] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[   11.835743] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3
[   11.843626] xhci-hcd xhci-hcd.1.auto: irq 168, io mem 0x06000000
[   11.850484] hub 3-0:1.0: USB hub found
[   11.853286] hub 3-0:1.0: 1 port detected
[   11.857632] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[   11.862612] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4
[   11.871503] hub 4-0:1.0: USB hub found
[   11.874278] hub 4-0:1.0: config failed, hub doesn't have any ports! (err -19)
[   11.896101] usbcore: registered new interface driver usb-storage
[   11.915700] init: - preinit -
[   12.324972] random: nonblocking pool is initialized
[   12.833772] sps:BAM 0x07884000 (va:0xe0b40000) enabled: ver:0x19, number of pipes:12
[   16.453589] mount_root: loading kmods from internal overlay
[   19.290584] UBIFS: background thread "ubifs_bgt0_2" started, PID 739
[   19.355256] UBIFS: recovery needed
[   19.547995] UBIFS: recovery completed
[   19.550734] UBIFS: mounted UBI device 0, volume 2, name "rootfs_data"
[   19.557072] UBIFS: LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[   19.566184] UBIFS: FS size: 26411008 bytes (25 MiB, 208 LEBs), journal size 1269760 bytes (1 MiB, 10 LEBs)
[   19.575817] UBIFS: reserved for root: 1247456 bytes (1218 KiB)
[   19.581631] UBIFS: media format: w4/r0 (latest is w4/r0), UUID 978ACD46-5A63-48CF-B6C4-260FFE1C4528, small LPT model
[   19.593440] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab
[   19.599633] block: unable to load configuration (fstab: Entry not found)
[   19.606142] block: attempting to load /tmp/ubifs_cfg/etc/config/fstab
[   19.618102] block: extroot: not configured
[   19.635585] UBIFS: un-mount UBI device 0, volume 2
[   19.639360] UBIFS: background thread "ubifs_bgt0_2" stops
[   19.650127] UBIFS: background thread "ubifs_bgt0_2" started, PID 742
[   19.773379] UBIFS: mounted UBI device 0, volume 2, name "rootfs_data"
[   19.778811] UBIFS: LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[   19.787942] UBIFS: FS size: 26411008 bytes (25 MiB, 208 LEBs), journal size 1269760 bytes (1 MiB, 10 LEBs)
[   19.797554] UBIFS: reserved for root: 1247456 bytes (1218 KiB)
[   19.803371] UBIFS: media format: w4/r0 (latest is w4/r0), UUID 978ACD46-5A63-48CF-B6C4-260FFE1C4528, small LPT model
[   22.281915] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab
[   22.288069] block: unable to load configuration (fstab: Entry not found)
[   22.294620] block: attempting to load /tmp/ubifs_cfg/etc/config/fstab
[   22.307664] block: extroot: not configured
[   22.323455] mount_root: switching to ubifs overlay
[   25.241512] urandom-seed: Seed file not found (/etc/urandom.seed)
[   26.427644] NET: Registered protocol family 8
[   26.430984] NET: Registered protocol family 20
[   26.446307] l2tp_core: L2TP core driver, V2.0
[   26.450933] l2tp_netlink: L2TP netlink interface
[   26.467315] qca-nss-drv.ko is loaded for symbol link
[   26.477487] gre: GRE over IPv4 demultiplexor driver
[   26.482709] ip_gre: GRE over IPv4 tunneling driver
[   26.494389] gpiodev: gpio device registered with major 247
[   26.502306] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   26.785083] Netfilter messages via NETLINK v0.30.
[   26.791129] ip_set: protocol 6
[   27.937334] i2c /dev entries driver
[   28.324814] u32 classifier
[   28.326490]     input device check on
[   28.330157]     Actions configured
[   28.428803] Mirror/redirect action on
[   29.573112] PandoraBox IP Bandwidth load.
[   29.640899] register mt_drv
[   29.642758] PCI: enabling device 0000:00:00.0 (0144 -> 0147)
[   29.648351] PCI: enabling device 0000:01:00.0 (0140 -> 0142)
[   29.656742] 
[   29.656742] 
[   29.656742] === pAd = e3101000, size = 3613120 ===
[   29.656742] 
[   29.666262] <-- RTMPAllocAdapterBlock, Status=0
[   29.669785] pAd->PciHif.CSRBaseAddress =0xe3000000, csr_addr=0xe3000000!
[   29.676466] RTMPInitPCIeDevice():device_id=0x7615
[   29.681141] DriverOwn()::Try to Clear FW Own...
[   29.986406] DriverOwn()::Success to clear FW Own
[   29.990004] mt_pci_chip_cfg(): HWVer=0x8a10, FWVer=0x8a10, pAd->ChipID=0x7615
[   29.997120] mt_pci_chip_cfg(): HIF_SYS_REV=0x76150001
[   30.002150] PandoraBox MT7615 AP Driver version-4.4.2.1
[   30.007360] RtmpChipOpsHook(492): Not support for HIF_MT yet! MACVersion=0x0
[   30.014394] mt7615_init()-->
[   30.017255] Use 1st ePAeLNA default bin.
[   30.021161] Use 0st /etc_ro/wlan/MT7615E_EEPROM1.bin default bin.
[   30.027240] <--mt7615_init()
[   30.030102] ChipOpsMCUHook
[   30.037196] cut_through_token_list_init(): TokenList inited done!id_head/tail=0/4096
[   30.043932] cut_through_token_list_init(): dc906708,dc906708
[   30.049667] cut_through_token_list_init(): TokenList inited done!id_head/tail=0/4096
[   30.057289] cut_through_token_list_init(): dc906718,dc906718
[   30.062945] <-- RTMPAllocTxRxRingMemory, Status=0
[   30.141746] ip_tables: (C) 2000-2006 Netfilter Core Team
[   30.177071] ctnetlink v0.93: registering with nfnetlink.
[   30.269625] PPP MPPE Compression module registered
[   30.274899] NET: Registered protocol family 24
[   30.280467] PPTP driver version 0.8.5
[   30.288443] usbcore: registered new interface driver ums-alauda
[   30.295470] usbcore: registered new interface driver ums-cypress
[   30.302651] usbcore: registered new interface driver ums-datafab
[   30.309653] usbcore: registered new interface driver ums-freecom
[   30.316821] usbcore: registered new interface driver ums-isd200
[   30.323978] usbcore: registered new interface driver ums-jumpshot
[   30.331118] usbcore: registered new interface driver ums-karma
[   30.338488] usbcore: registered new interface driver ums-sddr09
[   30.345586] usbcore: registered new interface driver ums-sddr55
[   30.352940] usbcore: registered new interface driver ums-usbat
[   30.399797] xt_time: kernel timezone is -0000
[   30.406195] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[   34.188623] ath_dfs: Version 2.0.0
[   34.188623] Copyright (c) 2005-2006 Atheros Communications, Inc. All Rights Reserved
[   34.210606] ath_spectral: Version 2.0.0
[   34.210606] Copyright (c) 2005-2009 Atheros Communications, Inc. All Rights Reserved
[   34.322186] ath_hal: 0.9.17.1 (AR5416, AR9380, WRITE_EEPROM, 11D)
[   34.340304] ath_rate_atheros: Copyright (c) 2001-2005 Atheros Communications, Inc, All Rights Reserved
[   34.358544] ath_tx99: Version 2.0
[   34.358544] Copyright (c) 2010 Atheros Communications, Inc, All Rights Reserved
[   34.392730] ath_dev: Copyright (c) 2001-2007 Atheros Communications, Inc, All Rights Reserved
[   34.417046] ath_da_pci:  (Atheros/multi-bss)
[   34.463281]  *********** IPQ4019  *************Wifi0 CPU frequency 250000000
[   34.489418] 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
[   34.527583] hif_napi_event: received evnt: CONF cmd; v = 1 (state=0x1)hif_napi_event: setting configuration to ON
[   34.527583] __ol_ath_attach() Allocated scn db6804c0
[   34.541509] nss is not enabled on this platform
[   34.545967] nss register id -1 offload mode enabled = 0 nss config 0 Target Type b 
[   34.553628] __ol_ath_attach: dev name wifi0
[   34.557773] ol_ath_attach interface_id 0
[   34.561893] ol_target_init() BMI inited.
[   34.565706] ol_target_init() BMI Get Target Info.
[   34.570276] Chip id: 0xb, chip version: 0x1000000
[   34.574955] 
[   34.574955]  CE WAR Disabled
[   34.579433] NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0
[   34.584865] ol_target_init() configure Target .
[   34.589281] 
[   34.589281]  Target Version is 1000000
[   34.594405] 
[   34.594405]  Flash Download Address  c0000 
[   34.600050] ol_transfer_bin_file: flash data file defined
[   34.605428] ol_transfer_bin_file[3791] Get Caldata for wifi0.
[   34.611201] qdf_fs_read[59], Open File /tmp/wifi0.caldata SUCCESS!!file system magic:16914836super blocksize:4096inode 166file size:12064qc98xx_verify_checksum: flash checksum passed: 0xb7b8
[   34.628094] ol_transfer_bin_file 3852: Download Flash data len 12064
[   34.634789] Board extended Data download address: 0x0
[   34.659016] 
[   34.659016]  Board data initialized
[   34.663018] ol_ath_download_firmware: Download OTP, flash download ADDRESS 0xc0000
[   34.670518] 
[   34.670518]  Selecting  OTP binary for CHIP Version -1080406476
[   34.694265] ath10k_ahb a000000.wifi: Firmware loaded from user helper succesfully
[   34.700760] ol_transfer_bin_file 3672: downloading file 0, Download data len 4676
[   34.724633] 
[   34.724633]  First OTP send param 8000
[   34.733515] ol_ath_download_firmware :First OTP download and Execute is good address:0x7400 return param 4660
[   34.742414] ol_ath_download_firmware:##Board Id 29 , CHIP Id 0
[   34.748327] ol_ath_download_firmware: BOARDDATA DOWNLOAD TO address 0xc0000
[   34.755177] 
[   34.755177]  wifi0: Selecting board data file name boardData_1_0_IPQ4019_DK07_wifi0_5G_HB.bin
[   34.765177] ol_transfer_bin_file: Board Data File download to address=0xc0000 file name=IPQ4019/hw.1/boardData_1_0_IPQ4019_DK07_wifi0_5G_HB.bin
[   34.779561] ath10k_ahb a000000.wifi: Firmware loaded from user helper succesfully
[   34.786059] ol_transfer_bin_file 3672: downloading file 3, Download data len 12064
[   34.793956] Board extended Data download address: 0x0
[   34.818357] ol_ath_download_firmware: Using 0x1234 for the remainder of init
[   34.824409] 
[   34.824409]  Selecting  OTP binary for CHIP Version -1080406476
[   34.831915] ath10k_ahb a000000.wifi: Firmware loaded from user helper succesfully
[   34.839258] ol_transfer_bin_file 3672: downloading file 0, Download data len 4676
[   34.863100] 
[   34.863100]  [Flash] : Ignore Module param
[   34.867662] 
[   34.867662]  Second otp download Param 10000 
[   34.883970] ol_ath_download_firmware : Second OTP download and Execute is good, param=0x0 
[   34.891213] 
[   34.891213]  Mission mode: Firmware CHIP Version -1080406476
[   35.015496] ath10k_ahb a000000.wifi: Firmware loaded from user helper succesfully
[   35.022252] ol_swap_seg_alloc: Successfully allocated memory for SWAP size=262144 
[   35.029961] ath10k_ahb a000000.wifi: Firmware loaded from user helper succesfully
[   35.037040] ol_swap_wlan_memory_expansion: length:185067 size_left:185087 dma_size_left:262144 fw_temp:e3b07004 fw_entry_size:185091
[   35.048893] ol_swap_wlan_memory_expansion: dma_virt_addr :e3ac6000 fw_temp: e3b07008 length: 185067
[   35.058120] Swap: bytes_left to copy: fw:16; dma_page:77077
[   35.063473] ol_swap_wlan_memory_expansion: length:0 size_left:12 dma_size_left:77077 fw_temp:e3b342f7 fw_entry_size:185091
[   35.074485] Swap: wrong length read:0
[   35.078130] ol_swap_wlan_memory_expansion: Swap total_bytes copied: 185067 Target address 4180b0 
[   35.087101] scn=db6804c0  target_write_addr=4180b0 seg_info=dc99d610 
[   35.093425] ol_transfer_swap_struct:Code swap structure successfully downloaded for bin type =2 
[   35.102182] bin_filename=IPQ4019/hw.1/athwlan.bin swap_filename=/lib/firmware/IPQ4019/hw.1/athwlan.codeswap.bin 
[   35.112413] ol_transfer_bin_file: Downloading firmware file: IPQ4019/hw.1/athwlan.bin
[   35.446945] ath10k_ahb a000000.wifi: Firmware loaded from user helper succesfully
[   35.453445] ol_transfer_bin_file 3672: downloading file 1, Download data len 378652
[   36.717558] ol_target_init() Download FW done. 
[   36.721309] ol_ath_attach() WMI attached. wmi_handle df4d6000 
[   36.726901] wmi_unified_register_event_handler: Event id 62 is unavailable
[   36.733756] +htc_create ..  HIF :dba60000-htc_create: (0xdb522000)
[   36.739739] htc_wmi_init() HT Create . db522000
[   36.744496] htc_wmi_init 7755 host_enable 0 nss_nwifi_offload 0
[   36.750330] ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko)
[   36.759711]  OL_ACBKMinfree : 0
[   36.762813]  OL_ACBEMinfree : 0
[   36.765947]  OL_ACVIMinfree : 0
[   36.769073]  OL_ACVOMinfree : 0
[   36.772200] hif_enable_fastpath, Enabling fastpath mode
[   36.777231] +HWT
[   36.779226] hif_completion_thread_startup: pipe_num:0 pipe_info:0xdba64578hif_completion_thread_startup: pipe_num:3 pipe_info:0xdba64650hif_completion_thread_startup: pipe_num:4 pipe_info:0xdba64698
[   36.800946] -HWT
[   36.801986] Startup Mode-0 set
[   36.804993] pdev attach   (null) -1 
[   36.808550] 
[   36.808550] <=== cfg max peer id 1056 ====>
[   36.814859] htt_peer_map_timer_init Enter pdev db398000 hrtimer db39c948
[   36.820900] 
[   36.820900]  htt_alloc_peer_map_mem : Alloc Success : host q vaddr db49e000 paddr 9b49e000
[   36.830588] 
[   36.830588]  htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts
[   36.842141] ol_txrx_pdev_attach: 2500 tx desc's allocated ; range starts from da800000
[   36.851176] Firmware_Build_Number:50 
[   36.853857] FW wireless modes: 0x1f9001
[   36.857650] num_rf_chain:0x00000002  ht_cap_info:0x0000085b  vht_cap_info:0x339959b2  vht_supp_mcs:0x0000fffa
[   36.867542] wmi_service_coex_gpio 0, wmi_service_4_wire_coex_support 0, coex_version 0
[   36.875455] 
[   36.875455] Sending Ext resource cfg: HOST PLATFORM as 0
[   36.875455] fw_feature_bitmap as 50 to TGT
[   36.886348] ol_ath_service_ready_event: tt_support: 1
[   36.891331] ol_ath_service_ready_event: periodic_chan_stats: 1
[   36.897145] ol_ath_service_ready_event: sw_cal_support_check_flag: 1
[   36.903488] Peer Caching Enabled ; num_peers = 530, num_active_peers = 52 num_tids = 104, num_vdevs = 17
[   36.912983] EXT NSS Supported
[   36.915906] idx 1 req 2  num_units 1 num_unit_info 12 unit size 256 actual units 53 
[   36.923673] ol_ath_alloc_host_mem_chunk req_id 2 idx 0 num_units 53 unit_len 256,
[   36.931088] idx 2 req 3  num_units 1 num_unit_info 12 unit size 1024 actual units 53 
[   36.938957] ol_ath_alloc_host_mem_chunk req_id 3 idx 1 num_units 53 unit_len 1024,
[   36.946459] idx 3 req 4  num_units 1 num_unit_info 12 unit size 4096 actual units 53 
[   36.954432] ol_ath_alloc_host_mem_chunk req_id 4 idx 2 num_units 53 unit_len 4096,
[   36.961823] idx 0 req 1  num_units 0 num_unit_info 2 unit size 744 actual units 531 
[   36.969836] ol_ath_alloc_host_mem_chunk req_id 1 idx 3 num_units 531 unit_len 744,
[   36.977113] idx 4 req 6  num_units 35 num_unit_info 0 unit size 3072 actual units 35 
[   36.985000] ol_ath_alloc_host_mem_chunk req_id 6 idx 4 num_units 35 unit_len 3072,
[   36.992464] idx 5 req 7  num_units 1 num_unit_info 0 unit size 6144 actual units 1 
[   37.000222] ol_ath_alloc_host_mem_chunk req_id 7 idx 5 num_units 1 unit_len 6144,
[   37.007576] idx 6 req 5  num_units 0 num_unit_info 2 unit size 2052 actual units 531 
[   37.016305] ol_ath_alloc_host_mem_chunk req_id 5 idx 6 num_units 531 unit_len 2052,
[   37.023018] Support not added yet for Service 91
[   37.027616] Support not added yet for Service 92
[   37.032210] No EXT_MSG send INIT now
[   37.035776] chunk 0 len 13568 requested , ptr  0x9baa8000
[   37.041154] chunk 1 len 54272 requested , ptr  0x9a860000
[   37.046534] chunk 2 len 217088 requested , ptr  0x9a880000
[   37.052009] chunk 3 len 395064 requested , ptr  0x9a900000
[   37.057471] chunk 4 len 107520 requested , ptr  0x9a8c0000
[   37.062941] chunk 5 len 6144 requested , ptr  0x9b4e2000
[   37.068240] chunk 6 len 1089612 requested , ptr  0x9aa00000
[   37.073791] chunk 7 len 0 requested , ptr  0xffffffff
[   37.078883] ol_ath_service_ready_event[4252] WAPI MBSSID 2 
[   37.084536] smart_log_init: Smart logging Enabled buf=dab10000 (size=65536)
[   37.122850] Version = 16777216 3  status = 0
[   37.126136] ol_ath_connect_htc() WMI is ready
[   37.130477] htt_h2t_frag_desc_bank_cfg_msg - HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for radio ID = 0
[   37.140290] target uses HTT version 2.2; host uses 2.2
[   37.150411] ol_ath_attach() connect HTC. 
[   37.153399] bypasswmi : 0
[   37.156003] ol_ath_attach: low_5ghz: 5490  high_5gh: 5850 
[   37.161474] ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0.
[   37.173220] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2) flags 0x2150
[   37.180235] ol_regdmn_init_channels: c 5180 out of range [5490..5850]
[   37.180246] ol_regdmn_init_channels: c 5200 out of range [5490..5850]
[   37.180256] ol_regdmn_init_channels: c 5220 out of range [5490..5850]
[   37.180268] ol_regdmn_init_channels: c 5240 out of range [5490..5850]
[   37.180279] ol_regdmn_init_channels: c 5260 out of range [5490..5850]
[   37.180288] ol_regdmn_init_channels: c 5280 out of range [5490..5850]
[   37.180298] ol_regdmn_init_channels: c 5300 out of range [5490..5850]
[   37.180308] ol_regdmn_init_channels: c 5320 out of range [5490..5850]
[   37.180345] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4) flags 0xa0
[   37.187081] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x8) flags 0xc0
[   37.193948] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x20) flags 0xd0
[   37.200888] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x40) flags 0x150
[   37.207918] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x800) flags 0x10080
[   37.215205] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2000) flags 0x20080
[   37.222586] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4000) flags 0x40080
[   37.229967] ol_regdmn_init_channels: c 5180 out of range [5490..5850]
[   37.229978] ol_regdmn_init_channels: c 5200 out of range [5490..5850]
[   37.229988] ol_regdmn_init_channels: c 5220 out of range [5490..5850]
[   37.229998] ol_regdmn_init_channels: c 5240 out of range [5490..5850]
[   37.230008] ol_regdmn_init_channels: c 5260 out of range [5490..5850]
[   37.230018] ol_regdmn_init_channels: c 5280 out of range [5490..5850]
[   37.230028] ol_regdmn_init_channels: c 5300 out of range [5490..5850]
[   37.230037] ol_regdmn_init_channels: c 5320 out of range [5490..5850]
[   37.230068] ol_regdmn_init_channels: c 5180 out of range [5490..5850]
[   37.230078] ol_regdmn_init_channels: c 5220 out of range [5490..5850]
[   37.230088] ol_regdmn_init_channels: c 5260 out of range [5490..5850]
[   37.230098] ol_regdmn_init_channels: c 5300 out of range [5490..5850]
[   37.230124] ol_regdmn_init_channels: c 5200 out of range [5490..5850]
[   37.230134] ol_regdmn_init_channels: c 5240 out of range [5490..5850]
[   37.230144] ol_regdmn_init_channels: c 5280 out of range [5490..5850]
[   37.230154] ol_regdmn_init_channels: c 5320 out of range [5490..5850]
[   37.230176] ol_regdmn_init_channels: c 5180 out of range [5490..5850]
[   37.230186] ol_regdmn_init_channels: c 5200 out of range [5490..5850]
[   37.230196] ol_regdmn_init_channels: c 5220 out of range [5490..5850]
[   37.230206] ol_regdmn_init_channels: c 5240 out of range [5490..5850]
[   37.230216] ol_regdmn_init_channels: c 5260 out of range [5490..5850]
[   37.230226] ol_regdmn_init_channels: c 5280 out of range [5490..5850]
[   37.230235] ol_regdmn_init_channels: c 5300 out of range [5490..5850]
[   37.230245] ol_regdmn_init_channels: c 5320 out of range [5490..5850]
[   37.230274] ol_regdmn_init_channels: c 5180 out of range [5490..5850]
[   37.230284] ol_regdmn_init_channels: c 5220 out of range [5490..5850]
[   37.230295] ol_regdmn_init_channels: c 5260 out of range [5490..5850]
[   37.230304] ol_regdmn_init_channels: c 5300 out of range [5490..5850]
[   37.230326] ol_regdmn_init_channels: c 5200 out of range [5490..5850]
[   37.230337] ol_regdmn_init_channels: c 5240 out of range [5490..5850]
[   37.230347] ol_regdmn_init_channels: c 5280 out of range [5490..5850]
[   37.230357] ol_regdmn_init_channels: c 5320 out of range [5490..5850]
[   37.230378] Add VHT80 channel: 5210
[   37.233441] Add VHT80 channel: 5290
[   37.236904] Add VHT80 channel: 5530
[   37.240375] Add VHT80 channel: 5610
[   37.243846] Add VHT80 channel: 5690
[   37.247303] Add VHT80 channel: 5775
[   37.250796] ol_regdmn_init_channels: c 5180 out of range [5490..5850]
[   37.250806] ol_regdmn_init_channels: c 5200 out of range [5490..5850]
[   37.250816] ol_regdmn_init_channels: c 5220 out of range [5490..5850]
[   37.250826] ol_regdmn_init_channels: c 5240 out of range [5490..5850]
[   37.250836] ol_regdmn_init_channels: c 5260 out of range [5490..5850]
[   37.250846] ol_regdmn_init_channels: c 5280 out of range [5490..5850]
[   37.250855] ol_regdmn_init_channels: c 5300 out of range [5490..5850]
[   37.250865] ol_regdmn_init_channels: c 5320 out of range [5490..5850]
[   37.250893] Skipping VHT80 channel 5825
[   37.254617] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x200000) flags 0x4000100
[   37.262346] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x400000) flags 0x8000100
[   37.270497] ol_ath_phyerr_attach: called
[   37.270594] freq=106 
[   37.272326] freq=122 
[   37.274560] freq=138 
[   37.276867] OL Resmgr Init-ed
[   37.279942] ieee80211_bsteering_attach: Band steering initialized
[   37.285888] acfg_attach: 3013: Netlink socket created:dbabc400
[   37.291688] ol_if_spectral_setup
[   37.291717] SPECTRAL : get_capability not registered
[   37.296625] HAL_CAP_PHYDIAG : Capable
[   37.300271] SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 237)
[   37.308349] SPECTRAL : get_capability not registered
[   37.313290] HAL_CAP_RADAR   : Capable
[   37.316940] SPECTRAL : Need to fix the capablity check for SPECTRAL
[   37.316940]  (spectral_attach : 242)
[   37.326751] SPECTRAL : get_capability not registered
[   37.331697] HAL_CAP_SPECTRAL_SCAN : Capable
[   37.335860] SPECTRAL : get_tsf64 not registered
[   37.340383] spectral_init_netlink 78 NULL SKB
[   37.344720] Green-AP : Green-AP : Attached
[   37.344720] 
[   37.350271] Green-AP : Attached
[   37.353395] rate power table override is only supported for AR98XX
[   37.359693] ol_ath_smart_ant_attach: Hardware doest not support Smart Antenna.
[   37.366771] ol_if_dfs_setup: called 
[   37.366822] ol_if_dfs_attach: called; ptr=da96998c, radar_info=dbaadbe8
[   37.373368] dfs_attach: event log enabled by default
[   37.379190] ol_ath_rtt_meas_report_attach: called
[   37.379205] ol_ath_lowi_wmi_event_attach: called
[   37.379223] >>>> CB Set   (null)
[   37.382113] ol_ath_attach() UMAC attach . 
[   37.385610] 
[   37.385610]  BURSTING enabled by default
[   37.391131] ol_ath_attach: Set global_ic[1] ..ptr:bf720618
[   37.396494] ath_lowi_if_netlink_init LOWI Netlink successfully created
[   37.402988] osif_wrap_attach:444 osif wrap attached
[   37.407862] osif_wrap_devt_init:405 osif wrap dev table init done
[   37.413904]  Wrap Attached: Wrap_com =dbaaf400 ic->ic_wrap_com=dbaaf400 &wrap_com->wc_devt=dbaaf400 
[   37.423023] __ol_ath_attach: needed_headroom reservation 60
[   37.430387] ol_ath_thermal_mitigation_attach: --
[   37.434038] ol_ath_ahb_probe num_radios=0, wifi_radios[0].sc = db6804c0 wifi_radio_type = 2
[   37.442377] ath_sysfs_diag_init: diag_fsattr 
[   37.447176]  *********** IPQ4019  *************Wifi1 CPU frequency 250000000
[   37.473816] 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
[   37.511947] hif_napi_event: received evnt: CONF cmd; v = 1 (state=0x1)hif_napi_event: setting configuration to ON
[   37.511947] __ol_ath_attach() Allocated scn da9804c0
[   37.525888] nss is not enabled on this platform
[   37.530348] nss register id -1 offload mode enabled = 0 nss config 0 Target Type b 
[   37.537986] __ol_ath_attach: dev name wifi1
[   37.542153] ol_ath_attach interface_id 1
[   37.546287] ol_target_init() BMI inited.
[   37.550079] ol_target_init() BMI Get Target Info.
[   37.554684] Chip id: 0xb, chip version: 0x1000000
[   37.559345] 
[   37.559345]  CE WAR Disabled
[   37.563826] NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0
[   37.569272] ol_target_init() configure Target .
[   37.573674] 
[   37.573674]  Target Version is 1000000
[   37.578793] 
[   37.578793]  Flash Download Address  c0000 
[   37.584471] ol_transfer_bin_file: flash data file defined
[   37.589815] ol_transfer_bin_file[3791] Get Caldata for wifi1.
[   37.595597] qdf_fs_read[59], Open File /tmp/wifi1.caldata SUCCESS!!file system magic:16914836super blocksize:4096inode 172file size:12064qc98xx_verify_checksum: flash checksum passed: 0xb9f0
[   37.612474] ol_transfer_bin_file 3852: Download Flash data len 12064
[   37.619160] Board extended Data download address: 0x0
[   37.643441] 
[   37.643441]  Board data initialized
[   37.647440] ol_ath_download_firmware: Download OTP, flash download ADDRESS 0xc0000
[   37.654948] 
[   37.654948]  Selecting  OTP binary for CHIP Version -1080406476
[   37.662459] ath10k_ahb a800000.wifi: Firmware loaded from user helper succesfully
[   37.669823] ol_transfer_bin_file 3672: downloading file 0, Download data len 4676
[   37.693646] 
[   37.693646]  First OTP send param 8000
[   37.702519] ol_ath_download_firmware :First OTP download and Execute is good address:0x5400 return param 4660
[   37.711425] ol_ath_download_firmware:##Board Id 21 , CHIP Id 0
[   37.717316] ol_ath_download_firmware: BOARDDATA DOWNLOAD TO address 0xc0000
[   37.724187] 
[   37.724187]  wifi1: Selecting board data file name boardData_1_0_IPQ4019_DK04_5G.bin
[   37.733393] ol_transfer_bin_file: Board Data File download to address=0xc0000 file name=IPQ4019/hw.1/boardData_1_0_IPQ4019_DK04_5G.bin
[   37.745686] ath10k_ahb a800000.wifi: Firmware loaded from user helper succesfully
[   37.752946] ol_transfer_bin_file 3672: downloading file 3, Download data len 12064
[   37.760873] Board extended Data download address: 0x0
[   37.760902] [wifi0] FWLOG: [52199] WAL_DBGID_RST_STATS ( 0x1, 0x1, 0x1464, 0x0 )
[   37.760920] [wifi0] FWLOG: [52239] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x94c, 0x94c, 0x0 )
[   37.760938] [wifi0] FWLOG: [52239] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x94c, 0x94c, 0x0 )
[   37.760955] [wifi0] FWLOG: [52239] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x94c, 0x94c, 0x0 )
[   37.760972] [wifi0] FWLOG: [52239] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x94c, 0x94c, 0x0 )
[   37.760989] [wifi0] FWLOG: [52395] WAL_DBGID_PDEV_INFO_PRINT ( 0x3a, 0xa10, 0x160, 0x10, 0x0 )
[   37.761006] [wifi0] FWLOG: [52395] WAL_DBGID_PDEV_INFO_PRINT ( 0x3a, 0x10, 0x0, 0x10, 0x12 )
[   37.844340] ol_ath_download_firmware: Using 0x1234 for the remainder of init
[   37.850376] 
[   37.850376]  Selecting  OTP binary for CHIP Version -1080406476
[   37.857879] ath10k_ahb a800000.wifi: Firmware loaded from user helper succesfully
[   37.865249] ol_transfer_bin_file 3672: downloading file 0, Download data len 4676
[   37.889080] 
[   37.889080]  [Flash] : Ignore Module param
[   37.893638] 
[   37.893638]  Second otp download Param 10000 
[   37.909962] ol_ath_download_firmware : Second OTP download and Execute is good, param=0x0 
[   37.917214] 
[   37.917214]  Mission mode: Firmware CHIP Version -1080406476
[   37.924754] ath10k_ahb a800000.wifi: Firmware loaded from user helper succesfully
[   37.932084] ol_swap_seg_alloc: Successfully allocated memory for SWAP size=262144 
[   37.939748] ath10k_ahb a800000.wifi: Firmware loaded from user helper succesfully
[   37.946845] ol_swap_wlan_memory_expansion: length:185067 size_left:185087 dma_size_left:262144 fw_temp:e4151004 fw_entry_size:185091
[   37.958717] ol_swap_wlan_memory_expansion: dma_virt_addr :e4110000 fw_temp: e4151008 length: 185067
[   37.967944] Swap: bytes_left to copy: fw:16; dma_page:77077
[   37.973298] ol_swap_wlan_memory_expansion: length:0 size_left:12 dma_size_left:77077 fw_temp:e417e2f7 fw_entry_size:185091
[   37.984315] Swap: wrong length read:0
[   37.987953] ol_swap_wlan_memory_expansion: Swap total_bytes copied: 185067 Target address 4180b0 
[   37.996912] scn=da9804c0  target_write_addr=4180b0 seg_info=dc84fb10 
[   38.003231] ol_transfer_swap_struct:Code swap structure successfully downloaded for bin type =2 
[   38.012010] bin_filename=IPQ4019/hw.1/athwlan.bin swap_filename=/lib/firmware/IPQ4019/hw.1/athwlan.codeswap.bin 
[   38.022185] ol_transfer_bin_file: Downloading firmware file: IPQ4019/hw.1/athwlan.bin
[   38.030787] ath10k_ahb a800000.wifi: Firmware loaded from user helper succesfully
[   38.037455] ol_transfer_bin_file 3672: downloading file 1, Download data len 378652
[   39.301504] ol_target_init() Download FW done. 
[   39.305236] ol_ath_attach() WMI attached. wmi_handle dac12000 
[   39.310851] wmi_unified_register_event_handler: Event id 62 is unavailable
[   39.317709] +htc_create ..  HIF :da8f0000-htc_create: (0xdb523000)
[   39.323688] htc_wmi_init() HT Create . db523000
[   39.328461] htc_wmi_init 7755 host_enable 0 nss_nwifi_offload 0
[   39.334283] ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko)
[   39.343660]  OL_ACBKMinfree : 0
[   39.346759]  OL_ACBEMinfree : 0
[   39.349898]  OL_ACVIMinfree : 0
[   39.353023]  OL_ACVOMinfree : 0
[   39.356150] hif_enable_fastpath, Enabling fastpath mode
[   39.361182] +HWT
[   39.363172] hif_completion_thread_startup: pipe_num:0 pipe_info:0xda8f4578hif_completion_thread_startup: pipe_num:3 pipe_info:0xda8f4650hif_completion_thread_startup: pipe_num:4 pipe_info:0xda8f4698
[   39.385854] -HWT
[   39.386897] Startup Mode-0 set
[   39.389909] pdev attach   (null) -1 
[   39.393445] 
[   39.393445] <=== cfg max peer id 1056 ====>
[   39.399926] htt_peer_map_timer_init Enter pdev da130000 hrtimer da134948
[   39.405785] 
[   39.405785]  htt_alloc_peer_map_mem : Alloc Success : host q vaddr dd666000 paddr 9d666000
[   39.415498] 
[   39.415498]  htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts
[   39.426993] ol_txrx_pdev_attach: 2500 tx desc's allocated ; range starts from d9dc0000
[   39.436036] Firmware_Build_Number:50 
[   39.438670] FW wireless modes: 0x1f9001
[   39.442520] num_rf_chain:0x00000002  ht_cap_info:0x0000085b  vht_cap_info:0x339959b2  vht_supp_mcs:0x0000fffa
[   39.452402] wmi_service_coex_gpio 0, wmi_service_4_wire_coex_support 0, coex_version 0
[   39.460312] 
[   39.460312] Sending Ext resource cfg: HOST PLATFORM as 0
[   39.460312] fw_feature_bitmap as 50 to TGT
[   39.471204] ol_ath_service_ready_event: tt_support: 1
[   39.476193] ol_ath_service_ready_event: periodic_chan_stats: 1
[   39.481998] ol_ath_service_ready_event: sw_cal_support_check_flag: 1
[   39.488343] Peer Caching Enabled ; num_peers = 530, num_active_peers = 52 num_tids = 104, num_vdevs = 17
[   39.497842] EXT NSS Supported
[   39.500767] idx 1 req 2  num_units 1 num_unit_info 12 unit size 256 actual units 53 
[   39.508541] ol_ath_alloc_host_mem_chunk req_id 2 idx 0 num_units 53 unit_len 256,
[   39.515954] idx 2 req 3  num_units 1 num_unit_info 12 unit size 1024 actual units 53 
[   39.523816] ol_ath_alloc_host_mem_chunk req_id 3 idx 1 num_units 53 unit_len 1024,
[   39.531312] idx 3 req 4  num_units 1 num_unit_info 12 unit size 4096 actual units 53 
[   39.539287] ol_ath_alloc_host_mem_chunk req_id 4 idx 2 num_units 53 unit_len 4096,
[   39.546680] idx 0 req 1  num_units 0 num_unit_info 2 unit size 744 actual units 531 
[   39.554694] ol_ath_alloc_host_mem_chunk req_id 1 idx 3 num_units 531 unit_len 744,
[   39.561957] idx 4 req 6  num_units 35 num_unit_info 0 unit size 3072 actual units 35 
[   39.569857] ol_ath_alloc_host_mem_chunk req_id 6 idx 4 num_units 35 unit_len 3072,
[   39.577324] idx 5 req 7  num_units 1 num_unit_info 0 unit size 6144 actual units 1 
[   39.585086] ol_ath_alloc_host_mem_chunk req_id 7 idx 5 num_units 1 unit_len 6144,
[   39.592431] idx 6 req 5  num_units 0 num_unit_info 2 unit size 2052 actual units 531 
[   39.601165] ol_ath_alloc_host_mem_chunk req_id 5 idx 6 num_units 531 unit_len 2052,
[   39.607883] Support not added yet for Service 91
[   39.612468] Support not added yet for Service 92
[   39.617067] No EXT_MSG send INIT now
[   39.620634] chunk 0 len 13568 requested , ptr  0x99c0c000
[   39.626011] chunk 1 len 54272 requested , ptr  0x99e20000
[   39.631397] chunk 2 len 217088 requested , ptr  0x99e40000
[   39.636861] chunk 3 len 395064 requested , ptr  0x99e80000
[   39.642329] chunk 4 len 107520 requested , ptr  0x99f00000
[   39.647804] chunk 5 len 6144 requested , ptr  0x99c0a000
[   39.653094] chunk 6 len 1089612 requested , ptr  0x99800000
[   39.658649] chunk 7 len 0 requested , ptr  0xffffffff
[   39.663749] ol_ath_service_ready_event[4252] WAPI MBSSID 2 
[   39.669389] smart_log_init: Smart logging Enabled buf=d9910000 (size=65536)
[   39.706249] Version = 16777216 3  status = 0
[   39.709540] ol_ath_connect_htc() WMI is ready
[   39.713892] target uses HTT version 2.2; host uses 2.2
[   39.718971] htt_h2t_frag_desc_bank_cfg_msg - HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for radio ID = 1
[   39.733818] ol_ath_attach() connect HTC. 
[   39.736808] bypasswmi : 0
[   39.739408] ol_ath_attach: low_5ghz: 5150  high_5gh: 5330 
[   39.744884] ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0.
[   39.756629] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2) flags 0x2150
[   39.763668] ol_regdmn_init_channels: c 5500 out of range [5150..5330]
[   39.763680] ol_regdmn_init_channels: c 5520 out of range [5150..5330]
[   39.763690] ol_regdmn_init_channels: c 5540 out of range [5150..5330]
[   39.763700] ol_regdmn_init_channels: c 5560 out of range [5150..5330]
[   39.763709] ol_regdmn_init_channels: c 5580 out of range [5150..5330]
[   39.763719] ol_regdmn_init_channels: c 5600 out of range [5150..5330]
[   39.763728] ol_regdmn_init_channels: c 5620 out of range [5150..5330]
[   39.763738] ol_regdmn_init_channels: c 5640 out of range [5150..5330]
[   39.763748] ol_regdmn_init_channels: c 5660 out of range [5150..5330]
[   39.763757] ol_regdmn_init_channels: c 5680 out of range [5150..5330]
[   39.763767] ol_regdmn_init_channels: c 5700 out of range [5150..5330]
[   39.763776] ol_regdmn_init_channels: c 5720 out of range [5150..5330]
[   39.763787] ol_regdmn_init_channels: c 5745 out of range [5150..5330]
[   39.763797] ol_regdmn_init_channels: c 5765 out of range [5150..5330]
[   39.763807] ol_regdmn_init_channels: c 5785 out of range [5150..5330]
[   39.763817] ol_regdmn_init_channels: c 5805 out of range [5150..5330]
[   39.763826] ol_regdmn_init_channels: c 5825 out of range [5150..5330]
[   39.763840] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4) flags 0xa0
[   39.770490] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x8) flags 0xc0
[   39.777360] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x20) flags 0xd0
[   39.784296] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x40) flags 0x150
[   39.791321] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x800) flags 0x10080
[   39.798617] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2000) flags 0x20080
[   39.805997] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4000) flags 0x40080
[   39.813385] ol_regdmn_init_channels: c 5500 out of range [5150..5330]
[   39.813396] ol_regdmn_init_channels: c 5520 out of range [5150..5330]
[   39.813406] ol_regdmn_init_channels: c 5540 out of range [5150..5330]
[   39.813415] ol_regdmn_init_channels: c 5560 out of range [5150..5330]
[   39.813425] ol_regdmn_init_channels: c 5580 out of range [5150..5330]
[   39.813434] ol_regdmn_init_channels: c 5600 out of range [5150..5330]
[   39.813444] ol_regdmn_init_channels: c 5620 out of range [5150..5330]
[   39.813454] ol_regdmn_init_channels: c 5640 out of range [5150..5330]
[   39.813463] ol_regdmn_init_channels: c 5660 out of range [5150..5330]
[   39.813473] ol_regdmn_init_channels: c 5680 out of range [5150..5330]
[   39.813482] ol_regdmn_init_channels: c 5700 out of range [5150..5330]
[   39.813492] ol_regdmn_init_channels: c 5720 out of range [5150..5330]
[   39.813503] ol_regdmn_init_channels: c 5745 out of range [5150..5330]
[   39.813514] ol_regdmn_init_channels: c 5765 out of range [5150..5330]
[   39.813523] ol_regdmn_init_channels: c 5785 out of range [5150..5330]
[   39.813533] ol_regdmn_init_channels: c 5805 out of range [5150..5330]
[   39.813542] ol_regdmn_init_channels: c 5825 out of range [5150..5330]
[   39.813563] ol_regdmn_init_channels: c 5500 out of range [5150..5330]
[   39.813573] ol_regdmn_init_channels: c 5540 out of range [5150..5330]
[   39.813582] ol_regdmn_init_channels: c 5580 out of range [5150..5330]
[   39.813592] ol_regdmn_init_channels: c 5620 out of range [5150..5330]
[   39.813601] ol_regdmn_init_channels: c 5660 out of range [5150..5330]
[   39.813612] ol_regdmn_init_channels: c 5700 out of range [5150..5330]
[   39.813623] ol_regdmn_init_channels: c 5745 out of range [5150..5330]
[   39.813633] ol_regdmn_init_channels: c 5785 out of range [5150..5330]
[   39.813652] ol_regdmn_init_channels: c 5520 out of range [5150..5330]
[   39.813662] ol_regdmn_init_channels: c 5560 out of range [5150..5330]
[   39.813671] ol_regdmn_init_channels: c 5600 out of range [5150..5330]
[   39.813681] ol_regdmn_init_channels: c 5640 out of range [5150..5330]
[   39.813690] ol_regdmn_init_channels: c 5680 out of range [5150..5330]
[   39.813700] ol_regdmn_init_channels: c 5720 out of range [5150..5330]
[   39.813711] ol_regdmn_init_channels: c 5765 out of range [5150..5330]
[   39.813721] ol_regdmn_init_channels: c 5805 out of range [5150..5330]
[   39.813744] ol_regdmn_init_channels: c 5500 out of range [5150..5330]
[   39.813754] ol_regdmn_init_channels: c 5520 out of range [5150..5330]
[   39.813763] ol_regdmn_init_channels: c 5540 out of range [5150..5330]
[   39.813773] ol_regdmn_init_channels: c 5560 out of range [5150..5330]
[   39.813782] ol_regdmn_init_channels: c 5580 out of range [5150..5330]
[   39.813792] ol_regdmn_init_channels: c 5600 out of range [5150..5330]
[   39.813802] ol_regdmn_init_channels: c 5620 out of range [5150..5330]
[   39.813811] ol_regdmn_init_channels: c 5640 out of range [5150..5330]
[   39.813821] ol_regdmn_init_channels: c 5660 out of range [5150..5330]
[   39.813830] ol_regdmn_init_channels: c 5680 out of range [5150..5330]
[   39.813840] ol_regdmn_init_channels: c 5700 out of range [5150..5330]
[   39.813849] ol_regdmn_init_channels: c 5720 out of range [5150..5330]
[   39.813860] ol_regdmn_init_channels: c 5745 out of range [5150..5330]
[   39.813870] ol_regdmn_init_channels: c 5765 out of range [5150..5330]
[   39.813879] ol_regdmn_init_channels: c 5785 out of range [5150..5330]
[   39.813889] ol_regdmn_init_channels: c 5805 out of range [5150..5330]
[   39.813898] ol_regdmn_init_channels: c 5825 out of range [5150..5330]
[   39.813917] ol_regdmn_init_channels: c 5500 out of range [5150..5330]
[   39.813927] ol_regdmn_init_channels: c 5540 out of range [5150..5330]
[   39.813936] ol_regdmn_init_channels: c 5580 out of range [5150..5330]
[   39.813946] ol_regdmn_init_channels: c 5620 out of range [5150..5330]
[   39.813956] ol_regdmn_init_channels: c 5660 out of range [5150..5330]
[   39.813965] ol_regdmn_init_channels: c 5700 out of range [5150..5330]
[   39.813976] ol_regdmn_init_channels: c 5745 out of range [5150..5330]
[   39.813986] ol_regdmn_init_channels: c 5785 out of range [5150..5330]
[   39.814004] ol_regdmn_init_channels: c 5520 out of range [5150..5330]
[   39.814014] ol_regdmn_init_channels: c 5560 out of range [5150..5330]
[   39.814024] ol_regdmn_init_channels: c 5600 out of range [5150..5330]
[   39.814033] ol_regdmn_init_channels: c 5640 out of range [5150..5330]
[   39.814043] ol_regdmn_init_channels: c 5680 out of range [5150..5330]
[   39.814052] ol_regdmn_init_channels: c 5720 out of range [5150..5330]
[   39.814063] ol_regdmn_init_channels: c 5765 out of range [5150..5330]
[   39.814073] ol_regdmn_init_channels: c 5805 out of range [5150..5330]
[   39.814084] Add VHT80 channel: 5210
[   39.816841] Add VHT80 channel: 5290
[   39.820311] Add VHT80 channel: 5530
[   39.823782] Add VHT80 channel: 5610
[   39.827239] Add VHT80 channel: 5690
[   39.830729] Add VHT80 channel: 5775
[   39.834213] ol_regdmn_init_channels: c 5500 out of range [5150..5330]
[   39.834223] ol_regdmn_init_channels: c 5520 out of range [5150..5330]
[   39.834233] ol_regdmn_init_channels: c 5540 out of range [5150..5330]
[   39.834243] ol_regdmn_init_channels: c 5560 out of range [5150..5330]
[   39.834252] ol_regdmn_init_channels: c 5580 out of range [5150..5330]
[   39.834262] ol_regdmn_init_channels: c 5600 out of range [5150..5330]
[   39.834272] ol_regdmn_init_channels: c 5620 out of range [5150..5330]
[   39.834281] ol_regdmn_init_channels: c 5640 out of range [5150..5330]
[   39.834291] ol_regdmn_init_channels: c 5660 out of range [5150..5330]
[   39.834300] ol_regdmn_init_channels: c 5680 out of range [5150..5330]
[   39.834310] ol_regdmn_init_channels: c 5700 out of range [5150..5330]
[   39.834319] ol_regdmn_init_channels: c 5720 out of range [5150..5330]
[   39.834330] ol_regdmn_init_channels: c 5745 out of range [5150..5330]
[   39.834340] ol_regdmn_init_channels: c 5765 out of range [5150..5330]
[   39.834349] ol_regdmn_init_channels: c 5785 out of range [5150..5330]
[   39.834359] ol_regdmn_init_channels: c 5805 out of range [5150..5330]
[   39.834370] ol_regdmn_init_channels: c 5825 out of range [5150..5330]
[   39.834383] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x200000) flags 0x4000100
[   39.841936] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x400000) flags 0x8000100
[   39.849823] ol_ath_phyerr_attach: called
[   39.849908] freq=58 
[   39.851857] OL Resmgr Init-ed
[   39.854912] ieee80211_bsteering_attach: Band steering initialized
[   39.860867] acfg_attach: Offload using existing sock dbabc400
[   39.866584] ol_if_spectral_setup
[   39.866615] SPECTRAL : get_capability not registered
[   39.871534] HAL_CAP_PHYDIAG : Capable
[   39.875161] SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 237)
[   39.883250] SPECTRAL : get_capability not registered
[   39.888195] HAL_CAP_RADAR   : Capable
[   39.891839] SPECTRAL : Need to fix the capablity check for SPECTRAL
[   39.891839]  (spectral_attach : 242)
[   39.901652] SPECTRAL : get_capability not registered
[   39.906590] HAL_CAP_SPECTRAL_SCAN : Capable
[   39.910762] SPECTRAL : get_tsf64 not registered
[   39.915279] spectral_init_netlink 78 NULL SKB
[   39.919624] Green-AP : Green-AP : Attached
[   39.919624] 
[   39.925171] Green-AP : Attached
[   39.928295] rate power table override is only supported for AR98XX
[   39.934583] ol_ath_smart_ant_attach: Hardware doest not support Smart Antenna.
[   39.941676] ol_if_dfs_setup: called 
[   39.941726] ol_if_dfs_attach: called; ptr=d9ee998c, radar_info=dbaadbe8
[   39.948272] dfs_attach: event log enabled by default
[   39.954107] ol_ath_rtt_meas_report_attach: called
[   39.954122] ol_ath_lowi_wmi_event_attach: called
[   39.954139] >>>> CB Set   (null)
[   39.956818] ol_ath_attach() UMAC attach . 
[   39.960511] 
[   39.960511]  BURSTING enabled by default
[   39.966031] ol_ath_attach: Set global_ic[2] ..ptr:bf720618
[   39.971373] ath_lowi_if_netlink_init Incremented LOWI netlink ref count: 2
[   39.978228] osif_wrap_attach:444 osif wrap attached
[   39.983108] osif_wrap_devt_init:405 osif wrap dev table init done
[   39.989159]  Wrap Attached: Wrap_com =dbaaf800 ic->ic_wrap_com=dbaaf800 &wrap_com->wc_devt=dbaaf800 
[   39.998270] __ol_ath_attach: needed_headroom reservation 60
[   40.005652] ol_ath_thermal_mitigation_attach: --
[   40.009297] ol_ath_ahb_probe num_radios=1, wifi_radios[1].sc = da9804c0 wifi_radio_type = 2
[   40.017645] ath_sysfs_diag_init: diag_fsattr 
[   40.022585] ath_ol_pci:  (Atheros/multi-bss)
[   40.037755]  pktlog_init: Initializing Pktlog for AR900B, pktlog_hdr_size = 16
[   40.044004] +hif_update_pipe_callback pipeid 8
[   40.048419] -hif_update_pipe_callback
[   40.052069]  pktlog_init: Initializing Pktlog for AR900B, pktlog_hdr_size = 16
[   40.059244] +hif_update_pipe_callback pipeid 8
[   40.063671] -hif_update_pipe_callback
[   40.077762] __sa_init_module 
[   40.106143] Removing athdebug proc file
[   40.109016] ath_dev: driver unloaded
[   40.117671] Switching to Tx Mode-1 Threshold 280
[   40.121351] ath_tx99: driver unloaded
[   40.133533] ath_rate_atheros: driver unloaded
[   40.145421] ath_hal: driver unloaded
[   40.337365] [wifi1] FWLOG: [54847] WAL_DBGID_RST_STATS ( 0x1, 0x1, 0x1464, 0x0 )
[   40.343745] [wifi1] FWLOG: [54886] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x94c, 0x94c, 0x0 )
[   40.352321] [wifi1] FWLOG: [54886] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x94c, 0x94c, 0x0 )
[   40.361000] [wifi1] FWLOG: [54886] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x94c, 0x94c, 0x0 )
[   40.369680] [wifi1] FWLOG: [54886] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x94c, 0x94c, 0x0 )
[   40.378361] [wifi1] FWLOG: [55037] WAL_DBGID_PDEV_INFO_PRINT ( 0x3a, 0xa10, 0x160, 0x10, 0x0 )
[   40.386954] [wifi1] FWLOG: [55037] WAL_DBGID_PDEV_INFO_PRINT ( 0x3a, 0x10, 0x0, 0x10, 0x12 )
[   42.701089] Switching to Tx Mode-1 Threshold 280
[   45.408139] device eth1 entered promiscuous mode
[   45.415858] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[   45.437866] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   45.670957] [SSDK]DESS HWNAT disable
[   46.128192] [SSDK]DESS HWNAT disable
[   46.229272] DriverOwn()::Return since already in Driver Own...
[   46.260550] APWdsInitialize():WdsEntry[0]
[   46.263588] APWdsInitialize():WdsEntry[1]
[   46.267543] APWdsInitialize():WdsEntry[2]
[   46.271538] APWdsInitialize():WdsEntry[3]
[   46.290022] SSID[0]=PandoraBox-2.4G-65494D, EdcaIdx=0
[   46.295926] cfg_mode=9
[   46.297254] cfg_mode=9
[   46.299614] wmode_band_equal(): Band Equal!
[   46.304211] [TxPower] BAND0: 100 
[   46.307177] [SKUenable] BAND0: 0 
[   46.310495] [PERCENTAGEenable] BAND0: 0 
[   46.314412] [BFBACKOFFenable] BAND0: 0 
[   46.318222] CalCacheApply = 0 
[   46.322230] APEdca0
[   46.323516] APEdca1
[   46.325543] APEdca2
[   46.327648] APEdca3
[   46.334033] APSDCapable[0]=0
[   46.335906] APSDCapable[1]=0
[   46.338747] APSDCapable[2]=0
[   46.341632] APSDCapable[3]=0
[   46.344496] APSDCapable[4]=0
[   46.347336] APSDCapable[5]=0
[   46.350225] APSDCapable[6]=0
[   46.353091] APSDCapable[7]=0
[   46.355954] APSDCapable[8]=0
[   46.358796] APSDCapable[9]=0
[   46.361687] APSDCapable[10]=0
[   46.364634] APSDCapable[11]=0
[   46.367583] APSDCapable[12]=0
[   46.370514] APSDCapable[13]=0
[   46.373495] APSDCapable[14]=0
[   46.376440] APSDCapable[15]=0
[   46.379369] default ApCliAPSDCapable[0]=0
[   46.383398] default ApCliAPSDCapable[1]=0
[   46.388570] DfsZeroWait Support=0/0 
[   46.391733] DfsZeroWaitCacTime=255/255 
[   46.395312] [RTMPSetProfileParameters]Disable DFS/Zero wait=0/0
[   46.416581] [PMF]Set_PMFMFPC_Proc:: apidx=0, Desired MFPC=0
[   46.421294] [PMF]Set_PMFMFPR_Proc:: apidx=0, Desired MFPR=0
[   46.426852] [PMF]Set_PMFSHA256_Proc:: apidx=0, Desired PMFSHA256=0
[   46.440001] rtmp_read_wds_from_file(): WDS Profile
[   46.444601] APWdsInitialize():WdsEntry[0]
[   46.447779] APWdsInitialize():WdsEntry[1]
[   46.451796] APWdsInitialize():WdsEntry[2]
[   46.455761] APWdsInitialize():WdsEntry[3]
[   46.459753] WDS-Enable mode=0
[   46.464870] HT: WDEV[0] Ext Channel = BELOW
[   46.468929] HT: greenap_cap = 0
[   46.489681] WtcSetMaxStaNum: MaxStaNum:116, BssidNum:4, WdsNum:4, ApcliNum:2, MaxNumChipRept:0, MinMcastWcid:122
[   46.499097] Top Init Done!
[   46.501557] Use dev_alloc_skb
[   46.505169] RX[0] DESC e081c000 size = 16384
[   46.510921] RX[1] DESC e081a000 size = 8192
[   46.515426] Hif Init Done!
[   46.517110] ctl->txq = e346f5c8
[   46.520263] ctl->rxq = e346f5d4
[   46.523352] ctl->ackq = e346f5e0
[   46.526596] ctl->kickq = e346f5ec
[   46.529893] ctl->tx_doneq = e346f5f8
[   46.533444] ctl->rx_doneq = e346f604
[   46.538073] mt7615_fw_prepare():FW(8a10), HW(8a10), CHIPID(7615))
[   46.543151] mt7615_fw_prepare(2687): MT7615_E3, USE E3 patch and ram code binary image
[   46.551060] AndesMTLoadRomMethodFwDlRing(1035), cap->rom_patch_len(11102)
[   46.557828] AndesRestartCheck: Current TOP_MISC2(0x1)
[   46.562866] AndesRestartCheck: (TOP_MISC2 = 1), ready to continue...RET(0)
[   46.569714] 20171225132226a
[   46.572465] 
[   46.573941] platform = 
[   46.576399] ALPS
[   46.578198] hw/sw version = 
[   46.581084] 8a108a10
[   46.583230] patch version = 
[   46.586119] 00000010
[   46.588348] Patch SEM Status=2
[   46.591356] MtCmdPatchSemGet:(ret = 0)
[   46.595112] 
[   46.595112] Patch is not ready && get semaphore success, SemStatus(2)
[   46.603060] EventGenericEventHandler: CMD Success
[   46.607721] MtCmdAddressLenReq:(ret = 0)
[   46.611647] MtCmdPatchFinishReq
[   46.625932] EventGenericEventHandler: CMD Success
[   46.629690] Send checksum req..
[   46.632862] Patch SEM Status=3
[   46.635834] MtCmdPatchSemGet:(ret = 0)
[   46.639530] 
[   46.639530] Release patch semaphore, SemStatus(3)
[   46.645691] AndesMTEraseRomPatch
[   46.648927] WfMcuHwInit: Before NICLoadFirmware, check IcapMode=0
[   46.655035] AndesMTLoadFwMethodFwDlRing(809), cap->fw_len(462488)
[   46.661071] Build Date:_201712251324
[   46.664586] Build Date:_201712251324
[   46.668153] AndesRestartCheck: Current TOP_MISC2(0x1)
[   46.673203] AndesRestartCheck: (TOP_MISC2 = 1), ready to continue...RET(0)
[   46.680149] EventGenericEventHandler: CMD Success
[   46.684777] MtCmdAddressLenReq:(ret = 0)
[   46.692725] EventGenericEventHandler: CMD Success
[   46.696474] MtCmdAddressLenReq:(ret = 0)
[   46.700610] MtCmdFwStartReq: override = 1, address = 540672
[   46.705984] EventGenericEventHandler: CMD Success
[   46.710620] Build Date:_201711091714
[   46.714178] EventGenericEventHandler: CMD Success
[   46.718855] MtCmdAddressLenReq:(ret = 0)
[   46.723250] MtCmdFwStartReq: override = 4, address = 0
[   46.779569] EventGenericEventHandler: CMD Success
[   46.832369] WfMcuHwInit: NICLoadFirmware OK, Check IcapMode=0
[   46.837101] MCU Init Done!
[   46.839803] efuse_probe: efuse = 10000212
[   46.843786] RtmpChipOpsEepromHook::e2p_type=2, inf_Type=5
[   46.849164] RtmpEepromGetDefault::e2p_dafault=1
[   46.853679] RtmpChipOpsEepromHook: E2P type(2), E2pAccessMode = 2, E2P default = 1
[   46.861236] NVM is FLASH mode. dev_idx [0] FLASH OFFSET [0x40000]
[   46.867309] EEPROM:Read from [Factory] offset 0x0,length 0x400.
[   46.876152] warning: ra_mtd_read_nm: rdlen is not equal to len
[   46.880992] EEPROM:Read from [Factory] offset 0x400,length 0x2400.
[   46.892637] warning: ra_mtd_read_nm: rdlen is not equal to len
[   46.897468] EEPROM:Read from [Factory] offset 0x2600,length 0x2400.
[   46.909181] warning: ra_mtd_read_nm: rdlen is not equal to len
[   46.914004] EEPROM:Read from [Factory] offset 0x4460,length 0x2400.
[   46.925798] warning: ra_mtd_read_nm: rdlen is not equal to len
[   46.930659] NICReadEEPROMParameters: EEPROM 0x52 b300
[   46.936368] NICReadEEPROMParameters: EEPROM 0x52 b300
[   54.429721] Country Region from e2p = 101
[   54.432752] mt7615_antenna_default_reset(): TxPath = 4, RxPath = 4
[   54.438897] mt7615_antenna_default_reset(): DBDC 2G TxPath = 2, 2G RxPath = 2
[   54.446018] mt7615_antenna_default_reset(): DBDC 5G TxPath = 2, 2G RxPath = 2
[   54.453145] rtmp_read_txpwr_from_eeprom(233): Don't Support this now!
[   54.459561] RTMPReadTxPwrPerRate(1385): Don't Support this now!
[   54.465456] RcRadioInit(): DbdcMode=0, ConcurrentBand=1
[   54.470663] RcRadioInit(): pRadioCtrl=dc25a3fc,Band=0,rfcap=3,channel=1,PhyMode=2 extCha=0xf
[   54.479097] Band Rf: 1, Phy Mode: 2
[   54.482552] AntCfgInit(2766): Not support for HIF_MT yet!
[   54.487951] MtSingleSkuLoadParam: RF_LOCKDOWN Feature OFF !!!
[   54.497984] RtmpOSFileOpen(): Error 2 opening /etc_ro/Wireless/RT2860AP/7615_SingleSKU.dat
[   54.505282] --> Error opening /etc_ro/Wireless/RT2860AP/7615_SingleSKU.dat
[   54.512107] EEPROM Init Done!
[   54.515025] mt_mac_init()-->
[   54.517909] mt_mac_pse_init(2750): Don't Support this now!
[   54.523377] mt7615_init_mac_cr()-->
[   54.526856] mt7615_init_mac_cr(): TMAC_TRCR0=0x82783c8c
[   54.532082] MtAsicSetMacMaxLen(1300): Not finish Yet!
[   54.537089] <--mt_mac_init()
[   54.543548] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0
[   54.549148] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0
[   54.555666] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0
[   54.562111] MAC Init Done!
[   54.564784] MT7615BBPInit():BBP Initialization.....
[   54.569635] 	Band 0: valid=1, isDBDC=0, Band=2, CBW=1, CentCh/PrimCh=1/1, prim_ch_idx=0, txStream=2
[   54.578667] 	Band 1: valid=0, isDBDC=0, Band=0, CBW=0, CentCh/PrimCh=0/0, prim_ch_idx=0, txStream=0
[   54.587692] MT7615BBPInit() todo 
[   54.590964] PHY Init Done!
[   54.594388] tx_pwr_comp_init():NotSupportYet!
[   54.598220] MtCmdSetMacTxRx:(ret = 0)
[   54.601728] CountryCode(2.4G/5G)=1/7, RFIC=25, PHY mode(2.4G/5G)=14/14, support 13 channels
[   54.610063] ApAutoChannelAtBootUp----------------->
[   54.614862] ApAutoChannelAtBootUp: AutoChannelBootup = 1, AutoChannelFlag = 0
[   54.621986] ApAutoChannelAtBootUp<-----------------
[   54.626835] WifiSysOpen(), wdev idx = 0
[   54.630669] wdev_attr_update(): wdevId0 = d4:ee:07:65:49:4d
[   54.636533] Current Channel is 6. DfsZeroWaitSupport=0
[   54.641392] [PMF]APPMFInit:: apidx=0, MFPC=0, MFPR=0, SHA256=0
[   54.647163] HcUpdatePhyMode(): Update PhyMode for all wdev for this band PhyMode:14,Channel=6
[   54.655699] CountryCode(2.4G/5G)=1/7, RFIC=25, PHY mode(2.4G/5G)=14/14, support 13 channels
[   54.664034] Enable 20/40 BSSCoex Channel Scan(BssCoex=1)
[   54.669314] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:127 for WDEV_TYPE:1
[   54.669314]  LinkToOmacIdx = 0, LinkToWdevType = 1
[   54.682178]  [RadarStateCheck]Set into RD_NORMAL_MODE  
[   54.685934] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO),                 CmdBssInfoBmcRate.u2BcTransmit= 0,                 CmdBssInfoBmcRate.u2McTransmit = 0
[   54.702618] MtCmdTxPowerSKUCtrl: fgTxPowerSKUEn: 0, BandIdx: 0
[   54.708382] MtCmdTxPowerPercentCtrl: fgTxPowerPercentEn: 0, BandIdx: 0
[   54.714879] MtCmdTxBfBackoffCtrl: fgTxBFBackoffEn: 0, BandIdx: 0
[   54.720880] mt7615_bbp_adjust():rf_bw=0, ext_ch=0, PrimCh=6, HT-CentCh=6, VHT-CentCh=0
[   54.728774] mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload
[   54.737260] mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload
[   54.745775] MtCmdChannelSwitch: control_chl = 6,control_ch2=0, central_chl = 6 DBDCIdx= 0, Band= 0 
[   54.754793] BW = 0,TXStream = 4, RXStream = 4, scan(0)
[   55.727430] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0)
[   55.914645] ap_phy_rrm_init_byRf(): AP Set CentralFreq at 6(Prim=6, HT-CentCh=6, VHT-CentCh=0, BBP_BW=0)
[   55.937047] LeadTimeForBcn, OmacIdx = 0, WDEV_WITH_BCN_ABILITY
[   55.941959] MtAsicSetRalinkBurstMode(2605): Not support for HIF_MT yet!
[   55.948496] MtAsicSetPiggyBack(777): Not support for HIF_MT yet!
[   55.954544] MtAsicSetTxPreamble(2584): Not support for HIF_MT yet!
[   55.960702] RTMPSetLEDStatus: before AndesLedEnhanceOP , status=1, LED_CMD=2!
[   55.967759] AndesLedEnhanceOP: Success!
[   55.971688] Main bssid = d4:ee:07:65:49:4d
[   55.975737] AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn
[   55.980765] MtCmdSetMacTxRx:(ret = 0)
[   55.984194] MCS Set = ff ff ff ff 00
[   55.987728] <==== mt_wifi_init, Status=0
[   55.991611] MtCmdEDCCACtrl: BandIdx: 0, EDCCACtrl: 1 
[   56.005145] WDS_Init():
[   56.006634] The new WDS interface MAC = FF:FF:FF:FF:FF:FF
[   56.012028]   MacTabMatchWCID = 0
[   56.017313] The new WDS interface MAC = FF:FF:FF:FF:FF:FF
[   56.021750]   MacTabMatchWCID = 0
[   56.026749] The new WDS interface MAC = FF:FF:FF:FF:FF:FF
[   56.031167]   MacTabMatchWCID = 0
[   56.036200] The new WDS interface MAC = FF:FF:FF:FF:FF:FF
[   56.040634]   MacTabMatchWCID = 0
[   56.045652] Total allocated 4 WDS interfaces!
[   56.053749] WtcSetMaxStaNum: MaxStaNum:116, BssidNum:4, WdsNum:4, ApcliNum:2, MaxNumChipRept:0, MinMcastWcid:122
[   56.063032] red_is_enabled: set CR4/N9 RED Enable to 1.
[   56.068167] cp_support_is_enabled: set CR4 CP_SUPPORT to Mode 2.
[   56.074129] Correct apidx from 0 to 0 for WscUUIDInit
[   56.079159] Generate UUID for apidx(0)
[   56.083784] br-lan: port 1(eth1) entered forwarding state
[   56.088350] br-lan: port 1(eth1) entered forwarding state
[   56.094140] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[   56.154146] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2) flags 0x2150
[   56.160288] ol_regdmn_init_channels: c 5180 out of range [5490..5850]
[   56.160303] ol_regdmn_init_channels: c 5200 out of range [5490..5850]
[   56.160316] ol_regdmn_init_channels: c 5220 out of range [5490..5850]
[   56.160326] ol_regdmn_init_channels: c 5240 out of range [5490..5850]
[   56.160337] ol_regdmn_init_channels: c 5260 out of range [5490..5850]
[   56.160349] ol_regdmn_init_channels: c 5280 out of range [5490..5850]
[   56.160359] ol_regdmn_init_channels: c 5300 out of range [5490..5850]
[   56.160369] ol_regdmn_init_channels: c 5320 out of range [5490..5850]
[   56.160408] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4) flags 0xa0
[   56.167191] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x8) flags 0xc0
[   56.173998] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x20) flags 0xd0
[   56.181009] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x40) flags 0x150
[   56.187938] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x800) flags 0x10080
[   56.195248] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2000) flags 0x20080
[   56.202665] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4000) flags 0x40080
[   56.210066] ol_regdmn_init_channels: c 5180 out of range [5490..5850]
[   56.210085] ol_regdmn_init_channels: c 5200 out of range [5490..5850]
[   56.210095] ol_regdmn_init_channels: c 5220 out of range [5490..5850]
[   56.210113] ol_regdmn_init_channels: c 5240 out of range [5490..5850]
[   56.210131] ol_regdmn_init_channels: c 5260 out of range [5490..5850]
[   56.210148] ol_regdmn_init_channels: c 5280 out of range [5490..5850]
[   56.210166] ol_regdmn_init_channels: c 5300 out of range [5490..5850]
[   56.210185] ol_regdmn_init_channels: c 5320 out of range [5490..5850]
[   56.210244] ol_regdmn_init_channels: c 5180 out of range [5490..5850]
[   56.210262] ol_regdmn_init_channels: c 5220 out of range [5490..5850]
[   56.210283] ol_regdmn_init_channels: c 5260 out of range [5490..5850]
[   56.210299] ol_regdmn_init_channels: c 5300 out of range [5490..5850]
[   56.210326] ol_regdmn_init_channels: c 5200 out of range [5490..5850]
[   56.210336] ol_regdmn_init_channels: c 5240 out of range [5490..5850]
[   56.210346] ol_regdmn_init_channels: c 5280 out of range [5490..5850]
[   56.210356] ol_regdmn_init_channels: c 5320 out of range [5490..5850]
[   56.210379] ol_regdmn_init_channels: c 5180 out of range [5490..5850]
[   56.210389] ol_regdmn_init_channels: c 5200 out of range [5490..5850]
[   56.210399] ol_regdmn_init_channels: c 5220 out of range [5490..5850]
[   56.210411] ol_regdmn_init_channels: c 5240 out of range [5490..5850]
[   56.210421] ol_regdmn_init_channels: c 5260 out of range [5490..5850]
[   56.210431] ol_regdmn_init_channels: c 5280 out of range [5490..5850]
[   56.210441] ol_regdmn_init_channels: c 5300 out of range [5490..5850]
[   56.210451] ol_regdmn_init_channels: c 5320 out of range [5490..5850]
[   56.210481] ol_regdmn_init_channels: c 5180 out of range [5490..5850]
[   56.210491] ol_regdmn_init_channels: c 5220 out of range [5490..5850]
[   56.210502] ol_regdmn_init_channels: c 5260 out of range [5490..5850]
[   56.210511] ol_regdmn_init_channels: c 5300 out of range [5490..5850]
[   56.210534] ol_regdmn_init_channels: c 5200 out of range [5490..5850]
[   56.210544] ol_regdmn_init_channels: c 5240 out of range [5490..5850]
[   56.210554] ol_regdmn_init_channels: c 5280 out of range [5490..5850]
[   56.210564] ol_regdmn_init_channels: c 5320 out of range [5490..5850]
[   56.210587] Add VHT80 channel: 5210
[   56.213470] Add VHT80 channel: 5290
[   56.216875] Add VHT80 channel: 5530
[   56.220394] Add VHT80 channel: 5610
[   56.223846] Add VHT80 channel: 5690
[   56.227276] Add VHT80 channel: 5775
[   56.230832] ol_regdmn_init_channels: c 5180 out of range [5490..5850]
[   56.230860] ol_regdmn_init_channels: c 5200 out of range [5490..5850]
[   56.230881] ol_regdmn_init_channels: c 5220 out of range [5490..5850]
[   56.230896] ol_regdmn_init_channels: c 5240 out of range [5490..5850]
[   56.230908] ol_regdmn_init_channels: c 5260 out of range [5490..5850]
[   56.230922] ol_regdmn_init_channels: c 5280 out of range [5490..5850]
[   56.230932] ol_regdmn_init_channels: c 5300 out of range [5490..5850]
[   56.230941] ol_regdmn_init_channels: c 5320 out of range [5490..5850]
[   56.230980] Skipping VHT80 channel 5825
[   56.234668] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x200000) flags 0x4000100
[   56.242490] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x400000) flags 0x8000100
[   56.251203] freq=106 
[   56.252504] freq=122 
[   56.254703] freq=138 
[   56.263492] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2) flags 0x2150
[   56.269624] ol_regdmn_init_channels: c 5500 out of range [5150..5330]
[   56.269650] ol_regdmn_init_channels: c 5520 out of range [5150..5330]
[   56.269668] ol_regdmn_init_channels: c 5540 out of range [5150..5330]
[   56.269680] ol_regdmn_init_channels: c 5560 out of range [5150..5330]
[   56.269690] ol_regdmn_init_channels: c 5580 out of range [5150..5330]
[   56.269705] ol_regdmn_init_channels: c 5600 out of range [5150..5330]
[   56.269721] ol_regdmn_init_channels: c 5620 out of range [5150..5330]
[   56.269733] ol_regdmn_init_channels: c 5640 out of range [5150..5330]
[   56.269748] ol_regdmn_init_channels: c 5660 out of range [5150..5330]
[   56.269766] ol_regdmn_init_channels: c 5680 out of range [5150..5330]
[   56.269782] ol_regdmn_init_channels: c 5700 out of range [5150..5330]
[   56.269795] ol_regdmn_init_channels: c 5720 out of range [5150..5330]
[   56.269814] ol_regdmn_init_channels: c 5745 out of range [5150..5330]
[   56.269829] ol_regdmn_init_channels: c 5765 out of range [5150..5330]
[   56.269840] ol_regdmn_init_channels: c 5785 out of range [5150..5330]
[   56.269854] ol_regdmn_init_channels: c 5805 out of range [5150..5330]
[   56.269869] ol_regdmn_init_channels: c 5825 out of range [5150..5330]
[   56.269894] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4) flags 0xa0
[   56.276443] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x8) flags 0xc0
[   56.283318] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x20) flags 0xd0
[   56.290261] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x40) flags 0x150
[   56.297306] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x800) flags 0x10080
[   56.304559] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2000) flags 0x20080
[   56.311945] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4000) flags 0x40080
[   56.319353] ol_regdmn_init_channels: c 5500 out of range [5150..5330]
[   56.319373] ol_regdmn_init_channels: c 5520 out of range [5150..5330]
[   56.319385] ol_regdmn_init_channels: c 5540 out of range [5150..5330]
[   56.319413] ol_regdmn_init_channels: c 5560 out of range [5150..5330]
[   56.319424] ol_regdmn_init_channels: c 5580 out of range [5150..5330]
[   56.319433] ol_regdmn_init_channels: c 5600 out of range [5150..5330]
[   56.319443] ol_regdmn_init_channels: c 5620 out of range [5150..5330]
[   56.319453] ol_regdmn_init_channels: c 5640 out of range [5150..5330]
[   56.319463] ol_regdmn_init_channels: c 5660 out of range [5150..5330]
[   56.319474] ol_regdmn_init_channels: c 5680 out of range [5150..5330]
[   56.319484] ol_regdmn_init_channels: c 5700 out of range [5150..5330]
[   56.319494] ol_regdmn_init_channels: c 5720 out of range [5150..5330]
[   56.319507] ol_regdmn_init_channels: c 5745 out of range [5150..5330]
[   56.319517] ol_regdmn_init_channels: c 5765 out of range [5150..5330]
[   56.319526] ol_regdmn_init_channels: c 5785 out of range [5150..5330]
[   56.319536] ol_regdmn_init_channels: c 5805 out of range [5150..5330]
[   56.319546] ol_regdmn_init_channels: c 5825 out of range [5150..5330]
[   56.319567] ol_regdmn_init_channels: c 5500 out of range [5150..5330]
[   56.319578] ol_regdmn_init_channels: c 5540 out of range [5150..5330]
[   56.319588] ol_regdmn_init_channels: c 5580 out of range [5150..5330]
[   56.319598] ol_regdmn_init_channels: c 5620 out of range [5150..5330]
[   56.319607] ol_regdmn_init_channels: c 5660 out of range [5150..5330]
[   56.319617] ol_regdmn_init_channels: c 5700 out of range [5150..5330]
[   56.319628] ol_regdmn_init_channels: c 5745 out of range [5150..5330]
[   56.319639] ol_regdmn_init_channels: c 5785 out of range [5150..5330]
[   56.319659] ol_regdmn_init_channels: c 5520 out of range [5150..5330]
[   56.319669] ol_regdmn_init_channels: c 5560 out of range [5150..5330]
[   56.319678] ol_regdmn_init_channels: c 5600 out of range [5150..5330]
[   56.319688] ol_regdmn_init_channels: c 5640 out of range [5150..5330]
[   56.319698] ol_regdmn_init_channels: c 5680 out of range [5150..5330]
[   56.319707] ol_regdmn_init_channels: c 5720 out of range [5150..5330]
[   56.319718] ol_regdmn_init_channels: c 5765 out of range [5150..5330]
[   56.319728] ol_regdmn_init_channels: c 5805 out of range [5150..5330]
[   56.319756] ol_regdmn_init_channels: c 5500 out of range [5150..5330]
[   56.319776] ol_regdmn_init_channels: c 5520 out of range [5150..5330]
[   56.319795] ol_regdmn_init_channels: c 5540 out of range [5150..5330]
[   56.319818] ol_regdmn_init_channels: c 5560 out of range [5150..5330]
[   56.319842] ol_regdmn_init_channels: c 5580 out of range [5150..5330]
[   56.319861] ol_regdmn_init_channels: c 5600 out of range [5150..5330]
[   56.319884] ol_regdmn_init_channels: c 5620 out of range [5150..5330]
[   56.319903] ol_regdmn_init_channels: c 5640 out of range [5150..5330]
[   56.319927] ol_regdmn_init_channels: c 5660 out of range [5150..5330]
[   56.319946] ol_regdmn_init_channels: c 5680 out of range [5150..5330]
[   56.319965] ol_regdmn_init_channels: c 5700 out of range [5150..5330]
[   56.319990] ol_regdmn_init_channels: c 5720 out of range [5150..5330]
[   56.320013] ol_regdmn_init_channels: c 5745 out of range [5150..5330]
[   56.320033] ol_regdmn_init_channels: c 5765 out of range [5150..5330]
[   56.320052] ol_regdmn_init_channels: c 5785 out of range [5150..5330]
[   56.320071] ol_regdmn_init_channels: c 5805 out of range [5150..5330]
[   56.320090] ol_regdmn_init_channels: c 5825 out of range [5150..5330]
[   56.320119] ol_regdmn_init_channels: c 5500 out of range [5150..5330]
[   56.320143] ol_regdmn_init_channels: c 5540 out of range [5150..5330]
[   56.320166] ol_regdmn_init_channels: c 5580 out of range [5150..5330]
[   56.320185] ol_regdmn_init_channels: c 5620 out of range [5150..5330]
[   56.320204] ol_regdmn_init_channels: c 5660 out of range [5150..5330]
[   56.320219] ol_regdmn_init_channels: c 5700 out of range [5150..5330]
[   56.320230] ol_regdmn_init_channels: c 5745 out of range [5150..5330]
[   56.320240] ol_regdmn_init_channels: c 5785 out of range [5150..5330]
[   56.320259] ol_regdmn_init_channels: c 5520 out of range [5150..5330]
[   56.320269] ol_regdmn_init_channels: c 5560 out of range [5150..5330]
[   56.320279] ol_regdmn_init_channels: c 5600 out of range [5150..5330]
[   56.320288] ol_regdmn_init_channels: c 5640 out of range [5150..5330]
[   56.320298] ol_regdmn_init_channels: c 5680 out of range [5150..5330]
[   56.320308] ol_regdmn_init_channels: c 5720 out of range [5150..5330]
[   56.320319] ol_regdmn_init_channels: c 5765 out of range [5150..5330]
[   56.320329] ol_regdmn_init_channels: c 5805 out of range [5150..5330]
[   56.320341] Add VHT80 channel: 5210
[   56.322789] Add VHT80 channel: 5290
[   56.326320] Add VHT80 channel: 5530
[   56.329807] Add VHT80 channel: 5610
[   56.333279] Add VHT80 channel: 5690
[   56.336746] Add VHT80 channel: 5775
[   56.340257] ol_regdmn_init_channels: c 5500 out of range [5150..5330]
[   56.340280] ol_regdmn_init_channels: c 5520 out of range [5150..5330]
[   56.340295] ol_regdmn_init_channels: c 5540 out of range [5150..5330]
[   56.340305] ol_regdmn_init_channels: c 5560 out of range [5150..5330]
[   56.340325] ol_regdmn_init_channels: c 5580 out of range [5150..5330]
[   56.340339] ol_regdmn_init_channels: c 5600 out of range [5150..5330]
[   56.340357] ol_regdmn_init_channels: c 5620 out of range [5150..5330]
[   56.340367] ol_regdmn_init_channels: c 5640 out of range [5150..5330]
[   56.340377] ol_regdmn_init_channels: c 5660 out of range [5150..5330]
[   56.340395] ol_regdmn_init_channels: c 5680 out of range [5150..5330]
[   56.340413] ol_regdmn_init_channels: c 5700 out of range [5150..5330]
[   56.340423] ol_regdmn_init_channels: c 5720 out of range [5150..5330]
[   56.340435] ol_regdmn_init_channels: c 5745 out of range [5150..5330]
[   56.340445] ol_regdmn_init_channels: c 5765 out of range [5150..5330]
[   56.340455] ol_regdmn_init_channels: c 5785 out of range [5150..5330]
[   56.340465] ol_regdmn_init_channels: c 5805 out of range [5150..5330]
[   56.340476] ol_regdmn_init_channels: c 5825 out of range [5150..5330]
[   56.340492] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x200000) flags 0x4000100
[   56.347956] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x400000) flags 0x8000100
[   56.356113] freq=58 
[   56.409605] set TXBF_SND_PERIOD: value 100 wmi_status 0
[   56.415535] set TXBF_SND_PERIOD: value 100 wmi_status 0
[   56.504274] device ra0 entered promiscuous mode
[   56.508424] br-lan: port 2(ra0) entered forwarding state
[   56.513188] br-lan: port 2(ra0) entered forwarding state
[   56.560545] wlan_vap_create : enter. devhandle=0xda9804c0, opmode=IEEE80211_M_HOSTAP, flags=0x1
[   56.568373] send_vdev_create_cmd_non_tlv: ID = 0 Type = 1, Subtype = 0 VAP Addr = d4:ee:07:65:49:4b:
[   56.577503] ieee80211_mbo_vattach:MBO Initialized 
[   56.582163] ieee80211_oce_vattach: OCE Initialized 
[   56.587259] wlan_vap_create : exit. devhandle=0xda9804c0, vap=0xd8b78000, opmode=IEEE80211_M_HOSTAP, flags=0x1.
[   56.597111] __ieee80211_smart_ant_init: Smart Antenna is not supported 
[   56.603716] Enabling TX checksum bit for the vap ath10 features 4000 
[   56.610113] Enabling SG bit for the vap ath10 features 4000 
[   56.615744] Enabling SG bit for the vap ath10 features 4000 
[   56.621399] Enabling TSO bit for the vap ath10 features 4000 
[   56.627130] Enabling LRO bit for the vap ath10 features 4000 
[   56.654462] VAP device ath10 created osifp: (dcfe6cc0) os_if: (d8b78000)
[   56.660300] wlan_vap_create : enter. devhandle=0xdb6804c0, opmode=IEEE80211_M_HOSTAP, flags=0x1
[   56.668993] send_vdev_create_cmd_non_tlv: ID = 0 Type = 1, Subtype = 0 VAP Addr = d4:ee:07:65:49:4a:
[   56.678161] ieee80211_mbo_vattach:MBO Initialized 
[   56.682796] ieee80211_oce_vattach: OCE Initialized 
[   56.688051] wlan_vap_create : exit. devhandle=0xdb6804c0, vap=0xd8ba0000, opmode=IEEE80211_M_HOSTAP, flags=0x1.
[   56.697729] __ieee80211_smart_ant_init: Smart Antenna is not supported 
[   56.704327] Enabling TX checksum bit for the vap ath00 features 4000 
[   56.710736] Enabling SG bit for the vap ath00 features 4000 
[   56.716371] Enabling SG bit for the vap ath00 features 4000 
[   56.722019] Enabling TSO bit for the vap ath00 features 4000 
[   56.727757] Enabling LRO bit for the vap ath00 features 4000 
[   56.736334] VAP device ath00 created osifp: (d8ae2cc0) os_if: (d8ba0000)
[   56.745782] [wifi0] FWLOG: [71841] WAL_DBGID_PDEV_INFO_PRINT ( 0x3a, 0xa10, 0x160, 0x10, 0x0 )
[   56.753369] [wifi0] FWLOG: [71841] WAL_DBGID_PDEV_INFO_PRINT ( 0x3a, 0x10, 0x0, 0x10, 
[   56.760931] siwfreq
[   56.760944] Set freq vap 0 stop send + d8ba0000
[   56.761131] Set freq vap 0 stop send -d8ba0000
[   56.772254] 0x12 )
[   56.787488] Set wait done --d8ba0000
[   56.815825] siwfreq
[   56.816907] Set freq vap 0 stop send + d8b78000
[   56.821677] Set freq vap 0 stop send -d8b78000
[   56.851467] Set wait done --d8b78000
[   56.990269] [DEBUG] vap-0(ath00):set SIOC80211NWID, 18 characters
[   56.995493]  
[   56.995493]  DES SSID SET=PandoraBox_4948_5G 
[   57.001736] [DEBUG] vap-0(ath10):set SIOC80211NWID, 19 characters
[   57.007424]  
[   57.007424]  DES SSID SET=PandoraBox_4948_5G2 
[   57.068185] Sending SCAN START cmd
[   57.070884] 8021q: adding VLAN 0 to HW filter on device ath00
[   57.104022] Sending SCAN START cmd
[   57.106839] 8021q: adding VLAN 0 to HW filter on device ath10
[   57.329752] [wifi1] FWLOG: [71949] WAL_DBGID_PDEV_INFO_PRINT ( 0x3a, 0xa10, 0x160, 0x10, 0x0 )
[   57.337335] [wifi1] FWLOG: [71949] WAL_DBGID_PDEV_INFO_PRINT ( 0x3a, 0x10, 0x0, 0x10, 0x12 )
[   57.345759] [wifi1] FWLOG: [72566] vap-0 WMI_CMD_PARAMS ( 0xff, 0x40, 0x1 )
[   57.352703] [wifi1] FWLOG: [72738] WAL channel change freq=5180, mode=0 flags=0 rx_ok=1 tx_ok=1
[   57.361524] [wifi1] FWLOG: [72738] WAL_DBGID_RST_STATS ( 0x2, 0x80, 0x143c, 0x0 )
[   57.564528] device ath00 entered promiscuous mode
[   57.568752] br-lan: port 3(ath00) entered forwarding state
[   57.573759] br-lan: port 3(ath00) entered forwarding state
[   57.584338] device ath10 entered promiscuous mode
[   57.588504] br-lan: port 4(ath10) entered forwarding state
[   57.593547] br-lan: port 4(ath10) entered forwarding state
[   57.655305] SFE:Connection manager init
[   57.744329] [wifi0] FWLOG: [72534] vap-0 WMI_CMD_PARAMS ( 0xff, 0x40, 0x1 )
[   57.750257] [wifi0] FWLOG: [72701] WAL channel change freq=5500, mode=0 flags=0 rx_ok=1 tx_ok=1
[   57.759022] [wifi0] FWLOG: [72702] WAL_DBGID_RST_STATS ( 0x2, 0x80, 0x157c, 0x0 )
[   57.766411] [wifi0] FWLOG: [73016] WAL channel change freq=5520, mode=0 flags=0 rx_ok=1 tx_ok=1
[   57.775267] [wifi0] FWLOG: [73331] WAL channel change freq=5540, mode=0 flags=0 rx_ok=1 tx_ok=1
[   58.091410] br-lan: port 1(eth1) entered forwarding state
[   58.329181] [wifi1] FWLOG: [73052] WAL channel change freq=5200, mode=0 flags=0 rx_ok=1 tx_ok=1
[   58.336881] [wifi1] FWLOG: [73367] WAL channel change freq=5220, mode=0 flags=0 rx_ok=1 tx_ok=1
[   58.345564] [wifi1] FWLOG: [73675] WAL channel change freq=5240, mode=0 flags=0 rx_ok=1 tx_ok=1
[   58.515407] br-lan: port 2(ra0) entered forwarding state
[   58.743816] [wifi0] FWLOG: [73645] WAL channel change freq=5560, mode=0 flags=0 rx_ok=1 tx_ok=1
[   58.751531] [wifi0] FWLOG: [73959] WAL channel change freq=5580, mode=0 flags=0 rx_ok=1 tx_ok=1
[   58.760262] [wifi0] FWLOG: [74274] WAL channel change freq=5600, mode=0 flags=0 rx_ok=1 tx_ok=1
[   59.381282] [wifi1] FWLOG: [73989] WAL channel change freq=5260, mode=0 flags=0 rx_ok=1 tx_ok=1
[   59.389050] [wifi1] FWLOG: [74303] WAL channel change freq=5280, mode=0 flags=0 rx_ok=1 tx_ok=1
[   59.397710] [wifi1] FWLOG: [74618] WAL channel change freq=5300, mode=0 flags=0 rx_ok=1 tx_ok=1
[   59.406385] [wifi1] FWLOG: [74932] WAL channel change freq=5320, mode=0 flags=0 rx_ok=1 tx_ok=1
[   59.572409] send_vdev_down_cmd_non_tlv for vap 0
[   59.576356] OL vap_start +
[   59.578711] VDEV START
[   59.579426] br-lan: port 3(ath00) entered forwarding state
[   59.586599] OL vap_start -
[   59.589243] ol_ath_vap_set_param: Now supported MGMT RATE is 6000(kbps) and rate code: 0x3
[   59.599429] br-lan: port 4(ath10) entered forwarding state
[   59.743357] [wifi0] FWLOG: [74587] WAL channel change freq=5620, mode=0 flags=0 rx_ok=1 tx_ok=1
[   59.751174] [wifi0] FWLOG: [74902] WAL channel change freq=5640, mode=0 flags=0 rx_ok=1 tx_ok=1
[   59.759751] [wifi0] FWLOG: [75216] WAL channel change freq=5660, mode=0 flags=0 rx_ok=1 tx_ok=1
[   59.774209] ol_vdev_start_resp_ev for vap 0 (dac12000)
[   59.778383] send_wmm_update_cmd_non_tlv:
[   59.782494] su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1
[   59.789360] send_vdev_up_cmd_non_tlv for vap 0
[   59.793727] Beacon mode set to staggered. Cannot enable FD
[   59.799171] __ieee80211_smart_ant_init: Smart Antenna is not supported 
[   60.328180] [wifi1] FWLOG: [75249] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 )
[   60.333675] [wifi1] FWLOG: [75249] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 )
[   60.340185] [wifi1] FWLOG: [75260] vap-0 VDEV_MGR_VDEV_START ( 0x143c, 0x2, 0x0, 0x0 )
[   60.348087] [wifi1] FWLOG: [75260] WAL channel change freq=5180, mode=10 flags=0 rx_ok=1 tx_ok=1
[   60.357040] [wifi1] FWLOG: [75260] WAL_DBGID_RST_STATS ( 0x2, 0x80, 0x143c, 0x1 )
[   60.364320] [wifi1] FWLOG: [75452] VDEV_MGR_VDEV_START_RESP ( 0x0 )
[   60.370568] [wifi1] FWLOG: [75473] VDEV_MGR_HP_START_TIME ( 0x0, 0x143c, 0x133d001 )
[   60.378297] [wifi1] FWLOG: [75473] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 )
[   60.384810] [wifi1] FWLOG: [75473] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 )
[   60.391314] [wifi1] FWLOG: [75473] VDEV_MGR_AP_TBTT_CONFIG ( 0x0, 0x143c, 0x0, 0x0 )
[   60.742843] [wifi0] FWLOG: [75530] WAL channel change freq=5680, mode=0 flags=0 rx_ok=1 tx_ok=1
[   60.750658] [wifi0] FWLOG: [75845] WAL channel change freq=5700, mode=0 flags=0 rx_ok=1 tx_ok=1
[   60.759240] [wifi0] FWLOG: [76158] WAL channel change freq=5745, mode=0 flags=0 rx_ok=1 tx_ok=1
[   61.742372] [wifi0] FWLOG: [76467] WAL channel change freq=5765, mode=0 flags=0 rx_ok=1 tx_ok=1
[   61.750227] [wifi0] FWLOG: [76781] WAL channel change freq=5785, mode=0 flags=0 rx_ok=1 tx_ok=1
[   61.758794] [wifi0] FWLOG: [77095] WAL channel change freq=5805, mode=0 flags=0 rx_ok=1 tx_ok=1
[   61.767467] [wifi0] FWLOG: [77410] WAL channel change freq=5825, mode=0 flags=0 rx_ok=1 tx_ok=1
[   61.990787] send_vdev_down_cmd_non_tlv for vap 0
[   61.994709] OL vap_start +
[   61.997102] VDEV START
[   61.999433] OL vap_start -
[   62.002122] ol_ath_vap_set_param: Now supported MGMT RATE is 6000(kbps) and rate code: 0x3
[   62.178809] ol_vdev_start_resp_ev for vap 0 (df4d6000)
[   62.183006] send_wmm_update_cmd_non_tlv:
[   62.186888] ol_if_dfs_configure: called
[   62.186901] ol_if_dfs_configure: FCC domain
[   62.191025] ol_if_dfs_disable: called
[   62.191165] ol_if_dfs_enable: called
[   62.741781] [wifi0] FWLOG: [77727] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 )
[   62.747276] [wifi0] FWLOG: [77727] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 )
[   62.753786] [wifi0] FWLOG: [77732] vap-0 VDEV_MGR_VDEV_START ( 0x157c, 0x2, 0x0, 0x1 )
[   62.761683] [wifi0] FWLOG: [77732] WAL channel change freq=5500, mode=10 flags=0 rx_ok=1 tx_ok=1
[   62.770483] [wifi0] FWLOG: [77732] WAL_DBGID_RST_STATS ( 0x2, 0x80, 0x157c, 0x1 )
[   62.777917] [wifi0] FWLOG: [77915] VDEV_MGR_VDEV_START_RESP ( 0x0 )
[   67.319748] [SSDK]DESS HWNAT disable
[   67.457464] [SSDK]DESS HWNAT disable
[   73.651865] ssdk: port 1 link up (1000Mbps/Full duplex)
[   74.155642] ssdk: port 1 link down
[   77.255873] ssdk: port 1 link up (1000Mbps/Full duplex)
[  124.387412] cac_timeout cac expired, chan 5500 curr time 4294791
[  124.392533] su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1
[  124.399475] send_vdev_up_cmd_non_tlv for vap 0
[  124.403886] Beacon mode set to staggered. Cannot enable FD
[  124.409333] __ieee80211_smart_ant_init: Smart Antenna is not supported 
[  124.714209] [wifi0] FWLOG: [141671] VDEV_MGR_HP_START_TIME ( 0x0, 0x157c, 0x534d001 )
[  124.721007] [wifi0] FWLOG: [141671] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 )
[  124.727629] [wifi0] FWLOG: [141671] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 )
[  124.734199] [wifi0] FWLOG: [141671] VDEV_MGR_AP_TBTT_CONFIG ( 0x0, 0x157c, 0x0, 0x0 )
[root@PandoraBox_4948:/root]#
[root@PandoraBox_4948:/root]#
[root@PandoraBox_4948:/root]#dmesg | grep version | grep SMP
[    0.000000] Linux version 3.14.79 (lintel@lintel-dev-vm) (gcc version 5.5.0 (PandoraBox GCC 5.5.0 2019-02-01-git-392ff8954) ) #0 SMP Wed Feb 13 09:17:45 2019
[root@PandoraBox_4948:/root]#
[root@PandoraBox_4948:/root]#uname -a
Linux PandoraBox_4948 3.14.79 #0 SMP Wed Feb 13 09:17:45 2019 armv7l PandoraBox
[root@PandoraBox_4948:/root]#
[root@PandoraBox_4948:/root]#cat /etc/openwrt_release
DISTRIB_ID="PandoraBox"
DISTRIB_CODENAME="19.02"
DISTRIB_RELEASE="19.02"
DISTRIB_VERSION="4824"
DISTRIB_REVISION="2019-02-13-git-003ab00ba"
DISTRIB_TARGET="qualcomm/ipq40xx"
DISTRIB_DESCRIPTION="PandoraBox 19.02 2019-02-13-git-003ab00ba"
DISTRIB_TAINTS="no-all busybox"
DISTRIB_MANUFACTURER="PandoraBox-Team"
DISTRIB_MANUFACTURER="http://www.pandorabox.com.cn"
[root@PandoraBox_4948:/root]#
[root@PandoraBox_4948:/root]#
[root@PandoraBox_4948:/root]#cat /etc/openwrt_version
4824
[root@PandoraBox_4948:/root]#
[root@PandoraBox_4948:/root]#cat /etc/opkg/distfeeds.conf
src/gz 19.02_core http://downloads.pangubox.com:6380/pandorabox/19.02/targets/qualcomm/ipq40xx/packages
src/gz 19.02_base http://downloads.pangubox.com:6380/pandorabox/19.02/packages/arm_cortex-a7_neon-vfpv4/base
src/gz 19.02_newifi http://downloads.pangubox.com:6380/pandorabox/19.02/packages/arm_cortex-a7_neon-vfpv4/newifi
src/gz 19.02_pear http://downloads.pangubox.com:6380/pandorabox/19.02/packages/arm_cortex-a7_neon-vfpv4/pear
src/gz 19.02_packages http://downloads.pangubox.com:6380/pandorabox/19.02/packages/arm_cortex-a7_neon-vfpv4/packages
src/gz 19.02_luci http://downloads.pangubox.com:6380/pandorabox/19.02/packages/arm_cortex-a7_neon-vfpv4/luci
src/gz 19.02_lafite http://downloads.pangubox.com:6380/pandorabox/19.02/packages/arm_cortex-a7_neon-vfpv4/lafite
src/gz 19.02_mtkdrv http://downloads.pangubox.com:6380/pandorabox/19.02/packages/arm_cortex-a7_neon-vfpv4/mtkdrv
[root@PandoraBox_4948:/root]#
[root@PandoraBox_4948:/root]#
[root@PandoraBox_4948:/root]#ls /dev
bus                 mtd12ro             mtd5                mtdblock16          shm
console             mtd13               mtd5ro              mtdblock17          switch_ssdk
cpu_dma_latency     mtd13ro             mtd6                mtdblock2           tty
full                mtd14               mtd6ro              mtdblock3           ttyMSM0
gpio                mtd14ro             mtd7                mtdblock4           ttyMSM1
hwrng               mtd15               mtd7ro              mtdblock5           ttyS0
kmsg                mtd15ro             mtd8                mtdblock6           ttyS1
log                 mtd16               mtd8ro              mtdblock7           ubi0
mem                 mtd16ro             mtd9                mtdblock8           ubi0_0
msm_sps             mtd17               mtd9ro              mtdblock9           ubi0_1
mtd0                mtd17ro             mtdblock0           network_latency     ubi0_2
mtd0ro              mtd1ro              mtdblock1           network_throughput  ubi_ctrl
mtd1                mtd2                mtdblock10          null                ubiblock0_1
mtd10               mtd2ro              mtdblock11          port                urandom
mtd10ro             mtd3                mtdblock12          ppp                 watchdog
mtd11               mtd3ro              mtdblock13          ptmx                watchdog0
mtd11ro             mtd4                mtdblock14          pts                 zero
mtd12               mtd4ro              mtdblock15          random
[root@PandoraBox_4948:/root]#
[root@PandoraBox_4948:/root]#
[root@PandoraBox_4948:/root]#cat /proc/meminfo 
MemTotal:         510544 kB
MemFree:          410172 kB
MemAvailable:     375048 kB
Buffers:            2596 kB
Cached:             8020 kB
SwapCached:            0 kB
Active:             8028 kB
Inactive:           5796 kB
Active(anon):       3280 kB
Inactive(anon):     1028 kB
Active(file):       4748 kB
Inactive(file):     4768 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:             0 kB
SwapFree:              0 kB
Dirty:                 0 kB
Writeback:             0 kB
AnonPages:          3236 kB
Mapped:             3204 kB
Shmem:              1100 kB
Slab:              44820 kB
SReclaimable:       2152 kB
SUnreclaim:        42668 kB
KernelStack:         608 kB
PageTables:          392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:      255272 kB
Committed_AS:      11504 kB
VmallocTotal:     499712 kB
VmallocUsed:       42592 kB
VmallocChunk:     428832 kB
[root@PandoraBox_4948:/root]#
[root@PandoraBox_4948:/root]#cat /proc/cpuinfo 
processor	: 0
model name	: ARMv7 Processor rev 5 (v7l)
BogoMIPS	: 96.00
Features	: swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm 
CPU implementer	: 0x41
CPU architecture: 7
CPU variant	: 0x0
CPU part	: 0xc07
CPU revision	: 5

processor	: 1
model name	: ARMv7 Processor rev 5 (v7l)
BogoMIPS	: 96.00
Features	: swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm 
CPU implementer	: 0x41
CPU architecture: 7
CPU variant	: 0x0
CPU part	: 0xc07
CPU revision	: 5

processor	: 2
model name	: ARMv7 Processor rev 5 (v7l)
BogoMIPS	: 96.00
Features	: swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm 
CPU implementer	: 0x41
CPU architecture: 7
CPU variant	: 0x0
CPU part	: 0xc07
CPU revision	: 5

processor	: 3
model name	: ARMv7 Processor rev 5 (v7l)
BogoMIPS	: 96.00
Features	: swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm 
CPU implementer	: 0x41
CPU architecture: 7
CPU variant	: 0x0
CPU part	: 0xc07
CPU revision	: 5

Hardware	: Qualcomm (Flattened Device Tree)
Revision	: 0000
Serial		: 0000000000000000
[root@PandoraBox_4948:/root]#
[root@PandoraBox_4948:/etc]#cat /proc/partitions 
major minor  #blocks  name

  31        0      45056 mtdblock0
  31        1      45056 mtdblock1
  31        2      40960 mtdblock2
  31        3        256 mtdblock3
  31        4        128 mtdblock4
  31        5        384 mtdblock5
  31        6         64 mtdblock6
  31        7         64 mtdblock7
  31        8         64 mtdblock8
  31        9        512 mtdblock9
  31       10         64 mtdblock10
  31       11         64 mtdblock11
  31       12         64 mtdblock12
  31       13        128 mtdblock13
  31       14         64 mtdblock14
  31       15         64 mtdblock15
  31       16         64 mtdblock16
  31       17       1472 mtdblock17
 254        1      13144 ubiblock0_1
[root@PandoraBox_4948:/etc]#
[root@PandoraBox_4948:/root]#cat /etc/mtab 
rootfs / rootfs rw 0 0
/dev/root /rom squashfs ro,relatime 0 0
proc /proc proc rw,nosuid,nodev,noexec,noatime 0 0
sysfs /sys sysfs rw,nosuid,nodev,noexec,noatime 0 0
tmpfs /sys/fs/cgroup tmpfs rw,nosuid,nodev,noexec,relatime,mode=755 0 0
cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
cgroup /sys/fs/cgroup/debug cgroup rw,nosuid,nodev,noexec,relatime,debug 0 0
cgroup /sys/fs/cgroup/cpu cgroup rw,nosuid,nodev,noexec,relatime,cpu 0 0
cgroup /sys/fs/cgroup/cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpuacct 0 0
cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
cgroup /sys/fs/cgroup/net_cls cgroup rw,nosuid,nodev,noexec,relatime,net_cls 0 0
cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
cgroup /sys/fs/cgroup/net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_prio 0 0
tmpfs /tmp tmpfs rw,nosuid,nodev,noatime 0 0
/dev/ubi0_2 /overlay ubifs rw,noatime 0 0
overlayfs:/overlay / overlayfs rw,noatime,lowerdir=/,upperdir=/overlay 0 0
tmpfs /dev tmpfs rw,nosuid,relatime,size=512k,mode=755 0 0
devpts /dev/pts devpts rw,nosuid,noexec,relatime,mode=600,ptmxmode=000 0 0
debugfs /sys/kernel/debug debugfs rw,noatime 0 0
[root@PandoraBox_4948:/root]#
[root@PandoraBox_4948:/root]#cat /proc/diskstats
  31       0 mtdblock0 106 0 848 448 0 0 0 0 0 452 452
  31       1 mtdblock1 146 272 3344 2428 0 0 0 0 0 1752 2428
  31       2 mtdblock2 106 0 848 440 0 0 0 0 0 440 440
  31       3 mtdblock3 50 72 976 616 0 0 0 0 0 564 616
  31       4 mtdblock4 49 77 1008 908 0 0 0 0 0 656 908
  31       5 mtdblock5 54 72 1008 820 0 0 0 0 0 768 820
  31       6 mtdblock6 42 56 784 604 0 0 0 0 0 488 600
  31       7 mtdblock7 42 56 784 468 0 0 0 0 0 416 464
  31       8 mtdblock8 42 56 784 472 0 0 0 0 0 420 472
  31       9 mtdblock9 54 72 1008 764 0 0 0 0 0 716 764
  31      10 mtdblock10 42 56 784 548 0 0 0 0 0 456 548
  31      11 mtdblock11 48 98 1168 724 0 0 0 0 0 636 724
  31      12 mtdblock12 42 56 784 484 0 0 0 0 0 432 484
  31      13 mtdblock13 46 72 944 556 0 0 0 0 0 508 556
  31      14 mtdblock14 42 56 784 468 0 0 0 0 0 416 468
  31      15 mtdblock15 42 56 784 472 0 0 0 0 0 420 472
  31      16 mtdblock16 42 56 784 456 0 0 0 0 0 408 456
  31      17 mtdblock17 118 72 1520 888 0 0 0 0 0 832 888
 254       1 ubiblock0_1 405 17958 36726 11956 0 0 0 0 0 9868 12032
[root@PandoraBox_4948:/root]#
[root@PandoraBox_4948:/root]#
[root@PandoraBox_4948:/root]#df -Th
Filesystem           Type            Size      Used Available Use% Mounted on
rootfs               rootfs         22.6M     80.0K     21.4M   0% /
/dev/root            squashfs       12.8M     12.8M         0 100% /rom
tmpfs                tmpfs         249.3M         0    249.3M   0% /sys/fs/cgroup
tmpfs                tmpfs         249.3M      1.1M    248.2M   0% /tmp
/dev/ubi0_2          ubifs          22.6M     80.0K     21.4M   0% /overlay
overlayfs:/overlay   overlayfs      22.6M     80.0K     21.4M   0% /
tmpfs                tmpfs         512.0K         0    512.0K   0% /dev
[root@PandoraBox_4948:/root]#

[root@PandoraBox_4948:/root]#sysctl -a
ath_pktlog.system.enable = 0
ath_pktlog.system.options = 0
ath_pktlog.system.per_thresh = 30
ath_pktlog.system.phyerr_thresh = 300
ath_pktlog.system.remote_port = 0
ath_pktlog.system.reset_buffer = 0
ath_pktlog.system.sack_thr = 3
ath_pktlog.system.size = 1048576
ath_pktlog.system.tail_length = 100
ath_pktlog.system.thruput_thresh = 65536
ath_pktlog.system.trigger_interval = 500
ath_pktlog.wifi0.enable = 0
ath_pktlog.wifi0.options = 0
ath_pktlog.wifi0.per_thresh = 30
ath_pktlog.wifi0.phyerr_thresh = 300
ath_pktlog.wifi0.remote_port = 0
ath_pktlog.wifi0.reset_buffer = 0
ath_pktlog.wifi0.sack_thr = 3
ath_pktlog.wifi0.size = 1048576
ath_pktlog.wifi0.tail_length = 100
ath_pktlog.wifi0.thruput_thresh = 65536
ath_pktlog.wifi0.trigger_interval = 500
ath_pktlog.wifi1.enable = 0
ath_pktlog.wifi1.options = 0
ath_pktlog.wifi1.per_thresh = 30
ath_pktlog.wifi1.phyerr_thresh = 300
ath_pktlog.wifi1.remote_port = 0
ath_pktlog.wifi1.reset_buffer = 0
ath_pktlog.wifi1.sack_thr = 3
ath_pktlog.wifi1.size = 1048576
ath_pktlog.wifi1.tail_length = 100
ath_pktlog.wifi1.thruput_thresh = 65536
ath_pktlog.wifi1.trigger_interval = 500
dev.scsi.logging_level = 0
fs.aio-max-nr = 65536
fs.aio-nr = 0
fs.dentry-state = 2421	807	45	0	0	0
fs.epoll.max_user_watches = 180188
fs.file-max = 16384
fs.file-nr = 320	0	16384
fs.inode-nr = 2243	1
fs.inode-state = 2243	1	0	0	0	0	0
fs.inotify.max_queued_events = 16384
fs.inotify.max_user_instances = 128
fs.inotify.max_user_watches = 8192
fs.lease-break-time = 45
fs.leases-enable = 1
fs.mqueue.msg_default = 10
fs.mqueue.msg_max = 10
fs.mqueue.msgsize_default = 8192
fs.mqueue.msgsize_max = 8192
fs.mqueue.queues_max = 256
fs.nr_open = 1048576
fs.overflowgid = 65534
fs.overflowuid = 65534
fs.pipe-max-size = 1048576
fs.pipe-user-pages-hard = 0
fs.pipe-user-pages-soft = 16384
fs.protected_hardlinks = 0
fs.protected_symlinks = 0
fs.suid_dumpable = 0
kernel.auto_msgmni = 1
kernel.blk_iopoll = 1
kernel.cad_pid = 1
kernel.cap_last_cap = 36
kernel.ctrl-alt-del = 0
kernel.dmesg_restrict = 0
kernel.domainname = (none)
kernel.hostname = PandoraBox_4948
kernel.hotplug = /sbin/hotplug
kernel.keys.gc_delay = 300
kernel.keys.maxbytes = 20000
kernel.keys.maxkeys = 200
kernel.keys.root_maxbytes = 20000
kernel.keys.root_maxkeys = 200
kernel.kptr_restrict = 0
kernel.max_lock_depth = 1024
kernel.modprobe = /sbin/modprobe
kernel.modules_disabled = 0
kernel.msgmax = 8192
kernel.msgmnb = 16384
kernel.msgmni = 996
kernel.ngroups_max = 65536
kernel.osrelease = 3.14.79
kernel.ostype = Linux
kernel.overflowgid = 65534
kernel.overflowuid = 65534
kernel.panic = 3
kernel.panic_on_oops = 0
kernel.perf_cpu_time_max_percent = 25
kernel.perf_event_max_sample_rate = 100000
kernel.perf_event_mlock_kb = 516
kernel.perf_event_paranoid = 1
kernel.pid_max = 32768
kernel.poweroff_cmd = /sbin/poweroff
kernel.print-fatal-signals = 0
kernel.printk = 7	4	1	7
kernel.printk_delay = 0
kernel.printk_ratelimit = 5
kernel.printk_ratelimit_burst = 10
kernel.pty.max = 4096
kernel.pty.nr = 2
kernel.pty.reserve = 1024
kernel.random.boot_id = 513feee6-ea59-4163-b77d-59d248d48389
kernel.random.entropy_avail = 621
kernel.random.poolsize = 4096
kernel.random.read_wakeup_threshold = 64
kernel.random.urandom_min_reseed_secs = 60
kernel.random.uuid = 86970c9c-031f-471f-8023-30cb422b0c16
kernel.random.write_wakeup_threshold = 896
kernel.randomize_va_space = 2
kernel.real-root-dev = 0
kernel.sched_child_runs_first = 0
kernel.sched_rr_timeslice_ms = 25
kernel.sched_rt_period_us = 1000000
kernel.sched_rt_runtime_us = 950000
kernel.sem = 250	32000	32	128
kernel.shm_rmid_forced = 0
kernel.shmall = 2097152
kernel.shmmax = 33554432
kernel.shmmni = 4096
kernel.sysrq = 1
kernel.tainted = 1
kernel.threads-max = 7974
kernel.usermodehelper.bset = 4294967295	31
kernel.usermodehelper.inheritable = 4294967295	31
kernel.version = #0 SMP Wed Feb 13 09:17:45 2019
net.bridge.bridge-nf-call-arptables = 0
net.bridge.bridge-nf-call-custom = 0
net.bridge.bridge-nf-call-ip6tables = 0
net.bridge.bridge-nf-call-iptables = 0
net.bridge.bridge-nf-filter-pppoe-tagged = 0
net.bridge.bridge-nf-filter-vlan-tagged = 0
net.bridge.bridge-nf-pass-vlan-input-dev = 0
net.core.busy_poll = 0
net.core.busy_read = 0
net.core.default_qdisc = fq_codel
net.core.dev_weight = 64
net.core.flow_limit_cpu_bitmap = 0
net.core.flow_limit_table_len = 4096
net.core.message_burst = 10
net.core.message_cost = 5
net.core.netdev_budget = 300
net.core.netdev_max_backlog = 16384
net.core.netdev_tstamp_prequeue = 1
net.core.optmem_max = 10240
net.core.rmem_default = 163840
net.core.rmem_max = 655360
net.core.rps_sock_flow_entries = 0
net.core.somaxconn = 128
net.core.warnings = 1
net.core.wmem_default = 163840
net.core.wmem_max = 655360
net.edma.athr_hdr_eth_type = 0
net.edma.default_group1_bmp = 32
net.edma.default_group1_vlan_tag = 2
net.edma.default_group2_bmp = 30
net.edma.default_group2_vlan_tag = 1
sysctl: error reading key 'net.edma.default_group3_vlan_tag': Operation not permitted
sysctl: error reading key 'net.edma.default_group4_vlan_tag': Operation not permitted
sysctl: error reading key 'net.edma.default_group5_vlan_tag': Operation not permitted
net.edma.default_lan_tag = 1
net.edma.default_wan_tag = 2
net.edma.dscp2ac = precedence:   0   1   2   3   4   5   6   7
net.edma.dscp2ac = AC:           BE  BE  BE  BE  BE  BE  BE  BE 
net.edma.dscp2ac = 
net.edma.dscp2ac = Usage: echo "<dscp> <AC>" > dscp2ac
net.edma.dscp2ac = dscp: 6 bits dscp value in Decimal
net.edma.dscp2ac = AC: 0 --> BK
net.edma.dscp2ac =     1 --> BE
net.edma.dscp2ac =     2 --> VI
net.edma.dscp2ac =     3 --> VO
net.edma.edma_disable_rss = 0
net.edma.enable_stp_rstp = 0
net.edma.iad_print_flow_table = Flow: 1 SIP: 0.0.0.0 DIP: 0.0.0.0 Sport: 0 Dport: 0 
net.edma.iad_print_flow_table = Flow: 2 SIP: 0.0.0.0 DIP: 0.0.0.0 Sport: 0 Dport: 0 
net.edma.iad_print_flow_table = Flow: 3 SIP: 0.0.0.0 DIP: 0.0.0.0 Sport: 0 Dport: 0 
net.edma.iad_print_flow_table = Flow: 4 SIP: 0.0.0.0 DIP: 0.0.0.0 Sport: 0 Dport: 0 
net.edma.iad_print_flow_table = Flow: 5 SIP: 0.0.0.0 DIP: 0.0.0.0 Sport: 0 Dport: 0 
net.edma.iad_print_flow_table = Flow: 6 SIP: 0.0.0.0 DIP: 0.0.0.0 Sport: 0 Dport: 0 
net.edma.iad_print_flow_table = Flow: 7 SIP: 0.0.0.0 DIP: 0.0.0.0 Sport: 0 Dport: 0 
net.edma.iad_print_flow_table = Flow: 8 SIP: 0.0.0.0 DIP: 0.0.0.0 Sport: 0 Dport: 0 
net.edma.iad_stats_enable = 0
net.edma.iad_stats_reset = 0
net.edma.max_valid_ifd_usec = 5000000
net.edma.per_prec_stats_enable = 0
net.edma.per_prec_stats_reset = 0
net.edma.queue_to_virtual_queue_map = 0
net.edma.weight_assigned_to_queues = 0
net.ipv4.conf.all.accept_local = 0
net.ipv4.conf.all.accept_redirects = 0
net.ipv4.conf.all.accept_source_route = 0
net.ipv4.conf.all.arp_accept = 0
net.ipv4.conf.all.arp_announce = 0
net.ipv4.conf.all.arp_filter = 0
net.ipv4.conf.all.arp_ignore = 1
net.ipv4.conf.all.arp_notify = 0
net.ipv4.conf.all.bootp_relay = 0
net.ipv4.conf.all.disable_policy = 0
net.ipv4.conf.all.disable_xfrm = 0
net.ipv4.conf.all.force_igmp_version = 0
net.ipv4.conf.all.forwarding = 1
net.ipv4.conf.all.igmpv2_unsolicited_report_interval = 10000
net.ipv4.conf.all.igmpv3_unsolicited_report_interval = 1000
net.ipv4.conf.all.log_martians = 0
net.ipv4.conf.all.mc_forwarding = 0
net.ipv4.conf.all.medium_id = 0
net.ipv4.conf.all.promote_secondaries = 0
net.ipv4.conf.all.proxy_arp = 0
net.ipv4.conf.all.proxy_arp_pvlan = 0
net.ipv4.conf.all.route_localnet = 0
net.ipv4.conf.all.rp_filter = 0
net.ipv4.conf.all.secure_redirects = 1
net.ipv4.conf.all.send_redirects = 1
net.ipv4.conf.all.shared_media = 1
net.ipv4.conf.all.src_valid_mark = 0
net.ipv4.conf.all.tag = 0
net.ipv4.conf.apcli0.accept_local = 0
net.ipv4.conf.apcli0.accept_redirects = 1
net.ipv4.conf.apcli0.accept_source_route = 1
net.ipv4.conf.apcli0.arp_accept = 0
net.ipv4.conf.apcli0.arp_announce = 0
net.ipv4.conf.apcli0.arp_filter = 0
net.ipv4.conf.apcli0.arp_ignore = 1
net.ipv4.conf.apcli0.arp_notify = 0
net.ipv4.conf.apcli0.bootp_relay = 0
net.ipv4.conf.apcli0.disable_policy = 0
net.ipv4.conf.apcli0.disable_xfrm = 0
net.ipv4.conf.apcli0.force_igmp_version = 0
net.ipv4.conf.apcli0.forwarding = 1
net.ipv4.conf.apcli0.igmpv2_unsolicited_report_interval = 10000
net.ipv4.conf.apcli0.igmpv3_unsolicited_report_interval = 1000
net.ipv4.conf.apcli0.log_martians = 0
net.ipv4.conf.apcli0.mc_forwarding = 0
net.ipv4.conf.apcli0.medium_id = 0
net.ipv4.conf.apcli0.promote_secondaries = 0
net.ipv4.conf.apcli0.proxy_arp = 0
net.ipv4.conf.apcli0.proxy_arp_pvlan = 0
net.ipv4.conf.apcli0.route_localnet = 0
net.ipv4.conf.apcli0.rp_filter = 0
net.ipv4.conf.apcli0.secure_redirects = 1
net.ipv4.conf.apcli0.send_redirects = 1
net.ipv4.conf.apcli0.shared_media = 1
net.ipv4.conf.apcli0.src_valid_mark = 0
net.ipv4.conf.apcli0.tag = 0
net.ipv4.conf.apcli1.accept_local = 0
net.ipv4.conf.apcli1.accept_redirects = 1
net.ipv4.conf.apcli1.accept_source_route = 1
net.ipv4.conf.apcli1.arp_accept = 0
net.ipv4.conf.apcli1.arp_announce = 0
net.ipv4.conf.apcli1.arp_filter = 0
net.ipv4.conf.apcli1.arp_ignore = 1
net.ipv4.conf.apcli1.arp_notify = 0
net.ipv4.conf.apcli1.bootp_relay = 0
net.ipv4.conf.apcli1.disable_policy = 0
net.ipv4.conf.apcli1.disable_xfrm = 0
net.ipv4.conf.apcli1.force_igmp_version = 0
net.ipv4.conf.apcli1.forwarding = 1
net.ipv4.conf.apcli1.igmpv2_unsolicited_report_interval = 10000
net.ipv4.conf.apcli1.igmpv3_unsolicited_report_interval = 1000
net.ipv4.conf.apcli1.log_martians = 0
net.ipv4.conf.apcli1.mc_forwarding = 0
net.ipv4.conf.apcli1.medium_id = 0
net.ipv4.conf.apcli1.promote_secondaries = 0
net.ipv4.conf.apcli1.proxy_arp = 0
net.ipv4.conf.apcli1.proxy_arp_pvlan = 0
net.ipv4.conf.apcli1.route_localnet = 0
net.ipv4.conf.apcli1.rp_filter = 0
net.ipv4.conf.apcli1.secure_redirects = 1
net.ipv4.conf.apcli1.send_redirects = 1
net.ipv4.conf.apcli1.shared_media = 1
net.ipv4.conf.apcli1.src_valid_mark = 0
net.ipv4.conf.apcli1.tag = 0
net.ipv4.conf.ath00.accept_local = 0
net.ipv4.conf.ath00.accept_redirects = 1
net.ipv4.conf.ath00.accept_source_route = 1
net.ipv4.conf.ath00.arp_accept = 0
net.ipv4.conf.ath00.arp_announce = 0
net.ipv4.conf.ath00.arp_filter = 0
net.ipv4.conf.ath00.arp_ignore = 1
net.ipv4.conf.ath00.arp_notify = 0
net.ipv4.conf.ath00.bootp_relay = 0
net.ipv4.conf.ath00.disable_policy = 0
net.ipv4.conf.ath00.disable_xfrm = 0
net.ipv4.conf.ath00.force_igmp_version = 0
net.ipv4.conf.ath00.forwarding = 1
net.ipv4.conf.ath00.igmpv2_unsolicited_report_interval = 10000
net.ipv4.conf.ath00.igmpv3_unsolicited_report_interval = 1000
net.ipv4.conf.ath00.log_martians = 0
net.ipv4.conf.ath00.mc_forwarding = 0
net.ipv4.conf.ath00.medium_id = 0
net.ipv4.conf.ath00.promote_secondaries = 0
net.ipv4.conf.ath00.proxy_arp = 0
net.ipv4.conf.ath00.proxy_arp_pvlan = 0
net.ipv4.conf.ath00.route_localnet = 0
net.ipv4.conf.ath00.rp_filter = 0
net.ipv4.conf.ath00.secure_redirects = 1
net.ipv4.conf.ath00.send_redirects = 1
net.ipv4.conf.ath00.shared_media = 1
net.ipv4.conf.ath00.src_valid_mark = 0
net.ipv4.conf.ath00.tag = 0
net.ipv4.conf.ath10.accept_local = 0
net.ipv4.conf.ath10.accept_redirects = 1
net.ipv4.conf.ath10.accept_source_route = 1
net.ipv4.conf.ath10.arp_accept = 0
net.ipv4.conf.ath10.arp_announce = 0
net.ipv4.conf.ath10.arp_filter = 0
net.ipv4.conf.ath10.arp_ignore = 1
net.ipv4.conf.ath10.arp_notify = 0
net.ipv4.conf.ath10.bootp_relay = 0
net.ipv4.conf.ath10.disable_policy = 0
net.ipv4.conf.ath10.disable_xfrm = 0
net.ipv4.conf.ath10.force_igmp_version = 0
net.ipv4.conf.ath10.forwarding = 1
net.ipv4.conf.ath10.igmpv2_unsolicited_report_interval = 10000
net.ipv4.conf.ath10.igmpv3_unsolicited_report_interval = 1000
net.ipv4.conf.ath10.log_martians = 0
net.ipv4.conf.ath10.mc_forwarding = 0
net.ipv4.conf.ath10.medium_id = 0
net.ipv4.conf.ath10.promote_secondaries = 0
net.ipv4.conf.ath10.proxy_arp = 0
net.ipv4.conf.ath10.proxy_arp_pvlan = 0
net.ipv4.conf.ath10.route_localnet = 0
net.ipv4.conf.ath10.rp_filter = 0
net.ipv4.conf.ath10.secure_redirects = 1
net.ipv4.conf.ath10.send_redirects = 1
net.ipv4.conf.ath10.shared_media = 1
net.ipv4.conf.ath10.src_valid_mark = 0
net.ipv4.conf.ath10.tag = 0
net.ipv4.conf.br-lan.accept_local = 0
net.ipv4.conf.br-lan.accept_redirects = 1
net.ipv4.conf.br-lan.accept_source_route = 1
net.ipv4.conf.br-lan.arp_accept = 0
net.ipv4.conf.br-lan.arp_announce = 0
net.ipv4.conf.br-lan.arp_filter = 0
net.ipv4.conf.br-lan.arp_ignore = 1
net.ipv4.conf.br-lan.arp_notify = 0
net.ipv4.conf.br-lan.bootp_relay = 0
net.ipv4.conf.br-lan.disable_policy = 0
net.ipv4.conf.br-lan.disable_xfrm = 0
net.ipv4.conf.br-lan.force_igmp_version = 0
net.ipv4.conf.br-lan.forwarding = 1
net.ipv4.conf.br-lan.igmpv2_unsolicited_report_interval = 10000
net.ipv4.conf.br-lan.igmpv3_unsolicited_report_interval = 1000
net.ipv4.conf.br-lan.log_martians = 0
net.ipv4.conf.br-lan.mc_forwarding = 0
net.ipv4.conf.br-lan.medium_id = 0
net.ipv4.conf.br-lan.promote_secondaries = 0
net.ipv4.conf.br-lan.proxy_arp = 0
net.ipv4.conf.br-lan.proxy_arp_pvlan = 0
net.ipv4.conf.br-lan.route_localnet = 0
net.ipv4.conf.br-lan.rp_filter = 0
net.ipv4.conf.br-lan.secure_redirects = 1
net.ipv4.conf.br-lan.send_redirects = 1
net.ipv4.conf.br-lan.shared_media = 1
net.ipv4.conf.br-lan.src_valid_mark = 0
net.ipv4.conf.br-lan.tag = 0
net.ipv4.conf.default.accept_local = 0
net.ipv4.conf.default.accept_redirects = 1
net.ipv4.conf.default.accept_source_route = 1
net.ipv4.conf.default.arp_accept = 0
net.ipv4.conf.default.arp_announce = 0
net.ipv4.conf.default.arp_filter = 0
net.ipv4.conf.default.arp_ignore = 1
net.ipv4.conf.default.arp_notify = 0
net.ipv4.conf.default.bootp_relay = 0
net.ipv4.conf.default.disable_policy = 0
net.ipv4.conf.default.disable_xfrm = 0
net.ipv4.conf.default.force_igmp_version = 0
net.ipv4.conf.default.forwarding = 1
net.ipv4.conf.default.igmpv2_unsolicited_report_interval = 10000
net.ipv4.conf.default.igmpv3_unsolicited_report_interval = 1000
net.ipv4.conf.default.log_martians = 0
net.ipv4.conf.default.mc_forwarding = 0
net.ipv4.conf.default.medium_id = 0
net.ipv4.conf.default.promote_secondaries = 0
net.ipv4.conf.default.proxy_arp = 0
net.ipv4.conf.default.proxy_arp_pvlan = 0
net.ipv4.conf.default.route_localnet = 0
net.ipv4.conf.default.rp_filter = 0
net.ipv4.conf.default.secure_redirects = 1
net.ipv4.conf.default.send_redirects = 1
net.ipv4.conf.default.shared_media = 1
net.ipv4.conf.default.src_valid_mark = 0
net.ipv4.conf.default.tag = 0
net.ipv4.conf.eth0.accept_local = 0
net.ipv4.conf.eth0.accept_redirects = 1
net.ipv4.conf.eth0.accept_source_route = 1
net.ipv4.conf.eth0.arp_accept = 0
net.ipv4.conf.eth0.arp_announce = 0
net.ipv4.conf.eth0.arp_filter = 0
net.ipv4.conf.eth0.arp_ignore = 1
net.ipv4.conf.eth0.arp_notify = 0
net.ipv4.conf.eth0.bootp_relay = 0
net.ipv4.conf.eth0.disable_policy = 0
net.ipv4.conf.eth0.disable_xfrm = 0
net.ipv4.conf.eth0.force_igmp_version = 0
net.ipv4.conf.eth0.forwarding = 1
net.ipv4.conf.eth0.igmpv2_unsolicited_report_interval = 10000
net.ipv4.conf.eth0.igmpv3_unsolicited_report_interval = 1000
net.ipv4.conf.eth0.log_martians = 0
net.ipv4.conf.eth0.mc_forwarding = 0
net.ipv4.conf.eth0.medium_id = 0
net.ipv4.conf.eth0.promote_secondaries = 0
net.ipv4.conf.eth0.proxy_arp = 0
net.ipv4.conf.eth0.proxy_arp_pvlan = 0
net.ipv4.conf.eth0.route_localnet = 0
net.ipv4.conf.eth0.rp_filter = 0
net.ipv4.conf.eth0.secure_redirects = 1
net.ipv4.conf.eth0.send_redirects = 1
net.ipv4.conf.eth0.shared_media = 1
net.ipv4.conf.eth0.src_valid_mark = 0
net.ipv4.conf.eth0.tag = 0
net.ipv4.conf.eth1.accept_local = 0
net.ipv4.conf.eth1.accept_redirects = 1
net.ipv4.conf.eth1.accept_source_route = 1
net.ipv4.conf.eth1.arp_accept = 0
net.ipv4.conf.eth1.arp_announce = 0
net.ipv4.conf.eth1.arp_filter = 0
net.ipv4.conf.eth1.arp_ignore = 0
net.ipv4.conf.eth1.arp_notify = 0
net.ipv4.conf.eth1.bootp_relay = 0
net.ipv4.conf.eth1.disable_policy = 0
net.ipv4.conf.eth1.disable_xfrm = 0
net.ipv4.conf.eth1.force_igmp_version = 0
net.ipv4.conf.eth1.forwarding = 1
net.ipv4.conf.eth1.igmpv2_unsolicited_report_interval = 10000
net.ipv4.conf.eth1.igmpv3_unsolicited_report_interval = 1000
net.ipv4.conf.eth1.log_martians = 0
net.ipv4.conf.eth1.mc_forwarding = 0
net.ipv4.conf.eth1.medium_id = 0
net.ipv4.conf.eth1.promote_secondaries = 0
net.ipv4.conf.eth1.proxy_arp = 0
net.ipv4.conf.eth1.proxy_arp_pvlan = 0
net.ipv4.conf.eth1.route_localnet = 0
net.ipv4.conf.eth1.rp_filter = 0
net.ipv4.conf.eth1.secure_redirects = 1
net.ipv4.conf.eth1.send_redirects = 1
net.ipv4.conf.eth1.shared_media = 1
net.ipv4.conf.eth1.src_valid_mark = 0
net.ipv4.conf.eth1.tag = 0
net.ipv4.conf.gre0.accept_local = 0
net.ipv4.conf.gre0.accept_redirects = 1
net.ipv4.conf.gre0.accept_source_route = 1
net.ipv4.conf.gre0.arp_accept = 0
net.ipv4.conf.gre0.arp_announce = 0
net.ipv4.conf.gre0.arp_filter = 0
net.ipv4.conf.gre0.arp_ignore = 1
net.ipv4.conf.gre0.arp_notify = 0
net.ipv4.conf.gre0.bootp_relay = 0
net.ipv4.conf.gre0.disable_policy = 0
net.ipv4.conf.gre0.disable_xfrm = 0
net.ipv4.conf.gre0.force_igmp_version = 0
net.ipv4.conf.gre0.forwarding = 1
net.ipv4.conf.gre0.igmpv2_unsolicited_report_interval = 10000
net.ipv4.conf.gre0.igmpv3_unsolicited_report_interval = 1000
net.ipv4.conf.gre0.log_martians = 0
net.ipv4.conf.gre0.mc_forwarding = 0
net.ipv4.conf.gre0.medium_id = 0
net.ipv4.conf.gre0.promote_secondaries = 0
net.ipv4.conf.gre0.proxy_arp = 0
net.ipv4.conf.gre0.proxy_arp_pvlan = 0
net.ipv4.conf.gre0.route_localnet = 0
net.ipv4.conf.gre0.rp_filter = 0
net.ipv4.conf.gre0.secure_redirects = 1
net.ipv4.conf.gre0.send_redirects = 1
net.ipv4.conf.gre0.shared_media = 1
net.ipv4.conf.gre0.src_valid_mark = 0
net.ipv4.conf.gre0.tag = 0
net.ipv4.conf.gretap0.accept_local = 0
net.ipv4.conf.gretap0.accept_redirects = 1
net.ipv4.conf.gretap0.accept_source_route = 1
net.ipv4.conf.gretap0.arp_accept = 0
net.ipv4.conf.gretap0.arp_announce = 0
net.ipv4.conf.gretap0.arp_filter = 0
net.ipv4.conf.gretap0.arp_ignore = 1
net.ipv4.conf.gretap0.arp_notify = 0
net.ipv4.conf.gretap0.bootp_relay = 0
net.ipv4.conf.gretap0.disable_policy = 0
net.ipv4.conf.gretap0.disable_xfrm = 0
net.ipv4.conf.gretap0.force_igmp_version = 0
net.ipv4.conf.gretap0.forwarding = 1
net.ipv4.conf.gretap0.igmpv2_unsolicited_report_interval = 10000
net.ipv4.conf.gretap0.igmpv3_unsolicited_report_interval = 1000
net.ipv4.conf.gretap0.log_martians = 0
net.ipv4.conf.gretap0.mc_forwarding = 0
net.ipv4.conf.gretap0.medium_id = 0
net.ipv4.conf.gretap0.promote_secondaries = 0
net.ipv4.conf.gretap0.proxy_arp = 0
net.ipv4.conf.gretap0.proxy_arp_pvlan = 0
net.ipv4.conf.gretap0.route_localnet = 0
net.ipv4.conf.gretap0.rp_filter = 0
net.ipv4.conf.gretap0.secure_redirects = 1
net.ipv4.conf.gretap0.send_redirects = 1
net.ipv4.conf.gretap0.shared_media = 1
net.ipv4.conf.gretap0.src_valid_mark = 0
net.ipv4.conf.gretap0.tag = 0
net.ipv4.conf.ifb0.accept_local = 0
net.ipv4.conf.ifb0.accept_redirects = 1
net.ipv4.conf.ifb0.accept_source_route = 1
net.ipv4.conf.ifb0.arp_accept = 0
net.ipv4.conf.ifb0.arp_announce = 0
net.ipv4.conf.ifb0.arp_filter = 0
net.ipv4.conf.ifb0.arp_ignore = 1
net.ipv4.conf.ifb0.arp_notify = 0
net.ipv4.conf.ifb0.bootp_relay = 0
net.ipv4.conf.ifb0.disable_policy = 0
net.ipv4.conf.ifb0.disable_xfrm = 0
net.ipv4.conf.ifb0.force_igmp_version = 0
net.ipv4.conf.ifb0.forwarding = 1
net.ipv4.conf.ifb0.igmpv2_unsolicited_report_interval = 10000
net.ipv4.conf.ifb0.igmpv3_unsolicited_report_interval = 1000
net.ipv4.conf.ifb0.log_martians = 0
net.ipv4.conf.ifb0.mc_forwarding = 0
net.ipv4.conf.ifb0.medium_id = 0
net.ipv4.conf.ifb0.promote_secondaries = 0
net.ipv4.conf.ifb0.proxy_arp = 0
net.ipv4.conf.ifb0.proxy_arp_pvlan = 0
net.ipv4.conf.ifb0.route_localnet = 0
net.ipv4.conf.ifb0.rp_filter = 0
net.ipv4.conf.ifb0.secure_redirects = 1
net.ipv4.conf.ifb0.send_redirects = 1
net.ipv4.conf.ifb0.shared_media = 1
net.ipv4.conf.ifb0.src_valid_mark = 0
net.ipv4.conf.ifb0.tag = 0
net.ipv4.conf.ifb1.accept_local = 0
net.ipv4.conf.ifb1.accept_redirects = 1
net.ipv4.conf.ifb1.accept_source_route = 1
net.ipv4.conf.ifb1.arp_accept = 0
net.ipv4.conf.ifb1.arp_announce = 0
net.ipv4.conf.ifb1.arp_filter = 0
net.ipv4.conf.ifb1.arp_ignore = 1
net.ipv4.conf.ifb1.arp_notify = 0
net.ipv4.conf.ifb1.bootp_relay = 0
net.ipv4.conf.ifb1.disable_policy = 0
net.ipv4.conf.ifb1.disable_xfrm = 0
net.ipv4.conf.ifb1.force_igmp_version = 0
net.ipv4.conf.ifb1.forwarding = 1
net.ipv4.conf.ifb1.igmpv2_unsolicited_report_interval = 10000
net.ipv4.conf.ifb1.igmpv3_unsolicited_report_interval = 1000
net.ipv4.conf.ifb1.log_martians = 0
net.ipv4.conf.ifb1.mc_forwarding = 0
net.ipv4.conf.ifb1.medium_id = 0
net.ipv4.conf.ifb1.promote_secondaries = 0
net.ipv4.conf.ifb1.proxy_arp = 0
net.ipv4.conf.ifb1.proxy_arp_pvlan = 0
net.ipv4.conf.ifb1.route_localnet = 0
net.ipv4.conf.ifb1.rp_filter = 0
net.ipv4.conf.ifb1.secure_redirects = 1
net.ipv4.conf.ifb1.send_redirects = 1
net.ipv4.conf.ifb1.shared_media = 1
net.ipv4.conf.ifb1.src_valid_mark = 0
net.ipv4.conf.ifb1.tag = 0
net.ipv4.conf.lo.accept_local = 0
net.ipv4.conf.lo.accept_redirects = 1
net.ipv4.conf.lo.accept_source_route = 1
net.ipv4.conf.lo.arp_accept = 0
net.ipv4.conf.lo.arp_announce = 0
net.ipv4.conf.lo.arp_filter = 0
net.ipv4.conf.lo.arp_ignore = 1
net.ipv4.conf.lo.arp_notify = 0
net.ipv4.conf.lo.bootp_relay = 0
net.ipv4.conf.lo.disable_policy = 1
net.ipv4.conf.lo.disable_xfrm = 1
net.ipv4.conf.lo.force_igmp_version = 0
net.ipv4.conf.lo.forwarding = 1
net.ipv4.conf.lo.igmpv2_unsolicited_report_interval = 10000
net.ipv4.conf.lo.igmpv3_unsolicited_report_interval = 1000
net.ipv4.conf.lo.log_martians = 0
net.ipv4.conf.lo.mc_forwarding = 0
net.ipv4.conf.lo.medium_id = 0
net.ipv4.conf.lo.promote_secondaries = 0
net.ipv4.conf.lo.proxy_arp = 0
net.ipv4.conf.lo.proxy_arp_pvlan = 0
net.ipv4.conf.lo.route_localnet = 0
net.ipv4.conf.lo.rp_filter = 0
net.ipv4.conf.lo.secure_redirects = 1
net.ipv4.conf.lo.send_redirects = 1
net.ipv4.conf.lo.shared_media = 1
net.ipv4.conf.lo.src_valid_mark = 0
net.ipv4.conf.lo.tag = 0
net.ipv4.conf.miireg.accept_local = 0
net.ipv4.conf.miireg.accept_redirects = 1
net.ipv4.conf.miireg.accept_source_route = 1
net.ipv4.conf.miireg.arp_accept = 0
net.ipv4.conf.miireg.arp_announce = 0
net.ipv4.conf.miireg.arp_filter = 0
net.ipv4.conf.miireg.arp_ignore = 1
net.ipv4.conf.miireg.arp_notify = 0
net.ipv4.conf.miireg.bootp_relay = 0
net.ipv4.conf.miireg.disable_policy = 0
net.ipv4.conf.miireg.disable_xfrm = 0
net.ipv4.conf.miireg.force_igmp_version = 0
net.ipv4.conf.miireg.forwarding = 1
net.ipv4.conf.miireg.igmpv2_unsolicited_report_interval = 10000
net.ipv4.conf.miireg.igmpv3_unsolicited_report_interval = 1000
net.ipv4.conf.miireg.log_martians = 0
net.ipv4.conf.miireg.mc_forwarding = 0
net.ipv4.conf.miireg.medium_id = 0
net.ipv4.conf.miireg.promote_secondaries = 0
net.ipv4.conf.miireg.proxy_arp = 0
net.ipv4.conf.miireg.proxy_arp_pvlan = 0
net.ipv4.conf.miireg.route_localnet = 0
net.ipv4.conf.miireg.rp_filter = 0
net.ipv4.conf.miireg.secure_redirects = 1
net.ipv4.conf.miireg.send_redirects = 1
net.ipv4.conf.miireg.shared_media = 1
net.ipv4.conf.miireg.src_valid_mark = 0
net.ipv4.conf.miireg.tag = 0
net.ipv4.conf.ra0.accept_local = 0
net.ipv4.conf.ra0.accept_redirects = 1
net.ipv4.conf.ra0.accept_source_route = 1
net.ipv4.conf.ra0.arp_accept = 0
net.ipv4.conf.ra0.arp_announce = 0
net.ipv4.conf.ra0.arp_filter = 0
net.ipv4.conf.ra0.arp_ignore = 1
net.ipv4.conf.ra0.arp_notify = 0
net.ipv4.conf.ra0.bootp_relay = 0
net.ipv4.conf.ra0.disable_policy = 0
net.ipv4.conf.ra0.disable_xfrm = 0
net.ipv4.conf.ra0.force_igmp_version = 0
net.ipv4.conf.ra0.forwarding = 1
net.ipv4.conf.ra0.igmpv2_unsolicited_report_interval = 10000
net.ipv4.conf.ra0.igmpv3_unsolicited_report_interval = 1000
net.ipv4.conf.ra0.log_martians = 0
net.ipv4.conf.ra0.mc_forwarding = 0
net.ipv4.conf.ra0.medium_id = 0
net.ipv4.conf.ra0.promote_secondaries = 0
net.ipv4.conf.ra0.proxy_arp = 0
net.ipv4.conf.ra0.proxy_arp_pvlan = 0
net.ipv4.conf.ra0.route_localnet = 0
net.ipv4.conf.ra0.rp_filter = 0
net.ipv4.conf.ra0.secure_redirects = 1
net.ipv4.conf.ra0.send_redirects = 1
net.ipv4.conf.ra0.shared_media = 1
net.ipv4.conf.ra0.src_valid_mark = 0
net.ipv4.conf.ra0.tag = 0
net.ipv4.conf.ra1.accept_local = 0
net.ipv4.conf.ra1.accept_redirects = 1
net.ipv4.conf.ra1.accept_source_route = 1
net.ipv4.conf.ra1.arp_accept = 0
net.ipv4.conf.ra1.arp_announce = 0
net.ipv4.conf.ra1.arp_filter = 0
net.ipv4.conf.ra1.arp_ignore = 1
net.ipv4.conf.ra1.arp_notify = 0
net.ipv4.conf.ra1.bootp_relay = 0
net.ipv4.conf.ra1.disable_policy = 0
net.ipv4.conf.ra1.disable_xfrm = 0
net.ipv4.conf.ra1.force_igmp_version = 0
net.ipv4.conf.ra1.forwarding = 1
net.ipv4.conf.ra1.igmpv2_unsolicited_report_interval = 10000
net.ipv4.conf.ra1.igmpv3_unsolicited_report_interval = 1000
net.ipv4.conf.ra1.log_martians = 0
net.ipv4.conf.ra1.mc_forwarding = 0
net.ipv4.conf.ra1.medium_id = 0
net.ipv4.conf.ra1.promote_secondaries = 0
net.ipv4.conf.ra1.proxy_arp = 0
net.ipv4.conf.ra1.proxy_arp_pvlan = 0
net.ipv4.conf.ra1.route_localnet = 0
net.ipv4.conf.ra1.rp_filter = 0
net.ipv4.conf.ra1.secure_redirects = 1
net.ipv4.conf.ra1.send_redirects = 1
net.ipv4.conf.ra1.shared_media = 1
net.ipv4.conf.ra1.src_valid_mark = 0
net.ipv4.conf.ra1.tag = 0
net.ipv4.conf.ra2.accept_local = 0
net.ipv4.conf.ra2.accept_redirects = 1
net.ipv4.conf.ra2.accept_source_route = 1
net.ipv4.conf.ra2.arp_accept = 0
net.ipv4.conf.ra2.arp_announce = 0
net.ipv4.conf.ra2.arp_filter = 0
net.ipv4.conf.ra2.arp_ignore = 1
net.ipv4.conf.ra2.arp_notify = 0
net.ipv4.conf.ra2.bootp_relay = 0
net.ipv4.conf.ra2.disable_policy = 0
net.ipv4.conf.ra2.disable_xfrm = 0
net.ipv4.conf.ra2.force_igmp_version = 0
net.ipv4.conf.ra2.forwarding = 1
net.ipv4.conf.ra2.igmpv2_unsolicited_report_interval = 10000
net.ipv4.conf.ra2.igmpv3_unsolicited_report_interval = 1000
net.ipv4.conf.ra2.log_martians = 0
net.ipv4.conf.ra2.mc_forwarding = 0
net.ipv4.conf.ra2.medium_id = 0
net.ipv4.conf.ra2.promote_secondaries = 0
net.ipv4.conf.ra2.proxy_arp = 0
net.ipv4.conf.ra2.proxy_arp_pvlan = 0
net.ipv4.conf.ra2.route_localnet = 0
net.ipv4.conf.ra2.rp_filter = 0
net.ipv4.conf.ra2.secure_redirects = 1
net.ipv4.conf.ra2.send_redirects = 1
net.ipv4.conf.ra2.shared_media = 1
net.ipv4.conf.ra2.src_valid_mark = 0
net.ipv4.conf.ra2.tag = 0
net.ipv4.conf.ra3.accept_local = 0
net.ipv4.conf.ra3.accept_redirects = 1
net.ipv4.conf.ra3.accept_source_route = 1
net.ipv4.conf.ra3.arp_accept = 0
net.ipv4.conf.ra3.arp_announce = 0
net.ipv4.conf.ra3.arp_filter = 0
net.ipv4.conf.ra3.arp_ignore = 1
net.ipv4.conf.ra3.arp_notify = 0
net.ipv4.conf.ra3.bootp_relay = 0
net.ipv4.conf.ra3.disable_policy = 0
net.ipv4.conf.ra3.disable_xfrm = 0
net.ipv4.conf.ra3.force_igmp_version = 0
net.ipv4.conf.ra3.forwarding = 1
net.ipv4.conf.ra3.igmpv2_unsolicited_report_interval = 10000
net.ipv4.conf.ra3.igmpv3_unsolicited_report_interval = 1000
net.ipv4.conf.ra3.log_martians = 0
net.ipv4.conf.ra3.mc_forwarding = 0
net.ipv4.conf.ra3.medium_id = 0
net.ipv4.conf.ra3.promote_secondaries = 0
net.ipv4.conf.ra3.proxy_arp = 0
net.ipv4.conf.ra3.proxy_arp_pvlan = 0
net.ipv4.conf.ra3.route_localnet = 0
net.ipv4.conf.ra3.rp_filter = 0
net.ipv4.conf.ra3.secure_redirects = 1
net.ipv4.conf.ra3.send_redirects = 1
net.ipv4.conf.ra3.shared_media = 1
net.ipv4.conf.ra3.src_valid_mark = 0
net.ipv4.conf.ra3.tag = 0
net.ipv4.conf.teql0.accept_local = 0
net.ipv4.conf.teql0.accept_redirects = 1
net.ipv4.conf.teql0.accept_source_route = 1
net.ipv4.conf.teql0.arp_accept = 0
net.ipv4.conf.teql0.arp_announce = 0
net.ipv4.conf.teql0.arp_filter = 0
net.ipv4.conf.teql0.arp_ignore = 1
net.ipv4.conf.teql0.arp_notify = 0
net.ipv4.conf.teql0.bootp_relay = 0
net.ipv4.conf.teql0.disable_policy = 0
net.ipv4.conf.teql0.disable_xfrm = 0
net.ipv4.conf.teql0.force_igmp_version = 0
net.ipv4.conf.teql0.forwarding = 1
net.ipv4.conf.teql0.igmpv2_unsolicited_report_interval = 10000
net.ipv4.conf.teql0.igmpv3_unsolicited_report_interval = 1000
net.ipv4.conf.teql0.log_martians = 0
net.ipv4.conf.teql0.mc_forwarding = 0
net.ipv4.conf.teql0.medium_id = 0
net.ipv4.conf.teql0.promote_secondaries = 0
net.ipv4.conf.teql0.proxy_arp = 0
net.ipv4.conf.teql0.proxy_arp_pvlan = 0
net.ipv4.conf.teql0.route_localnet = 0
net.ipv4.conf.teql0.rp_filter = 0
net.ipv4.conf.teql0.secure_redirects = 1
net.ipv4.conf.teql0.send_redirects = 1
net.ipv4.conf.teql0.shared_media = 1
net.ipv4.conf.teql0.src_valid_mark = 0
net.ipv4.conf.teql0.tag = 0
net.ipv4.conf.wds0.accept_local = 0
net.ipv4.conf.wds0.accept_redirects = 1
net.ipv4.conf.wds0.accept_source_route = 1
net.ipv4.conf.wds0.arp_accept = 0
net.ipv4.conf.wds0.arp_announce = 0
net.ipv4.conf.wds0.arp_filter = 0
net.ipv4.conf.wds0.arp_ignore = 1
net.ipv4.conf.wds0.arp_notify = 0
net.ipv4.conf.wds0.bootp_relay = 0
net.ipv4.conf.wds0.disable_policy = 0
net.ipv4.conf.wds0.disable_xfrm = 0
net.ipv4.conf.wds0.force_igmp_version = 0
net.ipv4.conf.wds0.forwarding = 1
net.ipv4.conf.wds0.igmpv2_unsolicited_report_interval = 10000
net.ipv4.conf.wds0.igmpv3_unsolicited_report_interval = 1000
net.ipv4.conf.wds0.log_martians = 0
net.ipv4.conf.wds0.mc_forwarding = 0
net.ipv4.conf.wds0.medium_id = 0
net.ipv4.conf.wds0.promote_secondaries = 0
net.ipv4.conf.wds0.proxy_arp = 0
net.ipv4.conf.wds0.proxy_arp_pvlan = 0
net.ipv4.conf.wds0.route_localnet = 0
net.ipv4.conf.wds0.rp_filter = 0
net.ipv4.conf.wds0.secure_redirects = 1
net.ipv4.conf.wds0.send_redirects = 1
net.ipv4.conf.wds0.shared_media = 1
net.ipv4.conf.wds0.src_valid_mark = 0
net.ipv4.conf.wds0.tag = 0
net.ipv4.conf.wds1.accept_local = 0
net.ipv4.conf.wds1.accept_redirects = 1
net.ipv4.conf.wds1.accept_source_route = 1
net.ipv4.conf.wds1.arp_accept = 0
net.ipv4.conf.wds1.arp_announce = 0
net.ipv4.conf.wds1.arp_filter = 0
net.ipv4.conf.wds1.arp_ignore = 1
net.ipv4.conf.wds1.arp_notify = 0
net.ipv4.conf.wds1.bootp_relay = 0
net.ipv4.conf.wds1.disable_policy = 0
net.ipv4.conf.wds1.disable_xfrm = 0
net.ipv4.conf.wds1.force_igmp_version = 0
net.ipv4.conf.wds1.forwarding = 1
net.ipv4.conf.wds1.igmpv2_unsolicited_report_interval = 10000
net.ipv4.conf.wds1.igmpv3_unsolicited_report_interval = 1000
net.ipv4.conf.wds1.log_martians = 0
net.ipv4.conf.wds1.mc_forwarding = 0
net.ipv4.conf.wds1.medium_id = 0
net.ipv4.conf.wds1.promote_secondaries = 0
net.ipv4.conf.wds1.proxy_arp = 0
net.ipv4.conf.wds1.proxy_arp_pvlan = 0
net.ipv4.conf.wds1.route_localnet = 0
net.ipv4.conf.wds1.rp_filter = 0
net.ipv4.conf.wds1.secure_redirects = 1
net.ipv4.conf.wds1.send_redirects = 1
net.ipv4.conf.wds1.shared_media = 1
net.ipv4.conf.wds1.src_valid_mark = 0
net.ipv4.conf.wds1.tag = 0
net.ipv4.conf.wds2.accept_local = 0
net.ipv4.conf.wds2.accept_redirects = 1
net.ipv4.conf.wds2.accept_source_route = 1
net.ipv4.conf.wds2.arp_accept = 0
net.ipv4.conf.wds2.arp_announce = 0
net.ipv4.conf.wds2.arp_filter = 0
net.ipv4.conf.wds2.arp_ignore = 1
net.ipv4.conf.wds2.arp_notify = 0
net.ipv4.conf.wds2.bootp_relay = 0
net.ipv4.conf.wds2.disable_policy = 0
net.ipv4.conf.wds2.disable_xfrm = 0
net.ipv4.conf.wds2.force_igmp_version = 0
net.ipv4.conf.wds2.forwarding = 1
net.ipv4.conf.wds2.igmpv2_unsolicited_report_interval = 10000
net.ipv4.conf.wds2.igmpv3_unsolicited_report_interval = 1000
net.ipv4.conf.wds2.log_martians = 0
net.ipv4.conf.wds2.mc_forwarding = 0
net.ipv4.conf.wds2.medium_id = 0
net.ipv4.conf.wds2.promote_secondaries = 0
net.ipv4.conf.wds2.proxy_arp = 0
net.ipv4.conf.wds2.proxy_arp_pvlan = 0
net.ipv4.conf.wds2.route_localnet = 0
net.ipv4.conf.wds2.rp_filter = 0
net.ipv4.conf.wds2.secure_redirects = 1
net.ipv4.conf.wds2.send_redirects = 1
net.ipv4.conf.wds2.shared_media = 1
net.ipv4.conf.wds2.src_valid_mark = 0
net.ipv4.conf.wds2.tag = 0
net.ipv4.conf.wds3.accept_local = 0
net.ipv4.conf.wds3.accept_redirects = 1
net.ipv4.conf.wds3.accept_source_route = 1
net.ipv4.conf.wds3.arp_accept = 0
net.ipv4.conf.wds3.arp_announce = 0
net.ipv4.conf.wds3.arp_filter = 0
net.ipv4.conf.wds3.arp_ignore = 1
net.ipv4.conf.wds3.arp_notify = 0
net.ipv4.conf.wds3.bootp_relay = 0
net.ipv4.conf.wds3.disable_policy = 0
net.ipv4.conf.wds3.disable_xfrm = 0
net.ipv4.conf.wds3.force_igmp_version = 0
net.ipv4.conf.wds3.forwarding = 1
net.ipv4.conf.wds3.igmpv2_unsolicited_report_interval = 10000
net.ipv4.conf.wds3.igmpv3_unsolicited_report_interval = 1000
net.ipv4.conf.wds3.log_martians = 0
net.ipv4.conf.wds3.mc_forwarding = 0
net.ipv4.conf.wds3.medium_id = 0
net.ipv4.conf.wds3.promote_secondaries = 0
net.ipv4.conf.wds3.proxy_arp = 0
net.ipv4.conf.wds3.proxy_arp_pvlan = 0
net.ipv4.conf.wds3.route_localnet = 0
net.ipv4.conf.wds3.rp_filter = 0
net.ipv4.conf.wds3.secure_redirects = 1
net.ipv4.conf.wds3.send_redirects = 1
net.ipv4.conf.wds3.shared_media = 1
net.ipv4.conf.wds3.src_valid_mark = 0
net.ipv4.conf.wds3.tag = 0
net.ipv4.conf.wifi0.accept_local = 0
net.ipv4.conf.wifi0.accept_redirects = 1
net.ipv4.conf.wifi0.accept_source_route = 1
net.ipv4.conf.wifi0.arp_accept = 0
net.ipv4.conf.wifi0.arp_announce = 0
net.ipv4.conf.wifi0.arp_filter = 0
net.ipv4.conf.wifi0.arp_ignore = 1
net.ipv4.conf.wifi0.arp_notify = 0
net.ipv4.conf.wifi0.bootp_relay = 0
net.ipv4.conf.wifi0.disable_policy = 0
net.ipv4.conf.wifi0.disable_xfrm = 0
net.ipv4.conf.wifi0.force_igmp_version = 0
net.ipv4.conf.wifi0.forwarding = 1
net.ipv4.conf.wifi0.igmpv2_unsolicited_report_interval = 10000
net.ipv4.conf.wifi0.igmpv3_unsolicited_report_interval = 1000
net.ipv4.conf.wifi0.log_martians = 0
net.ipv4.conf.wifi0.mc_forwarding = 0
net.ipv4.conf.wifi0.medium_id = 0
net.ipv4.conf.wifi0.promote_secondaries = 0
net.ipv4.conf.wifi0.proxy_arp = 0
net.ipv4.conf.wifi0.proxy_arp_pvlan = 0
net.ipv4.conf.wifi0.route_localnet = 0
net.ipv4.conf.wifi0.rp_filter = 0
net.ipv4.conf.wifi0.secure_redirects = 1
net.ipv4.conf.wifi0.send_redirects = 1
net.ipv4.conf.wifi0.shared_media = 1
net.ipv4.conf.wifi0.src_valid_mark = 0
net.ipv4.conf.wifi0.tag = 0
net.ipv4.conf.wifi1.accept_local = 0
net.ipv4.conf.wifi1.accept_redirects = 1
net.ipv4.conf.wifi1.accept_source_route = 1
net.ipv4.conf.wifi1.arp_accept = 0
net.ipv4.conf.wifi1.arp_announce = 0
net.ipv4.conf.wifi1.arp_filter = 0
net.ipv4.conf.wifi1.arp_ignore = 1
net.ipv4.conf.wifi1.arp_notify = 0
net.ipv4.conf.wifi1.bootp_relay = 0
net.ipv4.conf.wifi1.disable_policy = 0
net.ipv4.conf.wifi1.disable_xfrm = 0
net.ipv4.conf.wifi1.force_igmp_version = 0
net.ipv4.conf.wifi1.forwarding = 1
net.ipv4.conf.wifi1.igmpv2_unsolicited_report_interval = 10000
net.ipv4.conf.wifi1.igmpv3_unsolicited_report_interval = 1000
net.ipv4.conf.wifi1.log_martians = 0
net.ipv4.conf.wifi1.mc_forwarding = 0
net.ipv4.conf.wifi1.medium_id = 0
net.ipv4.conf.wifi1.promote_secondaries = 0
net.ipv4.conf.wifi1.proxy_arp = 0
net.ipv4.conf.wifi1.proxy_arp_pvlan = 0
net.ipv4.conf.wifi1.route_localnet = 0
net.ipv4.conf.wifi1.rp_filter = 0
net.ipv4.conf.wifi1.secure_redirects = 1
net.ipv4.conf.wifi1.send_redirects = 1
net.ipv4.conf.wifi1.shared_media = 1
net.ipv4.conf.wifi1.src_valid_mark = 0
net.ipv4.conf.wifi1.tag = 0
net.ipv4.icmp_echo_ignore_all = 0
net.ipv4.icmp_echo_ignore_broadcasts = 1
net.ipv4.icmp_errors_use_inbound_ifaddr = 0
net.ipv4.icmp_ignore_bogus_error_responses = 1
net.ipv4.icmp_ratelimit = 1000
net.ipv4.icmp_ratemask = 6168
net.ipv4.igmp_max_memberships = 100
net.ipv4.igmp_max_msf = 10
net.ipv4.inet_peer_maxttl = 600
net.ipv4.inet_peer_minttl = 120
net.ipv4.inet_peer_threshold = 65664
net.ipv4.ip_default_ttl = 64
net.ipv4.ip_dynaddr = 0
net.ipv4.ip_early_demux = 1
net.ipv4.ip_forward = 1
net.ipv4.ip_forward_use_pmtu = 0
net.ipv4.ip_local_port_range = 32768	61000
net.ipv4.ip_local_reserved_ports = 
net.ipv4.ip_no_pmtu_disc = 0
net.ipv4.ip_nonlocal_bind = 0
net.ipv4.ip_use_legacy_tos = 1
net.ipv4.ipfrag_high_thresh = 4194304
net.ipv4.ipfrag_low_thresh = 3145728
net.ipv4.ipfrag_max_dist = 64
net.ipv4.ipfrag_secret_interval = 600
net.ipv4.ipfrag_time = 30
net.ipv4.neigh.apcli0.anycast_delay = 100
net.ipv4.neigh.apcli0.app_solicit = 0
net.ipv4.neigh.apcli0.base_reachable_time = 30
net.ipv4.neigh.apcli0.base_reachable_time_ms = 30000
net.ipv4.neigh.apcli0.delay_first_probe_time = 5
net.ipv4.neigh.apcli0.gc_stale_time = 60
net.ipv4.neigh.apcli0.locktime = 100
net.ipv4.neigh.apcli0.mcast_solicit = 3
net.ipv4.neigh.apcli0.proxy_delay = 80
net.ipv4.neigh.apcli0.proxy_qlen = 64
net.ipv4.neigh.apcli0.retrans_time = 100
net.ipv4.neigh.apcli0.retrans_time_ms = 1000
net.ipv4.neigh.apcli0.ucast_solicit = 3
net.ipv4.neigh.apcli0.unres_qlen = 34
net.ipv4.neigh.apcli0.unres_qlen_bytes = 65536
net.ipv4.neigh.apcli1.anycast_delay = 100
net.ipv4.neigh.apcli1.app_solicit = 0
net.ipv4.neigh.apcli1.base_reachable_time = 30
net.ipv4.neigh.apcli1.base_reachable_time_ms = 30000
net.ipv4.neigh.apcli1.delay_first_probe_time = 5
net.ipv4.neigh.apcli1.gc_stale_time = 60
net.ipv4.neigh.apcli1.locktime = 100
net.ipv4.neigh.apcli1.mcast_solicit = 3
net.ipv4.neigh.apcli1.proxy_delay = 80
net.ipv4.neigh.apcli1.proxy_qlen = 64
net.ipv4.neigh.apcli1.retrans_time = 100
net.ipv4.neigh.apcli1.retrans_time_ms = 1000
net.ipv4.neigh.apcli1.ucast_solicit = 3
net.ipv4.neigh.apcli1.unres_qlen = 34
net.ipv4.neigh.apcli1.unres_qlen_bytes = 65536
net.ipv4.neigh.ath00.anycast_delay = 100
net.ipv4.neigh.ath00.app_solicit = 0
net.ipv4.neigh.ath00.base_reachable_time = 30
net.ipv4.neigh.ath00.base_reachable_time_ms = 30000
net.ipv4.neigh.ath00.delay_first_probe_time = 5
net.ipv4.neigh.ath00.gc_stale_time = 60
net.ipv4.neigh.ath00.locktime = 100
net.ipv4.neigh.ath00.mcast_solicit = 3
net.ipv4.neigh.ath00.proxy_delay = 80
net.ipv4.neigh.ath00.proxy_qlen = 64
net.ipv4.neigh.ath00.retrans_time = 100
net.ipv4.neigh.ath00.retrans_time_ms = 1000
net.ipv4.neigh.ath00.ucast_solicit = 3
net.ipv4.neigh.ath00.unres_qlen = 34
net.ipv4.neigh.ath00.unres_qlen_bytes = 65536
net.ipv4.neigh.ath10.anycast_delay = 100
net.ipv4.neigh.ath10.app_solicit = 0
net.ipv4.neigh.ath10.base_reachable_time = 30
net.ipv4.neigh.ath10.base_reachable_time_ms = 30000
net.ipv4.neigh.ath10.delay_first_probe_time = 5
net.ipv4.neigh.ath10.gc_stale_time = 60
net.ipv4.neigh.ath10.locktime = 100
net.ipv4.neigh.ath10.mcast_solicit = 3
net.ipv4.neigh.ath10.proxy_delay = 80
net.ipv4.neigh.ath10.proxy_qlen = 64
net.ipv4.neigh.ath10.retrans_time = 100
net.ipv4.neigh.ath10.retrans_time_ms = 1000
net.ipv4.neigh.ath10.ucast_solicit = 3
net.ipv4.neigh.ath10.unres_qlen = 34
net.ipv4.neigh.ath10.unres_qlen_bytes = 65536
net.ipv4.neigh.br-lan.anycast_delay = 100
net.ipv4.neigh.br-lan.app_solicit = 0
net.ipv4.neigh.br-lan.base_reachable_time = 30
net.ipv4.neigh.br-lan.base_reachable_time_ms = 30000
net.ipv4.neigh.br-lan.delay_first_probe_time = 5
net.ipv4.neigh.br-lan.gc_stale_time = 60
net.ipv4.neigh.br-lan.locktime = 100
net.ipv4.neigh.br-lan.mcast_solicit = 3
net.ipv4.neigh.br-lan.proxy_delay = 80
net.ipv4.neigh.br-lan.proxy_qlen = 64
net.ipv4.neigh.br-lan.retrans_time = 100
net.ipv4.neigh.br-lan.retrans_time_ms = 1000
net.ipv4.neigh.br-lan.ucast_solicit = 3
net.ipv4.neigh.br-lan.unres_qlen = 34
net.ipv4.neigh.br-lan.unres_qlen_bytes = 65536
net.ipv4.neigh.default.anycast_delay = 100
net.ipv4.neigh.default.app_solicit = 0
net.ipv4.neigh.default.base_reachable_time = 30
net.ipv4.neigh.default.base_reachable_time_ms = 30000
net.ipv4.neigh.default.delay_first_probe_time = 5
net.ipv4.neigh.default.gc_interval = 30
net.ipv4.neigh.default.gc_stale_time = 60
net.ipv4.neigh.default.gc_thresh1 = 128
net.ipv4.neigh.default.gc_thresh2 = 512
net.ipv4.neigh.default.gc_thresh3 = 1024
net.ipv4.neigh.default.locktime = 100
net.ipv4.neigh.default.mcast_solicit = 3
net.ipv4.neigh.default.proxy_delay = 80
net.ipv4.neigh.default.proxy_qlen = 64
net.ipv4.neigh.default.retrans_time = 100
net.ipv4.neigh.default.retrans_time_ms = 1000
net.ipv4.neigh.default.ucast_solicit = 3
net.ipv4.neigh.default.unres_qlen = 34
net.ipv4.neigh.default.unres_qlen_bytes = 65536
net.ipv4.neigh.eth0.anycast_delay = 100
net.ipv4.neigh.eth0.app_solicit = 0
net.ipv4.neigh.eth0.base_reachable_time = 30
net.ipv4.neigh.eth0.base_reachable_time_ms = 30000
net.ipv4.neigh.eth0.delay_first_probe_time = 5
net.ipv4.neigh.eth0.gc_stale_time = 60
net.ipv4.neigh.eth0.locktime = 100
net.ipv4.neigh.eth0.mcast_solicit = 3
net.ipv4.neigh.eth0.proxy_delay = 80
net.ipv4.neigh.eth0.proxy_qlen = 64
net.ipv4.neigh.eth0.retrans_time = 100
net.ipv4.neigh.eth0.retrans_time_ms = 1000
net.ipv4.neigh.eth0.ucast_solicit = 3
net.ipv4.neigh.eth0.unres_qlen = 34
net.ipv4.neigh.eth0.unres_qlen_bytes = 65536
net.ipv4.neigh.eth1.anycast_delay = 100
net.ipv4.neigh.eth1.app_solicit = 0
net.ipv4.neigh.eth1.base_reachable_time = 30
net.ipv4.neigh.eth1.base_reachable_time_ms = 30000
net.ipv4.neigh.eth1.delay_first_probe_time = 5
net.ipv4.neigh.eth1.gc_stale_time = 60
net.ipv4.neigh.eth1.locktime = 100
net.ipv4.neigh.eth1.mcast_solicit = 3
net.ipv4.neigh.eth1.proxy_delay = 80
net.ipv4.neigh.eth1.proxy_qlen = 64
net.ipv4.neigh.eth1.retrans_time = 100
net.ipv4.neigh.eth1.retrans_time_ms = 1000
net.ipv4.neigh.eth1.ucast_solicit = 3
net.ipv4.neigh.eth1.unres_qlen = 34
net.ipv4.neigh.eth1.unres_qlen_bytes = 65536
net.ipv4.neigh.gre0.anycast_delay = 100
net.ipv4.neigh.gre0.app_solicit = 0
net.ipv4.neigh.gre0.base_reachable_time = 30
net.ipv4.neigh.gre0.base_reachable_time_ms = 30000
net.ipv4.neigh.gre0.delay_first_probe_time = 5
net.ipv4.neigh.gre0.gc_stale_time = 60
net.ipv4.neigh.gre0.locktime = 100
net.ipv4.neigh.gre0.mcast_solicit = 3
net.ipv4.neigh.gre0.proxy_delay = 80
net.ipv4.neigh.gre0.proxy_qlen = 64
net.ipv4.neigh.gre0.retrans_time = 100
net.ipv4.neigh.gre0.retrans_time_ms = 1000
net.ipv4.neigh.gre0.ucast_solicit = 3
net.ipv4.neigh.gre0.unres_qlen = 34
net.ipv4.neigh.gre0.unres_qlen_bytes = 65536
net.ipv4.neigh.gretap0.anycast_delay = 100
net.ipv4.neigh.gretap0.app_solicit = 0
net.ipv4.neigh.gretap0.base_reachable_time = 30
net.ipv4.neigh.gretap0.base_reachable_time_ms = 30000
net.ipv4.neigh.gretap0.delay_first_probe_time = 5
net.ipv4.neigh.gretap0.gc_stale_time = 60
net.ipv4.neigh.gretap0.locktime = 100
net.ipv4.neigh.gretap0.mcast_solicit = 3
net.ipv4.neigh.gretap0.proxy_delay = 80
net.ipv4.neigh.gretap0.proxy_qlen = 64
net.ipv4.neigh.gretap0.retrans_time = 100
net.ipv4.neigh.gretap0.retrans_time_ms = 1000
net.ipv4.neigh.gretap0.ucast_solicit = 3
net.ipv4.neigh.gretap0.unres_qlen = 34
net.ipv4.neigh.gretap0.unres_qlen_bytes = 65536
net.ipv4.neigh.ifb0.anycast_delay = 100
net.ipv4.neigh.ifb0.app_solicit = 0
net.ipv4.neigh.ifb0.base_reachable_time = 30
net.ipv4.neigh.ifb0.base_reachable_time_ms = 30000
net.ipv4.neigh.ifb0.delay_first_probe_time = 5
net.ipv4.neigh.ifb0.gc_stale_time = 60
net.ipv4.neigh.ifb0.locktime = 100
net.ipv4.neigh.ifb0.mcast_solicit = 3
net.ipv4.neigh.ifb0.proxy_delay = 80
net.ipv4.neigh.ifb0.proxy_qlen = 64
net.ipv4.neigh.ifb0.retrans_time = 100
net.ipv4.neigh.ifb0.retrans_time_ms = 1000
net.ipv4.neigh.ifb0.ucast_solicit = 3
net.ipv4.neigh.ifb0.unres_qlen = 34
net.ipv4.neigh.ifb0.unres_qlen_bytes = 65536
net.ipv4.neigh.ifb1.anycast_delay = 100
net.ipv4.neigh.ifb1.app_solicit = 0
net.ipv4.neigh.ifb1.base_reachable_time = 30
net.ipv4.neigh.ifb1.base_reachable_time_ms = 30000
net.ipv4.neigh.ifb1.delay_first_probe_time = 5
net.ipv4.neigh.ifb1.gc_stale_time = 60
net.ipv4.neigh.ifb1.locktime = 100
net.ipv4.neigh.ifb1.mcast_solicit = 3
net.ipv4.neigh.ifb1.proxy_delay = 80
net.ipv4.neigh.ifb1.proxy_qlen = 64
net.ipv4.neigh.ifb1.retrans_time = 100
net.ipv4.neigh.ifb1.retrans_time_ms = 1000
net.ipv4.neigh.ifb1.ucast_solicit = 3
net.ipv4.neigh.ifb1.unres_qlen = 34
net.ipv4.neigh.ifb1.unres_qlen_bytes = 65536
net.ipv4.neigh.lo.anycast_delay = 100
net.ipv4.neigh.lo.app_solicit = 0
net.ipv4.neigh.lo.base_reachable_time = 30
net.ipv4.neigh.lo.base_reachable_time_ms = 30000
net.ipv4.neigh.lo.delay_first_probe_time = 5
net.ipv4.neigh.lo.gc_stale_time = 60
net.ipv4.neigh.lo.locktime = 100
net.ipv4.neigh.lo.mcast_solicit = 3
net.ipv4.neigh.lo.proxy_delay = 80
net.ipv4.neigh.lo.proxy_qlen = 64
net.ipv4.neigh.lo.retrans_time = 100
net.ipv4.neigh.lo.retrans_time_ms = 1000
net.ipv4.neigh.lo.ucast_solicit = 3
net.ipv4.neigh.lo.unres_qlen = 34
net.ipv4.neigh.lo.unres_qlen_bytes = 65536
net.ipv4.neigh.miireg.anycast_delay = 100
net.ipv4.neigh.miireg.app_solicit = 0
net.ipv4.neigh.miireg.base_reachable_time = 30
net.ipv4.neigh.miireg.base_reachable_time_ms = 30000
net.ipv4.neigh.miireg.delay_first_probe_time = 5
net.ipv4.neigh.miireg.gc_stale_time = 60
net.ipv4.neigh.miireg.locktime = 100
net.ipv4.neigh.miireg.mcast_solicit = 3
net.ipv4.neigh.miireg.proxy_delay = 80
net.ipv4.neigh.miireg.proxy_qlen = 64
net.ipv4.neigh.miireg.retrans_time = 100
net.ipv4.neigh.miireg.retrans_time_ms = 1000
net.ipv4.neigh.miireg.ucast_solicit = 3
net.ipv4.neigh.miireg.unres_qlen = 34
net.ipv4.neigh.miireg.unres_qlen_bytes = 65536
net.ipv4.neigh.ra0.anycast_delay = 100
net.ipv4.neigh.ra0.app_solicit = 0
net.ipv4.neigh.ra0.base_reachable_time = 30
net.ipv4.neigh.ra0.base_reachable_time_ms = 30000
net.ipv4.neigh.ra0.delay_first_probe_time = 5
net.ipv4.neigh.ra0.gc_stale_time = 60
net.ipv4.neigh.ra0.locktime = 100
net.ipv4.neigh.ra0.mcast_solicit = 3
net.ipv4.neigh.ra0.proxy_delay = 80
net.ipv4.neigh.ra0.proxy_qlen = 64
net.ipv4.neigh.ra0.retrans_time = 100
net.ipv4.neigh.ra0.retrans_time_ms = 1000
net.ipv4.neigh.ra0.ucast_solicit = 3
net.ipv4.neigh.ra0.unres_qlen = 34
net.ipv4.neigh.ra0.unres_qlen_bytes = 65536
net.ipv4.neigh.ra1.anycast_delay = 100
net.ipv4.neigh.ra1.app_solicit = 0
net.ipv4.neigh.ra1.base_reachable_time = 30
net.ipv4.neigh.ra1.base_reachable_time_ms = 30000
net.ipv4.neigh.ra1.delay_first_probe_time = 5
net.ipv4.neigh.ra1.gc_stale_time = 60
net.ipv4.neigh.ra1.locktime = 100
net.ipv4.neigh.ra1.mcast_solicit = 3
net.ipv4.neigh.ra1.proxy_delay = 80
net.ipv4.neigh.ra1.proxy_qlen = 64
net.ipv4.neigh.ra1.retrans_time = 100
net.ipv4.neigh.ra1.retrans_time_ms = 1000
net.ipv4.neigh.ra1.ucast_solicit = 3
net.ipv4.neigh.ra1.unres_qlen = 34
net.ipv4.neigh.ra1.unres_qlen_bytes = 65536
net.ipv4.neigh.ra2.anycast_delay = 100
net.ipv4.neigh.ra2.app_solicit = 0
net.ipv4.neigh.ra2.base_reachable_time = 30
net.ipv4.neigh.ra2.base_reachable_time_ms = 30000
net.ipv4.neigh.ra2.delay_first_probe_time = 5
net.ipv4.neigh.ra2.gc_stale_time = 60
net.ipv4.neigh.ra2.locktime = 100
net.ipv4.neigh.ra2.mcast_solicit = 3
net.ipv4.neigh.ra2.proxy_delay = 80
net.ipv4.neigh.ra2.proxy_qlen = 64
net.ipv4.neigh.ra2.retrans_time = 100
net.ipv4.neigh.ra2.retrans_time_ms = 1000
net.ipv4.neigh.ra2.ucast_solicit = 3
net.ipv4.neigh.ra2.unres_qlen = 34
net.ipv4.neigh.ra2.unres_qlen_bytes = 65536
net.ipv4.neigh.ra3.anycast_delay = 100
net.ipv4.neigh.ra3.app_solicit = 0
net.ipv4.neigh.ra3.base_reachable_time = 30
net.ipv4.neigh.ra3.base_reachable_time_ms = 30000
net.ipv4.neigh.ra3.delay_first_probe_time = 5
net.ipv4.neigh.ra3.gc_stale_time = 60
net.ipv4.neigh.ra3.locktime = 100
net.ipv4.neigh.ra3.mcast_solicit = 3
net.ipv4.neigh.ra3.proxy_delay = 80
net.ipv4.neigh.ra3.proxy_qlen = 64
net.ipv4.neigh.ra3.retrans_time = 100
net.ipv4.neigh.ra3.retrans_time_ms = 1000
net.ipv4.neigh.ra3.ucast_solicit = 3
net.ipv4.neigh.ra3.unres_qlen = 34
net.ipv4.neigh.ra3.unres_qlen_bytes = 65536
net.ipv4.neigh.teql0.anycast_delay = 100
net.ipv4.neigh.teql0.app_solicit = 0
net.ipv4.neigh.teql0.base_reachable_time = 30
net.ipv4.neigh.teql0.base_reachable_time_ms = 30000
net.ipv4.neigh.teql0.delay_first_probe_time = 5
net.ipv4.neigh.teql0.gc_stale_time = 60
net.ipv4.neigh.teql0.locktime = 100
net.ipv4.neigh.teql0.mcast_solicit = 3
net.ipv4.neigh.teql0.proxy_delay = 80
net.ipv4.neigh.teql0.proxy_qlen = 64
net.ipv4.neigh.teql0.retrans_time = 100
net.ipv4.neigh.teql0.retrans_time_ms = 1000
net.ipv4.neigh.teql0.ucast_solicit = 3
net.ipv4.neigh.teql0.unres_qlen = 34
net.ipv4.neigh.teql0.unres_qlen_bytes = 65536
net.ipv4.neigh.wds0.anycast_delay = 100
net.ipv4.neigh.wds0.app_solicit = 0
net.ipv4.neigh.wds0.base_reachable_time = 30
net.ipv4.neigh.wds0.base_reachable_time_ms = 30000
net.ipv4.neigh.wds0.delay_first_probe_time = 5
net.ipv4.neigh.wds0.gc_stale_time = 60
net.ipv4.neigh.wds0.locktime = 100
net.ipv4.neigh.wds0.mcast_solicit = 3
net.ipv4.neigh.wds0.proxy_delay = 80
net.ipv4.neigh.wds0.proxy_qlen = 64
net.ipv4.neigh.wds0.retrans_time = 100
net.ipv4.neigh.wds0.retrans_time_ms = 1000
net.ipv4.neigh.wds0.ucast_solicit = 3
net.ipv4.neigh.wds0.unres_qlen = 34
net.ipv4.neigh.wds0.unres_qlen_bytes = 65536
net.ipv4.neigh.wds1.anycast_delay = 100
net.ipv4.neigh.wds1.app_solicit = 0
net.ipv4.neigh.wds1.base_reachable_time = 30
net.ipv4.neigh.wds1.base_reachable_time_ms = 30000
net.ipv4.neigh.wds1.delay_first_probe_time = 5
net.ipv4.neigh.wds1.gc_stale_time = 60
net.ipv4.neigh.wds1.locktime = 100
net.ipv4.neigh.wds1.mcast_solicit = 3
net.ipv4.neigh.wds1.proxy_delay = 80
net.ipv4.neigh.wds1.proxy_qlen = 64
net.ipv4.neigh.wds1.retrans_time = 100
net.ipv4.neigh.wds1.retrans_time_ms = 1000
net.ipv4.neigh.wds1.ucast_solicit = 3
net.ipv4.neigh.wds1.unres_qlen = 34
net.ipv4.neigh.wds1.unres_qlen_bytes = 65536
net.ipv4.neigh.wds2.anycast_delay = 100
net.ipv4.neigh.wds2.app_solicit = 0
net.ipv4.neigh.wds2.base_reachable_time = 30
net.ipv4.neigh.wds2.base_reachable_time_ms = 30000
net.ipv4.neigh.wds2.delay_first_probe_time = 5
net.ipv4.neigh.wds2.gc_stale_time = 60
net.ipv4.neigh.wds2.locktime = 100
net.ipv4.neigh.wds2.mcast_solicit = 3
net.ipv4.neigh.wds2.proxy_delay = 80
net.ipv4.neigh.wds2.proxy_qlen = 64
net.ipv4.neigh.wds2.retrans_time = 100
net.ipv4.neigh.wds2.retrans_time_ms = 1000
net.ipv4.neigh.wds2.ucast_solicit = 3
net.ipv4.neigh.wds2.unres_qlen = 34
net.ipv4.neigh.wds2.unres_qlen_bytes = 65536
net.ipv4.neigh.wds3.anycast_delay = 100
net.ipv4.neigh.wds3.app_solicit = 0
net.ipv4.neigh.wds3.base_reachable_time = 30
net.ipv4.neigh.wds3.base_reachable_time_ms = 30000
net.ipv4.neigh.wds3.delay_first_probe_time = 5
net.ipv4.neigh.wds3.gc_stale_time = 60
net.ipv4.neigh.wds3.locktime = 100
net.ipv4.neigh.wds3.mcast_solicit = 3
net.ipv4.neigh.wds3.proxy_delay = 80
net.ipv4.neigh.wds3.proxy_qlen = 64
net.ipv4.neigh.wds3.retrans_time = 100
net.ipv4.neigh.wds3.retrans_time_ms = 1000
net.ipv4.neigh.wds3.ucast_solicit = 3
net.ipv4.neigh.wds3.unres_qlen = 34
net.ipv4.neigh.wds3.unres_qlen_bytes = 65536
net.ipv4.neigh.wifi0.anycast_delay = 100
net.ipv4.neigh.wifi0.app_solicit = 0
net.ipv4.neigh.wifi0.base_reachable_time = 30
net.ipv4.neigh.wifi0.base_reachable_time_ms = 30000
net.ipv4.neigh.wifi0.delay_first_probe_time = 5
net.ipv4.neigh.wifi0.gc_stale_time = 60
net.ipv4.neigh.wifi0.locktime = 100
net.ipv4.neigh.wifi0.mcast_solicit = 3
net.ipv4.neigh.wifi0.proxy_delay = 80
net.ipv4.neigh.wifi0.proxy_qlen = 64
net.ipv4.neigh.wifi0.retrans_time = 100
net.ipv4.neigh.wifi0.retrans_time_ms = 1000
net.ipv4.neigh.wifi0.ucast_solicit = 3
net.ipv4.neigh.wifi0.unres_qlen = 34
net.ipv4.neigh.wifi0.unres_qlen_bytes = 65536
net.ipv4.neigh.wifi1.anycast_delay = 100
net.ipv4.neigh.wifi1.app_solicit = 0
net.ipv4.neigh.wifi1.base_reachable_time = 30
net.ipv4.neigh.wifi1.base_reachable_time_ms = 30000
net.ipv4.neigh.wifi1.delay_first_probe_time = 5
net.ipv4.neigh.wifi1.gc_stale_time = 60
net.ipv4.neigh.wifi1.locktime = 100
net.ipv4.neigh.wifi1.mcast_solicit = 3
net.ipv4.neigh.wifi1.proxy_delay = 80
net.ipv4.neigh.wifi1.proxy_qlen = 64
net.ipv4.neigh.wifi1.retrans_time = 100
net.ipv4.neigh.wifi1.retrans_time_ms = 1000
net.ipv4.neigh.wifi1.ucast_solicit = 3
net.ipv4.neigh.wifi1.unres_qlen = 34
net.ipv4.neigh.wifi1.unres_qlen_bytes = 65536
net.ipv4.ping_group_range = 1	0
net.ipv4.route.error_burst = 1250
net.ipv4.route.error_cost = 250
net.ipv4.route.gc_elasticity = 8
net.ipv4.route.gc_interval = 60
net.ipv4.route.gc_min_interval = 0
net.ipv4.route.gc_min_interval_ms = 500
net.ipv4.route.gc_thresh = -1
net.ipv4.route.gc_timeout = 300
net.ipv4.route.max_size = 2147483647
net.ipv4.route.min_adv_mss = 256
net.ipv4.route.min_pmtu = 552
net.ipv4.route.mtu_expires = 600
net.ipv4.route.redirect_load = 5
net.ipv4.route.redirect_number = 9
net.ipv4.route.redirect_silence = 5120
net.ipv4.tcp_abort_on_overflow = 0
net.ipv4.tcp_adv_win_scale = 1
net.ipv4.tcp_allowed_congestion_control = cubic reno
net.ipv4.tcp_app_win = 31
net.ipv4.tcp_autocorking = 1
net.ipv4.tcp_available_congestion_control = cubic reno
net.ipv4.tcp_base_mss = 512
net.ipv4.tcp_challenge_ack_limit = 1000
net.ipv4.tcp_congestion_control = cubic
net.ipv4.tcp_dsack = 1
net.ipv4.tcp_early_retrans = 3
net.ipv4.tcp_ecn = 0
net.ipv4.tcp_fack = 1
net.ipv4.tcp_fastopen = 3
net.ipv4.tcp_fastopen_key = 4fbc1823-54e331c6-6f00509a-1d0b5d79
net.ipv4.tcp_fin_timeout = 30
net.ipv4.tcp_frto = 2
net.ipv4.tcp_keepalive_intvl = 75
net.ipv4.tcp_keepalive_probes = 5
net.ipv4.tcp_keepalive_time = 120
net.ipv4.tcp_limit_output_bytes = 131072
net.ipv4.tcp_low_latency = 0
net.ipv4.tcp_max_orphans = 2048
net.ipv4.tcp_max_syn_backlog = 16384
net.ipv4.tcp_max_tw_buckets = 2048
net.ipv4.tcp_mem = 11961	15949	23922
net.ipv4.tcp_min_tso_segs = 2
net.ipv4.tcp_moderate_rcvbuf = 1
net.ipv4.tcp_mtu_probing = 0
net.ipv4.tcp_no_metrics_save = 0
net.ipv4.tcp_notsent_lowat = -1
net.ipv4.tcp_orphan_retries = 0
net.ipv4.tcp_reordering = 3
net.ipv4.tcp_retrans_collapse = 1
net.ipv4.tcp_retries1 = 3
net.ipv4.tcp_retries2 = 5
net.ipv4.tcp_rfc1337 = 1
net.ipv4.tcp_rmem = 4096	87380	2097152
net.ipv4.tcp_sack = 1
net.ipv4.tcp_slow_start_after_idle = 0
net.ipv4.tcp_stdurg = 0
net.ipv4.tcp_syn_retries = 3
net.ipv4.tcp_synack_retries = 3
net.ipv4.tcp_syncookies = 1
net.ipv4.tcp_thin_dupack = 0
net.ipv4.tcp_thin_linear_timeouts = 0
net.ipv4.tcp_timestamps = 1
net.ipv4.tcp_tso_win_divisor = 3
net.ipv4.tcp_tw_recycle = 1
net.ipv4.tcp_tw_reuse = 1
net.ipv4.tcp_window_scaling = 1
net.ipv4.tcp_wmem = 4096	65536	2097152
net.ipv4.tcp_workaround_signed_windows = 0
net.ipv4.udp_mem = 11961	15949	23922
net.ipv4.udp_rmem_min = 4096
net.ipv4.udp_wmem_min = 4096
net.ipv6.anycast_src_echo_reply = 0
net.ipv6.bindv6only = 0
net.ipv6.conf.all.accept_dad = 1
net.ipv6.conf.all.accept_ra = 1
net.ipv6.conf.all.accept_ra_defrtr = 1
net.ipv6.conf.all.accept_ra_pinfo = 1
net.ipv6.conf.all.accept_redirects = 1
net.ipv6.conf.all.accept_source_route = 0
net.ipv6.conf.all.autoconf = 1
net.ipv6.conf.all.dad_transmits = 1
net.ipv6.conf.all.disable_ipv6 = 0
net.ipv6.conf.all.force_mld_version = 0
net.ipv6.conf.all.force_tllao = 0
net.ipv6.conf.all.forwarding = 1
net.ipv6.conf.all.hop_limit = 64
net.ipv6.conf.all.max_addresses = 16
net.ipv6.conf.all.max_desync_factor = 600
net.ipv6.conf.all.mc_forwarding = 0
net.ipv6.conf.all.mldv1_unsolicited_report_interval = 10000
net.ipv6.conf.all.mldv2_unsolicited_report_interval = 1000
net.ipv6.conf.all.mtu = 1280
net.ipv6.conf.all.ndisc_notify = 0
net.ipv6.conf.all.proxy_ndp = 0
net.ipv6.conf.all.regen_max_retry = 3
net.ipv6.conf.all.router_solicitation_delay = 1
net.ipv6.conf.all.router_solicitation_interval = 4
net.ipv6.conf.all.router_solicitations = 3
net.ipv6.conf.all.suppress_frag_ndisc = 1
net.ipv6.conf.all.temp_prefered_lft = 86400
net.ipv6.conf.all.temp_valid_lft = 604800
net.ipv6.conf.all.use_tempaddr = 0
net.ipv6.conf.apcli0.accept_dad = 1
net.ipv6.conf.apcli0.accept_ra = 1
net.ipv6.conf.apcli0.accept_ra_defrtr = 1
net.ipv6.conf.apcli0.accept_ra_pinfo = 1
net.ipv6.conf.apcli0.accept_redirects = 1
net.ipv6.conf.apcli0.accept_source_route = 0
net.ipv6.conf.apcli0.autoconf = 1
net.ipv6.conf.apcli0.dad_transmits = 1
net.ipv6.conf.apcli0.disable_ipv6 = 0
net.ipv6.conf.apcli0.force_mld_version = 0
net.ipv6.conf.apcli0.force_tllao = 0
net.ipv6.conf.apcli0.forwarding = 1
net.ipv6.conf.apcli0.hop_limit = 64
net.ipv6.conf.apcli0.max_addresses = 16
net.ipv6.conf.apcli0.max_desync_factor = 600
net.ipv6.conf.apcli0.mc_forwarding = 0
net.ipv6.conf.apcli0.mldv1_unsolicited_report_interval = 10000
net.ipv6.conf.apcli0.mldv2_unsolicited_report_interval = 1000
net.ipv6.conf.apcli0.mtu = 1500
net.ipv6.conf.apcli0.ndisc_notify = 0
net.ipv6.conf.apcli0.proxy_ndp = 0
net.ipv6.conf.apcli0.regen_max_retry = 3
net.ipv6.conf.apcli0.router_solicitation_delay = 1
net.ipv6.conf.apcli0.router_solicitation_interval = 4
net.ipv6.conf.apcli0.router_solicitations = 3
net.ipv6.conf.apcli0.suppress_frag_ndisc = 1
net.ipv6.conf.apcli0.temp_prefered_lft = 86400
net.ipv6.conf.apcli0.temp_valid_lft = 604800
net.ipv6.conf.apcli0.use_tempaddr = 0
net.ipv6.conf.apcli1.accept_dad = 1
net.ipv6.conf.apcli1.accept_ra = 1
net.ipv6.conf.apcli1.accept_ra_defrtr = 1
net.ipv6.conf.apcli1.accept_ra_pinfo = 1
net.ipv6.conf.apcli1.accept_redirects = 1
net.ipv6.conf.apcli1.accept_source_route = 0
net.ipv6.conf.apcli1.autoconf = 1
net.ipv6.conf.apcli1.dad_transmits = 1
net.ipv6.conf.apcli1.disable_ipv6 = 0
net.ipv6.conf.apcli1.force_mld_version = 0
net.ipv6.conf.apcli1.force_tllao = 0
net.ipv6.conf.apcli1.forwarding = 1
net.ipv6.conf.apcli1.hop_limit = 64
net.ipv6.conf.apcli1.max_addresses = 16
net.ipv6.conf.apcli1.max_desync_factor = 600
net.ipv6.conf.apcli1.mc_forwarding = 0
net.ipv6.conf.apcli1.mldv1_unsolicited_report_interval = 10000
net.ipv6.conf.apcli1.mldv2_unsolicited_report_interval = 1000
net.ipv6.conf.apcli1.mtu = 1500
net.ipv6.conf.apcli1.ndisc_notify = 0
net.ipv6.conf.apcli1.proxy_ndp = 0
net.ipv6.conf.apcli1.regen_max_retry = 3
net.ipv6.conf.apcli1.router_solicitation_delay = 1
net.ipv6.conf.apcli1.router_solicitation_interval = 4
net.ipv6.conf.apcli1.router_solicitations = 3
net.ipv6.conf.apcli1.suppress_frag_ndisc = 1
net.ipv6.conf.apcli1.temp_prefered_lft = 86400
net.ipv6.conf.apcli1.temp_valid_lft = 604800
net.ipv6.conf.apcli1.use_tempaddr = 0
net.ipv6.conf.ath00.accept_dad = 1
net.ipv6.conf.ath00.accept_ra = 1
net.ipv6.conf.ath00.accept_ra_defrtr = 1
net.ipv6.conf.ath00.accept_ra_pinfo = 1
net.ipv6.conf.ath00.accept_redirects = 1
net.ipv6.conf.ath00.accept_source_route = 0
net.ipv6.conf.ath00.autoconf = 1
net.ipv6.conf.ath00.dad_transmits = 1
net.ipv6.conf.ath00.disable_ipv6 = 0
net.ipv6.conf.ath00.force_mld_version = 0
net.ipv6.conf.ath00.force_tllao = 0
net.ipv6.conf.ath00.forwarding = 1
net.ipv6.conf.ath00.hop_limit = 64
net.ipv6.conf.ath00.max_addresses = 16
net.ipv6.conf.ath00.max_desync_factor = 600
net.ipv6.conf.ath00.mc_forwarding = 0
net.ipv6.conf.ath00.mldv1_unsolicited_report_interval = 10000
net.ipv6.conf.ath00.mldv2_unsolicited_report_interval = 1000
net.ipv6.conf.ath00.mtu = 1500
net.ipv6.conf.ath00.ndisc_notify = 0
net.ipv6.conf.ath00.proxy_ndp = 0
net.ipv6.conf.ath00.regen_max_retry = 3
net.ipv6.conf.ath00.router_solicitation_delay = 1
net.ipv6.conf.ath00.router_solicitation_interval = 4
net.ipv6.conf.ath00.router_solicitations = 3
net.ipv6.conf.ath00.suppress_frag_ndisc = 1
net.ipv6.conf.ath00.temp_prefered_lft = 86400
net.ipv6.conf.ath00.temp_valid_lft = 604800
net.ipv6.conf.ath00.use_tempaddr = 0
net.ipv6.conf.ath10.accept_dad = 1
net.ipv6.conf.ath10.accept_ra = 1
net.ipv6.conf.ath10.accept_ra_defrtr = 1
net.ipv6.conf.ath10.accept_ra_pinfo = 1
net.ipv6.conf.ath10.accept_redirects = 1
net.ipv6.conf.ath10.accept_source_route = 0
net.ipv6.conf.ath10.autoconf = 1
net.ipv6.conf.ath10.dad_transmits = 1
net.ipv6.conf.ath10.disable_ipv6 = 0
net.ipv6.conf.ath10.force_mld_version = 0
net.ipv6.conf.ath10.force_tllao = 0
net.ipv6.conf.ath10.forwarding = 1
net.ipv6.conf.ath10.hop_limit = 64
net.ipv6.conf.ath10.max_addresses = 16
net.ipv6.conf.ath10.max_desync_factor = 600
net.ipv6.conf.ath10.mc_forwarding = 0
net.ipv6.conf.ath10.mldv1_unsolicited_report_interval = 10000
net.ipv6.conf.ath10.mldv2_unsolicited_report_interval = 1000
net.ipv6.conf.ath10.mtu = 1500
net.ipv6.conf.ath10.ndisc_notify = 0
net.ipv6.conf.ath10.proxy_ndp = 0
net.ipv6.conf.ath10.regen_max_retry = 3
net.ipv6.conf.ath10.router_solicitation_delay = 1
net.ipv6.conf.ath10.router_solicitation_interval = 4
net.ipv6.conf.ath10.router_solicitations = 3
net.ipv6.conf.ath10.suppress_frag_ndisc = 1
net.ipv6.conf.ath10.temp_prefered_lft = 86400
net.ipv6.conf.ath10.temp_valid_lft = 604800
net.ipv6.conf.ath10.use_tempaddr = 0
net.ipv6.conf.br-lan.accept_dad = 1
net.ipv6.conf.br-lan.accept_ra = 1
net.ipv6.conf.br-lan.accept_ra_defrtr = 1
net.ipv6.conf.br-lan.accept_ra_pinfo = 1
net.ipv6.conf.br-lan.accept_redirects = 1
net.ipv6.conf.br-lan.accept_source_route = 0
net.ipv6.conf.br-lan.autoconf = 1
net.ipv6.conf.br-lan.dad_transmits = 1
net.ipv6.conf.br-lan.disable_ipv6 = 0
net.ipv6.conf.br-lan.force_mld_version = 0
net.ipv6.conf.br-lan.force_tllao = 0
net.ipv6.conf.br-lan.forwarding = 1
net.ipv6.conf.br-lan.hop_limit = 64
net.ipv6.conf.br-lan.max_addresses = 16
net.ipv6.conf.br-lan.max_desync_factor = 600
net.ipv6.conf.br-lan.mc_forwarding = 0
net.ipv6.conf.br-lan.mldv1_unsolicited_report_interval = 10000
net.ipv6.conf.br-lan.mldv2_unsolicited_report_interval = 1000
net.ipv6.conf.br-lan.mtu = 1500
net.ipv6.conf.br-lan.ndisc_notify = 0
net.ipv6.conf.br-lan.proxy_ndp = 0
net.ipv6.conf.br-lan.regen_max_retry = 3
net.ipv6.conf.br-lan.router_solicitation_delay = 1
net.ipv6.conf.br-lan.router_solicitation_interval = 4
net.ipv6.conf.br-lan.router_solicitations = 3
net.ipv6.conf.br-lan.suppress_frag_ndisc = 1
net.ipv6.conf.br-lan.temp_prefered_lft = 86400
net.ipv6.conf.br-lan.temp_valid_lft = 604800
net.ipv6.conf.br-lan.use_tempaddr = 0
net.ipv6.conf.default.accept_dad = 1
net.ipv6.conf.default.accept_ra = 1
net.ipv6.conf.default.accept_ra_defrtr = 1
net.ipv6.conf.default.accept_ra_pinfo = 1
net.ipv6.conf.default.accept_redirects = 1
net.ipv6.conf.default.accept_source_route = 0
net.ipv6.conf.default.autoconf = 1
net.ipv6.conf.default.dad_transmits = 1
net.ipv6.conf.default.disable_ipv6 = 0
net.ipv6.conf.default.force_mld_version = 0
net.ipv6.conf.default.force_tllao = 0
net.ipv6.conf.default.forwarding = 1
net.ipv6.conf.default.hop_limit = 64
net.ipv6.conf.default.max_addresses = 16
net.ipv6.conf.default.max_desync_factor = 600
net.ipv6.conf.default.mc_forwarding = 0
net.ipv6.conf.default.mldv1_unsolicited_report_interval = 10000
net.ipv6.conf.default.mldv2_unsolicited_report_interval = 1000
net.ipv6.conf.default.mtu = 1280
net.ipv6.conf.default.ndisc_notify = 0
net.ipv6.conf.default.proxy_ndp = 0
net.ipv6.conf.default.regen_max_retry = 3
net.ipv6.conf.default.router_solicitation_delay = 1
net.ipv6.conf.default.router_solicitation_interval = 4
net.ipv6.conf.default.router_solicitations = 3
net.ipv6.conf.default.suppress_frag_ndisc = 1
net.ipv6.conf.default.temp_prefered_lft = 86400
net.ipv6.conf.default.temp_valid_lft = 604800
net.ipv6.conf.default.use_tempaddr = 0
net.ipv6.conf.eth0.accept_dad = 1
net.ipv6.conf.eth0.accept_ra = 1
net.ipv6.conf.eth0.accept_ra_defrtr = 1
net.ipv6.conf.eth0.accept_ra_pinfo = 1
net.ipv6.conf.eth0.accept_redirects = 1
net.ipv6.conf.eth0.accept_source_route = 0
net.ipv6.conf.eth0.autoconf = 1
net.ipv6.conf.eth0.dad_transmits = 1
net.ipv6.conf.eth0.disable_ipv6 = 0
net.ipv6.conf.eth0.force_mld_version = 0
net.ipv6.conf.eth0.force_tllao = 0
net.ipv6.conf.eth0.forwarding = 1
net.ipv6.conf.eth0.hop_limit = 64
net.ipv6.conf.eth0.max_addresses = 16
net.ipv6.conf.eth0.max_desync_factor = 600
net.ipv6.conf.eth0.mc_forwarding = 0
net.ipv6.conf.eth0.mldv1_unsolicited_report_interval = 10000
net.ipv6.conf.eth0.mldv2_unsolicited_report_interval = 1000
net.ipv6.conf.eth0.mtu = 1500
net.ipv6.conf.eth0.ndisc_notify = 0
net.ipv6.conf.eth0.proxy_ndp = 0
net.ipv6.conf.eth0.regen_max_retry = 3
net.ipv6.conf.eth0.router_solicitation_delay = 1
net.ipv6.conf.eth0.router_solicitation_interval = 4
net.ipv6.conf.eth0.router_solicitations = 3
net.ipv6.conf.eth0.suppress_frag_ndisc = 1
net.ipv6.conf.eth0.temp_prefered_lft = 86400
net.ipv6.conf.eth0.temp_valid_lft = 604800
net.ipv6.conf.eth0.use_tempaddr = 0
net.ipv6.conf.eth1.accept_dad = 1
net.ipv6.conf.eth1.accept_ra = 1
net.ipv6.conf.eth1.accept_ra_defrtr = 1
net.ipv6.conf.eth1.accept_ra_pinfo = 1
net.ipv6.conf.eth1.accept_redirects = 1
net.ipv6.conf.eth1.accept_source_route = 0
net.ipv6.conf.eth1.autoconf = 1
net.ipv6.conf.eth1.dad_transmits = 1
net.ipv6.conf.eth1.disable_ipv6 = 1
net.ipv6.conf.eth1.force_mld_version = 0
net.ipv6.conf.eth1.force_tllao = 0
net.ipv6.conf.eth1.forwarding = 1
net.ipv6.conf.eth1.hop_limit = 64
net.ipv6.conf.eth1.max_addresses = 16
net.ipv6.conf.eth1.max_desync_factor = 600
net.ipv6.conf.eth1.mc_forwarding = 0
net.ipv6.conf.eth1.mldv1_unsolicited_report_interval = 10000
net.ipv6.conf.eth1.mldv2_unsolicited_report_interval = 1000
net.ipv6.conf.eth1.mtu = 1500
net.ipv6.conf.eth1.ndisc_notify = 0
net.ipv6.conf.eth1.proxy_ndp = 0
net.ipv6.conf.eth1.regen_max_retry = 3
net.ipv6.conf.eth1.router_solicitation_delay = 1
net.ipv6.conf.eth1.router_solicitation_interval = 4
net.ipv6.conf.eth1.router_solicitations = 3
net.ipv6.conf.eth1.suppress_frag_ndisc = 1
net.ipv6.conf.eth1.temp_prefered_lft = 86400
net.ipv6.conf.eth1.temp_valid_lft = 604800
net.ipv6.conf.eth1.use_tempaddr = 0
net.ipv6.conf.gre0.accept_dad = -1
net.ipv6.conf.gre0.accept_ra = 1
net.ipv6.conf.gre0.accept_ra_defrtr = 1
net.ipv6.conf.gre0.accept_ra_pinfo = 1
net.ipv6.conf.gre0.accept_redirects = 1
net.ipv6.conf.gre0.accept_source_route = 0
net.ipv6.conf.gre0.autoconf = 1
net.ipv6.conf.gre0.dad_transmits = 1
net.ipv6.conf.gre0.disable_ipv6 = 0
net.ipv6.conf.gre0.force_mld_version = 0
net.ipv6.conf.gre0.force_tllao = 0
net.ipv6.conf.gre0.forwarding = 1
net.ipv6.conf.gre0.hop_limit = 64
net.ipv6.conf.gre0.max_addresses = 16
net.ipv6.conf.gre0.max_desync_factor = 600
net.ipv6.conf.gre0.mc_forwarding = 0
net.ipv6.conf.gre0.mldv1_unsolicited_report_interval = 10000
net.ipv6.conf.gre0.mldv2_unsolicited_report_interval = 1000
net.ipv6.conf.gre0.mtu = 1476
net.ipv6.conf.gre0.ndisc_notify = 0
net.ipv6.conf.gre0.proxy_ndp = 0
net.ipv6.conf.gre0.regen_max_retry = 3
net.ipv6.conf.gre0.router_solicitation_delay = 1
net.ipv6.conf.gre0.router_solicitation_interval = 4
net.ipv6.conf.gre0.router_solicitations = 3
net.ipv6.conf.gre0.suppress_frag_ndisc = 1
net.ipv6.conf.gre0.temp_prefered_lft = 86400
net.ipv6.conf.gre0.temp_valid_lft = 604800
net.ipv6.conf.gre0.use_tempaddr = 0
net.ipv6.conf.gretap0.accept_dad = 1
net.ipv6.conf.gretap0.accept_ra = 1
net.ipv6.conf.gretap0.accept_ra_defrtr = 1
net.ipv6.conf.gretap0.accept_ra_pinfo = 1
net.ipv6.conf.gretap0.accept_redirects = 1
net.ipv6.conf.gretap0.accept_source_route = 0
net.ipv6.conf.gretap0.autoconf = 1
net.ipv6.conf.gretap0.dad_transmits = 1
net.ipv6.conf.gretap0.disable_ipv6 = 0
net.ipv6.conf.gretap0.force_mld_version = 0
net.ipv6.conf.gretap0.force_tllao = 0
net.ipv6.conf.gretap0.forwarding = 1
net.ipv6.conf.gretap0.hop_limit = 64
net.ipv6.conf.gretap0.max_addresses = 16
net.ipv6.conf.gretap0.max_desync_factor = 600
net.ipv6.conf.gretap0.mc_forwarding = 0
net.ipv6.conf.gretap0.mldv1_unsolicited_report_interval = 10000
net.ipv6.conf.gretap0.mldv2_unsolicited_report_interval = 1000
net.ipv6.conf.gretap0.mtu = 1476
net.ipv6.conf.gretap0.ndisc_notify = 0
net.ipv6.conf.gretap0.proxy_ndp = 0
net.ipv6.conf.gretap0.regen_max_retry = 3
net.ipv6.conf.gretap0.router_solicitation_delay = 1
net.ipv6.conf.gretap0.router_solicitation_interval = 4
net.ipv6.conf.gretap0.router_solicitations = 3
net.ipv6.conf.gretap0.suppress_frag_ndisc = 1
net.ipv6.conf.gretap0.temp_prefered_lft = 86400
net.ipv6.conf.gretap0.temp_valid_lft = 604800
net.ipv6.conf.gretap0.use_tempaddr = 0
net.ipv6.conf.ifb0.accept_dad = -1
net.ipv6.conf.ifb0.accept_ra = 1
net.ipv6.conf.ifb0.accept_ra_defrtr = 1
net.ipv6.conf.ifb0.accept_ra_pinfo = 1
net.ipv6.conf.ifb0.accept_redirects = 1
net.ipv6.conf.ifb0.accept_source_route = 0
net.ipv6.conf.ifb0.autoconf = 1
net.ipv6.conf.ifb0.dad_transmits = 1
net.ipv6.conf.ifb0.disable_ipv6 = 0
net.ipv6.conf.ifb0.force_mld_version = 0
net.ipv6.conf.ifb0.force_tllao = 0
net.ipv6.conf.ifb0.forwarding = 1
net.ipv6.conf.ifb0.hop_limit = 64
net.ipv6.conf.ifb0.max_addresses = 16
net.ipv6.conf.ifb0.max_desync_factor = 600
net.ipv6.conf.ifb0.mc_forwarding = 0
net.ipv6.conf.ifb0.mldv1_unsolicited_report_interval = 10000
net.ipv6.conf.ifb0.mldv2_unsolicited_report_interval = 1000
net.ipv6.conf.ifb0.mtu = 1500
net.ipv6.conf.ifb0.ndisc_notify = 0
net.ipv6.conf.ifb0.proxy_ndp = 0
net.ipv6.conf.ifb0.regen_max_retry = 3
net.ipv6.conf.ifb0.router_solicitation_delay = 1
net.ipv6.conf.ifb0.router_solicitation_interval = 4
net.ipv6.conf.ifb0.router_solicitations = 3
net.ipv6.conf.ifb0.suppress_frag_ndisc = 1
net.ipv6.conf.ifb0.temp_prefered_lft = 86400
net.ipv6.conf.ifb0.temp_valid_lft = 604800
net.ipv6.conf.ifb0.use_tempaddr = 0
net.ipv6.conf.ifb1.accept_dad = -1
net.ipv6.conf.ifb1.accept_ra = 1
net.ipv6.conf.ifb1.accept_ra_defrtr = 1
net.ipv6.conf.ifb1.accept_ra_pinfo = 1
net.ipv6.conf.ifb1.accept_redirects = 1
net.ipv6.conf.ifb1.accept_source_route = 0
net.ipv6.conf.ifb1.autoconf = 1
net.ipv6.conf.ifb1.dad_transmits = 1
net.ipv6.conf.ifb1.disable_ipv6 = 0
net.ipv6.conf.ifb1.force_mld_version = 0
net.ipv6.conf.ifb1.force_tllao = 0
net.ipv6.conf.ifb1.forwarding = 1
net.ipv6.conf.ifb1.hop_limit = 64
net.ipv6.conf.ifb1.max_addresses = 16
net.ipv6.conf.ifb1.max_desync_factor = 600
net.ipv6.conf.ifb1.mc_forwarding = 0
net.ipv6.conf.ifb1.mldv1_unsolicited_report_interval = 10000
net.ipv6.conf.ifb1.mldv2_unsolicited_report_interval = 1000
net.ipv6.conf.ifb1.mtu = 1500
net.ipv6.conf.ifb1.ndisc_notify = 0
net.ipv6.conf.ifb1.proxy_ndp = 0
net.ipv6.conf.ifb1.regen_max_retry = 3
net.ipv6.conf.ifb1.router_solicitation_delay = 1
net.ipv6.conf.ifb1.router_solicitation_interval = 4
net.ipv6.conf.ifb1.router_solicitations = 3
net.ipv6.conf.ifb1.suppress_frag_ndisc = 1
net.ipv6.conf.ifb1.temp_prefered_lft = 86400
net.ipv6.conf.ifb1.temp_valid_lft = 604800
net.ipv6.conf.ifb1.use_tempaddr = 0
net.ipv6.conf.lo.accept_dad = -1
net.ipv6.conf.lo.accept_ra = 1
net.ipv6.conf.lo.accept_ra_defrtr = 1
net.ipv6.conf.lo.accept_ra_pinfo = 1
net.ipv6.conf.lo.accept_redirects = 1
net.ipv6.conf.lo.accept_source_route = 0
net.ipv6.conf.lo.autoconf = 1
net.ipv6.conf.lo.dad_transmits = 1
net.ipv6.conf.lo.disable_ipv6 = 0
net.ipv6.conf.lo.force_mld_version = 0
net.ipv6.conf.lo.force_tllao = 0
net.ipv6.conf.lo.forwarding = 1
net.ipv6.conf.lo.hop_limit = 64
net.ipv6.conf.lo.max_addresses = 16
net.ipv6.conf.lo.max_desync_factor = 600
net.ipv6.conf.lo.mc_forwarding = 0
net.ipv6.conf.lo.mldv1_unsolicited_report_interval = 10000
net.ipv6.conf.lo.mldv2_unsolicited_report_interval = 1000
net.ipv6.conf.lo.mtu = 65536
net.ipv6.conf.lo.ndisc_notify = 0
net.ipv6.conf.lo.proxy_ndp = 0
net.ipv6.conf.lo.regen_max_retry = 3
net.ipv6.conf.lo.router_solicitation_delay = 1
net.ipv6.conf.lo.router_solicitation_interval = 4
net.ipv6.conf.lo.router_solicitations = 3
net.ipv6.conf.lo.suppress_frag_ndisc = 1
net.ipv6.conf.lo.temp_prefered_lft = 86400
net.ipv6.conf.lo.temp_valid_lft = 604800
net.ipv6.conf.lo.use_tempaddr = -1
net.ipv6.conf.ra0.accept_dad = 1
net.ipv6.conf.ra0.accept_ra = 1
net.ipv6.conf.ra0.accept_ra_defrtr = 1
net.ipv6.conf.ra0.accept_ra_pinfo = 1
net.ipv6.conf.ra0.accept_redirects = 1
net.ipv6.conf.ra0.accept_source_route = 0
net.ipv6.conf.ra0.autoconf = 1
net.ipv6.conf.ra0.dad_transmits = 1
net.ipv6.conf.ra0.disable_ipv6 = 0
net.ipv6.conf.ra0.force_mld_version = 0
net.ipv6.conf.ra0.force_tllao = 0
net.ipv6.conf.ra0.forwarding = 1
net.ipv6.conf.ra0.hop_limit = 64
net.ipv6.conf.ra0.max_addresses = 16
net.ipv6.conf.ra0.max_desync_factor = 600
net.ipv6.conf.ra0.mc_forwarding = 0
net.ipv6.conf.ra0.mldv1_unsolicited_report_interval = 10000
net.ipv6.conf.ra0.mldv2_unsolicited_report_interval = 1000
net.ipv6.conf.ra0.mtu = 1500
net.ipv6.conf.ra0.ndisc_notify = 0
net.ipv6.conf.ra0.proxy_ndp = 0
net.ipv6.conf.ra0.regen_max_retry = 3
net.ipv6.conf.ra0.router_solicitation_delay = 1
net.ipv6.conf.ra0.router_solicitation_interval = 4
net.ipv6.conf.ra0.router_solicitations = 3
net.ipv6.conf.ra0.suppress_frag_ndisc = 1
net.ipv6.conf.ra0.temp_prefered_lft = 86400
net.ipv6.conf.ra0.temp_valid_lft = 604800
net.ipv6.conf.ra0.use_tempaddr = 0
net.ipv6.conf.ra1.accept_dad = 1
net.ipv6.conf.ra1.accept_ra = 1
net.ipv6.conf.ra1.accept_ra_defrtr = 1
net.ipv6.conf.ra1.accept_ra_pinfo = 1
net.ipv6.conf.ra1.accept_redirects = 1
net.ipv6.conf.ra1.accept_source_route = 0
net.ipv6.conf.ra1.autoconf = 1
net.ipv6.conf.ra1.dad_transmits = 1
net.ipv6.conf.ra1.disable_ipv6 = 0
net.ipv6.conf.ra1.force_mld_version = 0
net.ipv6.conf.ra1.force_tllao = 0
net.ipv6.conf.ra1.forwarding = 1
net.ipv6.conf.ra1.hop_limit = 64
net.ipv6.conf.ra1.max_addresses = 16
net.ipv6.conf.ra1.max_desync_factor = 600
net.ipv6.conf.ra1.mc_forwarding = 0
net.ipv6.conf.ra1.mldv1_unsolicited_report_interval = 10000
net.ipv6.conf.ra1.mldv2_unsolicited_report_interval = 1000
net.ipv6.conf.ra1.mtu = 1500
net.ipv6.conf.ra1.ndisc_notify = 0
net.ipv6.conf.ra1.proxy_ndp = 0
net.ipv6.conf.ra1.regen_max_retry = 3
net.ipv6.conf.ra1.router_solicitation_delay = 1
net.ipv6.conf.ra1.router_solicitation_interval = 4
net.ipv6.conf.ra1.router_solicitations = 3
net.ipv6.conf.ra1.suppress_frag_ndisc = 1
net.ipv6.conf.ra1.temp_prefered_lft = 86400
net.ipv6.conf.ra1.temp_valid_lft = 604800
net.ipv6.conf.ra1.use_tempaddr = 0
net.ipv6.conf.ra2.accept_dad = 1
net.ipv6.conf.ra2.accept_ra = 1
net.ipv6.conf.ra2.accept_ra_defrtr = 1
net.ipv6.conf.ra2.accept_ra_pinfo = 1
net.ipv6.conf.ra2.accept_redirects = 1
net.ipv6.conf.ra2.accept_source_route = 0
net.ipv6.conf.ra2.autoconf = 1
net.ipv6.conf.ra2.dad_transmits = 1
net.ipv6.conf.ra2.disable_ipv6 = 0
net.ipv6.conf.ra2.force_mld_version = 0
net.ipv6.conf.ra2.force_tllao = 0
net.ipv6.conf.ra2.forwarding = 1
net.ipv6.conf.ra2.hop_limit = 64
net.ipv6.conf.ra2.max_addresses = 16
net.ipv6.conf.ra2.max_desync_factor = 600
net.ipv6.conf.ra2.mc_forwarding = 0
net.ipv6.conf.ra2.mldv1_unsolicited_report_interval = 10000
net.ipv6.conf.ra2.mldv2_unsolicited_report_interval = 1000
net.ipv6.conf.ra2.mtu = 1500
net.ipv6.conf.ra2.ndisc_notify = 0
net.ipv6.conf.ra2.proxy_ndp = 0
net.ipv6.conf.ra2.regen_max_retry = 3
net.ipv6.conf.ra2.router_solicitation_delay = 1
net.ipv6.conf.ra2.router_solicitation_interval = 4
net.ipv6.conf.ra2.router_solicitations = 3
net.ipv6.conf.ra2.suppress_frag_ndisc = 1
net.ipv6.conf.ra2.temp_prefered_lft = 86400
net.ipv6.conf.ra2.temp_valid_lft = 604800
net.ipv6.conf.ra2.use_tempaddr = 0
net.ipv6.conf.ra3.accept_dad = 1
net.ipv6.conf.ra3.accept_ra = 1
net.ipv6.conf.ra3.accept_ra_defrtr = 1
net.ipv6.conf.ra3.accept_ra_pinfo = 1
net.ipv6.conf.ra3.accept_redirects = 1
net.ipv6.conf.ra3.accept_source_route = 0
net.ipv6.conf.ra3.autoconf = 1
net.ipv6.conf.ra3.dad_transmits = 1
net.ipv6.conf.ra3.disable_ipv6 = 0
net.ipv6.conf.ra3.force_mld_version = 0
net.ipv6.conf.ra3.force_tllao = 0
net.ipv6.conf.ra3.forwarding = 1
net.ipv6.conf.ra3.hop_limit = 64
net.ipv6.conf.ra3.max_addresses = 16
net.ipv6.conf.ra3.max_desync_factor = 600
net.ipv6.conf.ra3.mc_forwarding = 0
net.ipv6.conf.ra3.mldv1_unsolicited_report_interval = 10000
net.ipv6.conf.ra3.mldv2_unsolicited_report_interval = 1000
net.ipv6.conf.ra3.mtu = 1500
net.ipv6.conf.ra3.ndisc_notify = 0
net.ipv6.conf.ra3.proxy_ndp = 0
net.ipv6.conf.ra3.regen_max_retry = 3
net.ipv6.conf.ra3.router_solicitation_delay = 1
net.ipv6.conf.ra3.router_solicitation_interval = 4
net.ipv6.conf.ra3.router_solicitations = 3
net.ipv6.conf.ra3.suppress_frag_ndisc = 1
net.ipv6.conf.ra3.temp_prefered_lft = 86400
net.ipv6.conf.ra3.temp_valid_lft = 604800
net.ipv6.conf.ra3.use_tempaddr = 0
net.ipv6.conf.teql0.accept_dad = -1
net.ipv6.conf.teql0.accept_ra = 1
net.ipv6.conf.teql0.accept_ra_defrtr = 1
net.ipv6.conf.teql0.accept_ra_pinfo = 1
net.ipv6.conf.teql0.accept_redirects = 1
net.ipv6.conf.teql0.accept_source_route = 0
net.ipv6.conf.teql0.autoconf = 1
net.ipv6.conf.teql0.dad_transmits = 1
net.ipv6.conf.teql0.disable_ipv6 = 0
net.ipv6.conf.teql0.force_mld_version = 0
net.ipv6.conf.teql0.force_tllao = 0
net.ipv6.conf.teql0.forwarding = 1
net.ipv6.conf.teql0.hop_limit = 64
net.ipv6.conf.teql0.max_addresses = 16
net.ipv6.conf.teql0.max_desync_factor = 600
net.ipv6.conf.teql0.mc_forwarding = 0
net.ipv6.conf.teql0.mldv1_unsolicited_report_interval = 10000
net.ipv6.conf.teql0.mldv2_unsolicited_report_interval = 1000
net.ipv6.conf.teql0.mtu = 1500
net.ipv6.conf.teql0.ndisc_notify = 0
net.ipv6.conf.teql0.proxy_ndp = 0
net.ipv6.conf.teql0.regen_max_retry = 3
net.ipv6.conf.teql0.router_solicitation_delay = 1
net.ipv6.conf.teql0.router_solicitation_interval = 4
net.ipv6.conf.teql0.router_solicitations = 3
net.ipv6.conf.teql0.suppress_frag_ndisc = 1
net.ipv6.conf.teql0.temp_prefered_lft = 86400
net.ipv6.conf.teql0.temp_valid_lft = 604800
net.ipv6.conf.teql0.use_tempaddr = 0
net.ipv6.conf.wds0.accept_dad = 1
net.ipv6.conf.wds0.accept_ra = 1
net.ipv6.conf.wds0.accept_ra_defrtr = 1
net.ipv6.conf.wds0.accept_ra_pinfo = 1
net.ipv6.conf.wds0.accept_redirects = 1
net.ipv6.conf.wds0.accept_source_route = 0
net.ipv6.conf.wds0.autoconf = 1
net.ipv6.conf.wds0.dad_transmits = 1
net.ipv6.conf.wds0.disable_ipv6 = 0
net.ipv6.conf.wds0.force_mld_version = 0
net.ipv6.conf.wds0.force_tllao = 0
net.ipv6.conf.wds0.forwarding = 1
net.ipv6.conf.wds0.hop_limit = 64
net.ipv6.conf.wds0.max_addresses = 16
net.ipv6.conf.wds0.max_desync_factor = 600
net.ipv6.conf.wds0.mc_forwarding = 0
net.ipv6.conf.wds0.mldv1_unsolicited_report_interval = 10000
net.ipv6.conf.wds0.mldv2_unsolicited_report_interval = 1000
net.ipv6.conf.wds0.mtu = 1500
net.ipv6.conf.wds0.ndisc_notify = 0
net.ipv6.conf.wds0.proxy_ndp = 0
net.ipv6.conf.wds0.regen_max_retry = 3
net.ipv6.conf.wds0.router_solicitation_delay = 1
net.ipv6.conf.wds0.router_solicitation_interval = 4
net.ipv6.conf.wds0.router_solicitations = 3
net.ipv6.conf.wds0.suppress_frag_ndisc = 1
net.ipv6.conf.wds0.temp_prefered_lft = 86400
net.ipv6.conf.wds0.temp_valid_lft = 604800
net.ipv6.conf.wds0.use_tempaddr = 0
net.ipv6.conf.wds1.accept_dad = 1
net.ipv6.conf.wds1.accept_ra = 1
net.ipv6.conf.wds1.accept_ra_defrtr = 1
net.ipv6.conf.wds1.accept_ra_pinfo = 1
net.ipv6.conf.wds1.accept_redirects = 1
net.ipv6.conf.wds1.accept_source_route = 0
net.ipv6.conf.wds1.autoconf = 1
net.ipv6.conf.wds1.dad_transmits = 1
net.ipv6.conf.wds1.disable_ipv6 = 0
net.ipv6.conf.wds1.force_mld_version = 0
net.ipv6.conf.wds1.force_tllao = 0
net.ipv6.conf.wds1.forwarding = 1
net.ipv6.conf.wds1.hop_limit = 64
net.ipv6.conf.wds1.max_addresses = 16
net.ipv6.conf.wds1.max_desync_factor = 600
net.ipv6.conf.wds1.mc_forwarding = 0
net.ipv6.conf.wds1.mldv1_unsolicited_report_interval = 10000
net.ipv6.conf.wds1.mldv2_unsolicited_report_interval = 1000
net.ipv6.conf.wds1.mtu = 1500
net.ipv6.conf.wds1.ndisc_notify = 0
net.ipv6.conf.wds1.proxy_ndp = 0
net.ipv6.conf.wds1.regen_max_retry = 3
net.ipv6.conf.wds1.router_solicitation_delay = 1
net.ipv6.conf.wds1.router_solicitation_interval = 4
net.ipv6.conf.wds1.router_solicitations = 3
net.ipv6.conf.wds1.suppress_frag_ndisc = 1
net.ipv6.conf.wds1.temp_prefered_lft = 86400
net.ipv6.conf.wds1.temp_valid_lft = 604800
net.ipv6.conf.wds1.use_tempaddr = 0
net.ipv6.conf.wds2.accept_dad = 1
net.ipv6.conf.wds2.accept_ra = 1
net.ipv6.conf.wds2.accept_ra_defrtr = 1
net.ipv6.conf.wds2.accept_ra_pinfo = 1
net.ipv6.conf.wds2.accept_redirects = 1
net.ipv6.conf.wds2.accept_source_route = 0
net.ipv6.conf.wds2.autoconf = 1
net.ipv6.conf.wds2.dad_transmits = 1
net.ipv6.conf.wds2.disable_ipv6 = 0
net.ipv6.conf.wds2.force_mld_version = 0
net.ipv6.conf.wds2.force_tllao = 0
net.ipv6.conf.wds2.forwarding = 1
net.ipv6.conf.wds2.hop_limit = 64
net.ipv6.conf.wds2.max_addresses = 16
net.ipv6.conf.wds2.max_desync_factor = 600
net.ipv6.conf.wds2.mc_forwarding = 0
net.ipv6.conf.wds2.mldv1_unsolicited_report_interval = 10000
net.ipv6.conf.wds2.mldv2_unsolicited_report_interval = 1000
net.ipv6.conf.wds2.mtu = 1500
net.ipv6.conf.wds2.ndisc_notify = 0
net.ipv6.conf.wds2.proxy_ndp = 0
net.ipv6.conf.wds2.regen_max_retry = 3
net.ipv6.conf.wds2.router_solicitation_delay = 1
net.ipv6.conf.wds2.router_solicitation_interval = 4
net.ipv6.conf.wds2.router_solicitations = 3
net.ipv6.conf.wds2.suppress_frag_ndisc = 1
net.ipv6.conf.wds2.temp_prefered_lft = 86400
net.ipv6.conf.wds2.temp_valid_lft = 604800
net.ipv6.conf.wds2.use_tempaddr = 0
net.ipv6.conf.wds3.accept_dad = 1
net.ipv6.conf.wds3.accept_ra = 1
net.ipv6.conf.wds3.accept_ra_defrtr = 1
net.ipv6.conf.wds3.accept_ra_pinfo = 1
net.ipv6.conf.wds3.accept_redirects = 1
net.ipv6.conf.wds3.accept_source_route = 0
net.ipv6.conf.wds3.autoconf = 1
net.ipv6.conf.wds3.dad_transmits = 1
net.ipv6.conf.wds3.disable_ipv6 = 0
net.ipv6.conf.wds3.force_mld_version = 0
net.ipv6.conf.wds3.force_tllao = 0
net.ipv6.conf.wds3.forwarding = 1
net.ipv6.conf.wds3.hop_limit = 64
net.ipv6.conf.wds3.max_addresses = 16
net.ipv6.conf.wds3.max_desync_factor = 600
net.ipv6.conf.wds3.mc_forwarding = 0
net.ipv6.conf.wds3.mldv1_unsolicited_report_interval = 10000
net.ipv6.conf.wds3.mldv2_unsolicited_report_interval = 1000
net.ipv6.conf.wds3.mtu = 1500
net.ipv6.conf.wds3.ndisc_notify = 0
net.ipv6.conf.wds3.proxy_ndp = 0
net.ipv6.conf.wds3.regen_max_retry = 3
net.ipv6.conf.wds3.router_solicitation_delay = 1
net.ipv6.conf.wds3.router_solicitation_interval = 4
net.ipv6.conf.wds3.router_solicitations = 3
net.ipv6.conf.wds3.suppress_frag_ndisc = 1
net.ipv6.conf.wds3.temp_prefered_lft = 86400
net.ipv6.conf.wds3.temp_valid_lft = 604800
net.ipv6.conf.wds3.use_tempaddr = 0
net.ipv6.conf.wifi0.accept_dad = 1
net.ipv6.conf.wifi0.accept_ra = 1
net.ipv6.conf.wifi0.accept_ra_defrtr = 1
net.ipv6.conf.wifi0.accept_ra_pinfo = 1
net.ipv6.conf.wifi0.accept_redirects = 1
net.ipv6.conf.wifi0.accept_source_route = 0
net.ipv6.conf.wifi0.autoconf = 1
net.ipv6.conf.wifi0.dad_transmits = 1
net.ipv6.conf.wifi0.disable_ipv6 = 0
net.ipv6.conf.wifi0.force_mld_version = 0
net.ipv6.conf.wifi0.force_tllao = 0
net.ipv6.conf.wifi0.forwarding = 1
net.ipv6.conf.wifi0.hop_limit = 64
net.ipv6.conf.wifi0.max_addresses = 16
net.ipv6.conf.wifi0.max_desync_factor = 600
net.ipv6.conf.wifi0.mc_forwarding = 0
net.ipv6.conf.wifi0.mldv1_unsolicited_report_interval = 10000
net.ipv6.conf.wifi0.mldv2_unsolicited_report_interval = 1000
net.ipv6.conf.wifi0.mtu = 1500
net.ipv6.conf.wifi0.ndisc_notify = 0
net.ipv6.conf.wifi0.proxy_ndp = 0
net.ipv6.conf.wifi0.regen_max_retry = 3
net.ipv6.conf.wifi0.router_solicitation_delay = 1
net.ipv6.conf.wifi0.router_solicitation_interval = 4
net.ipv6.conf.wifi0.router_solicitations = 3
net.ipv6.conf.wifi0.suppress_frag_ndisc = 1
net.ipv6.conf.wifi0.temp_prefered_lft = 86400
net.ipv6.conf.wifi0.temp_valid_lft = 604800
net.ipv6.conf.wifi0.use_tempaddr = 0
net.ipv6.conf.wifi1.accept_dad = 1
net.ipv6.conf.wifi1.accept_ra = 1
net.ipv6.conf.wifi1.accept_ra_defrtr = 1
net.ipv6.conf.wifi1.accept_ra_pinfo = 1
net.ipv6.conf.wifi1.accept_redirects = 1
net.ipv6.conf.wifi1.accept_source_route = 0
net.ipv6.conf.wifi1.autoconf = 1
net.ipv6.conf.wifi1.dad_transmits = 1
net.ipv6.conf.wifi1.disable_ipv6 = 0
net.ipv6.conf.wifi1.force_mld_version = 0
net.ipv6.conf.wifi1.force_tllao = 0
net.ipv6.conf.wifi1.forwarding = 1
net.ipv6.conf.wifi1.hop_limit = 64
net.ipv6.conf.wifi1.max_addresses = 16
net.ipv6.conf.wifi1.max_desync_factor = 600
net.ipv6.conf.wifi1.mc_forwarding = 0
net.ipv6.conf.wifi1.mldv1_unsolicited_report_interval = 10000
net.ipv6.conf.wifi1.mldv2_unsolicited_report_interval = 1000
net.ipv6.conf.wifi1.mtu = 1500
net.ipv6.conf.wifi1.ndisc_notify = 0
net.ipv6.conf.wifi1.proxy_ndp = 0
net.ipv6.conf.wifi1.regen_max_retry = 3
net.ipv6.conf.wifi1.router_solicitation_delay = 1
net.ipv6.conf.wifi1.router_solicitation_interval = 4
net.ipv6.conf.wifi1.router_solicitations = 3
net.ipv6.conf.wifi1.suppress_frag_ndisc = 1
net.ipv6.conf.wifi1.temp_prefered_lft = 86400
net.ipv6.conf.wifi1.temp_valid_lft = 604800
net.ipv6.conf.wifi1.use_tempaddr = 0
net.ipv6.flowlabel_consistency = 1
net.ipv6.icmp.ratelimit = 1000
net.ipv6.ip6frag_high_thresh = 4194304
net.ipv6.ip6frag_low_thresh = 3145728
net.ipv6.ip6frag_secret_interval = 600
net.ipv6.ip6frag_time = 60
net.ipv6.mld_max_msf = 64
net.ipv6.neigh.apcli0.anycast_delay = 100
net.ipv6.neigh.apcli0.app_solicit = 0
net.ipv6.neigh.apcli0.base_reachable_time = 30
net.ipv6.neigh.apcli0.base_reachable_time_ms = 30000
net.ipv6.neigh.apcli0.delay_first_probe_time = 5
net.ipv6.neigh.apcli0.gc_stale_time = 60
net.ipv6.neigh.apcli0.locktime = 0
net.ipv6.neigh.apcli0.mcast_solicit = 3
net.ipv6.neigh.apcli0.proxy_delay = 80
net.ipv6.neigh.apcli0.proxy_qlen = 64
net.ipv6.neigh.apcli0.retrans_time = 250
net.ipv6.neigh.apcli0.retrans_time_ms = 1000
net.ipv6.neigh.apcli0.ucast_solicit = 3
net.ipv6.neigh.apcli0.unres_qlen = 34
net.ipv6.neigh.apcli0.unres_qlen_bytes = 65536
net.ipv6.neigh.apcli1.anycast_delay = 100
net.ipv6.neigh.apcli1.app_solicit = 0
net.ipv6.neigh.apcli1.base_reachable_time = 30
net.ipv6.neigh.apcli1.base_reachable_time_ms = 30000
net.ipv6.neigh.apcli1.delay_first_probe_time = 5
net.ipv6.neigh.apcli1.gc_stale_time = 60
net.ipv6.neigh.apcli1.locktime = 0
net.ipv6.neigh.apcli1.mcast_solicit = 3
net.ipv6.neigh.apcli1.proxy_delay = 80
net.ipv6.neigh.apcli1.proxy_qlen = 64
net.ipv6.neigh.apcli1.retrans_time = 250
net.ipv6.neigh.apcli1.retrans_time_ms = 1000
net.ipv6.neigh.apcli1.ucast_solicit = 3
net.ipv6.neigh.apcli1.unres_qlen = 34
net.ipv6.neigh.apcli1.unres_qlen_bytes = 65536
net.ipv6.neigh.ath00.anycast_delay = 100
net.ipv6.neigh.ath00.app_solicit = 0
net.ipv6.neigh.ath00.base_reachable_time = 30
net.ipv6.neigh.ath00.base_reachable_time_ms = 30000
net.ipv6.neigh.ath00.delay_first_probe_time = 5
net.ipv6.neigh.ath00.gc_stale_time = 60
net.ipv6.neigh.ath00.locktime = 0
net.ipv6.neigh.ath00.mcast_solicit = 3
net.ipv6.neigh.ath00.proxy_delay = 80
net.ipv6.neigh.ath00.proxy_qlen = 64
net.ipv6.neigh.ath00.retrans_time = 250
net.ipv6.neigh.ath00.retrans_time_ms = 1000
net.ipv6.neigh.ath00.ucast_solicit = 3
net.ipv6.neigh.ath00.unres_qlen = 34
net.ipv6.neigh.ath00.unres_qlen_bytes = 65536
net.ipv6.neigh.ath10.anycast_delay = 100
net.ipv6.neigh.ath10.app_solicit = 0
net.ipv6.neigh.ath10.base_reachable_time = 30
net.ipv6.neigh.ath10.base_reachable_time_ms = 30000
net.ipv6.neigh.ath10.delay_first_probe_time = 5
net.ipv6.neigh.ath10.gc_stale_time = 60
net.ipv6.neigh.ath10.locktime = 0
net.ipv6.neigh.ath10.mcast_solicit = 3
net.ipv6.neigh.ath10.proxy_delay = 80
net.ipv6.neigh.ath10.proxy_qlen = 64
net.ipv6.neigh.ath10.retrans_time = 250
net.ipv6.neigh.ath10.retrans_time_ms = 1000
net.ipv6.neigh.ath10.ucast_solicit = 3
net.ipv6.neigh.ath10.unres_qlen = 34
net.ipv6.neigh.ath10.unres_qlen_bytes = 65536
net.ipv6.neigh.br-lan.anycast_delay = 100
net.ipv6.neigh.br-lan.app_solicit = 0
net.ipv6.neigh.br-lan.base_reachable_time = 30
net.ipv6.neigh.br-lan.base_reachable_time_ms = 30000
net.ipv6.neigh.br-lan.delay_first_probe_time = 5
net.ipv6.neigh.br-lan.gc_stale_time = 60
net.ipv6.neigh.br-lan.locktime = 0
net.ipv6.neigh.br-lan.mcast_solicit = 3
net.ipv6.neigh.br-lan.proxy_delay = 80
net.ipv6.neigh.br-lan.proxy_qlen = 64
net.ipv6.neigh.br-lan.retrans_time = 250
net.ipv6.neigh.br-lan.retrans_time_ms = 1000
net.ipv6.neigh.br-lan.ucast_solicit = 3
net.ipv6.neigh.br-lan.unres_qlen = 34
net.ipv6.neigh.br-lan.unres_qlen_bytes = 65536
net.ipv6.neigh.default.anycast_delay = 100
net.ipv6.neigh.default.app_solicit = 0
net.ipv6.neigh.default.base_reachable_time = 30
net.ipv6.neigh.default.base_reachable_time_ms = 30000
net.ipv6.neigh.default.delay_first_probe_time = 5
net.ipv6.neigh.default.gc_interval = 30
net.ipv6.neigh.default.gc_stale_time = 60
net.ipv6.neigh.default.gc_thresh1 = 128
net.ipv6.neigh.default.gc_thresh2 = 512
net.ipv6.neigh.default.gc_thresh3 = 1024
net.ipv6.neigh.default.locktime = 0
net.ipv6.neigh.default.mcast_solicit = 3
net.ipv6.neigh.default.proxy_delay = 80
net.ipv6.neigh.default.proxy_qlen = 64
net.ipv6.neigh.default.retrans_time = 250
net.ipv6.neigh.default.retrans_time_ms = 1000
net.ipv6.neigh.default.ucast_solicit = 3
net.ipv6.neigh.default.unres_qlen = 34
net.ipv6.neigh.default.unres_qlen_bytes = 65536
net.ipv6.neigh.eth0.anycast_delay = 100
net.ipv6.neigh.eth0.app_solicit = 0
net.ipv6.neigh.eth0.base_reachable_time = 30
net.ipv6.neigh.eth0.base_reachable_time_ms = 30000
net.ipv6.neigh.eth0.delay_first_probe_time = 5
net.ipv6.neigh.eth0.gc_stale_time = 60
net.ipv6.neigh.eth0.locktime = 0
net.ipv6.neigh.eth0.mcast_solicit = 3
net.ipv6.neigh.eth0.proxy_delay = 80
net.ipv6.neigh.eth0.proxy_qlen = 64
net.ipv6.neigh.eth0.retrans_time = 250
net.ipv6.neigh.eth0.retrans_time_ms = 1000
net.ipv6.neigh.eth0.ucast_solicit = 3
net.ipv6.neigh.eth0.unres_qlen = 34
net.ipv6.neigh.eth0.unres_qlen_bytes = 65536
net.ipv6.neigh.eth1.anycast_delay = 100
net.ipv6.neigh.eth1.app_solicit = 0
net.ipv6.neigh.eth1.base_reachable_time = 30
net.ipv6.neigh.eth1.base_reachable_time_ms = 30000
net.ipv6.neigh.eth1.delay_first_probe_time = 5
net.ipv6.neigh.eth1.gc_stale_time = 60
net.ipv6.neigh.eth1.locktime = 0
net.ipv6.neigh.eth1.mcast_solicit = 3
net.ipv6.neigh.eth1.proxy_delay = 80
net.ipv6.neigh.eth1.proxy_qlen = 64
net.ipv6.neigh.eth1.retrans_time = 250
net.ipv6.neigh.eth1.retrans_time_ms = 1000
net.ipv6.neigh.eth1.ucast_solicit = 3
net.ipv6.neigh.eth1.unres_qlen = 34
net.ipv6.neigh.eth1.unres_qlen_bytes = 65536
net.ipv6.neigh.gre0.anycast_delay = 100
net.ipv6.neigh.gre0.app_solicit = 0
net.ipv6.neigh.gre0.base_reachable_time = 30
net.ipv6.neigh.gre0.base_reachable_time_ms = 30000
net.ipv6.neigh.gre0.delay_first_probe_time = 5
net.ipv6.neigh.gre0.gc_stale_time = 60
net.ipv6.neigh.gre0.locktime = 0
net.ipv6.neigh.gre0.mcast_solicit = 3
net.ipv6.neigh.gre0.proxy_delay = 80
net.ipv6.neigh.gre0.proxy_qlen = 64
net.ipv6.neigh.gre0.retrans_time = 250
net.ipv6.neigh.gre0.retrans_time_ms = 1000
net.ipv6.neigh.gre0.ucast_solicit = 3
net.ipv6.neigh.gre0.unres_qlen = 34
net.ipv6.neigh.gre0.unres_qlen_bytes = 65536
net.ipv6.neigh.gretap0.anycast_delay = 100
net.ipv6.neigh.gretap0.app_solicit = 0
net.ipv6.neigh.gretap0.base_reachable_time = 30
net.ipv6.neigh.gretap0.base_reachable_time_ms = 30000
net.ipv6.neigh.gretap0.delay_first_probe_time = 5
net.ipv6.neigh.gretap0.gc_stale_time = 60
net.ipv6.neigh.gretap0.locktime = 0
net.ipv6.neigh.gretap0.mcast_solicit = 3
net.ipv6.neigh.gretap0.proxy_delay = 80
net.ipv6.neigh.gretap0.proxy_qlen = 64
net.ipv6.neigh.gretap0.retrans_time = 250
net.ipv6.neigh.gretap0.retrans_time_ms = 1000
net.ipv6.neigh.gretap0.ucast_solicit = 3
net.ipv6.neigh.gretap0.unres_qlen = 34
net.ipv6.neigh.gretap0.unres_qlen_bytes = 65536
net.ipv6.neigh.ifb0.anycast_delay = 100
net.ipv6.neigh.ifb0.app_solicit = 0
net.ipv6.neigh.ifb0.base_reachable_time = 30
net.ipv6.neigh.ifb0.base_reachable_time_ms = 30000
net.ipv6.neigh.ifb0.delay_first_probe_time = 5
net.ipv6.neigh.ifb0.gc_stale_time = 60
net.ipv6.neigh.ifb0.locktime = 0
net.ipv6.neigh.ifb0.mcast_solicit = 3
net.ipv6.neigh.ifb0.proxy_delay = 80
net.ipv6.neigh.ifb0.proxy_qlen = 64
net.ipv6.neigh.ifb0.retrans_time = 250
net.ipv6.neigh.ifb0.retrans_time_ms = 1000
net.ipv6.neigh.ifb0.ucast_solicit = 3
net.ipv6.neigh.ifb0.unres_qlen = 34
net.ipv6.neigh.ifb0.unres_qlen_bytes = 65536
net.ipv6.neigh.ifb1.anycast_delay = 100
net.ipv6.neigh.ifb1.app_solicit = 0
net.ipv6.neigh.ifb1.base_reachable_time = 30
net.ipv6.neigh.ifb1.base_reachable_time_ms = 30000
net.ipv6.neigh.ifb1.delay_first_probe_time = 5
net.ipv6.neigh.ifb1.gc_stale_time = 60
net.ipv6.neigh.ifb1.locktime = 0
net.ipv6.neigh.ifb1.mcast_solicit = 3
net.ipv6.neigh.ifb1.proxy_delay = 80
net.ipv6.neigh.ifb1.proxy_qlen = 64
net.ipv6.neigh.ifb1.retrans_time = 250
net.ipv6.neigh.ifb1.retrans_time_ms = 1000
net.ipv6.neigh.ifb1.ucast_solicit = 3
net.ipv6.neigh.ifb1.unres_qlen = 34
net.ipv6.neigh.ifb1.unres_qlen_bytes = 65536
net.ipv6.neigh.lo.anycast_delay = 100
net.ipv6.neigh.lo.app_solicit = 0
net.ipv6.neigh.lo.base_reachable_time = 30
net.ipv6.neigh.lo.base_reachable_time_ms = 30000
net.ipv6.neigh.lo.delay_first_probe_time = 5
net.ipv6.neigh.lo.gc_stale_time = 60
net.ipv6.neigh.lo.locktime = 0
net.ipv6.neigh.lo.mcast_solicit = 3
net.ipv6.neigh.lo.proxy_delay = 80
net.ipv6.neigh.lo.proxy_qlen = 64
net.ipv6.neigh.lo.retrans_time = 250
net.ipv6.neigh.lo.retrans_time_ms = 1000
net.ipv6.neigh.lo.ucast_solicit = 3
net.ipv6.neigh.lo.unres_qlen = 34
net.ipv6.neigh.lo.unres_qlen_bytes = 65536
net.ipv6.neigh.ra0.anycast_delay = 100
net.ipv6.neigh.ra0.app_solicit = 0
net.ipv6.neigh.ra0.base_reachable_time = 30
net.ipv6.neigh.ra0.base_reachable_time_ms = 30000
net.ipv6.neigh.ra0.delay_first_probe_time = 5
net.ipv6.neigh.ra0.gc_stale_time = 60
net.ipv6.neigh.ra0.locktime = 0
net.ipv6.neigh.ra0.mcast_solicit = 3
net.ipv6.neigh.ra0.proxy_delay = 80
net.ipv6.neigh.ra0.proxy_qlen = 64
net.ipv6.neigh.ra0.retrans_time = 250
net.ipv6.neigh.ra0.retrans_time_ms = 1000
net.ipv6.neigh.ra0.ucast_solicit = 3
net.ipv6.neigh.ra0.unres_qlen = 34
net.ipv6.neigh.ra0.unres_qlen_bytes = 65536
net.ipv6.neigh.ra1.anycast_delay = 100
net.ipv6.neigh.ra1.app_solicit = 0
net.ipv6.neigh.ra1.base_reachable_time = 30
net.ipv6.neigh.ra1.base_reachable_time_ms = 30000
net.ipv6.neigh.ra1.delay_first_probe_time = 5
net.ipv6.neigh.ra1.gc_stale_time = 60
net.ipv6.neigh.ra1.locktime = 0
net.ipv6.neigh.ra1.mcast_solicit = 3
net.ipv6.neigh.ra1.proxy_delay = 80
net.ipv6.neigh.ra1.proxy_qlen = 64
net.ipv6.neigh.ra1.retrans_time = 250
net.ipv6.neigh.ra1.retrans_time_ms = 1000
net.ipv6.neigh.ra1.ucast_solicit = 3
net.ipv6.neigh.ra1.unres_qlen = 34
net.ipv6.neigh.ra1.unres_qlen_bytes = 65536
net.ipv6.neigh.ra2.anycast_delay = 100
net.ipv6.neigh.ra2.app_solicit = 0
net.ipv6.neigh.ra2.base_reachable_time = 30
net.ipv6.neigh.ra2.base_reachable_time_ms = 30000
net.ipv6.neigh.ra2.delay_first_probe_time = 5
net.ipv6.neigh.ra2.gc_stale_time = 60
net.ipv6.neigh.ra2.locktime = 0
net.ipv6.neigh.ra2.mcast_solicit = 3
net.ipv6.neigh.ra2.proxy_delay = 80
net.ipv6.neigh.ra2.proxy_qlen = 64
net.ipv6.neigh.ra2.retrans_time = 250
net.ipv6.neigh.ra2.retrans_time_ms = 1000
net.ipv6.neigh.ra2.ucast_solicit = 3
net.ipv6.neigh.ra2.unres_qlen = 34
net.ipv6.neigh.ra2.unres_qlen_bytes = 65536
net.ipv6.neigh.ra3.anycast_delay = 100
net.ipv6.neigh.ra3.app_solicit = 0
net.ipv6.neigh.ra3.base_reachable_time = 30
net.ipv6.neigh.ra3.base_reachable_time_ms = 30000
net.ipv6.neigh.ra3.delay_first_probe_time = 5
net.ipv6.neigh.ra3.gc_stale_time = 60
net.ipv6.neigh.ra3.locktime = 0
net.ipv6.neigh.ra3.mcast_solicit = 3
net.ipv6.neigh.ra3.proxy_delay = 80
net.ipv6.neigh.ra3.proxy_qlen = 64
net.ipv6.neigh.ra3.retrans_time = 250
net.ipv6.neigh.ra3.retrans_time_ms = 1000
net.ipv6.neigh.ra3.ucast_solicit = 3
net.ipv6.neigh.ra3.unres_qlen = 34
net.ipv6.neigh.ra3.unres_qlen_bytes = 65536
net.ipv6.neigh.teql0.anycast_delay = 100
net.ipv6.neigh.teql0.app_solicit = 0
net.ipv6.neigh.teql0.base_reachable_time = 30
net.ipv6.neigh.teql0.base_reachable_time_ms = 30000
net.ipv6.neigh.teql0.delay_first_probe_time = 5
net.ipv6.neigh.teql0.gc_stale_time = 60
net.ipv6.neigh.teql0.locktime = 0
net.ipv6.neigh.teql0.mcast_solicit = 3
net.ipv6.neigh.teql0.proxy_delay = 80
net.ipv6.neigh.teql0.proxy_qlen = 64
net.ipv6.neigh.teql0.retrans_time = 250
net.ipv6.neigh.teql0.retrans_time_ms = 1000
net.ipv6.neigh.teql0.ucast_solicit = 3
net.ipv6.neigh.teql0.unres_qlen = 34
net.ipv6.neigh.teql0.unres_qlen_bytes = 65536
net.ipv6.neigh.wds0.anycast_delay = 100
net.ipv6.neigh.wds0.app_solicit = 0
net.ipv6.neigh.wds0.base_reachable_time = 30
net.ipv6.neigh.wds0.base_reachable_time_ms = 30000
net.ipv6.neigh.wds0.delay_first_probe_time = 5
net.ipv6.neigh.wds0.gc_stale_time = 60
net.ipv6.neigh.wds0.locktime = 0
net.ipv6.neigh.wds0.mcast_solicit = 3
net.ipv6.neigh.wds0.proxy_delay = 80
net.ipv6.neigh.wds0.proxy_qlen = 64
net.ipv6.neigh.wds0.retrans_time = 250
net.ipv6.neigh.wds0.retrans_time_ms = 1000
net.ipv6.neigh.wds0.ucast_solicit = 3
net.ipv6.neigh.wds0.unres_qlen = 34
net.ipv6.neigh.wds0.unres_qlen_bytes = 65536
net.ipv6.neigh.wds1.anycast_delay = 100
net.ipv6.neigh.wds1.app_solicit = 0
net.ipv6.neigh.wds1.base_reachable_time = 30
net.ipv6.neigh.wds1.base_reachable_time_ms = 30000
net.ipv6.neigh.wds1.delay_first_probe_time = 5
net.ipv6.neigh.wds1.gc_stale_time = 60
net.ipv6.neigh.wds1.locktime = 0
net.ipv6.neigh.wds1.mcast_solicit = 3
net.ipv6.neigh.wds1.proxy_delay = 80
net.ipv6.neigh.wds1.proxy_qlen = 64
net.ipv6.neigh.wds1.retrans_time = 250
net.ipv6.neigh.wds1.retrans_time_ms = 1000
net.ipv6.neigh.wds1.ucast_solicit = 3
net.ipv6.neigh.wds1.unres_qlen = 34
net.ipv6.neigh.wds1.unres_qlen_bytes = 65536
net.ipv6.neigh.wds2.anycast_delay = 100
net.ipv6.neigh.wds2.app_solicit = 0
net.ipv6.neigh.wds2.base_reachable_time = 30
net.ipv6.neigh.wds2.base_reachable_time_ms = 30000
net.ipv6.neigh.wds2.delay_first_probe_time = 5
net.ipv6.neigh.wds2.gc_stale_time = 60
net.ipv6.neigh.wds2.locktime = 0
net.ipv6.neigh.wds2.mcast_solicit = 3
net.ipv6.neigh.wds2.proxy_delay = 80
net.ipv6.neigh.wds2.proxy_qlen = 64
net.ipv6.neigh.wds2.retrans_time = 250
net.ipv6.neigh.wds2.retrans_time_ms = 1000
net.ipv6.neigh.wds2.ucast_solicit = 3
net.ipv6.neigh.wds2.unres_qlen = 34
net.ipv6.neigh.wds2.unres_qlen_bytes = 65536
net.ipv6.neigh.wds3.anycast_delay = 100
net.ipv6.neigh.wds3.app_solicit = 0
net.ipv6.neigh.wds3.base_reachable_time = 30
net.ipv6.neigh.wds3.base_reachable_time_ms = 30000
net.ipv6.neigh.wds3.delay_first_probe_time = 5
net.ipv6.neigh.wds3.gc_stale_time = 60
net.ipv6.neigh.wds3.locktime = 0
net.ipv6.neigh.wds3.mcast_solicit = 3
net.ipv6.neigh.wds3.proxy_delay = 80
net.ipv6.neigh.wds3.proxy_qlen = 64
net.ipv6.neigh.wds3.retrans_time = 250
net.ipv6.neigh.wds3.retrans_time_ms = 1000
net.ipv6.neigh.wds3.ucast_solicit = 3
net.ipv6.neigh.wds3.unres_qlen = 34
net.ipv6.neigh.wds3.unres_qlen_bytes = 65536
net.ipv6.neigh.wifi0.anycast_delay = 100
net.ipv6.neigh.wifi0.app_solicit = 0
net.ipv6.neigh.wifi0.base_reachable_time = 30
net.ipv6.neigh.wifi0.base_reachable_time_ms = 30000
net.ipv6.neigh.wifi0.delay_first_probe_time = 5
net.ipv6.neigh.wifi0.gc_stale_time = 60
net.ipv6.neigh.wifi0.locktime = 0
net.ipv6.neigh.wifi0.mcast_solicit = 3
net.ipv6.neigh.wifi0.proxy_delay = 80
net.ipv6.neigh.wifi0.proxy_qlen = 64
net.ipv6.neigh.wifi0.retrans_time = 250
net.ipv6.neigh.wifi0.retrans_time_ms = 1000
net.ipv6.neigh.wifi0.ucast_solicit = 3
net.ipv6.neigh.wifi0.unres_qlen = 34
net.ipv6.neigh.wifi0.unres_qlen_bytes = 65536
net.ipv6.neigh.wifi1.anycast_delay = 100
net.ipv6.neigh.wifi1.app_solicit = 0
net.ipv6.neigh.wifi1.base_reachable_time = 30
net.ipv6.neigh.wifi1.base_reachable_time_ms = 30000
net.ipv6.neigh.wifi1.delay_first_probe_time = 5
net.ipv6.neigh.wifi1.gc_stale_time = 60
net.ipv6.neigh.wifi1.locktime = 0
net.ipv6.neigh.wifi1.mcast_solicit = 3
net.ipv6.neigh.wifi1.proxy_delay = 80
net.ipv6.neigh.wifi1.proxy_qlen = 64
net.ipv6.neigh.wifi1.retrans_time = 250
net.ipv6.neigh.wifi1.retrans_time_ms = 1000
net.ipv6.neigh.wifi1.ucast_solicit = 3
net.ipv6.neigh.wifi1.unres_qlen = 34
net.ipv6.neigh.wifi1.unres_qlen_bytes = 65536
net.ipv6.route.gc_elasticity = 9
net.ipv6.route.gc_interval = 30
net.ipv6.route.gc_min_interval = 0
net.ipv6.route.gc_min_interval_ms = 500
net.ipv6.route.gc_thresh = 1024
net.ipv6.route.gc_timeout = 60
net.ipv6.route.max_size = 4096
net.ipv6.route.min_adv_mss = 1220
net.ipv6.route.mtu_expires = 600
net.netfilter.nf_conntrack_acct = 1
net.netfilter.nf_conntrack_buckets = 8192
net.netfilter.nf_conntrack_checksum = 0
net.netfilter.nf_conntrack_count = 200
net.netfilter.nf_conntrack_events = 1
net.netfilter.nf_conntrack_events_retry_timeout = 15
net.netfilter.nf_conntrack_expect_max = 124
net.netfilter.nf_conntrack_frag6_high_thresh = 4194304
net.netfilter.nf_conntrack_frag6_low_thresh = 3145728
net.netfilter.nf_conntrack_frag6_timeout = 60
net.netfilter.nf_conntrack_generic_timeout = 600
net.netfilter.nf_conntrack_helper = 1
net.netfilter.nf_conntrack_icmp_timeout = 30
net.netfilter.nf_conntrack_icmpv6_timeout = 30
net.netfilter.nf_conntrack_log_invalid = 0
net.netfilter.nf_conntrack_max = 16384
net.netfilter.nf_conntrack_tcp_be_liberal = 0
net.netfilter.nf_conntrack_tcp_loose = 1
net.netfilter.nf_conntrack_tcp_max_retrans = 3
net.netfilter.nf_conntrack_tcp_no_window_check = 0
net.netfilter.nf_conntrack_tcp_timeout_close = 10
net.netfilter.nf_conntrack_tcp_timeout_close_wait = 60
net.netfilter.nf_conntrack_tcp_timeout_established = 7440
net.netfilter.nf_conntrack_tcp_timeout_fin_wait = 120
net.netfilter.nf_conntrack_tcp_timeout_last_ack = 30
net.netfilter.nf_conntrack_tcp_timeout_max_retrans = 300
net.netfilter.nf_conntrack_tcp_timeout_syn_recv = 60
net.netfilter.nf_conntrack_tcp_timeout_syn_sent = 120
net.netfilter.nf_conntrack_tcp_timeout_time_wait = 120
net.netfilter.nf_conntrack_tcp_timeout_unacknowledged = 300
net.netfilter.nf_conntrack_udp_timeout = 60
net.netfilter.nf_conntrack_udp_timeout_stream = 180
net.netfilter.nf_log.0 = NONE
net.netfilter.nf_log.1 = NONE
net.netfilter.nf_log.10 = ip6t_LOG
net.netfilter.nf_log.11 = NONE
net.netfilter.nf_log.12 = NONE
net.netfilter.nf_log.2 = ipt_LOG
net.netfilter.nf_log.3 = NONE
net.netfilter.nf_log.4 = NONE
net.netfilter.nf_log.5 = NONE
net.netfilter.nf_log.6 = NONE
net.netfilter.nf_log.7 = NONE
net.netfilter.nf_log.8 = NONE
net.netfilter.nf_log.9 = NONE
net.nf_conntrack_max = 16384
net.unix.max_dgram_qlen = 10
vm.admin_reserve_kbytes = 8192
vm.block_dump = 0
vm.dirty_background_bytes = 0
vm.dirty_background_ratio = 10
vm.dirty_bytes = 0
vm.dirty_expire_centisecs = 3000
vm.dirty_ratio = 10
vm.dirty_writeback_centisecs = 500
vm.drop_caches = 3
vm.laptop_mode = 0
vm.legacy_va_layout = 0
vm.low_free_kbytes_ratio = 0
vm.lowmem_reserve_ratio = 32
vm.max_map_count = 65530
vm.min_free_kbytes = 32768
vm.mmap_min_addr = 4096
vm.nr_pdflush_threads = 0
vm.oom_dump_tasks = 1
vm.oom_kill_allocating_task = 0
vm.overcommit_kbytes = 0
vm.overcommit_memory = 0
vm.overcommit_ratio = 50
vm.page-cluster = 3
vm.panic_on_oom = 0
vm.percpu_pagelist_fraction = 0
vm.scan_unevictable_pages = 0
vm.stat_interval = 1
vm.swappiness = 60
vm.user_reserve_kbytes = 15787
vm.vfs_cache_pressure = 200
[root@PandoraBox_4948:/root]#

 

0001-Added-support-for-HIWIFI-c526a.patch

From 9eb57aaaaa5822b8c6d4d64bc63cdc336bd237ce Mon Sep 17 00:00:00 2001
From: Keli Hu <dev@keli.hu>
Date: Wed, 20 Jul 2022 11:29:36 +0800
Subject: [PATCH] Added support for HIWIFI c526a

---
 package/firmware/ipq-wifi/Makefile            |   2 +
 .../ipq-wifi/board-hiwifi_c526a.qca4019       | Bin 0 -> 24300 bytes
 .../ipq40xx/base-files/etc/board.d/02_network |  10 +
 .../etc/hotplug.d/firmware/11-ath10k-caldata  |   8 +
 .../etc/hotplug.d/ieee80211/10_fix_wifi_mac   |  21 ++
 .../base-files/etc/init.d/mt7615_reboot       |  13 +
 .../base-files/lib/upgrade/platform.sh        |   1 +
 .../arch/arm/boot/dts/qcom-ipq4019-c526a.dts  | 314 ++++++++++++++++++
 target/linux/ipq40xx/image/generic.mk         |  12 +
 .../903-arm-boot-add-dts-files.patch          |  10 +
 10 files changed, 391 insertions(+)
 create mode 100644 package/firmware/ipq-wifi/board-hiwifi_c526a.qca4019
 create mode 100644 target/linux/ipq40xx/base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac
 create mode 100644 target/linux/ipq40xx/base-files/etc/init.d/mt7615_reboot
 create mode 100644 target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-c526a.dts
 create mode 100644 target/linux/ipq40xx/patches-5.10/903-arm-boot-add-dts-files.patch

diff --git a/package/firmware/ipq-wifi/Makefile b/package/firmware/ipq-wifi/Makefile
index ebd10cd2ec..85e3e1f0a4 100644
--- a/package/firmware/ipq-wifi/Makefile
+++ b/package/firmware/ipq-wifi/Makefile
@@ -29,6 +29,7 @@ ALLWIFIBOARDS:= \
 	devolo_magic-2-wifi-next \
 	edgecore_ecw5410 \
 	edgecore_oap100 \
+	hiwifi_c526a \
 	glinet_gl-ap1300 \
 	glinet_gl-s1300 \
 	linksys_ea8300 \
@@ -100,6 +101,7 @@ $(eval $(call generate-ipq-wifi-package,aruba_ap-365,Aruba AP-365))
 $(eval $(call generate-ipq-wifi-package,devolo_magic-2-wifi-next,devolo Magic 2 WiFi next))
 $(eval $(call generate-ipq-wifi-package,edgecore_ecw5410,Edgecore ECW5410))
 $(eval $(call generate-ipq-wifi-package,edgecore_oap100,Edgecore OAP100))
+$(eval $(call generate-ipq-wifi-package,hiwifi_c526a,HiWiFi C526A))
 $(eval $(call generate-ipq-wifi-package,glinet_gl-ap1300,GL.iNet GL-AP1300))
 $(eval $(call generate-ipq-wifi-package,glinet_gl-s1300,GL.iNet GL-S1300))
 $(eval $(call generate-ipq-wifi-package,linksys_ea8300,Linksys EA8300))
diff --git a/package/firmware/ipq-wifi/board-hiwifi_c526a.qca4019 b/package/firmware/ipq-wifi/board-hiwifi_c526a.qca4019
new file mode 100644
index 0000000000000000000000000000000000000000..9b987e9099d561c768c8d744ecfdd4634a695abb
GIT binary patch
literal 24300
zcmeHPdr(u^89%&4DGE1)w|fa8yj%znSj|dU2q4Qq1}wWGsgwoEBHT5~D~N`zxT8##
zy@G;LUKb)VDvwDcG8T8WaZ%gd8DTn|{?Wg7oj#^BwWT}Sc6X*T*mH9Ud6Ak(=mt4o
zIQM+#yWe-tcYZm6oO^!553|Ja;&*eC67%CT3&lm*Kqiv`C{+pc6@X+|D&>u76*ZM{
zm9pCSpVZXW#n)D)CF)w0$0{1C=%(P!xaNw6+KQu1X<2Uwc8g^$FpdNJ;3WL}ii-;?
zrMTrhi|)@~1ux~W_H2U+0IvbCgC4`0#7enzS1^&}<bOVW>LOxq0pI<xD_vjQ*w!Ln
zXuoOhah@3oJck1BEw{|Q%-cTTG)D}?+3vu1`K9-ubEI_~(_82|o$cxA>EXG>&BNVI
zF96(n&ITR7HTHXv?zJ*52QV-52vca%O`GP<wzS!7HlT}M0s;a6UG!pSdpi_;=*!kz
zu*FJf23y7c4f~!yCt!a-TY$!pr4@g3^WPYGU~V^U4-G9W45_@m=`~{zQy+U;C!pBl
z4^V(Da3Pe|1tnWLb&L<D1mGR`3tArJ3a<UmMOWHk-Tv4GwD4TP#FQ(T{Kgf`&$@v{
zkvs6Y>kiV>JOJkJ=Hcm>6i_b+0ffM&L!hLjsDR52gY*9O+o%6nTJndQFg7xRvHj<-
ze|r4&*S}w}(T>mm{+B;IdGcpy^MPL?4e`&OEk0r5MWU2MCVpw@U*9k`=<YD7o2u)a
zg1yz9>YSnr-El$!pHCNld|ceFm?$0>cZ?SI`Yv5}9NaP5Y9L@ZhKX@8mV_r^b@G#^
z&V1b2(`Tsw(X!mJOJU(GKI;(+3&BJ9ArfEQ7Yo8O@l1Z^qf9Ih&*SGwGVly67Z>0H
zzTlAn+l%kz@0BFtiI@;yNrD<(U0umZBwEP|sTS{#Es*%(ev5usC?3iWm1N;ri&<Dc
zp3l#hB;(18$yh3$%1@OrZ-VhvHxvW?x?kzFTlX<FWn3cHDC8y8%-wmz-ojj4?ek)6
z`)XQyk!n^HOB24jtsSIV6=hPP_7>HvsF&slBem1&F;YQDg*(54a_3%j41fVWlw5H@
z%3si^FObKGBB@Y4L#YTtS|E(m{(|aO$fTJ<4jpiJE;<_M+z3UnqIls`^$;m1-jVK6
ze@gZe4Y}Du0SxF-9MK2-axOX+EZk8Klg+T-H?$h{6|$9(N=0fdIY>0+?u!Z1jqm|+
zh)GF12UA+OtsbOKlQLqT_J(?t>VUxo>d(l2qB%D=CR961UDBl#MyGV|eoQQYQyo!v
zQF5{zrbJO^$$EuUeS;byWVvEt!op|jQSt<FP#D4l#75C`=%!AR)rtambC_%)_Dd6B
zBK-=vG+!9Ia7#TvHV}omJUZa>xmbwOO>IBbNR}zG7iQtjMnx%+2h+R^vCI(S@a_<G
zoXE-z)&)F-bFfFycEuL75K0IoD+r*aVFefyv)w3}M56{m0Q5~Cy_SA4UK!eaS^eX|
z?5^n6;G<2wIcH+)Ln^&<?v1^FE=>_}I8b_dy6IYGPl7U3KCP*y@-Dpo)6ipGs^ZS1
zlN`dQ;8){Ex-;4$Wx-{n=D>*XLRc${P>z=k3EFWvt8(^weQ(A`u??&P_a|z5(%T}A
z1eLW;9vF^ShBWV}n9v-*lF=E{8dyUP7Mx9L@;|tJ-|g|r?!BitANU`7a9c4^I2e68
zK&HMSA5HDxHnZOA=r3$fX%3Ql=iZ!r?~?GNFqwbZRdwx1b{9vEm5)z0QlhimdSB_x
zNJD2<Yn&{g=!>7{eG+#fxZ3yNxaP1br<-?@UEMcvbU3{us)b!~t-n_JmVDP?zx=D$
zj}4@riD+P#4UAXxi$4i(WR+dKT00<Wk7)EOJ=b~g!xVyhh?Oxt(Ku9aF6Ma9`)COv
z1P}rn7Xc5?Z9mxVgZcRf28X_8zBPkw`s@Gy5_lG9kX2yND9eSuUwpV<fJa91;7<fM
zoD&fq&J8aHTj9ecr;tEFAQr}YTktkk$l4>=gQc^!>ID>4c8^ZqH@@n({`S?DV{Frl
z!^Ut5Fi{d40)b~1VwSe8pG`;mnWeGWnv&8Qa%LU?ShtX>nR)XXKL3USAArX!Yf)V8
zvW9H004~nI-jhHSWI{zj7R{Is06cG4APXh~Bmu9n*fzT4%^B+QEf{chb@wWTwXZL5
z$p#qM^(L?0`R9o;G)LgM#+&W#S_Mk_u0M2fb>I3kD3_t={br%8#is9Py=qAb{N<{e
z`O;b)9Tmy@J_~bl$DGwMr*o41@0OI7SJjZ`FZK<o#;#9kW@hhx{_x9r`)?SX<JtGk
zb;EcA-8ra)rPQB<>drtVnM(aBsP6nzB2em2K<x+7YQ(FL?uJ<guU4YAoEaAsmsNN6
z4qsK@(*D|-{%WCOm<@Z0jqSvD@^?zuAbTkrli(7*M3N0smQpYgF5-(MDGu9T8%DK9
z3lIcgI4ehxgB7rL3wC2~v3@i_zbyMO|GQ`F*2+BY|J}BiYoBD5Ywz`Vb*?=#BgkAr
zTzfZ$Yj59sjJWnRUR<l7t(9v(xhz%(Fu7s+nAPN#T@AaBKT&`!_#%|n1tnWLMLq}t
zgaATdqatA7$|J7*YV3T+FzgMzthP=N*Phu~-Z5-2H=%0Fa}#5hJ)`R&W6)anE4_A&
zdG@rvMyh?Jq=bIJZJlku+ULdChPd{KYj3<B7#(ehEHSaPAe1aIv9utREHSaPyb35;
z&I(yJHv))jkGS@m`xAg>znKw0Tzdd4dGLCw{Z@ya(_4<Ar`m6G*ch969izG1hkymu
z{+U_4twaw;`<bP&*_ton+Qa_~LrWA7cU~=u$AkY0htALWG?)`iipS$}ol|rE^}Y(%
zeupX7-s=IwwWn)qTzg;lB;eWR#W5}J9Os|^=FL#YwRcBc`}N}EBd)#ftm|bjh-?3{
e$e}o=MZlIbV{80+W4qH%aE*x}uKoA>edNEp*BGP#

literal 0
HcmV?d00001

diff --git a/target/linux/ipq40xx/base-files/etc/board.d/02_network b/target/linux/ipq40xx/base-files/etc/board.d/02_network
index 5843987627..092ace5c98 100644
--- a/target/linux/ipq40xx/base-files/etc/board.d/02_network
+++ b/target/linux/ipq40xx/base-files/etc/board.d/02_network
@@ -112,6 +112,11 @@ ipq40xx_setup_interfaces()
 		ucidef_add_switch "switch0" \
 			"0u@eth0" "2:lan:3" "3:lan:2" "4:lan:1" "0u@eth1" "5:wan"
 		;;
+	hiwifi,c526a)
+		ucidef_set_interfaces_lan_wan "eth0" "eth1"
+		ucidef_add_switch "switch0" \
+			"0u@eth0" "2:lan" "3:lan" "4:lan"
+		;;
 	glinet,gl-ap1300 |\
 	glinet,gl-b1300 |\
 	glinet,gl-s1300)
@@ -204,6 +209,11 @@ ipq40xx_setup_macs()
 	ezviz,cs-w3-wd1200g-eup)
 		label_mac=$(mtd_get_mac_binary "ART" 0x6)
 		;;
+	hiwifi,c526a)
+		lan_mac=$(mtd_get_mac_ascii bdinfo "Vfac_mac ")
+		label_mac=$lan_mac
+		wan_mac=$(macaddr_add "$lan_mac" 1)
+		;;
 	linksys,ea6350v3)
 		wan_mac=$(mtd_get_mac_ascii devinfo hw_mac_addr)
 		lan_mac=$(macaddr_add "$wan_mac" 1)
diff --git a/target/linux/ipq40xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata b/target/linux/ipq40xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
index f1c424a28d..886cc85f47 100644
--- a/target/linux/ipq40xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
+++ b/target/linux/ipq40xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
@@ -104,6 +104,10 @@ case "$FIRMWARE" in
 		caldata_extract "ART" 0x1000 0x2f20
 		ath10k_patch_mac $(macaddr_add $(mtd_get_mac_ascii u-boot-env ethaddr) 2)
 		;;
+	hiwifi,c526a)
+		caldata_extract "ART" 0x1000 0x2f20
+		ath10k_patch_mac $(macaddr_add $(mtd_get_mac_ascii bdinfo "Vfac_mac ") +2)
+		;;
 	linksys,ea8300 |\
 	linksys,mr8300)
 		caldata_extract "ART" 0x1000 0x2f20
@@ -186,6 +190,10 @@ case "$FIRMWARE" in
 		caldata_extract "ART" 0x5000 0x2f20
 		ath10k_patch_mac $(macaddr_add $(mtd_get_mac_ascii u-boot-env ethaddr) 3)
 		;;
+	hiwifi,c526a)
+		caldata_extract "ART" 0x5000 0x2f20
+		ath10k_patch_mac $(macaddr_add $(mtd_get_mac_ascii bdinfo "Vfac_mac ") +3)
+		;;
 	linksys,ea8300 |\
 	linksys,mr8300)
 		caldata_extract "ART" 0x5000 0x2f20
diff --git a/target/linux/ipq40xx/base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac b/target/linux/ipq40xx/base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac
new file mode 100644
index 0000000000..0be00f5ebd
--- /dev/null
+++ b/target/linux/ipq40xx/base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac
@@ -0,0 +1,21 @@
+#!/bin/ash
+
+[ "$ACTION" = "add" ] || exit 0
+
+PHYNBR=${DEVPATH##*/phy}
+
+[ -n $PHYNBR ] || exit 0
+
+. /lib/functions.sh
+. /lib/functions/system.sh
+
+board=$(board_name)
+
+case "$board" in
+	hiwifi,c526a)
+		[ "$PHYNBR" -eq 0 ] && \
+			mtd_get_mac_ascii bdinfo "Vfac_mac " > /sys${DEVPATH}/macaddress
+		;;
+	*)
+		;;
+esac
diff --git a/target/linux/ipq40xx/base-files/etc/init.d/mt7615_reboot b/target/linux/ipq40xx/base-files/etc/init.d/mt7615_reboot
new file mode 100644
index 0000000000..47c35a2171
--- /dev/null
+++ b/target/linux/ipq40xx/base-files/etc/init.d/mt7615_reboot
@@ -0,0 +1,13 @@
+#!/bin/sh /etc/rc.common
+
+STOP=60
+
+stop() {
+	. /lib/functions.sh
+
+	case $(board_name) in
+		hiwifi,c526a)
+			rmmod mt7615e
+			;;
+	esac
+}
diff --git a/target/linux/ipq40xx/base-files/lib/upgrade/platform.sh b/target/linux/ipq40xx/base-files/lib/upgrade/platform.sh
index 0fa30db7cf..6084dc9175 100644
--- a/target/linux/ipq40xx/base-files/lib/upgrade/platform.sh
+++ b/target/linux/ipq40xx/base-files/lib/upgrade/platform.sh
@@ -110,6 +110,7 @@ platform_do_upgrade() {
 	edgecore,ecw5211 |\
 	edgecore,oap100 |\
 	engenius,eap2200 |\
+	hiwifi,c526a |\
 	glinet,gl-ap1300 |\
 	luma,wrtq-329acn |\
 	mobipromo,cm520-79f |\
diff --git a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-c526a.dts b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-c526a.dts
new file mode 100644
index 0000000000..b4b24ea37a
--- /dev/null
+++ b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-c526a.dts
@@ -0,0 +1,314 @@
+// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
+
+#include "qcom-ipq4019.dtsi"
+#include <dt-bindings/gpio/gpio.h>
+#include <dt-bindings/input/input.h>
+#include <dt-bindings/soc/qcom,tcsr.h>
+
+/ {
+	model = "HiWiFi C526A";
+	compatible = "hiwifi,c526a";
+
+	aliases {
+		led-boot = &led_boot;
+		led-failsafe = &led_boot;
+		led-running = &led_sys;
+		led-upgrade = &led_sys;
+	};
+
+	chosen {
+		bootargs-append = " ubi.mtd=ubi root=/dev/ubiblock0_1";
+	};
+
+	soc {
+		rng@22000 {
+			status = "okay";
+		};
+
+		mdio@90000 {
+			status = "okay";
+			pinctrl-0 = <&mdio_pins>;
+			pinctrl-names = "default";
+		};
+
+		ess-psgmii@98000 {
+			status = "okay";
+		};
+
+		tcsr@1949000 {
+			compatible = "qcom,tcsr";
+			reg = <0x1949000 0x100>;
+			qcom,wifi_glb_cfg = <TCSR_WIFI_GLB_CFG>;
+		};
+
+		tcsr@194b000 {
+			compatible = "qcom,tcsr";
+			reg = <0x194b000 0x100>;
+			qcom,usb-hsphy-mode-select = <TCSR_USB_HSPHY_HOST_MODE>;
+		};
+
+		ess_tcsr@1953000 {
+			compatible = "qcom,tcsr";
+			reg = <0x1953000 0x1000>;
+			qcom,ess-interface-select = <TCSR_ESS_PSGMII>;
+		};
+
+		tcsr@1957000 {
+			compatible = "qcom,tcsr";
+			reg = <0x1957000 0x100>;
+			qcom,wifi_noc_memtype_m0_m2 = <TCSR_WIFI_NOC_MEMTYPE_M0_M2>;
+		};
+
+		usb2@60f8800 {
+			status = "okay";
+		};
+
+		usb3@8af8800 {
+			status = "okay";
+		};
+
+		crypto@8e3a000 {
+			status = "okay";
+		};
+
+		watchdog@b017000 {
+			status = "okay";
+		};
+
+		ess-switch@c000000 {
+			status = "okay";
+		};
+
+		edma@c080000 {
+			status = "okay";
+		};
+	};
+
+	leds {
+		compatible = "gpio-leds";
+
+		led_sys: blue {
+			label = "c526a:blue:sys";
+			gpios = <&tlmm 36 GPIO_ACTIVE_LOW>;
+		};
+
+		led_boot: red {
+			label = "c526a:red:sys";
+			gpios = <&tlmm 40 GPIO_ACTIVE_LOW>;
+			panic-indicator;
+		};
+	};
+
+	keys {
+		compatible = "gpio-keys";
+
+		reset {
+			label = "reset";
+			gpios = <&tlmm 18 GPIO_ACTIVE_LOW>;
+			linux,code = <KEY_RESTART>;
+		};
+	};
+};
+
+&blsp_dma {
+	status = "okay";
+};
+
+&blsp1_spi1 {
+	status = "okay";
+
+	flash@0 {
+		reg = <0>;
+		compatible = "jedec,spi-nor";
+		spi-max-frequency = <24000000>;
+
+		partitions {
+			compatible = "fixed-partitions";
+			#address-cells = <1>;
+			#size-cells = <1>;
+
+			partition@0 {
+				label = "SBL1";
+				reg = <0x0 0x40000>;
+				read-only;
+			};
+
+			partition@40000 {
+				label = "MIBIB";
+				reg = <0x40000 0x20000>;
+				read-only;
+			};
+
+			partition@60000 {
+				label = "QSEE";
+				reg = <0x60000 0x60000>;
+				read-only;
+			};
+
+			partition@c0000 {
+				label = "CDT";
+				reg = <0xc0000 0x10000>;
+				read-only;
+			};
+
+			partition@d0000 {
+				label = "DDRPARAMS";
+				reg = <0xd0000 0x10000>;
+				read-only;
+			};
+
+			partition@e0000 {
+				label = "APPSBLENV";
+				reg = <0xe0000 0x10000>;
+				read-only;
+			};
+
+			partition@f0000 {
+				label = "APPSBL";
+				reg = <0xf0000 0x80000>;
+				read-only;
+			};
+
+			partition@170000 {
+				label = "ART";
+				reg = <0x170000 0x10000>;
+				read-only;
+			};
+
+			partition@180000 {
+				label = "bdinfo";
+				reg = <0x180000 0x10000>;
+				read-only;
+			};
+
+			partition@190000 {
+				label = "debug";
+				reg = <0x190000 0x10000>;
+				read-only;
+			};
+
+			partition@1a0000 {
+				label = "oem";
+				reg = <0x1a0000 0x20000>;
+				read-only;
+			};
+
+			factory: partition@1c0000 {
+				label = "Factory";
+				reg = <0x1c0000 0x10000>;
+				read-only;
+			};
+
+			partition@1d0000 {
+				label = "hw_panic";
+				reg = <0x1d0000 0x10000>;
+				read-only;
+			};
+
+			partition@1e0000 {
+				label = "upgrade_config";
+				reg = <0x1e0000 0x10000>;
+				read-only;
+			};
+		};
+	};
+};
+
+&blsp1_uart1 {
+	pinctrl-0 = <&serial_0_pins>;
+	pinctrl-names = "default";
+	status = "okay";
+};
+
+&cryptobam {
+	status = "okay";
+};
+
+&nand {
+	status = "okay";
+
+	nand@0 {
+		partitions {
+			compatible = "fixed-partitions";
+			#address-cells = <1>;
+			#size-cells = <1>;
+
+			partition@0 {
+				label = "ubi";
+				reg = <0x0 0x8000000>;
+			};
+		};
+	};
+};
+
+&pcie0 {
+	status = "okay";
+	perst-gpios = <&tlmm 38 GPIO_ACTIVE_LOW>;
+	wake-gpios = <&tlmm 50 GPIO_ACTIVE_LOW>;
+
+	bridge@0,0 {
+		reg = <0x00000000 0 0 0 0>;
+		#address-cells = <3>;
+		#size-cells = <2>;
+		ranges;
+
+		wifi@1,0 {
+			compatible = "mediatek,mt76";
+			reg = <0x0000 0 0 0 0>;
+			mediatek,mtd-eeprom = <&factory 0x0000>;
+			ieee80211-freq-limit = <2400000 2500000>;
+		};
+	};
+};
+
+&qpic_bam {
+	status = "okay";
+};
+
+&tlmm {
+	mdio_pins: mdio_pinmux {
+		mux_1 {
+			pins = "gpio6";
+			function = "mdio";
+			bias-pull-up;
+		};
+
+		mux_2 {
+			pins = "gpio7";
+			function = "mdc";
+			bias-pull-up;
+		};
+	};
+
+	serial_0_pins: serial0-pinmux {
+		mux {
+			pins = "gpio16", "gpio17";
+			function = "blsp_uart0";
+			bias-disable;
+		};
+	};
+};
+
+&usb3_ss_phy {
+	status = "okay";
+};
+
+&usb3_hs_phy {
+	status = "okay";
+};
+
+&usb2_hs_phy {
+	status = "okay";
+};
+
+&wifi0 {
+	status = "okay";
+	ieee80211-freq-limit = <5470000 5875000>;
+	qcom,ath10k-calibration-variant = "C526A";
+};
+
+&wifi1 {
+	status = "okay";
+	ieee80211-freq-limit = <5170000 5350000>;
+	qcom,ath10k-calibration-variant = "C526A";
+};
diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk
index 792122f7a1..ccab91f961 100644
--- a/target/linux/ipq40xx/image/generic.mk
+++ b/target/linux/ipq40xx/image/generic.mk
@@ -594,6 +594,18 @@ define Device/glinet_gl-s1300
 endef
 TARGET_DEVICES += glinet_gl-s1300
 
+define Device/hiwifi_c526a
+	$(call Device/FitzImage)
+	$(call Device/UbiFit)
+	DEVICE_VENDOR := HiWiFi
+	DEVICE_MODEL := C526A
+	SOC := qcom-ipq4019
+	BLOCKSIZE := 128k
+	PAGESIZE := 2048
+	DEVICE_PACKAGES := ipq-wifi-hiwifi_c526a kmod-mt7615e kmod-mt7615-firmware
+endef
+TARGET_DEVICES += hiwifi_c526a
+
 define Device/linksys_ea6350v3
 	# The Linksys EA6350v3 has a uboot bootloader that does not
 	# support either booting lzma kernel images nor booting UBI
diff --git a/target/linux/ipq40xx/patches-5.10/903-arm-boot-add-dts-files.patch b/target/linux/ipq40xx/patches-5.10/903-arm-boot-add-dts-files.patch
new file mode 100644
index 0000000000..0618ad3a55
--- /dev/null
+++ b/target/linux/ipq40xx/patches-5.10/903-arm-boot-add-dts-files.patch
@@ -0,0 +1,10 @@
+--- a/arch/arm/boot/dts/Makefile
++++ b/arch/arm/boot/dts/Makefile
+@@ -868,6 +868,7 @@ dtb-$(CONFIG_ARCH_QCOM) += \
+ 	qcom-ipq4019-ap.dk07.1-c1.dtb \
+ 	qcom-ipq4019-ap.dk07.1-c2.dtb \
+ 	qcom-ipq4019-a62.dtb \
++	qcom-ipq4019-c526a.dtb \
+ 	qcom-ipq4019-cm520-79f.dtb \
+ 	qcom-ipq4019-ea8300.dtb \
+ 	qcom-ipq4019-eap2200.dtb \
-- 
2.35.1

 

============== End

 

posted @ 2022-06-15 00:48  lsgxeva  阅读(1778)  评论(0编辑  收藏  举报