Differences

This shows you the differences between two versions of the page.


Previous revision
toh:tp-link:tl-wa1201_v2 [2024/02/12 11:13] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== TP-Link TL-WA1201 v2 ======
  
 +/* This template is intended to be used via https://openwrt.org/meta/create_new_device_page ONLY.  */
 +/* DO NOT CREATE NEW DEVICEPAGES VIA COPY & PASTE! */
 +/* USE https://openwrt.org/meta/create_new_device_page */
 +
 +{{page>meta:infobox:construction&noheader&nofooter&noeditbtn}}
 +
 +//Write a short, relevant description of the device. Include a technical overview, but avoid marketing buzzwords/useless stuff. Two to four sentences is about right. A picture is good, too. Edit the page to see how to add pictures.//
 +
 +<WRAP BOX>
 +FIXME Any text with a light background (like this one) provides instructions for creating the Details Page. When you have filled in correct/useful information (instead of any template that's there) **remove the instructions, as well as the ''<nowiki><WRAP></nowiki>'' that encloses it.**
 +</WRAP>
 +
 +/*****/
 +/* How to add images ========> http://openwrt.org/meta/adding_images_to_openwrt_wiki */
 +/*****/
 +
 +{{media:tplink:tl-wa1201v2.jpg?400|TL-WA1201 V2}}
 +
 +<WRAP BOX>
 +FIXME
 +===== Getting started with a new Device Page =====
 +  - This is an empty template that suggests the information that should be present on a well-constructed Device Page. This means, that **you have to fill it with life and information.**
 +  - There are several "fixme" tags with text on a light background (like this text) throughout this template. As you fill in the page, remove those tags so that people can judge its completeness.
 +  - When there are no more "fixme" tags left, delete this one too, along with the ''<nowiki><WRAP></nowiki>'' that encloses it.
 +
 +===== Keep the articles modular =====
 +  * Please include only model specific information, omit bla,bla and put everything generic into separate articles
 +  * If you have no time to write certain stuff, link to [[docs:start]]
 +  * [[docs:guide-user:base-system:start]] should lead the way, do not explain this again
 +  * DO NOT provide a complete howto here! Instead //groom// the [[docs:start|general documentation]].
 +</WRAP>
 +
 +===== Supported Versions =====
 +<!-- ToH: {
 +  "source": "json",
 +  "dom": "t",
 +  "paging": false,
 +  "rotate": true,
 +  "shownColumns": ["brand", "model", "version", "supportedcurrentrel", "oemdevicehomepageurl", "forumsearch", "deviceid"],
 +  "filterColumns": {"brand": "^TP-Link$", "model": "^TL-WA1201$", "version": "^v2$"}
 +} -->
 +
 +
 +===== Hardware Highlights =====
 +<!-- ToH: {
 +  "source": "json",
 +  "dom": "t",
 +  "paging": false,
 +  "rotate": true,
 +  "shownColumns": ["model", "version", "cpu", "cpumhz", "flashmb", "rammb", "wlanhardware", "wlan24ghz", "wlan50ghz", "ethernet100mports", "ethernet1gports", "modem", "usbports"],
 +  "filterColumns": {"brand": "^TP-Link$", "model": "^TL-WA1201$", "version": "^v2$"}
 +} -->
 +
 +
 +===== Installation =====
 +/* stable release */
 +/* uncomment once stable release is available
 +<!-- ToH: {
 +  "source": "json",
 +  "dom": "t",
 +  "paging": false,
 +  "rotate": true,
 +  "shownColumns": ["model", "version", "supportedcurrentrel", "firmwareopenwrtinstallurl", "firmwareopenwrtupgradeurl", "firmwareoemstockurl"],
 +  "filterColumns": {"brand": "^TP-Link$", "model": "^TL-WA1201$", "version": "^v2$"}
 +} -->
 +*/
 +
 +
 +/* snapshot */
 +/* delete once stable release is available */
 +<!-- ToH: {
 +  "source": "json",
 +  "dom": "t",
 +  "paging": false,
 +  "shownColumns": ["model", "version", "supportedcurrentrel", "firmwareopenwrtsnapshotinstallurl", "firmwareopenwrtsnapshotupgradeurl", "firmwareoemstockurl"],
 +  "filterColumns": {"brand": "^TP-Link$", "model": "^TL-WA1201$", "version": "^v2$"}
 +} -->
 +
 +
 +==== Flash Layout ====
 +<WRAP BOX>
 +FIXME //[[:docs:techref:flash.layout#discovery_how_to_find_out|Find out flash layout]], then add the flash layout table here (copy, paste, modify the [[docs:techref:flash.layout#partitioning_of_the_flash|example]]).//
 +
 +Please check out the article [[docs:techref:flash.layout|Flash layout]]. It contains examples and explanations that describe how to document the flash layout.
 +</WRAP>
 +
 +==== OEM easy installation ====
 +
 +  - Reset router to factory defaults if it has been previously configured.
 +  - Apply factory image in OEM firmware web-gui. Wait a minute after the progress bar completes and restart the device.
 +
 +==== OEM installation using the TFTP method ====
 +
 +->  [[docs:guide-user:installation:generic.flashing.tftp]]
 +
 +  - Solder wires onto [[#serial|UART testpoints]] and attach a terminal.
 +  - Boot the device and press enter to enter u-boot's menu.
 +  - Issue the following commands\\ <code>
 +setenv serverip your-server-ip
 +setenv ipaddr your-device-ip
 +tftp 0x80060000 openwrt-squashfs.bin (Rembember output of size in hex, henceforth "sizeinhex")
 +erase 0x9f030000 +"sizeinhex"
 +cp.b 0x80060000 0x9f030000 0x"sizeinhex"
 +reboot
 +</code>
 +
 +=== Specific values needed for tftp ===
 +
 +<WRAP BOX>
 +
 +FIXME Enter values for "FILL-IN" below
 +
 +^ Bootloader tftp server IPv4 address  | FILL-IN   |
 +^ Bootloader MAC address (special)     | FILL-IN   |
 +^ Firmware tftp image                  | [[:downloads|Latest OpenWrt release]] (**''NOTE:''** Name must contain //"tftp"//) |
 +^ TFTP transfer window                 | FILL-IN seconds                                |
 +^ TFTP window start                    | approximately FILL-IN seconds after power on   |
 +^ TFTP client required IP address      | FILL-IN                                        |
 +
 +</WRAP>
 +
 +===== Upgrading OpenWrt =====
 +->  [[docs:guide-user:installation:generic.sysupgrade]]
 +
 +<WRAP BOX>
 +
 +FIXME These are generic instructions. Update with your router's specifics.
 +
 +==== LuCI Web Upgrade Process ====
 +
 +  * Browse to ''<nowiki>http://192.168.1.1/cgi-bin/luci/mini/system/upgrade/</nowiki>'' LuCI Upgrade URL
 +  * Upload image file for sysupgrade to LuCI
 +  * Wait for reboot
 +
 +==== Terminal Upgrade Process ====
 +
 +If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line.
 +There are two command line methods for upgrading:
 +
 +  * ''sysupgrade''
 +  * ''mtd''
 +
 +Note: It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing.
 +
 +=== sysupgrade ===
 +
 +  * Login as root via SSH on 192.168.1.1, then enter the following commands:
 +
 +<code>
 +cd /tmp
 +wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc
 +sysupgrade /tmp/xxx.abc
 +</code>
 +
 +=== mtd ===
 +
 +If ''sysupgrade'' does not support this router, use ''mtd''.
 +
 +  * Login as root via SSH on 192.168.1.1, then enter the following commands:
 +
 +<code>
 +cd /tmp
 +wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc
 +mtd write /tmp/xxx.abc linux && reboot
 +</code>
 +
 +</WRAP>
 +
 +===== Debricking =====
 +-> [[docs:guide-user:troubleshooting:generic.debrick]]
 +
 +U-boot serial console, see [[#OEM installation using the TFTP method]]
 +
 +===== Failsafe mode =====
 +-> [[docs:guide-user:troubleshooting:failsafe_and_factory_reset]]
 +
 +===== Basic configuration =====
 +-> [[docs:guide-user:base-system:start|Basic configuration]] After flashing, proceed with this.\\
 +Set up your Internet connection, configure wireless, configure USB port, etc.
 +
 +===== Specific Configuration =====
 +
 +<WRAP BOX>
 +FIXME Please fill in real values for this device, then remove the EXAMPLEs
 +
 +==== Network interfaces ====
 +The default network configuration is:
 +^ Interface Name   ^ Description                  ^ Default configuration    ^
 +| br-lan           | EXAMPLE LAN & WiFi           | EXAMPLE 192.168.1.1/24   |
 +| vlan0 (eth0.0)   | EXAMPLE LAN ports (1 to 4)   | EXAMPLE None             |
 +| vlan1 (eth0.1)   | EXAMPLE WAN port             | EXAMPLE DHCP             |
 +| wl0              | EXAMPLE WiFi                 | EXAMPLE Disabled         |
 +
 +</WRAP>
 +
 +==== Switch Ports (for VLANs) ====
 +<WRAP BOX>
 +FIXME Please fill in real values for this device, then remove the EXAMPLEs
 +
 +Numbers 0-3 are Ports 1-4 as labeled on the unit, number 4 is the Internet (WAN) on the unit, 5 is the internal connection to the router itself. Don't be fooled: Port 1 on the unit is number 3 when configuring VLANs. vlan0 = eth0.0, vlan1 = eth0.1 and so on.
 +^ Port             ^ Switch port   ^
 +| Internet (WAN)   | EXAMPLE 4     |
 +| LAN 1            | EXAMPLE 3     |
 +| LAN 2            | EXAMPLE 2     |
 +| LAN 3            | EXAMPLE 1     |
 +| LAN 4            | EXAMPLE 0     |
 +
 +</WRAP>
 +
 +==== Buttons ====
 +-> [[docs:guide-user:hardware:hardware.button]] on howto use and configure the hardware button(s).
 +Here, we merely name the buttons, so we can use them in the above Howto.
 +
 +<WRAP BOX>
 +FIXME Please fill in real values for this device, then remove the EXAMPLEs
 +
 +The TP-Link TL-WA1201 has the following buttons:
 +
 +^ BUTTON                       ^ Event   ^
 +| EXAMPLE Reset                |  reset  |
 +| EXAMPLE Secure Easy Setup    |   ses   |
 +| EXAMPLE No buttons at all.      -    |
 +
 +</WRAP>
 +
 +===== Hardware =====
 +==== Info ====
 +<!-- ToH: {
 +  "source": "json",
 +  "dom": "t",
 +  "paging": false,
 +  "rotate": true,
 +  "shownColumns": ["brand", "model", "version", "devicetype", "availability", "supportedsincecommit", "supportedsincerel", "supportedcurrentrel", "unsupported_functions", "bootloader", "cpu", "target", "cpumhz", "flashmb", "rammb", "switch", "ethernet100mports", "ethernet1gports", "commentsnetworkports", "modem", "vlan", "wlan24ghz", "wlan50ghz", "wlanhardware", "wlancomments", "detachableantennas", "usbports", "sataports", "commentsusbsataports", "serial", "jtag", "ledcount", "buttoncount", "powersupply", "deviceid", "owrt_forum_topic_url", "wikideviurl", "oemdevicehomepageurl", "firmwareoemstockurl", "firmwareopenwrtinstallurl", "firmwareopenwrtupgradeurl", "comments"],
 +  "filterColumns": {"brand": "^TP-Link$", "model": "^TL-WA1201$", "version": "^v2$"}
 +} -->
 +
 +==== Photos ====
 +/* How to add images ========> https://openwrt.org/meta/adding_images_to_openwrt_wiki            */
 +/* =====>>>>> Standard size for photos: add ?400 to the medialink                                */
 +/* When uploading photos, **name them** intelligently. Nobody knows what 20100930_000602.jpg is! */
 +/* e.g. {{:media:yourbrand:yourbrand_yourmodel_front.jpg?400|}}                                  */
 +/* Thanks, your wiki administration - Oct. 2015 */
 +
 +//Front://\\
 +**Insert photo of front of the casing**
 +
 +//Back://\\
 +**Insert photo of back of the casing**
 +
 +//Backside label://\\
 +**Insert photo of backside label**
 +
 +==== Opening the case ====
 +
 +**Note:** This will void your warranty!
 +
 +Remove two screws at the bottom of the device.
 +
 +//Main PCB://\\
 +**Insert photo of PCB**
 +
 +==== Serial ====
 +
 +-> [[docs:techref:hardware:port.serial]] general information about the serial port, serial port cable, etc.
 +
 +There is no serial header on the PCB. You have to solder wires to the pads named TP_UART_IN, TP_UART_OUT and GND. TP_UART_OUT is hidden in the metal casing which you have to pry of with force (best using a screwdriver). This procedure is similar to the Archer C6 V2.
 +
 +
 +^ Serial connection parameters\\ for TP-Link TL-WA1201 v2 | 115200, 8N1 |
 +
 +==== JTAG ====
 +
 +No JTAG available.
 +
 +
 +===== Bootlogs =====
 +==== OEM bootlog ====
 +<WRAP bootlog>
 +<nowiki>
 +U-Boot 1.1.4-g2613920e-dirty (Jul  9 2020 - 16:54:18)
 +
 +ap152 - Dragonfly 1.0
 +
 +DRAM:  128 MB
 +Top of RAM usable for U-Boot at: 88000000
 +Reserving 381k for U-Boot at: 87fa0000
 +Reserving 192k for malloc() at: 87f70000
 +Reserving 44 Bytes for Board Info at: 87f6ffd4
 +Reserving 36 Bytes for Global Data at: 87f6ffb0
 +Reserving 128k for boot params() at: 87f4ffb0
 +Stack Pointer at: 87f4ff98
 +Now running in RAM - U-Boot at: 87fa0000
 +Flash Manuf Id 0xef, DeviceId0 0x40, DeviceId1 0x18
 +flash size 16MB, sector count = 256
 +Flash: 16 MB
 +Using default environment
 +
 +In:    serial
 +Out:   serial
 +Err:   serial
 +Net:   ath_gmac_enet_initialize...
 +No valid address in Flash. Using fixed address
 +ath_gmac_enet_initialize: reset mask:c02200 
 +athr_mgmt_init ::done
 +Dragonfly  ----> S17 PHY *
 +phy_hw_cfg 10.
 +Max resets limit reached exiting...
 +athr_gmac_sgmii_setup SGMII done
 +: cfg1 0x80000000 cfg2 0x7114
 +eth0: 00:03:7f:09:0b:ad
 +eth0 up
 +eth0
 +Setting 0x181162c0 to 0x40802100
 +Hit any key to stop autoboot: 
 +## Booting image at 9f030000 ...
 +   Image Name:   MIPS OpenWrt Linux-3.3.8
 +   Created:      2020-07-09  10:03:54 UTC
 +   Image Type:   MIPS Linux Multi-File Image (lzma compressed)
 +   Data Size:    1045963 Bytes = 1021.4 kB
 +   Load Address: 80060000
 +   Entry Point:  80060000
 +   Contents:
 +   Image 0:  1045955 Bytes = 1021.4 kB
 +   Verifying Checksum at 0x9f030040 ...OK
 +   Uncompressing Multi-File Image ... OK
 +No initrd
 +## Transferring control to Linux (at address 80060000) ...
 +## Giving linux memsize in bytes, 134217728
 +
 +Starting kernel ...
 +
 +[    0.000000] Linux version 3.3.8 (tplink@whattestfortplink) (gcc version 4.6.3 20120201 (prerelease) (Linaro GCC 4.6-0
 +[    0.000000] bootconsole [early0] enabled
 +[    0.000000] CPU revision is: 00019750 (MIPS 74Kc)
 +[    0.000000] SoC: Qualcomm Atheros QCA956X rev 0
 +[    0.000000] Clocks: CPU:775.000MHz, DDR:650.000MHz, AHB:258.333MHz, Ref:25.000MHz
 +[    0.000000] Determined physical RAM map:
 +[    0.000000]  memory: 08000000 @ 00000000 (usable)
 +[    0.000000] User-defined physical RAM map:
 +[    0.000000]  memory: 08000000 @ 00000000 (usable)
 +[    0.000000] Initrd not found or empty - disabling initrd
 +[    0.000000] Zone PFN ranges:
 +[    0.000000]   Normal   0x00000000 -> 0x00008000
 +[    0.000000] Movable zone start PFN for each node
 +[    0.000000] Early memory PFN ranges
 +[    0.000000]     0: 0x00000000 -> 0x00008000
 +[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512
 +[    0.000000] Kernel command line:  console=ttyS0,115200 board=AP152 rootfstype=squashfs init=/etc/preinit mtdparts=spc
 +[    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
 +[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
 +[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
 +[    0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
 +[    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
 +[    0.000000] Writing ErrCtl register=00000000
 +[    0.000000] Readback ErrCtl register=00000000
 +[    0.000000] Memory: 126352k/131072k available (2234k kernel code, 4720k reserved, 547k data, 180k init, 0k highmem)
 +[    0.000000] SLUB: Genslabs=9, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
 +[    0.000000] NR_IRQS:83
 +[    0.000000] Calibrating delay loop... 385.84 BogoMIPS (lpj=1929216)
 +[    0.060000] pid_max: default: 32768 minimum: 301
 +[    0.060000] Mount-cache hash table entries: 512
 +[    0.070000] NET: Registered protocol family 16
 +[    0.070000] gpiochip_add: registered GPIOs 0 to 22 on device: ath79
 +[    0.080000] MIPS: machine is TP-LINK TL-WA1201 v2 support
 +[    0.590000] Max resets limit reached exiting...
 +[    0.600000] 
 +[    0.600000] WLAN firmware dump buffer allocation of 2097152 bytes @ address 0x87a00000- SUCCESS !!!
 +[    0.610000] registering PCI controller with io_map_base unset
 +[    0.820000] bio: create slab <bio-0> at 0
 +[    0.820000] PCI host bridge to bus 0000:00
 +[    0.820000] pci_bus 0000:00: root bus resource [mem 0x12000000-0x13ffffff]
 +[    0.830000] pci_bus 0000:00: root bus resource [io  0x0001]
 +[    0.830000] pci 0000:00:00.0: BAR 0: assigned [mem 0x12000000-0x121fffff 64bit]
 +[    0.840000] pci 0000:00:00.0: using irq 40 for pin 1
 +[    0.840000] Switching to clocksource MIPS
 +[    0.850000] NET: Registered protocol family 2
 +[    0.850000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
 +[    0.850000] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
 +[    0.860000] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
 +[    0.860000] TCP: Hash tables configured (established 4096 bind 4096)
 +[    0.870000] TCP reno registered
 +[    0.870000] UDP hash table entries: 256 (order: 0, 4096 bytes)
 +[    0.880000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
 +[    0.880000] NET: Registered protocol family 1
 +[    0.900000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
 +[    0.900000] msgmni has been set to 246
 +[    0.910000] io scheduler noop registered
 +[    0.910000] io scheduler deadline registered (default)
 +[    0.920000] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
 +[    0.940000] serial8250.0: ttyS0 at MMIO 0x18020000 (irq = 11) is a 16550A
 +[    0.950000] console [ttyS0] enabled, bootconsole disabled
 +[    0.950000] console [ttyS0] enabled, bootconsole disabled
 +[    0.960000] m25p80 spi0.0: found w25q128, expected m25p80
 +[    0.970000] m25p80 spi0.0: w25q128 (16384 Kbytes)
 +[    0.970000] 4 cmdlinepart partitions found on MTD device spi0.0
 +[    0.980000] Creating 4 MTD partitions on "spi0.0":
 +[    0.980000] 0x000000000000-0x000000030000 : "u-boot"
 +[    0.990000] 0x000000030000-0x000000150000 : "uImage"
 +[    1.000000] 0x000000150000-0x000000fe0000 : "rootfs"
 +[    1.000000] mtd: partition "rootfs" set to be root filesystem
 +[    1.010000] 0x000000ff0000-0x000001000000 : "ART"
 +[    1.010000] m25p80 spi0.1: found pm25lv512, expected m25p80
 +[    1.020000] m25p80 spi0.1: pm25lv512 (64 Kbytes)
 +[    1.030000] flash_chrdev : flash_chrdev_init 
 +[    1.040000] ag71xx_mdio: probed
 +[    1.040000] eth0: Atheros AG71xx at 0xb9000000, irq 4
 +[    1.600000] TCP cubic registered
 +[    1.600000] NET: Registered protocol family 17
 +[    1.610000] Bridge firewalling registered
 +[    1.610000] 8021q: 802.1Q VLAN Support v1.8
 +[    1.610000] ### of_selftest(): No testcase data in device tree; not running tests
 +[    1.630000] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
 +[    1.630000] Freeing unused kernel memory: 180k freed
 +[    3.160000] ag71xx ag71xx.0: eth0: connected to PHY at ag71xx-mdio.0:04 [uid=004dd074, driver=Qualcomm Atheros AR803]
 +- preinit -
 +- regular preinit -
 +jffs2 not ready yet; using ramdisk
 +Support to copy caldata is not there for unknown
 +- init -
 +[    3.630000] in ag71xx_stop
 +[    4.240000] liblog: module license 'unspecified' taints kernel.
 +[    4.250000] Disabling lock debugging due to kernel taint
 +[    4.470000] NET: Registered protocol family 10
 +[    4.670000] Button Hotplug driver version 0.4.1
 +[    4.740000] bonding: Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
 +[    4.800000] ip_tables: (C) 2000-2006 Netfilter Core Team
 +[    4.920000] nf_conntrack version 0.5.0 (1977 buckets, 7908 max)
 +[    5.030000] Netfilter messages via NETLINK v0.30.
 +[    5.050000] ctnetlink v0.93: registering with nfnetlink.
 +[    5.270000] qca_ssdk: Unknown symbol napt_ct_process_inet_event (err 0)
 +[    5.300000] AR71XX_RESET_REG_WDOG_CTRL: 0x0
 +[    5.300000]  reload_profile() begin:
 +reload_profile() end:
 +reloadconfig() begin:
 +user-config size OK:6519
 +1.untar result is : 0
 +................................start of merge user and default........................
 +................................parse userconf to get mode.............................
 +................................end of parse userconf..................................
 +................................mode : ap...............................
 +................................end of merge user and default..........................
 +................................new configs merged.....................................
 +reloadconfig() end
 +########merge_mfconfig() start########
 +########merge_mfconfig() end########
 +
 +Please press Enter to activate this console. 
 +[    9.050000] ag71xx ag71xx.0: eth0: connected to PHY at ag71xx-mdio.0:04 [uid=004dd074, driver=Qualcomm Atheros AR803]
 +[    9.060000] ADDRCONF(NETDEV_UP): eth0: link is not ready
 +[    9.080000] in ag71xx_stop
 +[    9.080000] del ct event: 2 dev_name: eth0
 +[    9.080000]  start clean up ct iterate..
 +[    9.410000] ag71xx ag71xx.0: eth0: connected to PHY at ag71xx-mdio.0:04 [uid=004dd074, driver=Qualcomm Atheros AR803]
 +[    9.420000] ADDRCONF(NETDEV_UP): eth0: link is not ready
 +GMT+00:00
 +Thu Jul  9 00:00:00 GMT 2020
 +[SWITCH DEBUG] Clear Port(0) PVID
 +[SWITCH DEBUG] Clear Port(1) PVID
 +[SWITCH DEBUG] Clear Port(2) PVID
 +[SWITCH DEBUG] Clear Port(3) PVID
 +[SWITCH DEBUG] Clear Port(4) PVID
 +[SWITCH DEBUG] Clear Port(5) PVID
 +[SWITCH DEBUG] Flush vlan entries.
 +[SWITCH DEBUG] Create VLAN VID=1
 +[SWITCH DEBUG] Add tagged port(0) to VLAN(1)
 +[SWITCH DEBUG] Add untagged port(2) to VLAN(1)
 +[SWITCH DEBUG] Add untagged port(3) to VLAN(1)
 +[SWITCH DEBUG] Add untagged port(4) to VLAN(1)
 +[SWITCH DEBUG] Add untagged port(5) to VLAN(1)
 +[SWITCH DEBUG] Set Port(0) PVID(1)
 +[SWITCH DEBUG] Set Port(0) ingress to secure
 +[SWITCH DEBUG] Set Port(2) PVID(1)
 +[SWITCH DEBUG] Set Port(2) ingress to secure
 +[SWITCH DEBUG] Set Port(3) PVID(1)
 +[SWITCH DEBUG] Set Port(3) ingress to secure
 +[SWITCH DEBUG] Set Port(4) PVID(1)
 +[SWITCH DEBUG] Set Port(4) ingress to secure
 +[SWITCH DEBUG] Set Port(5) PVID(1)
 +[SWITCH DEBUG] Set Port(5) ingress to secure
 +[SWITCH DEBUG] Create VLAN VID=4094
 +[SWITCH DEBUG] Add tagged port(0) to VLAN(4094)
 +[SWITCH DEBUG] Add untagged port(1) to VLAN(4094)
 +[SWITCH DEBUG] Set Port(0) PVID(4094)
 +[SWITCH DEBUG] Set Port(0) ingress to secure
 +[SWITCH DEBUG] Set Port(1) PVID(4094)
 +[SWITCH DEBUG] Set Port(1) ingress to secure
 +[SWITCH DEBUG] Set Port(0) PVID(0)
 +Failed to connect to the switch
 +Failed to connect to the switch
 +Failed to connect to the switch
 +Failed to connect to the switch
 +Failed to connect to the switch
 +/usr/bin/lua: /sbin/ifmac:24: bad argument #1 to 'find' (string expected, got nil)
 +stack traceback:
 +        [C]: in function 'find'
 +        /sbin/ifmac:24: in function 'dev_set_mac'
 +        /sbin/ifmac:60: in function 'iface_set_mac'
 +        /sbin/ifmac:64: in function 'main'
 +        /sbin/ifmac:67: in main chunk
 +        [C]: ?
 +uci: Entry not found
 +uci: Entry not found
 +uci: Entry not found
 +[   11.250000] ADDRCONF(NETDEV_UP): lo: link is not ready
 +[   11.260000] ADDRCONF(NETDEV_UP): eth0: link is not ready
 +[   11.260000] ADDRCONF(NETDEV_UP): bond0: link is not ready
 +[   11.310000] @@@@@@ add br-lan!!!
 +[   11.320000] device eth0 entered promiscuous mode
 +[   11.320000] ADDRCONF(NETDEV_UP): br-lan: link is not ready
 +[   11.350000] [ changeLanIp ] 1692: changeLanIp to 0xc0a800fe
 +[   11.350000] 
 +[   11.410000] eth0: link up (1000Mbps/Full duplex)
 +[   11.410000] br-lan: port 1(eth0) entered forwarding state
 +[   11.420000] br-lan: port 1(eth0) entered forwarding state
 +[   11.420000] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
 +[   11.450000] ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
 +loading administration management
 +loading with https
 +/etc/rc.common: line 1: fw: not found
 +fw unload_local_mgnt
 +/etc/rc.common: line 1: fw: not found
 +hotplug ifup  lan, then restart wifidog
 +[   18.060000] tp_domain: ap mode
 +[   18.070000] Lan Domain: tplinklogin.net
 +[   18.080000] Lan Domain: www.tplinklogin.net
 +start_instance() main
 +generate key: 1825 1024
 +[   19.090000] ath_dfs: Version 2.0.0
 +[   19.090000] Copyright (c) 2005-2006 Atheros Communications, Inc. All Rights Reserved
 +[   19.390000] ath_spectral: Version 2.0.0
 +[   19.390000] Copyright (c) 2005-2009 Atheros Communications, Inc. All Rights Reserved
 +
 +[   22.660000] ath_hal: 0.9.17.1 (AR5416, AR9380, REGOPS_FUNC, PRIVATE_DIAG, WRITE_EEPROM, 11D)
 +[   22.730000] ath_rate_atheros: Copyright (c) 2001-2005 Atheros Communications, Inc, All Rights Reserved
 +[   22.800000] ath_tx99: Version 2.0
 +[   22.800000] Copyright (c) 2010 Atheros Communications, Inc, All Rights Reserved
 +[   23.090000] ath_dev: Copyright (c) 2001-2007 Atheros Communications, Inc, All Rights Reserved
 +[   23.330000]  JET_PRINT: init_ath_wmac[240]: Checking devid: 3f
 +[   23.340000] __ath_attach: Set global_scn[0]
 +[   23.340000] *** All the minfree values should be <= ATH_TXBUF-32, otherwise default value will be used instead ***
 +[   23.350000] ACBKMinfree = 48
 +[   23.360000] ACBEMinfree = 32
 +[   23.360000] ACVIMinfree = 16
 +[   23.360000] ACVOMinfree = 0
 +[   23.370000] CABMinfree = 48
 +[   23.370000] UAPSDMinfree = 0
 +[   23.370000] ATH_TXBUF=2700
 +[   23.380000] Enterprise mode: 0x03bda000
 +[   23.390000] Restoring Cal data from FS
 +[   23.390000] qdf_fs_read[66], Open File /tmp/wifi0.caldata SUCCESS!!file system magic:16914836super blocksize:4096ino8
 +[   23.410000] ART Version : -48.0.0
 +[   23.410000] SW Image Version : -48.0.0.0.0
 +[   23.420000] Board Revision :  
 +[   23.420000] ar9300_attach: nf_2_nom -110 nf_2_max -60 nf_2_min -125 
 +[   23.430000]  HAL_CAP_TXDESCLEN : 128 
 +[   23.430000] HAL_CAP_TXSTATUSLEN : 36 
 +[   23.440000] HAL_CAP_RXSTATUSLEN : 48 
 +[   23.440000] SPECTRAL : get_capability not registered
 +[   23.450000] HAL_CAP_PHYDIAG : Capable
 +[   23.450000] SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 242)
 +[   23.460000] SPECTRAL : get_capability not registered
 +[   23.460000] HAL_CAP_RADAR   : Capable
 +[   23.470000] SPECTRAL : Need to fix the capablity check for SPECTRAL
 +[   23.470000]  (spectral_attach : 247)
 +[   23.480000] SPECTRAL : get_capability not registered
 +[   23.480000] HAL_CAP_SPECTRAL_SCAN : Capable
 +[   23.490000] SPECTRAL : get_tsf64 not registered
 +[   23.490000] spectral_init_netlink 85 NULL SKB
 +[   23.500000] SPECTRAL : No ADVANCED SPECTRAL SUPPORT
 +[   23.500000] SPECTRAL :----- module attached
 +[   23.510000] Green-AP : Green-AP : Attached
 +[   23.510000] 
 +[   23.520000] Starting random number generator thread
 +[   23.540000] ath_get_caps[6217] rx chainmask mismatch actual 3 sc_chainmak 0
 +[   23.540000] ath_get_caps[6180] tx chainmask mismatch actual 3 sc_chainmak 0
 +[   23.550000] ieee80211_cbs_init CBS Inited
 +[   23.560000] band steering initialized for direct attach hardware 
 +[   23.570000] ieee80211_bsteering_attach: Band steering initialized
 +[   23.570000] acfg_attach: 2979: Netlink socket created:87018c00
 +[   23.580000] ath_attach_dfs[12727] dfsdomain 1
 +[   23.590000] dfs_attach: event log enabled by default
 +[   23.600000] SPECTRAL : module already attached
 +[   23.600000] ath_attach: Set global_ic[1]..gloabl_ic ptr:86357d10
 +[   23.610000] osif_wrap_attach:444 osif wrap attached
 +[   23.610000] osif_wrap_devt_init:405 osif wrap dev table init done
 +[   23.620000]  Wrap Attached: Wrap_com =8713ba00 ic->ic_wrap_com=8713ba00 &wrap_com->wc_devt=8713ba00 
 +[   23.640000] ath_tx_paprd_init sc 87378000 PAPRD disabled in HAL
 +[   23.650000] ath_thermal_mitigation_attach: TT not supported 
 +[   23.650000] wifi0: Atheros 956X: mem_start: =0xb8100000, mem_end: =0xb8120000, irq=47
 +[   23.660000] ath_da_pci:  (Atheros/multi-bss)
 +phyport start .......
 +[LEO]uhttpd start
 +[   24.610000] ath_ol_pci:  (Atheros/multi-bss)
 +[   24.610000] hif_pci_enable_bus: con_mode = 0x0, device_id = 0x56
 +[   24.620000] ath_ol_pci 0000:00:00.0: BAR 0: assigned [mem 0x12000000-0x121fffff 64bit]
 +[   24.630000] PCI: Enabling device 0000:00:00.0 (0000 -> 0002)
 +[   24.630000] hif_pci_enable_bus: hif_enable_pci done *********** QCA9888 *************hif_pci_enable_bus: hif_type = E
 +[   24.680000] chip_id 0xc chip_revision 0x0
 +[   24.680000] 
 +[   24.680000]  CLOCK PLL skipped
 +[   24.690000] hif_set_hia_extnd: setting the target pll frac ffffffff intval ffffffff
 +[   24.690000] hif_set_hia_extnd: no frac provided, skipping pre-configuring PLL
 +[   24.710000] hif_pci_bus_configure: hif_set_hia donehif_configure_irq: Ehif_pci_configure_legacy_irq: Ehif_pci_config4
 +[   24.730000] hif_napi_event: received evnt: CONF cmd; v = 1 (state=0x1)hif_napi_event: setting configuration to ON
 +[   24.740000] __ol_ath_attach() Allocated scn 85f00380
 +[   24.750000] __ol_ath_attach: dev name wifi1
 +[   24.750000] ol_ath_attach interface_id 1
 +[   24.760000] ol_target_init() BMI inited.
 +[   24.770000] ol_target_init() BMI Get Target Info.
 +[   24.770000] Chip id: 0xc, chip version: 0x1000000
 +[   24.780000] 
 +[   24.780000]  CE WAR Disabled
 +[   24.800000] NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0
 +[   24.830000] ol_target_init() configure Target .
 +[   24.850000] 
 +[   24.850000]  Target Version is 1000000
 +[   24.860000] 
 +[   24.860000]  Flash Download Address  c0000 
 +[   24.860000] ol_transfer_bin_file: flash data file defined
 +[   24.870000] ol_transfer_bin_file[3824] Get Caldata for wifi1.
 +[   24.880000] qdf_fs_read[66], Open File /tmp/wifi1.caldata SUCCESS!!file system magic:16914836super blocksize:4096ino5
 +[   24.910000] ol_transfer_bin_file 3884: Download Flash data len 12064
 +[   24.930000] Board extended Data download address: 0x0
 +[   25.020000] 
 +[   25.020000]  Board data initialized
 +[   25.020000] ol_ath_download_firmware: Download OTP, flash download ADDRESS 0xc0000
 +[   25.030000] 
 +[   25.030000]  Selecting  OTP binary for CHIP Version 0
 +SETUP port (1) duplex: 1000 full autoneg: on!
 +[   25.120000] ol_transfer_bin_file 3706: downloading file 0, Download data len 9116
 +[   25.170000] 
 +[   25.170000]  First OTP send param 8000
 +[   25.410000] ol_ath_download_firmware :First OTP download and Execute is good address:0x5000 return param 4660
 +[   25.420000] ol_ath_download_firmware:##Board Id 20 , CHIP Id 0
 +[   25.430000] ol_ath_download_firmware: BOARDDATA DOWNLOAD TO address 0xc0000
 +[   25.440000] Warning : No board id matched. Selecting default boarddata file
 +[   25.440000] 
 +[   25.440000]  wifi1: Selecting board data file name boarddata_0.bin
 +[   25.450000] ol_transfer_bin_file: Board Data File download to address=0xc0000 file name=QCA9888/hw.2/boarddata_0.bin
 +[   25.480000] ol_transfer_bin_file 3706: downloading file 3, Download data len 12064
 +[   25.490000] Board extended Data download address: 0x0
 +[   25.510000] ol_ath_download_firmware: Using 0x1234 for the remainder of init
 +[   25.520000] 
 +[   25.520000]  Selecting  OTP binary for CHIP Version 0
 +[   25.540000] br-lan: port 1(eth0) entered disabled state
 +[   25.550000] ol_transfer_bin_file 3706: downloading file 0, Download data len 9116
 +[   25.600000] 
 +[   25.600000]  [Flash] : Ignore Module param
 +[   25.600000] 
 +[   25.600000]  Second otp download Param 10000 
 +[   25.640000] eth0: link down
 +[   25.860000] ol_ath_download_firmware : Second OTP download and Execute is good, param=0x0 
 +[   25.870000] 
 +[   25.870000]  Mission mode: Firmware CHIP Version 0
 +[   26.070000] ol_swap_seg_alloc: Successfully allocated memory for SWAP size=524288 
 +[   26.200000] ol_swap_wlan_memory_expansion: length:272731 size_left:272751 dma_size_left:524288 fw_temp:c081b004 fw_e5
 +[   26.210000] ol_swap_wlan_memory_expansion: dma_virt_addr :a5e80000 fw_temp: c081b008 length: 272731
 +[   26.230000] Swap: bytes_left to copy: fw:16; dma_page:251557
 +[   26.230000] ol_swap_wlan_memory_expansion: length:0 size_left:12 dma_size_left:251557 fw_temp:c085d967 fw_entry_size5
 +[   26.240000] Swap: wrong length read:0
 +[   26.250000] ol_swap_wlan_memory_expansion: Swap total_bytes copied: 272731 Target address 41b0b8 
 +[   26.260000] scn=85f00380  target_write_addr=41b0b8 seg_info=85f89510 
 +[   26.260000] ol_transfer_swap_struct:Code swap structure successfully downloaded for bin type =2 
 +[   26.270000] bin_filename=QCA9888/hw.2/athwlan.bin swap_filename=/lib/firmware/QCA9888/hw.2/athwlan.codeswap.bin 
 +[   26.280000] ol_transfer_bin_file: Downloading firmware file: QCA9888/hw.2/athwlan.bin
 +[   26.800000] ol_transfer_bin_file 3706: downloading file 1, Download data len 393512
 +[   28.440000] ol_target_init() Download FW done. 
 +[   28.450000] ol_ath_attach() WMI attached. wmi_handle 85f40000 
 +[   28.450000] wmi_unified_register_event_handler: Event id 62 is unavailable
 +[   28.460000] +htc_create ..  HIF :85924000-htc_create: (0x8722a000)
 +[   28.470000] htc_wmi_init() HT Create . 8722a000
 +[   28.470000] htc_wmi_init 8276 host_enable 0 nss_nwifi_offload 0
 +[   28.480000] ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko)
 +[   28.490000]  OL_ACBKMinfree : 0
 +[   28.490000]  OL_ACBEMinfree : 0
 +[   28.490000]  OL_ACVIMinfree : 0
 +[   28.500000]  OL_ACVOMinfree : 0
 +[   28.500000] hif_enable_fastpath, Enabling fastpath mode
 +[   28.500000] +HWT
 +[   28.510000] hif_completion_thread_startup: pipe_num:0 pipe_info:0x8592706chif_completion_thread_startup: pipe_num:3 c
 +[   28.530000] -HWT
 +[   28.530000] Startup Mode-0 set
 +[   28.530000] 
 +[   28.530000] <=== cfg max peer id 1056 ====>
 +[   28.540000] htt_peer_map_timer_init Enter pdev 85ae8000 hrtimer 85aec970
 +[   28.550000] 
 +[   28.550000]  htt_alloc_peer_map_mem : Alloc Success : host q vaddr 85af2000 paddr 5af2000
 +[   28.560000] 
 +[   28.560000]  htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts
 +[   28.570000] ol_txrx_pdev_attach: 2500 tx desc's allocated ; range starts from 85380000
 +[   28.580000] Firmware_Build_Number:139 
 +[   28.590000] host/RAM_fw Build Ver Mismatch: H:0x8C, F:0x8B ! 
 +[   28.590000] FW wireless modes: 0x1f9001
 +[   28.600000] num_rf_chain:0x00000002  ht_cap_info:0x0000085b  vht_cap_info:0x339979b2  vht_supp_mcs:0x0000fffa
 +[   28.610000] wmi_service_coex_gpio 0, wmi_service_4_wire_coex_support 0, coex_version 0
 +[   28.610000] 
 +[   28.610000] Sending Ext resource cfg: HOST PLATFORM as 1
 +[   28.610000] fw_feature_bitmap as 50 to TGT
 +[   28.630000] ol_ath_service_ready_event: tt_support: 1
 +[   28.630000] ol_ath_service_ready_event: periodic_chan_stats: 1
 +[   28.640000] ol_ath_service_ready_event: sw_cal_support_check_flag: 1
 +[   28.640000] Peer Caching Enabled ; num_peers = 530, num_active_peers = 52 num_tids = 104, num_vdevs = 17
 +[   28.650000] EXT NSS Supported
 +[   28.660000] idx 1 req 2  num_units 1 num_unit_info 12 unit size 256 actual units 53 
 +[   28.660000] ol_ath_alloc_host_mem_chunk req_id 2 idx 0 num_units 53 unit_len 256,
 +[   28.670000] idx 2 req 3  num_units 1 num_unit_info 12 unit size 1024 actual units 53 
 +[   28.680000] ol_ath_alloc_host_mem_chunk req_id 3 idx 1 num_units 53 unit_len 1024,
 +[   28.690000] idx 3 req 4  num_units 1 num_unit_info 12 unit size 4096 actual units 53 
 +[   28.700000] ol_ath_alloc_host_mem_chunk req_id 4 idx 2 num_units 53 unit_len 4096,
 +[   28.710000] idx 0 req 1  num_units 0 num_unit_info 2 unit size 880 actual units 531 
 +[   28.720000] ol_ath_alloc_host_mem_chunk req_id 1 idx 3 num_units 531 unit_len 880,
 +[   28.720000] idx 4 req 5  num_units 0 num_unit_info 2 unit size 2076 actual units 531 
 +[   28.740000] ol_ath_alloc_host_mem_chunk req_id 5 idx 4 num_units 531 unit_len 2076,
 +[   28.750000] Support not added yet for Service 91
 +[   28.750000] Support not added yet for Service 92
 +[   28.750000] No EXT_MSG send INIT now
 +[   28.760000] chunk 0 len 13568 requested , ptr  0x5378000
 +[   28.760000] chunk 1 len 54272 requested , ptr  0x53e0000
 +[   28.770000] chunk 2 len 217088 requested , ptr  0x4c00000
 +[   28.770000] chunk 3 len 467280 requested , ptr  0x4c80000
 +[   28.780000] chunk 4 len 1102356 requested , ptr  0x4e00000
 +[   28.790000] chunk 5 len 0 requested , ptr  0xffffffff
 +[   28.790000] ol_ath_service_ready_event[4275] WAPI MBSSID 2 
 +[   28.800000] smart_log_init: Smart logging Enabled buf=pK-error (size=65536)
 +[   28.820000] Version = 16777216 3  status = 0
 +[   28.820000] ol_ath_connect_htc() WMI is ready
 +[   28.830000] htt_h2t_frag_desc_bank_cfg_msg - HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for radio ID = 1
 +[   28.840000] target uses HTT version 2.2; host uses 2.2
 +[   28.850000] ol_ath_attach() connect HTC. 
 +[   28.850000] bypasswmi : 0
 +[   28.850000] ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, exten.
 +[   28.870000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2) flags 0x2150
 +[   28.870000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4) flags 0xa0
 +[   28.880000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x8) flags 0xc0
 +[   28.890000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x20) flags 0xd0
 +[   28.890000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x40) flags 0x150
 +[   28.900000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x800) flags 0x10080
 +[   28.910000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2000) flags 0x20080
 +[   28.920000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4000) flags 0x40080
 +[   28.920000] Add VHT80 channel: 5210
 +[   28.930000] Add VHT80 channel: 5290
 +[   28.930000] Add VHT80 channel: 5530
 +[   28.940000] Add VHT80 channel: 5610
 +[   28.940000] Add VHT80 channel: 5690
 +[   28.940000] Add VHT80 channel: 5775
 +[   28.950000] Skipping VHT80 channel 5825
 +[   28.950000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x200000) flags 0x4000100
 +[   28.960000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x400000) flags 0x8000100
 +[   28.970000] freq=58 
 +[   28.970000] freq=106 
 +[   28.970000] freq=122 
 +[   28.970000] OL Resmgr Init-ed
 +[   28.980000] ieee80211_cbs_init CBS Inited
 +[   28.980000] ieee80211_bsteering_attach: Band steering initialized
 +[   28.990000] acfg_attach: using existing sock 87018c00
 +[   28.990000] SPECTRAL : get_capability not registered
 +[   29.000000] HAL_CAP_PHYDIAG : Capable
 +[   29.000000] SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 242)
 +[   29.010000] SPECTRAL : get_capability not registered
 +[   29.020000] HAL_CAP_RADAR   : Capable
 +[   29.020000] SPECTRAL : Need to fix the capablity check for SPECTRAL
 +[   29.020000]  (spectral_attach : 247)
 +[   29.030000] SPECTRAL : get_capability not registered
 +[   29.040000] HAL_CAP_SPECTRAL_SCAN : Capable
 +[   29.040000] SPECTRAL : get_tsf64 not registered
 +[   29.040000] spectral_init_netlink 85 NULL SKB
 +[   29.050000] Green-AP : Green-AP : Attached
 +[   29.050000] 
 +[   29.050000] Green-AP : Attached
 +[   29.060000] rate power table override is only supported for AR98XX
 +[   29.060000] ol_ath_smart_ant_attach: Hardware doest not support Smart Antenna.
 +[   29.070000] ol_if_dfs_attach: called; ptr=84c5197c, radar_info=860b1b38
 +[   29.080000] dfs_attach: event log enabled by default
 +[   29.090000] >>>> CB Set 00000000
 +[   29.090000] ol_ath_attach() UMAC attach . 
 +[   29.090000] 
 +[   29.090000]  BURSTING enabled by default
 +[   29.100000] ol_ath_attach: Set global_ic[2] ..ptr:86357d10
 +[   29.110000] ath_lowi_if_netlink_init LOWI Netlink successfully created
 +[   29.110000] osif_wrap_attach:444 osif wrap attached
 +[   29.120000] osif_wrap_devt_init:405 osif wrap dev table init done
 +[   29.120000]  Wrap Attached: Wrap_com =85373c00 ic->ic_wrap_com=85373c00 &wrap_com->wc_devt=85373c00 
 +[   29.130000] __ol_ath_attach: needed_headroom reservation 60
 +[   29.140000] ol_ath_thermal_mitigation_attach: --
 +[   29.140000] ol_ath_pci_probe num_radios=0, wifi_radios[0].sc = 85f00380 wifi_radio_type = 2
 +[   29.150000] ath_sysfs_diag_init: diag_fsattr 
 +[   29.160000] Suspending Target  scn=85f00380
 +[   29.160000] waiting for target paused event from target 
 +[   29.200000] ol_ath_thermal_mitigation_detach: ++
 +[   29.200000] ol_ath_thermal_mitigation_detach: --
 +[   29.210000] ol_if_dfs_clist_update: called, cmd=1, nollist=00000000, nentries=0
 +[   29.210000] ce_h2t_tx_ce_cleanup 1039 Fastpath mode ON, Cleaning up HTT Tx CEsmart_log_deinit: Smart logging Disabled
 +[   29.230000] ol_tx_me_exit: Already Disabled !!!
 +[   29.230000] hif_pci_device_reset: Reset Devicehif_pci_disable_bus: Xhif_disable: Xhif_napi_destroy: NAPI 6 destroyed
 +[   29.250000] hif_napi_destroy: no NAPI instances. Zapped.ath_sysfs_diag_fini: diag_fsattr 
 +[   29.310000]  pktlog_init: Initializing Pktlog for AR900B, pktlog_hdr_size = 16
 +[   29.310000] Invalid sc in hif_pktlog_subscribe
 +[   29.320000] Unable to subscribe to the HIF pktlog_init
 +[   29.380000] __sa_init_module 
 +[   31.730000] ath_net80211_dfs_clist_update: called, cmd=1, nollist=00000000, nentries=0
 +[   31.740000] ath_attach_dfs[12727] dfsdomain 1
 +[   31.750000] dfs_attach: event log enabled by default
 +[   31.860000]  Disconnect_timeout value entered:10 
 +[   31.870000]  reconfiguration_timeout value entered:60 
 +[   31.950000] wlan_vap_create : enter. devhandle=0x860c0380, opmode=IEEE80211_M_HOSTAP, flags=0x3
 +[   31.960000] ieee80211_mbo_vattach:MBO Initialized 
 +[   31.970000] ieee80211_oce_vattach: OCE Initialized 
 +[   31.970000] wlan_vap_create : exit. devhandle=0x860c0380, vap=0x85110000, opmode=IEEE80211_M_HOSTAP, flags=0x3.
 +[   31.980000] __ieee80211_smart_ant_init: Smart Antenna is not supported 
 +[   31.990000] VAP device ath0 created osifp: (87226380) os_if: (85110000)
 +[   32.030000] siwfreq
 +[   32.030000] Set freq vap 0 stop send + 85110000
 +[   32.040000] Set freq vap 0 stop send -85110000
 +[   32.070000] Set wait done --85110000
 +[   32.130000] WARNING: Fragmentation with HT mode NOT ALLOWED!!
 +[   32.150000] siwfreq
 +[   32.150000] Set freq vap 0 stop send + 85110000
 +[   32.160000] Set freq vap 0 stop send -85110000
 +[   32.190000] Set wait done --85110000
 +[   32.360000] Setting Max Stations:64
 +[   32.410000] [DEBUG] vap-0(ath0):set SIOC80211NWID, 12 characters
 +[   32.420000]  
 +[   32.420000]  DES SSID SET=TP-Link_A71C 
 +[   33.330000]  ieee80211_ioctl_siwmode: imr.ifm_active=131712, new mode=3, valid=1 
 +[   33.340000]  DEVICE IS DOWN ifname=ath0
 +[   33.340000]  DEVICE IS DOWN ifname=ath0
 +[   33.440000] Warning: node not in table 0x84c42000
 +[   33.520000] 8021q: adding VLAN 0 to HW filter on device ath0
 +[   33.740000] Starting the target before sending the command
 +[   33.750000] hif_pci_enable_bus: con_mode = 0x0, device_id = 0x56
 +[   33.750000] ath_ol_pci 0000:00:00.0: BAR 0: assigned [mem 0x12000000-0x121fffff 64bit]
 +[   33.760000] hif_pci_enable_bus: hif_enable_pci done *********** QCA9888 *************hif_pci_enable_bus: hif_type = E
 +[   33.800000] chip_id 0xc chip_revision 0x0
 +[   33.810000] 
 +[   33.810000]  CLOCK PLL skipped
 +[   33.810000] hif_set_hia_extnd: setting the target pll frac ffffffff intval ffffffff
 +[   33.820000] hif_set_hia_extnd: no frac provided, skipping pre-configuring PLL
 +[   33.830000] hif_pci_bus_configure: hif_set_hia donehif_configure_irq: Ehif_pci_configure_legacy_irq: Ehif_pci_config4
 +[   33.860000] hif_napi_event: received evnt: CONF cmd; v = 1 (state=0x1)hif_napi_event: setting configuration to ON
 +[   33.870000] ol_target_init() BMI inited.
 +[   33.880000] ol_target_init() BMI Get Target Info.
 +[   33.880000] Chip id: 0xc, chip version: 0x1000000
 +[   33.890000] 
 +[   33.890000]  CE WAR Disabled
 +[   33.890000] NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0
 +[   33.900000] ol_target_init() configure Target .
 +[   33.900000] 
 +[   33.900000]  Target Version is 1000000
 +[   33.910000] 
 +[   33.910000]  Flash Download Address  c0000 
 +[   33.920000] ol_transfer_bin_file: flash data file defined
 +[   33.920000] ol_transfer_bin_file[3824] Get Caldata for wifi1.
 +[   33.930000] qdf_fs_read[66], Open File /tmp/wifi1.caldata SUCCESS!!file system magic:16914836super blocksize:4096ino5
 +[   33.950000] ol_transfer_bin_file 3884: Download Flash data len 12064
 +[   33.950000] Board extended Data download address: 0x0
 +[   33.980000] 
 +[   33.980000]  Board data initialized
 +[   33.990000] ol_ath_download_firmware: Download OTP, flash download ADDRESS 0xc0000
 +[   34.000000] 
 +[   34.000000]  Selecting  OTP binary for CHIP Version 0
 +[   34.010000] ol_transfer_bin_file 3706: downloading file 0, Download data len 9116
 +[   34.060000] 
 +[   34.060000]  First OTP send param 8000
 +[   34.300000] ol_ath_download_firmware :First OTP download and Execute is good address:0x5000 return param 4660
 +[   34.310000] ol_ath_download_firmware:##Board Id 20 , CHIP Id 0
 +[   34.320000] ol_ath_download_firmware: BOARDDATA DOWNLOAD TO address 0xc0000
 +[   34.330000] Warning : No board id matched. Selecting default boarddata file
 +[   34.330000] 
 +[   34.330000]  wifi1: Selecting board data file name boarddata_0.bin
 +[   34.340000] ol_transfer_bin_file: Board Data File download to address=0xc0000 file name=QCA9888/hw.2/boarddata_0.bin
 +[   34.380000] ol_transfer_bin_file 3706: downloading file 3, Download data len 12064
 +[   34.390000] Board extended Data download address: 0x0
 +[   34.430000] ol_ath_download_firmware: Using 0x1234 for the remainder of init
 +[   34.440000] 
 +[   34.440000]  Selecting  OTP binary for CHIP Version 0
 +[   34.460000] ol_transfer_bin_file 3706: downloading file 0, Download data len 9116
 +[   34.520000] 
 +[   34.520000]  [Flash] : Ignore Module param
 +[   34.530000] 
 +[   34.530000]  Second otp download Param 10000 
 +true
 +exit status value = [0x0]
 +dut is_cal==true.
 +[   34.790000] ol_ath_download_firmware : Second OTP download and Execute is good, param=0x0 
 +[   34.800000] 
 +[   34.800000]  Mission mode: Firmware CHIP Version 0
 +[   34.830000] ol_swap_wlan_memory_expansion: length:272731 size_left:272751 dma_size_left:524288 fw_temp:c0960004 fw_e5
 +[   34.850000] ol_swap_wlan_memory_expansion: dma_virt_addr :a5e80000 fw_temp: c0960008 length: 272731
 +[   34.860000] Swap: bytes_left to copy: fw:16; dma_page:251557
 +[   34.870000] ol_swap_wlan_memory_expansion: length:0 size_left:12 dma_size_left:251557 fw_temp:c09a2967 fw_entry_size5
 +[   34.880000] Swap: wrong length read:0
 +[   34.880000] ol_swap_wlan_memory_expansion: Swap total_bytes copied: 272731 Target address 41b0b8 
 +[   34.890000] scn=85f00380  target_write_addr=41b0b8 seg_info=85f89510 
 +[   34.900000] ol_transfer_swap_struct:Code swap structure successfully downloaded for bin type =2 
 +[   34.910000] bin_filename=QCA9888/hw.2/athwlan.bin swap_filename=/lib/firmware/QCA9888/hw.2/athwlan.codeswap.bin 
 +[   34.920000] ol_transfer_bin_file: Downloading firmware file: QCA9888/hw.2/athwlan.bin
 +[   35.060000] ol_transfer_bin_file 3706: downloading file 1, Download data len 393512
 +dhcp_hook_d start
 +dhcp_hook_d end
 +snmpd start... enable off.
 +/etc/rc.common: line 98: fw: not found
 +/etc/rc.common: line 98: fw: not found
 +/etc/rc.common: line 98: fw: not found
 +[NM_Error](nm_lib_readPtnUsedSize) 00556: partition not written
 +
 +[NM_Error](nvrammanager_readPtnFromNvram) 00287: partition is empty
 +
 +[NM_Error](nm_lib_readPtnUsedSize) 00556: partition not written
 +
 +[NM_Error](nvrammanager_readPtnFromNvram) 00287: partition is empty
 +
 +ln: /www/tmp/portal_logo.jpg: File exists
 +ln: /www/tmp/portal_back.jpg: File exists
 +sh: on: unknown operand
 +sh: on: unknown operand
 +sh: on: unknown operand
 +sh: on: unknown operand
 +sh: on: unknown operand
 +sh: on: unknown operand
 +sh: on: unknown operand
 +sh: on: unknown operand
 +sh: on: unknown operand
 +sh: on: unknown operand
 +sh: on: unknown operand
 +sh: on: unknown operand
 +sh: on: unknown operand
 +sh: on: unknown operand
 +
 +/etc/rc.common: line 1: can't create /sys/br_wifidog/controlled_ifname: nonexistent directory
 +[   36.350000] __ieee80211_smart_ant_init: Smart Antenna is not supported 
 +/etc/rc.common: line 1: can't create /proc/sys/net/ipv6/conf//disable_ipv6: nonexistent directory
 +killall: smartipd: no process killed
 +sh: missing ]
 +[smartip_read_cfg 64] lan_ip is 192.168.0.254
 + 
 +[smartip_read_cfg 69] lan_mask is 255.255.255.0
 + 
 +[smartip_read_cfg 79] lan_type is 1
 + 
 +[   37.200000] ol_target_init() Download FW done. 
 +[   37.210000] +htc_create ..  HIF :85354000-htc_create: (0x85351000)
 +[   37.210000] htc_wmi_init() HT Create . 85351000
 +[   37.240000] htc_wmi_init 8276 host_enable 0 nss_nwifi_offload 0
 +[   37.240000] ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko)
 +[   37.250000]  OL_ACBKMinfree : 0
 +[   37.250000]  OL_ACBEMinfree : 0
 +[   37.260000]  OL_ACVIMinfree : 0
 +[   37.260000]  OL_ACVOMinfree : 0
 +[   37.260000] hif_enable_fastpath, Enabling fastpath mode
 +[   37.270000] +HWT
 +[   37.270000] hif_completion_thread_startup: pipe_num:0 pipe_info:0x8535706chif_completion_thread_startup: pipe_num:3 c
 +[   37.290000] -HWT
 +[   37.290000] wmi_unified_register_event_handler : event handler already registered 0x8002
 +[   37.300000] Startup Mode-0 set
 +[   37.310000] 
 +[   37.310000] <=== cfg max peer id 1056 ====>
 +[   37.310000] htt_peer_map_timer_init Enter pdev 85ad8000 hrtimer 85adc970
 +[   37.320000] 
 +[   37.320000]  htt_alloc_peer_map_mem : Alloc Success : host q vaddr 85a98000 paddr 5a98000
 +[   37.330000] 
 +[   37.330000]  htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts
 +[   37.340000] ol_txrx_pdev_attach: 2500 tx desc's allocated ; range starts from 85080000
 +[   37.430000] Firmware_Build_Number:139 
 +[   37.440000] host/RAM_fw Build Ver Mismatch: H:0x8C, F:0x8B ! 
 +[   37.440000] FW wireless modes: 0x1f9001
 +[   37.450000] num_rf_chain:0x00000002  ht_cap_info:0x0000085b  vht_cap_info:0x339979b2  vht_supp_mcs:0x0000fffa
 +[   37.460000] wmi_service_coex_gpio 0, wmi_service_4_wire_coex_support 0, coex_version 0
 +[   37.460000] 
 +[   37.460000] Sending Ext resource cfg: HOST PLATFORM as 1
 +[   37.460000] fw_feature_bitmap as 50 to TGT
 +[   37.480000] ol_ath_service_ready_event: tt_support: 1
 +[   37.480000] ol_ath_service_ready_event: periodic_chan_stats: 1
 +[   37.490000] ol_ath_service_ready_event: sw_cal_support_check_flag: 1
 +[   37.490000] Peer Caching Enabled ; num_peers = 530, num_active_peers = 52 num_tids = 104, num_vdevs = 17
 +[   37.500000] EXT NSS Supported
 +[   37.510000] idx 1 req 2  num_units 1 num_unit_info 12 unit size 256 actual units 53 
 +[   37.510000] ol_ath_alloc_host_mem_chunk req_id 2 idx 0 num_units 53 unit_len 256,
 +[   37.520000] idx 2 req 3  num_units 1 num_unit_info 12 unit size 1024 actual units 53 
 +[   37.530000] ol_ath_alloc_host_mem_chunk req_id 3 idx 1 num_units 53 unit_len 1024,
 +[   37.540000] idx 3 req 4  num_units 1 num_unit_info 12 unit size 4096 actual units 53 
 +[   37.550000] ol_ath_alloc_host_mem_chunk req_id 4 idx 2 num_units 53 unit_len 4096,
 +[   37.550000] idx 0 req 1  num_units 0 num_unit_info 2 unit size 880 actual units 531 
 +[   37.560000] ol_ath_alloc_host_mem_chunk req_id 1 idx 3 num_units 531 unit_len 880,
 +[   37.570000] idx 4 req 5  num_units 0 num_unit_info 2 unit size 2076 actual units 531 
 +[   37.580000] ol_ath_alloc_host_mem_chunk req_id 5 idx 4 num_units 531 unit_len 2076,
 +[   37.590000] Support not added yet for Service 91
 +[   37.590000] Support not added yet for Service 92
 +[   37.600000] No EXT_MSG send INIT now
 +[   37.600000] chunk 0 len 13568 requested , ptr  0x5378000
 +[   37.600000] chunk 1 len 54272 requested , ptr  0x53e0000
 +[   37.610000] chunk 2 len 217088 requested , ptr  0x4c00000
 +[   37.620000] chunk 3 len 467280 requested , ptr  0x4c80000
 +[   37.620000] chunk 4 len 1102356 requested , ptr  0x4e00000
 +[   37.630000] chunk 5 len 0 requested , ptr  0xffffffff
 +[   37.630000] ol_ath_service_ready_event[4275] WAPI MBSSID 2 
 +[   37.640000] smart_log_init: Smart logging Enabled buf=pK-error (size=65536)
 +[   37.660000] Version = 16777216 3  status = 0
 +[   37.660000] ol_ath_connect_htc() WMI is ready
 +[   37.670000] htt_h2t_frag_desc_bank_cfg_msg - HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for radio ID = 1
 +[   37.680000] target uses HTT version 2.2; host uses 2.2
 +[   37.690000] wmi_unified_register_event_handler : event handler already registered 0x900b
 +[   37.700000] wmi_unified_register_event_handler : event handler already registered 0x9042
 +[   37.700000] >>>> CB Set 00000000
 +[   37.710000] ol_ath_thermal_mitigation_attach: --
 +[   37.710000] ath_sysfs_diag_init: diag_fsattr 
 +...cat...
 +[   38.050000] [ol_ath_iw_setcountry][1894] *p=44, *(p+1)=45
 +[   38.060000] isCountryCodeValid: EEPROM regdomain 0x0
 +[   38.060000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2) flags 0x2150
 +[   38.070000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4) flags 0xa0
 +[   38.080000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x8) flags 0xc0
 +[   38.080000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x20) flags 0xd0
 +[   38.090000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x40) flags 0x150
 +[   38.100000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x800) flags 0x10080
 +[   38.110000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2000) flags 0x20080
 +[   38.110000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4000) flags 0x40080
 +[   38.120000] Add VHT80 channel: 5210
 +[   38.120000] Add VHT80 channel: 5290
 +[   38.130000] Add VHT80 channel: 5530
 +[   38.130000] Add VHT80 channel: 5610
 +[   38.140000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x200000) flags 0x4000100
 +[   38.140000] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x400000) flags 0x8000100
 +[   38.230000] [wifi1] FWLOG: [8618] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x94c, 0x94c, 0x0 )
 +[   38.240000] [wifi1] FWLOG: [8618] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x94c, 0x94c, 0x0 )
 +[   38.250000] [wifi1] FWLOG: [8618] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x94c, 0x94c, 0x0 )
 +[   38.260000] [wifi1] FWLOG: [8618] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x94c, 0x94c, 0x0 )
 +[   38.260000] [wifi1] FWLOG: [8618] WAL_DBGID_TX_AC_BUFFER_SET ( 0x100, 0x11e1a300 )
 +[   38.270000] [wifi1] FWLOG: [9127] WAL_DBGID_PDEV_INFO_PRINT ( 0x37, 0x199, 0x130, 0x30, 0x0 )
 +[   38.280000] [wifi1] FWLOG: [9127] WAL_DBGID_PDEV_INFO_PRINT ( 0x37, 0x30, 0x0, 0x30, 0x0 )
 +[   38.400000] set TXBF_SND_PERIOD: value 100 wmi_status 0
 +[   38.490000] del ct event: 2 dev_name: br-lan
 +[   38.500000]  start clean up ct iterate..
 +[   38.520000]  Disconnect_timeout value entered:10 
 +[   38.530000]  reconfiguration_timeout value entered:60 
 +[   38.530000] ADDRCONF(NETDEV_UP): eth0: link is not ready
 +[   38.630000] device eth0 left promiscuous mode
 +[   38.630000] br-lan: port 1(eth0) entered disabled state
 +[   38.700000] @@@@@@ add br-lan!!!
 +[   38.700000] @@@@@@ add br-lan!!!
 +[   38.700000] device eth0 entered promiscuous mode
 +[   38.760000] [ changeLanIp ] 1692: changeLanIp to 0xc0a800fe
 +[   38.760000] del ct event: 2 dev_name: lo
 +[   38.860000]  start clean up ct iterate..
 +[   38.870000] del ct event: 2 dev_name: lo
 +[   38.870000]  start clean up ct iterate..
 +[   39.020000] wlan_vap_create : enter. devhandle=0x85f00380, opmode=IEEE80211_M_HOSTAP, flags=0x3
 +[   39.030000] send_vdev_create_cmd_non_tlv: ID = 0 Type = 1, Subtype = 0 VAP Addr = e4:c3:2a:33:a7:1b:
 +[   39.040000] ieee80211_mbo_vattach:MBO Initialized 
 +[   39.050000] ieee80211_oce_vattach: OCE Initialized 
 +[   39.050000] wlan_vap_create : exit. devhandle=0x85f00380, vap=0x84420000, opmode=IEEE80211_M_HOSTAP, flags=0x3.
 +[   39.060000] __ieee80211_smart_ant_init: Smart Antenna is not supported 
 +[   39.070000] Enabling TX checksum bit for the vap ath1 features 4000 
 +[   39.080000] Enabling SG bit for the vap ath1 features 4000 
 +[   39.080000] Enabling SG bit for the vap ath1 features 4000 
 +[   39.090000] Enabling TSO bit for the vap ath1 features 4000 
 +[   39.090000] Enabling LRO bit for the vap ath1 features 4000 
 +[   39.100000] VAP device ath1 created osifp: (85352b80) os_if: (84420000)
 +[   39.230000] [wifi1] FWLOG: [9279] WAL_DBGID_DEV_RESET ( 0xc01d, 0x47b )
 +[   39.330000] siwfreq
 +[   39.330000] Set freq vap 0 stop send + 84420000
 +[   39.330000] Set freq vap 0 stop send -84420000
 +[   39.370000] Set wait done --84420000
 +[   39.430000] siwfreq
 +[   39.430000] Set freq vap 0 stop send + 84420000
 +[   39.440000] Set freq vap 0 stop send -84420000
 +[   39.470000] Set wait done --84420000
 +...cat done...
 +[   39.590000] WARNING: Fragmentation with HT mode NOT ALLOWED!!
 +[   39.620000] siwfreq
 +[   39.620000] Set freq vap 0 stop send + 84420000
 +[   39.630000] Set freq vap 0 stop send -84420000
 +[   39.660000] Set wait done --84420000
 +[   39.760000] ME Pool succesfully initialized vaddr - 84440000 paddr - 0
 +[   39.760000] num_elems = 1424 buf_size - 64 pool_size = 102528
 +[   39.770000] Enable MCAST_TO_UCAST
 +[   39.890000] su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1
 +[   39.910000] su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1
 +[   39.920000] su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1
 +[   40.030000] Setting Max Stations:64
 +[   40.060000] su bfee 1 mu bfee 0 su bfer 1 mu bfer 0 impl bf 0 sounding dim 1
 +[   40.070000] su bfee 1 mu bfee 0 su bfer 0 mu bfer 0 impl bf 0 sounding dim 1
 +[   40.090000] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 0 sounding dim 1
 +[   40.110000] [DEBUG] vap-0(ath1):set SIOC80211NWID, 15 characters
 +[   40.120000]  
 +[   40.120000]  DES SSID SET=TP-Link_A71C_5G 
 +[   40.230000] [wifi1] FWLOG: [10813] vap-0 WMI_CMD_PARAMS ( 0xff, 0x40, 0x1 )
 +[   40.640000]  ieee80211_ioctl_siwmode: imr.ifm_active=66176, new mode=3, valid=1 
 +[   40.640000]  DEVICE IS DOWN ifname=ath1
 +[   40.650000]  DEVICE IS DOWN ifname=ath1
 +[   40.660000] Switching to Tx Mode-0
 +[   41.070000] Sending SCAN START cmd
 +[   41.070000] 8021q: adding VLAN 0 to HW filter on device ath1
 +[   41.230000] [wifi1] FWLOG: [12075] WAL_DBGID_SECURITY_ENCR_EN (  )
 +[   41.240000] [wifi1] FWLOG: [12075] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 )
 +[   41.240000] [wifi1] FWLOG: [12118] WAL channel change freq=5180, mode=0 flags=0 rx_ok=1 tx_ok=1
 +[   41.720000] device ath0 entered promiscuous mode
 +[   41.730000] br-lan: port 2(ath0) entered forwarding state
 +[   41.730000] br-lan: port 2(ath0) entered forwarding state
 +[   41.770000] device ath1 entered promiscuous mode
 +[   41.780000] br-lan: port 3(ath1) entered forwarding state
 +[   41.780000] br-lan: port 3(ath1) entered forwarding state
 +[   42.230000] [wifi1] FWLOG: [12433] WAL channel change freq=5200, mode=0 flags=0 rx_ok=1 tx_ok=1
 +[   42.240000] [wifi1] FWLOG: [12748] WAL channel change freq=5220, mode=0 flags=0 rx_ok=1 tx_ok=1
 +[   42.250000] [wifi1] FWLOG: [13062] WAL channel change freq=5240, mode=0 flags=0 rx_ok=1 tx_ok=1
 +[   42.300000] send_vdev_down_cmd_non_tlv for vap 0
 +[   42.310000] OL vap_start +
 +[   42.310000] VDEV START
 +[   42.310000] OL vap_start -
 +[   42.310000] ol_ath_vap_set_param: Now supported MGMT RATE is 6000(kbps) and rate code: 0x3
 +[   42.480000] device eth0 left promiscuous mode
 +[   42.490000] br-lan: port 1(eth0) entered disabled state
 +[   42.500000] ol_vdev_start_resp_ev for vap 0 (pK-error)
 +[   42.500000] send_wmm_update_cmd_non_tlv:
 +[   42.510000] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 0 sounding dim 1
 +[   42.510000] send_vdev_up_cmd_non_tlv for vap 0
 +[   42.520000] Beacon mode set to staggered. Cannot enable FD
 +[   42.520000] __ieee80211_smart_ant_init: Smart Antenna is not supported 
 +[   42.540000] ADDRCONF(NETDEV_UP): eth0: link is not ready
 +[   42.540000] del ct event: 2 dev_name: br-lan
 +[   42.550000]  start clean up ct iterate..
 +[NM_Error](nm_lib_readPtnUsedSize) 00556: partition not written
 +
 +[NM_Error](nvrammanager_readPtnFromNvram) 00287: partition is empty
 +
 +[   42.580000] @@@@@@ add br-lan!!!
 +[   42.580000] device eth0 entered promiscuous mode
 +[   42.610000] [ changeLanIp ] 1692: changeLanIp to 0xc0a800fe
 +[   42.610000] 
 +[   42.730000] ADDRCONF(NETDEV_UP): eth0: link is not ready
 +[smartip_start_process 525] smartipd start dnsmasq...........
 + 
 +[NM_Error](nm_lib_readPtnUsedSize) 00556: partition not written
 +
 +[NM_Error](nvrammanager_readPtnFromNvram) 00287: partition is empty
 +
 +[   43.240000] [wifi1] FWLOG: [13381] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 )
 +[   43.240000] [wifi1] FWLOG: [13381] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 )
 +[   43.250000] [wifi1] FWLOG: [13386] vap-0 VDEV_MGR_VDEV_START ( 0x1478, 0x2, 0x0, 0x0 )
 +[   43.260000] [wifi1] FWLOG: [13387] WAL channel change freq=5240, mode=10 flags=0 rx_ok=1 tx_ok=1
 +[   43.270000] [wifi1] FWLOG: [13577] VDEV_MGR_VDEV_START_RESP ( 0x0 )
 +[   43.270000] [wifi1] FWLOG: [13599] VDEV_MGR_HP_START_TIME ( 0x0, 0x1478, 0x4b0001 )
 +[   43.280000] [wifi1] FWLOG: [13599] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 )
 +[   43.290000] [wifi1] FWLOG: [13599] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 )
 +[   43.290000] [wifi1] FWLOG: [13599] VDEV_MGR_AP_TBTT_CONFIG ( 0x0, 0x1478, 0x0, 0x0 )
 +
 +[DEBUG] dnsmasq flock before
 +[DEBUG]: Read config file lines: # auto-generated config file from /etc/config/dhcp
 +
 +[DEBUG]: Read config file lines: conf-file=/etc/dnsmasq.conf
 +
 +[DEBUG]: Read config file lines: # Change the following lines if you want dnsmasq to serve SRV
 +
 +[DEBUG]: Read config file lines: # records.
 +
 +[DEBUG]: Read config file lines: # You may add multiple srv-host lines.
 +
 +[DEBUG]: Read config file lines: # The fields are <name>,<target>,<port>,<priority>,<weight>
 +
 +[DEBUG]: Read config file lines: 
 +
 +[DEBUG]: Read config file lines: # A SRV record sending LDAP for the example.com domain to
 +
 +[DEBUG]: Read config file lines: # ldapserver.example.com port 289
 +
 +[DEBUG]: Read config file lines: #srv-host=_ldap._tcp.example.com,ldapserver.example.com,389
 +
 +[DEBUG]: Read config file lines: 
 +
 +[DEBUG]: Read config file lines: # Two SRV records for LDAP, each with different priorities
 +
 +[DEBUG]: Read config file lines: #srv-host=_ldap._tcp.example.com,ldapserver.example.com,389,1
 +
 +[DEBUG]: Read config file lines: #srv-host=_ldap._tcp.example.com,ldapserver.example.com,389,2
 +
 +[DEBUG]: Read config file lines: 
 +
 +[DEBUG]: Read config file lines: # A SRV record indicating that there is no LDAP server for the domain
 +
 +[DEBUG]: Read config file lines: # example.com
 +
 +[DEBUG]: Read config file lines: #srv-host=_ldap._tcp.example.com
 +
 +[DEBUG]: Read config file lines: 
 +
 +[DEBUG]: Read config file lines: # The following line shows how to make dnsmasq serve an arbitrary PTR
 +
 +[DEBUG]: Read config file lines: # record. This is useful for DNS-SD.
 +
 +[DEBUG]: Read config file lines: # The fields are <name>,<target>
 +
 +[DEBUG]: Read config file lines: #ptr-record=_http._tcp.dns-sd-services,"New Employee Page._http._tcp.dns-sd-services"
 +
 +[DEBUG]: Read config file lines: 
 +
 +[DEBUG]: Read config file lines: # Change the following lines to enable dnsmasq to serve TXT records.
 +
 +[DEBUG]: Read config file lines: # These are used for things like SPF and zeroconf.
 +
 +[DEBUG]: Read config file lines: # The fields are <name>,<text>,<text>...
 +
 +[DEBUG]: Read config file lines: 
 +
 +[DEBUG]: Read config file lines: #Example SPF.
 +
 +[DEBUG]: Read config file lines: #txt-record=example.com,"v=spf1 a -all"
 +
 +[DEBUG]: Read config file lines: 
 +
 +[DEBUG]: Read config file lines: #Example zeroconf
 +
 +[DEBUG]: Read config file lines: #txt-record=_http._tcp.example.com,name=value,paper=A4
 +
 +[DEBUG]: Read config file lines: 
 +
 +[DEBUG]: Read config file lines: # Provide an alias for a "local" DNS name. Note that this _only_ works
 +
 +[DEBUG]: Read config file lines: # for targets which are names from DHCP or /etc/hosts. Give host
 +
 +[DEBUG]: Read config file lines: # "bert" another name, bertrand
 +
 +[DEBUG]: Read config file lines: # The fields are <cname>,<target>
 +
 +[DEBUG]: Read config file lines: #cname=bertand,bert
 +
 +[DEBUG]: Read config file lines: cname=tplinklogin.net,tplinkap.net
 +
 +[DEBUG]: Read config file lines: dhcp-authoritative
 +
 +[DEBUG]: Read config file lines: domain-needed
 +
 +[DEBUG]: Read config file lines: localise-queries
 +
 +[DEBUG]: Read config file lines: read-ethers
 +
 +[DEBUG]: Read config file lines: bogus-priv
 +
 +[DEBUG]: Read config file lines: expand-hosts
 +
 +[DEBUG]: Read config file lines: server=/lan/
 +
 +[DEBUG]: Read config file lines: dhcp-leasefile=/tmp/dhcp.leases
 +
 +[DEBUG]: Read config file lines: resolv-file=/tmp/resolv.conf.auto
 +
 +[DEBUG]: Read config file lines: 
 +
 +[DEBUG]: Read config file lines: 
 +
 +[DEBUG]: Read config file lines: 
 +
 +[DEBUG]: Read config file lines: 
 +
 +[DEBUG]: Read config file lines: dhcp-range=lan,192.168.0.100,192.168.0.199,255.255.255.0,1m
 +
 +[DEBUG]: Read config file lines: dhcp-option=lan,3,192.168.0.254
 +
 +[DEBUG]: Read config file lines: dhcp-option=lan,6,0.0.0.0,0.0.0.0
 +
 +[DEBUG]: Read config file lines: 
 +
 +[DEBUG]: Read config file lines: 
 +
 +[DEBUG]: Read config file lines: address=/TL-WA1201v2/192.168.0.254
 +
 +[DEBUG]: Read config file lines: ptr-record=254.0.168.192.in-addr.arpa,TL-WA1201v2
 +
 +[DEBUG] dnsmasq flock end
 +[   45.400000]  ieee80211_ioctl_kickmac[10815] 
 +[   45.420000]  ieee80211_ioctl_kickmac[10815] 
 +[   45.890000] eth0: link up (1000Mbps/Full duplex)
 +[   45.890000] br-lan: port 1(eth0) entered forwarding state
 +[   45.900000] br-lan: port 1(eth0) entered forwarding state
 +[   45.900000] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
 +hotplug ifup  lan, then restart wifidog
 +[   50.920000] tp_domain: ap mode
 +[   50.950000] Lan Domain: tplinklogin.net
 +[   50.960000] Lan Domain: www.tplinklogin.net
 +
 +[   51.890000] br-lan: port 1(eth0) entered disabled state
 +[   52.000000] eth0: link down
 +[smartip_create_ibus_thread 41] create ibus thread successfully
 + 
 +[smartip_start_process 530] smartipd start udhcpc..........
 + 
 +[smartip_ibus_handle_dhcp_event 1702] smartip: udhcpc detect no dhcp server 
 + 
 +
 +
 +
 +BusyBox v1.19.4 (2020-07-09 17:34:11 CST) built-in shell (ash)
 +Enter 'help' for a list of built-in commands.
 +
 +     MM           NM                    MMMMMMM          M       M
 +   $MMMMM        MMMMM                MMMMMMMMMMM      MMM     MMM
 +  MMMMMMMM     MM MMMMM.              MMMMM:MMMMMM:   MMMM   MMMMM
 +MMMM= MMMMMM  MMM   MMMM       MMMMM   MMMM  MMMMMM   MMMM  MMMMM'
 +MMMM=  MMMMM MMMM    MM       MMMMM    MMMM    MMMM   MMMMNMMMMM
 +MMMM=   MMMM  MMMMM          MMMMM     MMMM    MMMM   MMMMMMMM
 +MMMM=   MMMM   MMMMMM       MMMMM      MMMM    MMMM   MMMMMMMMM
 +MMMM=   MMMM     MMMMM,    NMMMMMMMM   MMMM    MMMM   MMMMMMMMMMM
 +MMMM=   MMMM      MMMMMM   MMMMMMMM    MMMM    MMMM   MMMM  MMMMMM
 +MMMM=   MMMM   MM    MMMM    MMMM      MMMM    MMMM   MMMM    MMMM
 +MMMM$ ,MMMMM  MMMMM  MMMM    MMM       MMMM   MMMMM   MMMM    MMMM
 +  MMMMMMM:      MMMMMMM             MMMMMMMMMMMM  MMMMMMM MMMMMMM
 +    MMMMMM       MMMMN               MMMMMMMMM      MMMM    MMMM
 +     MMMM          M                    MMMMMMM        M       M
 +       M
 + ---------------------------------------------------------------
 +   For those about to rock... (%C, %R)
 + ---------------------------------------------------------------
 +root@TL-WA1201v2:/# 
 +</nowiki>
 +</WRAP>\\
 +
 +==== OpenWrt bootlog ====
 +<WRAP bootlog>
 +<nowiki>COPY HERE THE BOOTLOG ONCE OPENWRT IS INSTALLED AND RUNNING</nowiki>
 +</WRAP>\\
 +
 +===== Notes =====
 +//Space for additional notes, links to forum threads or other resources.//
 +
 +  * ...
 +
 +===== Tags =====
 +[[meta:tags|How to add tags]]
 +
 +{{tag>ath79 16flash 512ram 1port GigabitEthernet 802.11ac 802.11abgn}}