大破雑記帳

個人用メモな雑記ブログ いろんなことをざっくりと。

WRC-2533GS2

某フリマサイトで眺めていたところ、"壊れて使えない" という出品を見つけて購入したもの。
1,000円と少しであったことから、ダメならその時はその時と割り切って購入し取引中に詳しく症状を聞いてみたものの、特に知りたい詳細な点までは回答を引き出せず(こればかりはしょうがない)、結局のところ現物にあたってみるしかないということになった。状態によっては、WRC-1167GST2の時と同様にOpenWrtを仮組して復旧する必要があるかとも。
しかしながら、届いて確認したところ特段問題無くブートし、無線関連やネットワークへの疎通も特に問題は無く、確認した範囲では正常品であるように思えた。
弄っていくのでメモ。

Switch

zone WAN LAN
port (WRC-2533GS2) INTERNET LAN4 LAN3 LAN2 LAN1
port (MT7530) port0 port1 port2 port3 port4

MAC

  • LAN: 04:AB:18:xx:xx:FB (Factory, 0xFFF4 (hex))
  • WAN: 04:AB:18:xx:xx:FC (Factory, 0xFFFA (hex))
  • 2.4G: 04:AB:18:xx:xx:FD (Factory, 0x4 (hex))
  • 5G: 04:AB:18:xx:xx:FE (Factory, 0x8004 (hex))

U-Boot

  • help

      MT7621 # help
      ?       - alias for 'help'
      bootm   - boot application image from memory
      cp      - memory copy
      erase   - erase SPI FLASH memory
      go      - start application at address 'addr'
      help    - print online help
      httpboot- entering the backup mode.
      loadb   - load binary file over serial line (kermit mode)
      md      - memory display
      mdio   - Ralink PHY register R/W command !!
      mm      - memory modify (auto-incrementing)
      nm      - memory modify (constant address)
      printenv- print environment variables
      reset   - Perform RESET of the CPU
      rf      - read/write rf register
      saveenv - save environment variables to persistent storage
      setenv  - set environment variables
      spi     - spi command
      tftpboot- boot image via network using TFTP protocol
      version - print monitor version
    
  • version

      MT7621 # version
    
      U-Boot 1.1.3 (Apr 19 2019 - 17:51:16)
    
  • printenv

      MT7621 # printenv
      bootcmd=tftp
      bootdelay=5
      baudrate=57600
      ethaddr="00:AA:BB:CC:DD:10"
      model_id=WRC-2533GS2
      ethact=Eth0 (10/100-M)
      ipaddr=192.168.2.1
      serverip=192.168.2.2
      board_id=202070816933
      wlan0_guest_ssid=e-tomo-****fb
      wlan0_guest_key=********
      wlan0_ssid=elecom-****fb
      wlan1_ssid=elecom-****fb
      wlan0_key=************
      wlan1_key=************
      admin_password=********
      wps_pin=********
      hw_version=A1
      wlan0_domain=0x41
      stdin=serial
      stdout=serial
      stderr=serial
    
      Environment size: 440/4092 bytes
    
  • tftpboot

      MT7621 # tftpboot
    
      KSEG1ADDR(NetTxPacket) = 0xA7FE6440
    
      NetLoop,call eth_halt !
    
      NetLoop,call eth_init !
      Trying Eth0 (10/100-M)
    
      ETH_STATE_ACTIVE!!
      *** Warning: no boot file name; using 'test.bin'
      Using Eth0 (10/100-M) device
      TFTP from server 192.168.2.2; our IP address is 192.168.2.1
      Filename 'test.bin'.
    
      TIMEOUT_COUNT=10,Load address: 0x80200000
      Loading: *
    

Kernel

  • uname -a

      root@MT7621:/# uname -a
      Linux MT7621 3.10.14 #30 SMP Mon Oct 25 17:14:35 CST 2021 mips GNU/Linux
    
  • cat /proc/version

      root@MT7621:/# cat /proc/version
      Linux version 3.10.14 (*****@*****) (gcc version 4.6.4 (OpenWrt/Linaro GCC 4.6-2013.05 r48067) ) #30 SMP Mon Oct 25 17:14:35 CST 2021
    
  • cat /proc/cpuinfo

      root@MT7621:/# cat /proc/cpuinfo
      system type             : MT7621
      machine                 : Unknown
      processor               : 0
      cpu model               : MIPS 1004Kc V2.15
      BogoMIPS                : 577.53
      wait instruction        : yes
      microsecond timers      : yes
      tlb_entries             : 32
      extra interrupt vector  : yes
      hardware watchpoint     : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ffb]
      isa                     : mips1 mips2 mips32r1 mips32r2
      ASEs implemented        : mips16 dsp mt
      shadow register sets    : 1
      kscratch registers      : 0
      core                    : 0
      VPE                     : 0
      VCED exceptions         : not available
      VCEI exceptions         : not available
    
      processor               : 1
      cpu model               : MIPS 1004Kc V2.15
      BogoMIPS                : 577.53
      wait instruction        : yes
      microsecond timers      : yes
      tlb_entries             : 32
      extra interrupt vector  : yes
      hardware watchpoint     : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ffb]
      isa                     : mips1 mips2 mips32r1 mips32r2
      ASEs implemented        : mips16 dsp mt
      shadow register sets    : 1
      kscratch registers      : 0
      core                    : 0
      VPE                     : 1
      VCED exceptions         : not available
      VCEI exceptions         : not available
    
      processor               : 2
      cpu model               : MIPS 1004Kc V2.15
      BogoMIPS                : 577.53
      wait instruction        : yes
      microsecond timers      : yes
      tlb_entries             : 32
      extra interrupt vector  : yes
      hardware watchpoint     : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ffb]
      isa                     : mips1 mips2 mips32r1 mips32r2
      ASEs implemented        : mips16 dsp mt
      shadow register sets    : 1
      kscratch registers      : 0
      core                    : 1
      VPE                     : 0
      VCED exceptions         : not available
      VCEI exceptions         : not available
    
      processor               : 3
      cpu model               : MIPS 1004Kc V2.15
      BogoMIPS                : 577.53
      wait instruction        : yes
      microsecond timers      : yes
      tlb_entries             : 32
      extra interrupt vector  : yes
      hardware watchpoint     : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ffb]
      isa                     : mips1 mips2 mips32r1 mips32r2
      ASEs implemented        : mips16 dsp mt
      shadow register sets    : 1
      kscratch registers      : 0
      core                    : 1
      VPE                     : 1
      VCED exceptions         : not available
      VCEI exceptions         : not available
    
  • cat /proc/meminfo

      root@MT7621:/# cat /proc/meminfo
      MemTotal:         120276 kB
      MemFree:           96896 kB
      Buffers:            1432 kB
      Cached:             2704 kB
      SwapCached:            0 kB
      Active:             1588 kB
      Inactive:           3132 kB
      Active(anon):        588 kB
      Inactive(anon):        4 kB
      Active(file):       1000 kB
      Inactive(file):     3128 kB
      Unevictable:           0 kB
      Mlocked:               0 kB
      SwapTotal:             0 kB
      SwapFree:              0 kB
      Dirty:                 0 kB
      Writeback:             0 kB
      AnonPages:           552 kB
      Mapped:              592 kB
      Shmem:                 4 kB
      Slab:               8184 kB
      SReclaimable:        476 kB
      SUnreclaim:         7708 kB
      KernelStack:         376 kB
      PageTables:           96 kB
      NFS_Unstable:          0 kB
      Bounce:                0 kB
      WritebackTmp:          0 kB
      CommitLimit:       60136 kB
      Committed_AS:       1752 kB
      VmallocTotal:    1048372 kB
      VmallocUsed:       10896 kB
      VmallocChunk:    1037284 kB
    
  • cat /proc/mtd

      root@MT7621:/# cat /proc/mtd
      dev:    size   erasesize  name
      mtd0: 01000000 00010000 "ALL"
      mtd1: 00030000 00010000 "Bootloader"
      mtd2: 00010000 00010000 "Config"
      mtd3: 00010000 00010000 "Factory"
      mtd4: 00b00000 00010000 "firmware"
      mtd5: 00400000 00010000 "kernel"
      mtd6: 00700000 00010000 "rootfs"
      mtd7: 00380000 00010000 "tm_pattern"
      mtd8: 00080000 00010000 "tm_key"
      mtd9: 00030000 00010000 "nvram"
      mtd10: 00080000 00010000 "rootfs_data"
    
  • cat /sbin/mtk_led | head -n 10

      root@MT7621:/# cat /sbin/mtk_led | head -n 10
      #!/bin/sh
    
      PWR_LED_R=16
      PWR_LED_G=7
      PWR_LED_B=8
      WPS_LED=15
      DBDC=$(uci -q get qcawifi.wlan0.dbdc)
      DBDC_2G_LED=3
      DBDC_5G_LED=4
    
  • switch vlan dump

      root@MT7621:/# switch vlan dump
      vid  fid  portmap    s-tag
      1    0  -111111-       0
      2    0  1----11-       0
      3    0  invalid
      4    0  invalid
      5    0  invalid
      6    0  invalid
      7    0  invalid
      8    0  invalid
      9    0  invalid
      10    0  invalid
      11    0  invalid
      12    0  invalid
      13    0  invalid
      14    0  invalid
      15    0  invalid
      16    0  invalid
    
  • cat /etc/bulk/bulk | grep "C_Command1)" -A 10

      root@MT7621:/# cat /etc/bulk/bulk | grep "C_Command1)" -A 10
      C_Command1) # HW Mode
      # 44 = router, 41 = extension, 43 = repeater, 42 = ap
      #if [ "$(/sbin/gpio g 44 | sed 's/.*= //g')" = "0" ]; then
      #       echo "Mode=Router"
      #elif [ "$(/sbin/gpio g 43 | sed 's/.*= //g')" = "0" ]; then
      #       echo "Mode=Repeater"
      #elif [ "$(/sbin/gpio g 42 | sed 's/.*= //g')" = "0" ]; then
      #       echo "Mode=AP"
      #elif [ "$(/sbin/gpio g 41 | sed 's/.*= //g')" = "0" ]; then
      #       echo "Mode=Extension"
      #fi
    
  • bootlog

    
      ===================================================================
      MT7621   stage1 code 10:33:55 (ASIC)
      CPU=500000000 HZ BUS=166666666 HZ
      ==================================================================
      Change MPLL source from XTAL to CR...
      do MEMPLL setting..
      MEMPLL Config : 0x11100000
      3PLL mode + External loopback
      === XTAL-40Mhz === DDR-1200Mhz ===
      PLL2 FB_DL: 0xd, 1/0 = 530/494 35000000
      PLL3 FB_DL: 0xe, 1/0 = 680/344 39000000
      PLL4 FB_DL: 0x10, 1/0 = 656/368 41000000
      do DDR setting..[01F40000]
      Apply DDR3 Setting...(use customer AC)
      0    8   16   24   32   40   48   56   64   72   80   88   96  104  112  120
      --------------------------------------------------------------------------------
      0000:|    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
      0001:|    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
      0002:|    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
      0003:|    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
      0004:|    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
      0005:|    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
      0006:|    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
      0007:|    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
      0008:|    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
      0009:|    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
      000A:|    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
      000B:|    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
      000C:|    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
      000D:|    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
      000E:|    0    0    0    0    0    0    0    0    0    0    1    1    1    1    1    1
      000F:|    0    0    0    0    1    1    1    1    1    1    1    1    1    1    1    0
      0010:|    1    1    1    1    1    1    1    1    1    1    0    0    0    0    0    0
      0011:|    1    1    1    1    0    0    0    0    0    0    0    0    0    0    0    0
      0012:|    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
      0013:|    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
      0014:|    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
      0015:|    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
      0016:|    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
      0017:|    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
      0018:|    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
      0019:|    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
      001A:|    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
      001B:|    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
      001C:|    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
      001D:|    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
      001E:|    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
      001F:|    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
      rank 0 coarse = 15
      rank 0 fine = 72
      B:|    0    0    0    0    0    0    0    0    1    1    1    0    0    0    0    0
      opt_dle value:9
      DRAMC_R0DELDLY[018]=00002221
      ==================================================================
      RX      DQS perbit delay software calibration
      ==================================================================
      1.0-15 bit dq delay value
      ==================================================================
      bit|     0  1  2  3  4  5  6  7  8  9
      --------------------------------------
      0 |    10 7 9 11 9 9 8 7 6 6
      10 |    9 9 9 10 9 9
      --------------------------------------
    
      ==================================================================
      2.dqs window
      x=pass dqs delay value (min~max)center
      y=0-7bit DQ of every group
      input delay:DQS0 =33 DQS1 = 34
      ==================================================================
      bit     DQS0     bit      DQS1
      0  (1~61)31  8  (1~60)30
      1  (1~62)31  9  (1~61)31
      2  (1~61)31  10  (1~65)33
      3  (1~65)33  11  (1~62)31
      4  (1~64)32  12  (2~66)34
      5  (1~64)32  13  (1~61)31
      6  (1~61)31  14  (1~65)33
      7  (2~65)33  15  (1~63)32
      ==================================================================
      3.dq delay value last
      ==================================================================
      bit|    0  1  2  3  4  5  6  7  8   9
      --------------------------------------
      0 |    12 9 11 11 10 10 10 7 10 9
      10 |    10 12 9 13 10 11
      ==================================================================
      ==================================================================
      TX  perbyte calibration
      ==================================================================
      DQS loop = 15, cmp_err_1 = ffff0000
      dqs_perbyte_dly.last_dqsdly_pass[0]=15,  finish count=1
      dqs_perbyte_dly.last_dqsdly_pass[1]=15,  finish count=2
      DQ loop=15, cmp_err_1 = ffff0000
      dqs_perbyte_dly.last_dqdly_pass[0]=15,  finish count=1
      dqs_perbyte_dly.last_dqdly_pass[1]=15,  finish count=2
      byte:0, (DQS,DQ)=(8,8)
      byte:1, (DQS,DQ)=(8,8)
      20,data:88
      [EMI] DRAMC calibration passed
    
      ===================================================================
      MT7621   stage1 code done
      CPU=500000000 HZ BUS=166666666 HZ
      ===================================================================
    
      U-Boot 1.1.3 (Apr 19 2019 - 17:51:16)
    
      Board: Ralink APSoC DRAM:  128 MB
      relocate_code Pointer at: 87fb4000
    
      Config XHCI 40M PLL
      flash manufacture id: c2, device id 20 18
      find flash: MX25L12805D
      ============================================
      Ralink UBoot Version: 5.0.0.0
      --------------------------------------------
      ASIC MT7621A DualCore (MAC to MT7530 Mode)
      DRAM_CONF_FROM: Auto-Detection
      DRAM_TYPE: DDR3
      DRAM bus: 16 bit
      Xtal Mode=3 OCP Ratio=1/3
      Flash component: SPI Flash
      Date:Apr 19 2019  Time:17:51:16
      ============================================
      icache: sets:256, ways:4, linesz:32 ,total:32768
      dcache: sets:256, ways:4, linesz:32 ,total:32768
    
      ##### The CPU freq = 880 MHZ ####
      estimate memory size =128 Mbytes
      #Reset_MT7530
      set LAN/WAN WLLLL
    
      Please choose the operation:
      1: Load system code to SDRAM via TFTP.
      2: Load system code then write to Flash via TFTP.
      3: Boot system code via Flash (default).
      4: Entr boot command line interface.
      7: Load Boot Loader code then write to Flash via Serial.
      9: Load Boot Loader code then write to Flash via TFTP.                                                                                                              0
    
      3: System Boot system code via Flash.
      ## Booting image at bc050000 ...
      Image Name:   MIPS OpenWrt Linux-3.10
      Image Type:   MIPS Linux Kernel Image (lzma compressed)
      Data Size:    9830336 Bytes =  9.4 MB
      Load Address: 81001000
      Entry Point:  8162ee90
      Verifying Checksum ... OK
      Uncompressing Kernel Image ... OK
      No initrd
      ## Transferring control to Linux (at address 8162ee90) ...
      ## Giving linux memsize in MB, 128
    
      Starting kernel ...
    
      LINUX started...
    
      THIS IS ASIC
    
      SDK 5.0.S.0
      [    0.000000] Linux version 3.10.14 (eason@eason) (gcc version 4.6.4 (OpenWrt/Linaro GCC 4.6-2013.05 r48067) ) #30 SMP Mon Oct 25 17:14:35 CST 2021
      [    0.000000]
      [    0.000000]  The CPU feqenuce set to 880 MHz
      [    0.000000] GCMP present
      [    0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc)
      [    0.000000] Software DMA cache coherency
      [    0.000000] Determined physical RAM map:
      [    0.000000]  memory: 08000000 @ 00000000 (usable)
      [    0.000000] Initrd not found or empty - disabling initrd
      [    0.000000] Zone ranges:
      [    0.000000]   DMA      [mem 0x00000000-0x00ffffff]
      [    0.000000]   Normal   [mem 0x01000000-0x07ffffff]
      [    0.000000] Movable zone start for each node
      [    0.000000] Early memory node ranges
      [    0.000000]   node   0: [mem 0x00000000-0x07ffffff]
      [    0.000000] Detected 3 available secondary CPU(s)
      [    0.000000] Primary instruction cache 32kB, 4-way, VIPT, linesize 32 bytes.
      [    0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
      [    0.000000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
      [    0.000000] PERCPU: Embedded 7 pages/cpu @81a92000 s6848 r8192 d13632 u32768
      [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512
      [    0.000000] Kernel command line: console=ttyS1,57600n8 root=/dev/mtdblock6 init=/etc/preinit
      [    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] Writing ErrCtl register=00041918
      [    0.000000] Readback ErrCtl register=00041918
      [    0.000000] Memory: 120024k/131072k available (6373k kernel code, 11048k reserved, 2265k data, 252k init, 0k highmem)
      [    0.000000] Hierarchical RCU implementation.
      [    0.000000] NR_IRQS:128
      [    0.000000] console [ttyS1] enabled
      [    0.120000] Calibrating delay loop... 577.53 BogoMIPS (lpj=1155072)
      [    0.160000] pid_max: default: 32768 minimum: 301
      [    0.164000] Mount-cache hash table entries: 512
      [    0.168000] launch: starting cpu1
      [    0.172000] launch: cpu1 gone!
      [    0.172000] CPU1 revision is: 0001992f (MIPS 1004Kc)
      [    0.172000] Primary instruction cache 32kB, 4-way, VIPT, linesize 32 bytes.
      [    0.172000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
      [    0.172000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
      [    0.204000] Synchronize counters for CPU 1: done.
      [    0.212000] launch: starting cpu2
      [    0.216000] launch: cpu2 gone!
      [    0.216000] CPU2 revision is: 0001992f (MIPS 1004Kc)
      [    0.216000] Primary instruction cache 32kB, 4-way, VIPT, linesize 32 bytes.
      [    0.216000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
      [    0.216000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
      [    0.248000] Synchronize counters for CPU 2: done.
      [    0.256000] launch: starting cpu3
      [    0.260000] launch: cpu3 gone!
      [    0.260000] CPU3 revision is: 0001992f (MIPS 1004Kc)
      [    0.260000] Primary instruction cache 32kB, 4-way, VIPT, linesize 32 bytes.
      [    0.260000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
      [    0.260000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
      [    0.288000] Synchronize counters for CPU 3: done.
      [    0.296000] Brought up 4 CPUs
      [    0.300000] NET: Registered protocol family 16
      [    0.600000] release PCIe RST: RALINK_RSTCTRL = 7000000
      [    0.604000] PCIE PHY initialize
      [    0.608000] ***** Xtal 40MHz *****
      [    0.612000] start MT7621 PCIe register access
      [    1.204000] RALINK_RSTCTRL = 7000000
      [    1.208000] RALINK_CLKCFG1 = 77ffeff8
      [    1.212000]
      [    1.212000] *************** MT7621 PCIe RC mode *************
      [    1.708000] PCIE2 no card, disable it(RST&CLK)
      [    1.712000] pcie_link status = 0x3
      [    1.716000] RALINK_RSTCTRL= 3000000
      [    1.720000] *** Configure Device number setting of Virtual PCI-PCI bridge ***
      [    1.724000] RALINK_PCI_PCICFG_ADDR = 21007f2 -> 21007f2
      [    1.728000] PCIE0 enabled
      [    1.732000] PCIE1 enabled
      [    1.736000] interrupt enable status: 300000
      [    1.740000] Port 1 N_FTS = 1b105000
      [    1.744000] Port 0 N_FTS = 1b105000
      [    1.748000] config reg done
      [    1.752000] init_rt2880pci done
      [    1.768000] bio: create slab  at 0
      [    1.772000] vgaarb: loaded
      [    1.776000] SCSI subsystem initialized
      [    1.784000] PCI host bridge to bus 0000:00
      [    1.792000] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff]
      [    1.804000] pci_bus 0000:00: root bus resource [io  0x1e160000-0x1e16ffff]
      [    1.820000] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
      [    1.836000] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
      [    1.852000] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
      [    1.868000] pci 0000:00:00.0: BAR 0: can't assign mem (size 0x80000000)
      [    1.880000] pci 0000:00:01.0: BAR 0: can't assign mem (size 0x80000000)
      [    1.896000] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff]
      [    1.908000] pci 0000:00:01.0: BAR 8: assigned [mem 0x60100000-0x601fffff]
      [    1.920000] pci 0000:00:00.0: BAR 1: assigned [mem 0x60200000-0x6020ffff]
      [    1.936000] pci 0000:00:01.0: BAR 1: assigned [mem 0x60210000-0x6021ffff]
      [    1.948000] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit]
      [    1.964000] pci 0000:00:00.0: PCI bridge to [bus 01]
      [    1.972000] pci 0000:00:00.0:   bridge window [mem 0x60000000-0x600fffff]
      [    1.988000] pci 0000:02:00.0: BAR 0: assigned [mem 0x60100000-0x601fffff 64bit]
      [    2.000000] pci 0000:00:01.0: PCI bridge to [bus 02]
      [    2.012000] pci 0000:00:01.0:   bridge window [mem 0x60100000-0x601fffff]
      [    2.024000] PCI: Enabling device 0000:00:00.0 (0004 -> 0006)
      [    2.036000] PCI: Enabling device 0000:00:01.0 (0004 -> 0006)
      [    2.048000] BAR0 at slot 0 = 0
      [    2.052000] bus=0x0, slot = 0x0
      [    2.060000] res[0]->start = 0
      [    2.064000] res[0]->end = 0
      [    2.072000] res[1]->start = 60200000
      [    2.076000] res[1]->end = 6020ffff
      [    2.084000] res[2]->start = 0
      [    2.088000] res[2]->end = 0
      [    2.096000] res[3]->start = 0
      [    2.100000] res[3]->end = 0
      [    2.108000] res[4]->start = 0
      [    2.112000] res[4]->end = 0
      [    2.120000] res[5]->start = 0
      [    2.124000] res[5]->end = 0
      [    2.128000] BAR0 at slot 1 = 0
      [    2.136000] bus=0x0, slot = 0x1
      [    2.144000] res[0]->start = 0
      [    2.148000] res[0]->end = 0
      [    2.152000] res[1]->start = 60210000
      [    2.160000] res[1]->end = 6021ffff
      [    2.168000] res[2]->start = 0
      [    2.172000] res[2]->end = 0
      [    2.180000] res[3]->start = 0
      [    2.184000] res[3]->end = 0
      [    2.192000] res[4]->start = 0
      [    2.196000] res[4]->end = 0
      [    2.200000] res[5]->start = 0
      [    2.208000] res[5]->end = 0
      [    2.212000] bus=0x1, slot = 0x0, irq=0x4
      [    2.220000] res[0]->start = 60000000
      [    2.228000] res[0]->end = 600fffff
      [    2.236000] res[1]->start = 0
      [    2.240000] res[1]->end = 0
      [    2.248000] res[2]->start = 0
      [    2.252000] res[2]->end = 0
      [    2.256000] res[3]->start = 0
      [    2.264000] res[3]->end = 0
      [    2.268000] res[4]->start = 0
      [    2.276000] res[4]->end = 0
      [    2.280000] res[5]->start = 0
      [    2.288000] res[5]->end = 0
      [    2.292000] bus=0x2, slot = 0x1, irq=0x18
      [    2.300000] res[0]->start = 60100000
      [    2.308000] res[0]->end = 601fffff
      [    2.312000] res[1]->start = 0
      [    2.320000] res[1]->end = 0
      [    2.324000] res[2]->start = 0
      [    2.332000] res[2]->end = 0
      [    2.336000] res[3]->start = 0
      [    2.344000] res[3]->end = 0
      [    2.348000] res[4]->start = 0
      [    2.352000] res[4]->end = 0
      [    2.360000] res[5]->start = 0
      [    2.364000] res[5]->end = 0
      [    2.372000] Switching to clocksource MIPS
      [    2.380000] NET: Registered protocol family 2
      [    2.388000] TCP established hash table entries: 1024 (order: 1, 8192 bytes)
      [    2.404000] TCP bind hash table entries: 1024 (order: 1, 8192 bytes)
      [    2.416000] TCP: Hash tables configured (established 1024 bind 1024)
      [    2.428000] TCP: reno registered
      [    2.436000] UDP hash table entries: 256 (order: 1, 8192 bytes)
      [    2.444000] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
      [    2.460000] NET: Registered protocol family 1
      [    2.468000] RPC: Registered named UNIX socket transport module.
      [    2.480000] RPC: Registered udp transport module.
      [    2.488000] RPC: Registered tcp transport module.
      [    2.500000] RPC: Registered tcp NFSv4.1 backchannel transport module.
      [    2.512000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
      [    2.524000] jffs2: version 2.2. (NAND) (ZLIB) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
      [    2.544000] fuse init (API version 7.22)
      [    2.552000] msgmni has been set to 234
      [    2.560000] io scheduler noop registered (default)
      [    2.572000] reg_int_mask=0, INT_MASK= 0
      [    2.580000] HSDMA_init
      [    2.584000]
      [    2.584000]  hsdma_phy_tx_ring0 = 0x00c00000, hsdma_tx_ring0 = 0xa0c00000
      [    2.600000]
      [    2.600000]  hsdma_phy_rx_ring0 = 0x00c04000, hsdma_rx_ring0 = 0xa0c04000
      [    2.616000] TX_CTX_IDX0 = 0
      [    2.624000] TX_DTX_IDX0 = 0
      [    2.628000] RX_CRX_IDX0 = 3ff
      [    2.632000] RX_DRX_IDX0 = 0
      [    2.640000] set_fe_HSDMA_glo_cfg
      [    2.644000] HSDMA_GLO_CFG = 465
      [    2.652000] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
      [    2.664000] serial8250: ttyS0 at MMIO 0x1e000d00 (irq = 27) is a 16550A
      [    2.680000] serial8250: ttyS1 at MMIO 0x1e000c00 (irq = 26) is a 16550A
      [    2.692000] Ralink gpio driver initialized
      [    2.704000] brd: module loaded
      [    2.712000] flash manufacture id: c2, device id 20 18
      [    2.720000] MX25L12805D(c2 2018c220) (16384 Kbytes)
      [    2.732000] mtd .name = raspi, .size = 0x01000000 (16M) .erasesize = 0x00010000 (64K) .numeraseregions = 0
      [    2.752000] Creating 11 MTD partitions on "raspi":
      [    2.760000] 0x000000000000-0x000001000000 : "ALL"
      [    2.772000] 0x000000000000-0x000000030000 : "Bootloader"
      [    2.780000] 0x000000030000-0x000000040000 : "Config"
      [    2.792000] 0x000000040000-0x000000050000 : "Factory"
      [    2.804000] 0x000000050000-0x000000b50000 : "firmware"
      [    2.812000] 0x000000050000-0x000000450000 : "kernel"
      [    2.824000] 0x000000450000-0x000000b50000 : "rootfs"
      [    2.836000] 0x000000b50000-0x000000ed0000 : "tm_pattern"
      [    2.844000] 0x000000ed0000-0x000000f50000 : "tm_key"
      [    2.856000] 0x000000f50000-0x000000f80000 : "nvram"
      [    2.864000] 0x000000f80000-0x000001000000 : "rootfs_data"
      [    2.876000] PPP generic driver version 2.4.2
      [    2.884000] PPP BSD Compression module registered
      [    2.896000] PPP MPPE Compression module registered
      [    2.904000] NET: Registered protocol family 24
      [    2.912000] PPTP driver version 0.8.5
      [    2.920000] register mt_drv
      [    2.936000]
      [    2.936000]
      [    2.936000] === pAd = c0201000, size = 3871424 ===
      [    2.936000]
      [    2.956000] <-- RTMPAllocAdapterBlock, Status=0
      [    2.964000] pAd->PciHif.CSRBaseAddress =0xc0100000, csr_addr=0xc0100000!
      [    2.980000] RTMPInitPCIeDevice():device_id=0x7615
      [    2.988000] DriverOwn()::Try to Clear FW Own...
      [    3.292000] DriverOwn()::Success to clear FW Own
      [    3.304000] mt_pci_chip_cfg(): HWVer=0x8a10, FWVer=0x8a10, pAd->ChipID=0x7615
      [    3.316000] mt_pci_chip_cfg(): HIF_SYS_REV=0x76150001
      [    3.328000] RtmpChipOpsHook(492): Not support for HIF_MT yet! MACVersion=0x0
      [    3.340000] mt7615_init()-->
      [    3.348000] Use 1st iPAiLNA default bin.
      [    3.356000] Use 0st /etc_ro/wlan/MT7615E_EEPROM1.bin default bin.
      [    3.368000] <--mt7615_init()
      [    3.372000] ChipOpsMCUHook
      [    3.384000] cut_through_token_list_init(): TokenList inited done!id_head/tail=0/4096
      [    3.400000] cut_through_token_list_init(): 87725908,87725908
      [    3.412000] cut_through_token_list_init(): TokenList inited done!id_head/tail=0/4096
      [    3.428000] cut_through_token_list_init(): 87725918,87725918
      [    3.436000] <-- RTMPAllocTxRxRingMemory, Status=0
      [    3.456000]
      [    3.456000]
      [    3.456000] === pAd = c0701000, size = 3871424 ===
      [    3.456000]
      [    3.476000] <-- RTMPAllocAdapterBlock, Status=0
      [    3.484000] pAd->PciHif.CSRBaseAddress =0xc0600000, csr_addr=0xc0600000!
      [    3.500000] RTMPInitPCIeDevice():device_id=0x7615
      [    3.508000] DriverOwn()::Try to Clear FW Own...
      [    3.816000] DriverOwn()::Success to clear FW Own
      [    3.824000] mt_pci_chip_cfg(): HWVer=0x8a10, FWVer=0x8a10, pAd->ChipID=0x7615
      [    3.836000] mt_pci_chip_cfg(): HIF_SYS_REV=0x76150001
      [    3.848000] RtmpChipOpsHook(492): Not support for HIF_MT yet! MACVersion=0x0
      [    3.860000] mt7615_init()-->
      [    3.868000] Use 2nd iPAiLNA default bin.
      [    3.876000] Use 1st /etc_ro/wlan/MT7615E_EEPROM2.bin default bin.
      [    3.888000] <--mt7615_init()
      [    3.892000] ChipOpsMCUHook
      [    3.904000] cut_through_token_list_init(): TokenList inited done!id_head/tail=0/4096
      [    3.920000] cut_through_token_list_init(): 86cbfa88,86cbfa88
      [    3.932000] cut_through_token_list_init(): TokenList inited done!id_head/tail=0/4096
      [    3.948000] cut_through_token_list_init(): 86cbfa98,86cbfa98
      [    3.960000] <-- RTMPAllocTxRxRingMemory, Status=0
      [    3.968000] rdm_major = 253
      [    3.976000] GMAC1_MAC_ADRH -- : 0x000004ab
      [    3.984000] GMAC1_MAC_ADRL -- : 0x18xxxxfb
      [    3.992000] Ralink APSoC Ethernet Driver Initilization. v3.1  1024 rx/tx descriptors allocated, mtu = 1500!
      [    4.008000] [LOG]|WIRE| LAN Starting
      [    4.016000] GMAC1_MAC_ADRH -- : 0x000004ab
      [    4.024000] GMAC1_MAC_ADRL -- : 0x18xxxxfb
      [    4.032000] PROC INIT OK!
      [    4.040000] nf_conntrack version 0.5.0 (1875 buckets, 7500 max)
      [    4.052000] xt_time: kernel timezone is -0000
      [    4.060000] gre: GRE over IPv4 demultiplexor driver
      [    4.068000] ip_tables: (C) 2000-2006 Netfilter Core Team
      [    4.080000] Type=Restricted Cone
      [    4.088000] TCP: cubic registered
      [    4.092000] NET: Registered protocol family 10
      [    4.104000] sit: IPv6 over IPv4 tunneling driver
      [    4.112000] NET: Registered protocol family 17
      [    4.124000] Bridge firewalling registered
      [    4.132000] Ebtables v2.0 registered
      [    4.136000] l2tp_core: L2TP core driver, V2.0
      [    4.148000] l2tp_ppp: PPPoL2TP kernel driver, V2.0
      [    4.156000] l2tp_netlink: L2TP netlink interface
      [    4.164000] 8021q: 802.1Q VLAN Support v1.8
      [    4.180000] VFS: Mounted root (squashfs filesystem) readonly on device 31:6.
      [    4.196000] Freeing unused kernel memory: 252K (81871000 - 818b0000)
      [    4.856000] init: Console is alive
      [    5.872000] init: - preinit -
      /etc/preinit: line 1: check_skip: not found
      /etc/preinit: line 210: ramips_board_detect: not found
      Press the [f] key and hit [enter] to enter failsafe mode
      Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
      Before mount_root
      [    8.428000] jffs2: notice: (100) jffs2_build_xattr_subsystem: complete building xattr subsystem, 2 of xdatum (0 unchecked, 1 orphan) and 31 of xref (0 dead, 21 orphan) found.
      [    8.460000] mount_root: switching to jffs2 overlay
      cp: can't stat '/etc/changemode': No such file or directory
      cp: can't stat '/etc/config/gxbk': [    8.508000] procd: - early -
      No such file or directory
      After mount_root
      [    9.120000] procd: - ubus -
      [   10.136000] procd: - init -
      Please press Enter to activate this console.
      [   15.324000] ip_gre: GRE over IPv4 tunneling driver
      [   15.348000] bonding: Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
      [   15.560000] /proc/router_ip created
      [   15.804000] ip6_tables: (C) 2000-2006 Netfilter Core Team
      [   15.824000] Netfilter messages via NETLINK v0.30.
      [   15.980000] ctnetlink v0.93: registering with nfnetlink.
      [   16.052000] u32 classifier
      [   16.056000]     Performance counters on
      [   16.064000]     Actions configured
      [   16.084000] Mirror/redirect action on
      [   16.104000] Failed to load ipt action
      [   18.612000]  4:FFFFFFAB:18:FFFFFF8B:77:FFFFFFFB
      [   18.620000] Raeth v3.1 (Tasklet)
      [   18.632000] set CLK_CFG_0 = 0x40a00020!!!!!!!!!!!!!!!!!!1
      [   18.644000] phy_free_head is 0xca8000!!!
      [   18.652000] phy_free_tail_phy is 0xca9ff0!!!
      [   18.660000] txd_pool=a0cb0000 phy_txd_pool=00CB0000
      [   18.672000] ei_local->skb_free start address is 0x86dea6cc.
      [   18.684000] free_txd: 00cb0010, ei_local->cpu_ptr: 00CB0000
      [   18.692000]  POOL  HEAD_PTR | DMA_PTR | CPU_PTR
      [   18.704000] ----------------+---------+--------
      [   18.712000]      0xa0cb0000 0x00CB0000 0x00CB0000
      [   18.720000]
      [   18.720000] phy_qrx_ring = 0x00caa000, qrx_ring = 0xa0caa000
      [   18.736000]
      [   18.736000] phy_rx_ring0 = 0x00cac000, rx_ring[0] = 0xa0cac000
      [   18.772000] MT7530 Reset Completed!!
      [   18.784000] change HW-TRAP to 0x117c8f
      [   18.796000] set LAN/WAN WLLLL
      [   18.804000] GMAC1_MAC_ADRH -- : 0x000004ab
      [   18.812000] GMAC1_MAC_ADRL -- : 0x18xxxxfb
      [   18.820000] GDMA2_MAC_ADRH -- : 0x000004ab
      [   18.828000] GDMA2_MAC_ADRL -- : 0x18xxxxfc
      [   18.840000] eth3: ===> VirtualIF_open
      [   18.848000] MT7621 GE2 link rate to 1G
      [   18.848000] CDMA_CSG_CFG = 81000000
      [   18.848000] GDMA1_FWD_CFG = 20710000
      [   18.848000] GDMA2_FWD_CFG = 20710000
      [   18.888000] eth3: ===> VirtualIF_open
      [   19.364000] eth3: ===> VirtualIF_close
      [   19.384000] ra2880stop()...Done
      [   19.388000] eth3: ===> VirtualIF_close
      [   19.400000] Free TX/RX Ring Memory!
      [   19.416000]  4:FFFFFFAB:18:FFFFFF8B:77:FFFFFFFB
      [   19.424000] Raeth v3.1 (Tasklet)
      [   19.436000] set CLK_CFG_0 = 0x40a00020!!!!!!!!!!!!!!!!!!1
      [   19.448000] phy_free_head is 0xca8000!!!
      [   19.456000] phy_free_tail_phy is 0xca9ff0!!!
      [   19.468000] txd_pool=a0cb0000 phy_txd_pool=00CB0000
      [   19.476000] ei_local->skb_free start address is 0x86dea6cc.
      [   19.488000] free_txd: 00cb0010, ei_local->cpu_ptr: 00CB0000
      [   19.500000]  POOL  HEAD_PTR | DMA_PTR | CPU_PTR
      [   19.508000] ----------------+---------+--------
      [   19.516000]      0xa0cb0000 0x00CB0000 0x00CB0000
      [   19.528000]
      [   19.528000] phy_qrx_ring = 0x00caa000, qrx_ring = 0xa0caa000
      [   19.544000]
      [   19.544000] phy_rx_ring0 = 0x00cac000, rx_ring[0] = 0xa0cac000
      [   19.576000] MT7530 Reset Completed!!
      [   19.592000] change HW-TRAP to 0x117c8f
      [   19.600000] set LAN/WAN WLLLL
      [   19.612000] GMAC1_MAC_ADRH -- : 0x000004ab
      [   19.620000] GMAC1_MAC_ADRL -- : 0x18xxxxfb
      [   19.628000] eth3: ===> VirtualIF_open
      [   19.636000] MT7621 GE2 link rate to 1G
      [   19.636000] CDMA_CSG_CFG = 81000000
      [   19.636000] GDMA1_FWD_CFG = 20710000
      [   19.636000] GDMA2_FWD_CFG = 20710000
      [   19.664000] device eth2 entered promiscuous mode
      [   19.676000] br-lan: port 1(eth2) entered forwarding state
      [   19.684000] br-lan: port 1(eth2) entered forwarding state
      [   19.708000] eth3: ===> VirtualIF_open
      dnsmasq
      dnsmasq [br-lan]
      [   21.688000] br-lan: port 1(eth2) entered forwarding state
      UHTTP crt Checked
      main init
      main init
      page=[/setup/index.html]
      page=[/setup/index.html]
      count=[43]
      count=[43]
      [   26.384000] Ralink HW NAT Module Enabled
      [   26.392000] Ralink HW NAT spin_lock_init
      [   26.400000] eth2 ifindex =4
      [   26.408000] eth3 ifindex =b
      [   30.496000] DriverOwn()::Return since already in Driver Own...
      [   30.508000] APWdsInitialize():WdsEntry[0]
      [   30.516000] APWdsInitialize():WdsEntry[1]
      [   30.524000] APWdsInitialize():WdsEntry[2]
      [   30.532000] APWdsInitialize():WdsEntry[3]
      [   30.544000]
      [   30.544000] [Force Roam] => Force Roam Support = 0
      [   30.556000] RT_CfgSetMacAddress : invalid length (0)
      [   30.568000] E2pAccessMode=2
      [   30.572000] SSID[0]=elecom-8b77fb, EdcaIdx=0
      [   30.580000] TriBandChGrp=0/0/0/0
      [   30.588000] cfg_mode=14
      [   30.592000] cfg_mode=14
      [   30.600000] wmode_band_equal(): Band Equal!
      [   30.608000] BandSteering=0
      [   30.612000] BndStrgBssIdx=
      [   30.620000] [TxPower] BAND0: 100
      [   30.628000] [SKUenable] BAND0: 1
      [   30.632000] [PERCENTAGEenable] BAND0: 1
      [   30.640000] [BFBACKOFFenable] BAND0: 1
      [   30.648000] CalCacheApply = 0
      [   30.656000] APEdca0
      [   30.660000] APEdca1
      [   30.664000] APEdca2
      [   30.668000] APEdca3
      [   30.676000] APSDCapable[0]=0
      [   30.680000] APSDCapable[1]=0
      [   30.688000] APSDCapable[2]=0
      [   30.692000] APSDCapable[3]=0
      [   30.700000] APSDCapable[4]=0
      [   30.704000] APSDCapable[5]=0
      [   30.712000] APSDCapable[6]=0
      [   30.716000] APSDCapable[7]=0
      [   30.720000] APSDCapable[8]=0
      [   30.728000] APSDCapable[9]=0
      [   30.732000] APSDCapable[10]=0
      [   30.740000] APSDCapable[11]=0
      [   30.744000] APSDCapable[12]=0
      [   30.752000] APSDCapable[13]=0
      [   30.756000] APSDCapable[14]=0
      [   30.764000] APSDCapable[15]=0
      [   30.768000] default ApCliAPSDCapable[0]=0
      [   30.776000] default ApCliAPSDCapable[1]=0
      [   30.788000] DfsZeroWait Support=0/0
      [   30.796000] DfsZeroWaitCacTime=0/0
      [   30.828000] rtmp_read_wds_from_file(): WDS Profile
      [   30.840000] APWdsInitialize():WdsEntry[0]
      [   30.848000] APWdsInitialize():WdsEntry[1]
      [   30.856000] APWdsInitialize():WdsEntry[2]
      [   30.864000] APWdsInitialize():WdsEntry[3]
      [   30.872000] WDS-Enable mode=0
      [   30.880000] AndesSendCmdMsg: Could not send in band command due to diablefRTMP_ADAPTER_MCU_SEND_IN_BAND_CMD
      [   30.900000] HT: WDEV[0] Ext Channel = ABOVE
      [   30.912000] HT: greenap_cap = 0
      [   30.948000] IcapMode = 0
      [   30.960000] WtcSetMaxStaNum: MaxStaNum:103, BssidNum:1, WdsNum:4, ApcliNum:2, MaxNumChipRept:16, MinMcastWcid:125
      [   30.980000] Top Init Done!
      [   30.988000] Use alloc_skb
      [   30.992000] RX[0] DESC a0ca4000 size = 16384
      [   31.004000] RX[1] DESC a0ca2000 size = 8192
      [   31.012000] Hif Init Done!
      [   31.020000] ctl->txq = c0aad2d4
      [   31.024000] ctl->rxq = c0aad2e0
      [   31.032000] ctl->ackq = c0aad2ec
      [   31.040000] ctl->kickq = c0aad2f8
      [   31.044000] ctl->tx_doneq = c0aad304
      [   31.052000] ctl->rx_doneq = c0aad310
      [   31.060000] mt7615_fw_prepare():FW(8a10), HW(8a10), CHIPID(7615))
      [   31.072000] mt7615_fw_prepare(2687): MT7615_E3, USE E3 patch and ram code binary image
      [   31.088000] AndesMTLoadRomMethodFwDlRing(1035), cap->rom_patch_len(11102)
      [   31.100000] AndesRestartCheck: Current TOP_MISC2(0x1)
      [   31.112000] AndesRestartCheck: (TOP_MISC2 = 1), ready to continue...RET(0)
      [   31.124000] 20170809192718a
      [   31.132000]
      [   31.132000] platform =
      [   31.140000] ALPS
      [   31.144000] hw/sw version =
      [   31.148000] 8a108a10
      [   31.152000] patch version =
      [   31.160000] 00000010
      [   31.164000] Patch SEM Status=2
      [   31.168000] MtCmdPatchSemGet:(ret = 0)
      [   31.176000]
      [   31.176000] Patch is not ready && get semaphore success, SemStatus(2)
      [   31.192000] EventGenericEventHandler: CMD Success
      [   31.200000] MtCmdAddressLenReq:(ret = 0)
      [   31.208000] MtCmdPatchFinishReq
      [   31.228000] EventGenericEventHandler: CMD Success
      [   31.236000] Send checksum req..
      [   31.244000] Patch SEM Status=3
      [   31.248000] MtCmdPatchSemGet:(ret = 0)
      [   31.256000]
      [   31.256000] Release patch semaphore, SemStatus(3)
      [   31.268000] AndesMTEraseRomPatch
      [   31.276000] WfMcuHwInit: Before NICLoadFirmware, check IcapMode=0
      [   31.288000] AndesMTLoadFwMethodFwDlRing(809), cap->fw_len(462248)
      [   31.300000] Build Date:_201708190346
      [   31.308000] Build Date:_201708190346
      [   31.312000] AndesRestartCheck: Current TOP_MISC2(0x1)
      [   31.324000] AndesRestartCheck: (TOP_MISC2 = 1), ready to continue...RET(0)
      [   31.336000] EventGenericEventHandler: CMD Success
      [   31.348000] MtCmdAddressLenReq:(ret = 0)
      [   31.360000] EventGenericEventHandler: CMD Success
      [   31.368000] MtCmdAddressLenReq:(ret = 0)
      [   31.376000] MtCmdFwStartReq: override = 1, address = 540672
      [   31.388000] EventGenericEventHandler: CMD Success
      [   31.396000] Build Date:_201707211524
      [   31.404000] EventGenericEventHandler: CMD Success
      [   31.416000] MtCmdAddressLenReq:(ret = 0)
      [   31.424000] MtCmdFwStartReq: override = 4, address = 0
      [   31.484000] EventGenericEventHandler: CMD Success
      [   31.536000] WfMcuHwInit: NICLoadFirmware OK, Check IcapMode=0
      [   31.548000] MCU Init Done!
      [   31.556000] efuse_probe: efuse = 10000212
      [   31.564000] RtmpChipOpsEepromHook::e2p_type=2, inf_Type=5
      [   31.572000] RtmpEepromGetDefault::e2p_dafault=1
      [   31.580000] RtmpChipOpsEepromHook: E2P type(2), E2pAccessMode = 2, E2P default = 1
      [   31.596000] NVM is FLASH mode. dev_idx [1] FLASH OFFSET [0x8000]
      [   31.624000] NICReadEEPROMParameters: EEPROM 0x52 b317
      [   31.640000] MtCmdSetTxLpfCal:(ret = 0)
      [   31.648000] MtCmdSetTxIqCal:(ret = 0)
      [   31.656000] MtCmdSetTxDcCal:(ret = 0)
      [   31.660000] MtCmdSetRxFiCal:(ret = 0)
      [   31.668000] MtCmdSetRxFdCal:(ret = 0)
      [   31.676000] MtCmdSetRxFdCal:(ret = 0)
      [   31.684000] MtCmdSetRxFdCal:(ret = 0)
      [   31.692000] MtCmdSetRxFdCal:(ret = 0)
      [   31.700000] MtCmdSetRxFdCal:(ret = 0)
      [   31.704000] MtCmdSetRxFdCal:(ret = 0)
      [   31.712000] MtCmdSetRxFdCal:(ret = 0)
      [   31.720000] MtCmdSetRxFdCal:(ret = 0)
      [   31.728000] MtCmdSetRxFdCal:(ret = 0)
      [   31.736000] NICReadEEPROMParameters: EEPROM 0x52 b317
      [   32.288000] Country Region from e2p = 101
      [   32.296000] mt7615_antenna_default_reset(): TxPath = 4, RxPath = 4
      [   32.308000] mt7615_antenna_default_reset(): DBDC 2G TxPath = 2, 2G RxPath = 2
      [   32.320000] mt7615_antenna_default_reset(): DBDC 5G TxPath = 2, 2G RxPath = 2
      [   32.336000] rtmp_read_txpwr_from_eeprom(233): Don't Support this now!
      [   32.348000] RTMPReadTxPwrPerRate(1381): Don't Support this now!
      [   32.360000] RcRadioInit(): DbdcMode=0, ConcurrentBand=1
      [   32.372000] RcRadioInit(): pRadioCtrl=86cc0438,Band=0,rfcap=3,channel=1,PhyMode=2 extCha=0xf
      [   32.388000] Band Rf: 1, Phy Mode: 2
      [   32.396000] AntCfgInit(2766): Not support for HIF_MT yet!
      [   32.404000] MtSingleSkuLoadParam: RF_LOCKDOWN Feature OFF !!!
      [   32.460000] MtBfBackOffLoadTable: RF_LOCKDOWN Feature OFF !!!
      [   32.472000] EEPROM Init Done!
      [   32.476000] mt_mac_init()-->
      [   32.484000] mt_mac_pse_init(2750): Don't Support this now!
      [   32.492000] mt7615_init_mac_cr()-->
      [   32.500000] mt7615_init_mac_cr(): TMAC_TRCR0=0x82783c8c
      [   32.512000] MtAsicSetMacMaxLen(1300): Not finish Yet!
      [   32.520000] <--mt_mac_init()
      [   32.528000] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0
      [   32.540000] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0
      [   32.552000] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0
      [   32.568000] MAC Init Done!
      [   32.572000] MT7615BBPInit():BBP Initialization.....
      [   32.580000]  Band 0: valid=1, isDBDC=0, Band=2, CBW=1, CentCh/PrimCh=1/1, prim_ch_idx=0, txStream=2
      [   32.600000]  Band 1: valid=0, isDBDC=0, Band=0, CBW=0, CentCh/PrimCh=0/0, prim_ch_idx=0, txStream=0
      [   32.620000] MT7615BBPInit() todo
      [   32.624000] PHY Init Done!
      [   32.632000] tx_pwr_comp_init():NotSupportYet!
      [   32.640000] MtCmdSetMacTxRx:(ret = 0)
      [   32.648000] CountryCode(2.4G/5G)=1/1, RFIC=25, PHY mode(2.4G/5G)=49/49, support 19 channels
      [   32.664000] ApAutoChannelAtBootUp----------------->
      [   32.676000] ApAutoChannelAtBootUp: AutoChannelBootup = 1, AutoChannelFlag = 1
      [   32.688000] MtCmdSetMacTxRx:(ret = 0)
      [   32.696000] mt7615_apply_dcoc() : reload Central CH [42] BW [2] from cetral freq [5210]  offset [1900]
      [   32.716000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   32.724000] mt7615_apply_dpd() : reload Central CH [42] BW [2] from cetral freq [5220] i[9] offset [2d98]
      [   32.744000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   32.752000] MtCmdChannelSwitch: control_chl = 36,control_ch2=0, central_chl = 42 DBDCIdx= 0, Band= 0
      [   32.772000] BW = 2,TXStream = 4, RXStream = 4, scan(1)
      [   33.128000] mt7615_apply_dcoc() : reload Central CH [42] BW [2] from cetral freq [5210]  offset [1900]
      [   33.144000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   33.152000] mt7615_apply_dpd() : reload Central CH [42] BW [2] from cetral freq [5220] i[9] offset [2d98]
      [   33.172000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   33.180000] MtCmdChannelSwitch: control_chl = 40,control_ch2=0, central_chl = 42 DBDCIdx= 0, Band= 0
      [   33.200000] BW = 2,TXStream = 4, RXStream = 4, scan(1)
      [   33.420000] mt7615_apply_dcoc() : reload Central CH [42] BW [2] from cetral freq [5210]  offset [1900]
      [   33.436000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   33.444000] mt7615_apply_dpd() : reload Central CH [42] BW [2] from cetral freq [5220] i[9] offset [2d98]
      [   33.464000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   33.472000] MtCmdChannelSwitch: control_chl = 44,control_ch2=0, central_chl = 42 DBDCIdx= 0, Band= 0
      [   33.492000] BW = 2,TXStream = 4, RXStream = 4, scan(1)
      [   33.716000] mt7615_apply_dcoc() : reload Central CH [42] BW [2] from cetral freq [5210]  offset [1900]
      [   33.732000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   33.740000] mt7615_apply_dpd() : reload Central CH [42] BW [2] from cetral freq [5220] i[9] offset [2d98]
      [   33.760000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   33.768000] MtCmdChannelSwitch: control_chl = 48,control_ch2=0, central_chl = 42 DBDCIdx= 0, Band= 0
      [   33.788000] BW = 2,TXStream = 4, RXStream = 4, scan(1)
      [   34.016000] mt7615_apply_dcoc() : reload Central CH [58] BW [2] from cetral freq [5290]  offset [1a00]
      [   34.032000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   34.040000] mt7615_apply_dpd() : reload Central CH [58] BW [2] from cetral freq [5300] i[13] offset [30f8]
      [   34.060000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   34.068000] MtCmdChannelSwitch: control_chl = 52,control_ch2=0, central_chl = 58 DBDCIdx= 0, Band= 0
      [   34.088000] BW = 2,TXStream = 4, RXStream = 4, scan(1)
      [   34.320000] mt7615_apply_dcoc() : reload Central CH [58] BW [2] from cetral freq [5290]  offset [1a00]
      [   34.336000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   34.344000] mt7615_apply_dpd() : reload Central CH [58] BW [2] from cetral freq [5300] i[13] offset [30f8]
      [   34.364000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   34.372000] MtCmdChannelSwitch: control_chl = 56,control_ch2=0, central_chl = 58 DBDCIdx= 0, Band= 0
      [   34.392000] BW = 2,TXStream = 4, RXStream = 4, scan(1)
      [   34.612000] mt7615_apply_dcoc() : reload Central CH [58] BW [2] from cetral freq [5290]  offset [1a00]
      [   34.628000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   34.636000] mt7615_apply_dpd() : reload Central CH [58] BW [2] from cetral freq [5300] i[13] offset [30f8]
      [   34.656000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   34.664000] MtCmdChannelSwitch: control_chl = 60,control_ch2=0, central_chl = 58 DBDCIdx= 0, Band= 0
      [   34.684000] BW = 2,TXStream = 4, RXStream = 4, scan(1)
      [   34.912000] mt7615_apply_dcoc() : reload Central CH [58] BW [2] from cetral freq [5290]  offset [1a00]
      [   34.928000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   34.936000] mt7615_apply_dpd() : reload Central CH [58] BW [2] from cetral freq [5300] i[13] offset [30f8]
      [   34.956000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   34.964000] MtCmdChannelSwitch: control_chl = 64,control_ch2=0, central_chl = 58 DBDCIdx= 0, Band= 0
      [   34.984000] BW = 2,TXStream = 4, RXStream = 4, scan(1)
      [   35.208000] mt7615_apply_dcoc() : reload Central CH [106] BW [2] from cetral freq [5530]  offset [1d00]
      [   35.224000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   35.232000] mt7615_apply_dpd() : reload Central CH [106] BW [2] from cetral freq [5540] i[25] offset [3b18]
      [   35.252000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   35.264000] MtCmdChannelSwitch: control_chl = 100,control_ch2=0, central_chl = 106 DBDCIdx= 0, Band= 0
      [   35.280000] BW = 2,TXStream = 4, RXStream = 4, scan(1)
      [   35.500000] mt7615_apply_dcoc() : reload Central CH [106] BW [2] from cetral freq [5530]  offset [1d00]
      [   35.516000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   35.524000] mt7615_apply_dpd() : reload Central CH [106] BW [2] from cetral freq [5540] i[25] offset [3b18]
      [   35.544000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   35.552000] MtCmdChannelSwitch: control_chl = 104,control_ch2=0, central_chl = 106 DBDCIdx= 0, Band= 0
      [   35.572000] BW = 2,TXStream = 4, RXStream = 4, scan(1)
      [   35.792000] mt7615_apply_dcoc() : reload Central CH [106] BW [2] from cetral freq [5530]  offset [1d00]
      [   35.808000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   35.816000] mt7615_apply_dpd() : reload Central CH [106] BW [2] from cetral freq [5540] i[25] offset [3b18]
      [   35.836000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   35.848000] MtCmdChannelSwitch: control_chl = 108,control_ch2=0, central_chl = 106 DBDCIdx= 0, Band= 0
      [   35.864000] BW = 2,TXStream = 4, RXStream = 4, scan(1)
      [   36.084000] mt7615_apply_dcoc() : reload Central CH [106] BW [2] from cetral freq [5530]  offset [1d00]
      [   36.100000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   36.108000] mt7615_apply_dpd() : reload Central CH [106] BW [2] from cetral freq [5540] i[25] offset [3b18]
      [   36.128000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   36.136000] MtCmdChannelSwitch: control_chl = 112,control_ch2=0, central_chl = 106 DBDCIdx= 0, Band= 0
      [   36.156000] BW = 2,TXStream = 4, RXStream = 4, scan(1)
      [   36.376000] mt7615_apply_dcoc() : reload Central CH [122] BW [2] from cetral freq [5610]  offset [1e00]
      [   36.392000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   36.400000] mt7615_apply_dpd() : reload Central CH [122] BW [2] from cetral freq [5620] i[29] offset [3e78]
      [   36.420000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   36.428000] MtCmdChannelSwitch: control_chl = 116,control_ch2=0, central_chl = 122 DBDCIdx= 0, Band= 0
      [   36.448000] BW = 2,TXStream = 4, RXStream = 4, scan(1)
      [   36.668000] mt7615_apply_dcoc() : reload Central CH [122] BW [2] from cetral freq [5610]  offset [1e00]
      [   36.684000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   36.692000] mt7615_apply_dpd() : reload Central CH [122] BW [2] from cetral freq [5620] i[29] offset [3e78]
      [   36.712000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   36.720000] MtCmdChannelSwitch: control_chl = 120,control_ch2=0, central_chl = 122 DBDCIdx= 0, Band= 0
      [   36.740000] BW = 2,TXStream = 4, RXStream = 4, scan(1)
      [   36.960000] mt7615_apply_dcoc() : reload Central CH [122] BW [2] from cetral freq [5610]  offset [1e00]
      [   36.976000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   36.984000] mt7615_apply_dpd() : reload Central CH [122] BW [2] from cetral freq [5620] i[29] offset [3e78]
      [   37.004000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   37.016000] MtCmdChannelSwitch: control_chl = 124,control_ch2=0, central_chl = 122 DBDCIdx= 0, Band= 0
      [   37.032000] BW = 2,TXStream = 4, RXStream = 4, scan(1)
      [   37.252000] mt7615_apply_dcoc() : reload Central CH [122] BW [2] from cetral freq [5610]  offset [1e00]
      [   37.268000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   37.276000] mt7615_apply_dpd() : reload Central CH [122] BW [2] from cetral freq [5620] i[29] offset [3e78]
      [   37.296000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   37.304000] MtCmdChannelSwitch: control_chl = 128,control_ch2=0, central_chl = 122 DBDCIdx= 0, Band= 0
      [   37.324000] BW = 2,TXStream = 4, RXStream = 4, scan(1)
      [   37.544000] ====================================================================
      [   37.556000] Channel  36 : Busy Time =   3654, Skip Channel = FALSE, BwCap = TRUE
      [   37.572000] Channel  40 : Busy Time =  14529, Skip Channel = FALSE, BwCap = TRUE
      [   37.588000] Channel  44 : Busy Time =   1033, Skip Channel = FALSE, BwCap = TRUE
      [   37.600000] Channel  48 : Busy Time =    666, Skip Channel = FALSE, BwCap = TRUE
      [   37.616000] Channel  52 : Busy Time =      0, Skip Channel = FALSE, BwCap = TRUE
      [   37.632000] Channel  56 : Busy Time =     31, Skip Channel = FALSE, BwCap = TRUE
      [   37.644000] Channel  60 : Busy Time =      0, Skip Channel = FALSE, BwCap = TRUE
      [   37.660000] Channel  64 : Busy Time =      2, Skip Channel = FALSE, BwCap = TRUE
      [   37.676000] Channel 100 : Busy Time =   1355, Skip Channel = FALSE, BwCap = TRUE
      [   37.688000] Channel 104 : Busy Time =    138, Skip Channel = FALSE, BwCap = TRUE
      [   37.704000] Channel 108 : Busy Time =    145, Skip Channel = FALSE, BwCap = TRUE
      [   37.720000] Channel 112 : Busy Time =   1670, Skip Channel = FALSE, BwCap = TRUE
      [   37.732000] Channel 116 : Busy Time =      0, Skip Channel = FALSE, BwCap = TRUE
      [   37.748000] Channel 120 : Busy Time =      0, Skip Channel = FALSE, BwCap = TRUE
      [   37.764000] Channel 124 : Busy Time =      0, Skip Channel = FALSE, BwCap = TRUE
      [   37.776000] Channel 128 : Busy Time =     99, Skip Channel = FALSE, BwCap = TRUE
      [   37.792000] ====================================================================
      [   37.808000] Rule 3 Channel Busy time value : Select Primary Channel 52
      [   37.820000] Rule 3 Channel Busy time value : Min Channel Busy = 31
      [   37.832000] Rule 3 Channel Busy time value : BW = 80
      [   37.844000]  AutoChSelUpdateChannel(): Update channel for wdev0 for this band PhyMode = 49,Channel = 52
      [   37.864000] ApAutoChannelAtBootUp<-----------------
      [   37.872000] WifiSysOpen(), wdev idx = 0
      [   37.880000] wdev_attr_update(): wdevId0 = 04:ab:18:xx:xx:fe
      [   37.892000] Current Channel is 52. DfsZeroWaitSupport=0
      [   37.904000] MtAsicSetChBusyStat(840): Not support for HIF_MT yet!
      [   37.916000] [PMF]APPMFInit:: apidx=0, MFPC=0, MFPR=0, SHA256=0
      [   37.928000] [PMF]WPAMakeRsnIeCap: RSNIE Capability MFPC=0, MFPR=0
      [   37.940000]
      [   37.940000] [Force Roam] => Force Roam Support = 0
      [   37.952000] HcUpdatePhyMode(): Update PhyMode for all wdev for this band PhyMode:49,Channel=52
      [   37.968000] CountryCode(2.4G/5G)=1/1, RFIC=25, PHY mode(2.4G/5G)=49/49, support 19 channels
      [   37.984000] Enable 20/40 BSSCoex Channel Scan(BssCoex=1)
      [   37.996000] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:127 for WDEV_TYPE:1
      [   37.996000]  LinkToOmacIdx = 0, LinkToWdevType = 1
      [   38.028000] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO),                 CmdBssInfoBmcRate.u2BcTransmit= 8192,                 CmdBssInfoBmcRate.u2McTransmit = 8196
      [   38.160000]  [RadarStateCheck]Set into RD_SILENCE_MODE!
      [   38.188000] MtCmdTxPowerSKUCtrl: fgTxPowerSKUEn: 1, BandIdx: 0
      [   38.196000] MtCmdTxPowerPercentCtrl: fgTxPowerPercentEn: 1, BandIdx: 0
      [   38.212000] MtCmdTxBfBackoffCtrl: fgTxBFBackoffEn: 1, BandIdx: 0
      [   38.224000] mt7615_bbp_adjust():rf_bw=2, ext_ch=1, PrimCh=52, HT-CentCh=54, VHT-CentCh=58
      [   38.240000] mt7615_apply_dcoc() : reload Central CH [58] BW [2] from cetral freq [5290]  offset [1a00]
      [   38.260000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   38.268000] mt7615_apply_dpd() : reload Central CH [58] BW [2] from cetral freq [5300] i[13] offset [30f8]
      [   38.288000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   38.296000] MtCmdChannelSwitch: control_chl = 52,control_ch2=0, central_chl = 58 DBDCIdx= 0, Band= 0
      [   38.312000] BW = 2,TXStream = 4, RXStream = 4, scan(0)
      [   38.344000] ap_phy_rrm_init_byRf(): AP Set CentralFreq at 58(Prim=52, HT-CentCh=54, VHT-CentCh=58, BBP_BW=2)
      [   38.364000] [WrapDfsRadarDetectStart]: Band0Ch is 52
      [   38.372000] [WrapDfsRadarDetectStart]: Band1Ch is 0
      [   38.396000] LeadTimeForBcn, OmacIdx = 0, WDEV_WITH_BCN_ABILITY
      [   38.408000] MtAsicSetRalinkBurstMode(2605): Not support for HIF_MT yet!
      [   38.420000] MtAsicSetPiggyBack(777): Not support for HIF_MT yet!
      [   38.432000] MtAsicSetTxPreamble(2584): Not support for HIF_MT yet!
      [   38.444000] ap_ftkd> Initialize FT KDP Module...
      [   38.456000] Main bssid = 04:ab:18:xx:xx:fe
      [   38.464000] AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn
      [   38.472000] MtCmdSetMacTxRx:(ret = 0)
      [   38.480000] MCS Set = ff ff ff ff 01
      [   38.488000] <==== mt_wifi_init, Status=0
      [   38.496000] MtCmdEDCCACtrl: BandIdx: 0, EDCCACtrl: 1
      [   38.504000] WDS_Init():
      [   38.512000] The new WDS interface MAC = FF:FF:FF:FF:FF:FF
      [   38.520000]   MacTabMatchWCID = 0
      [   38.528000] The new WDS interface MAC = FF:FF:FF:FF:FF:FF
      [   38.540000]   MacTabMatchWCID = 0
      [   38.548000] The new WDS interface MAC = FF:FF:FF:FF:FF:FF
      [   38.560000]   MacTabMatchWCID = 0
      [   38.568000] The new WDS interface MAC = FF:FF:FF:FF:FF:FF
      [   38.580000]   MacTabMatchWCID = 0
      [   38.588000] Total allocated 4 WDS interfaces!
      [   38.600000] WtcSetMaxStaNum: MaxStaNum:103, BssidNum:1, WdsNum:4, ApcliNum:2, MaxNumChipRept:16, MinMcastWcid:125
      [   38.660000] red_is_enabled: set CR4/N9 RED Enable to 1.
      [   38.672000] cp_support_is_enabled: set CR4 CP_SUPPORT to Mode 2.
      [   38.684000] Correct apidx from 0 to 0 for WscUUIDInit
      [   38.692000] Generate UUID for apidx(0)
      [   38.700000] PpeDevRegHandler : ineterface rai0 register (0)
      [   38.780000] device rai0 entered promiscuous mode
      [   38.788000] br-lan: port 2(rai0) entered forwarding state
      [   38.800000] br-lan: port 2(rai0) entered forwarding state
      [   38.968000] DriverOwn()::Return since already in Driver Own...
      [   38.984000] APWdsInitialize():WdsEntry[0]
      [   38.992000] APWdsInitialize():WdsEntry[1]
      [   39.000000] APWdsInitialize():WdsEntry[2]
      [   39.008000] APWdsInitialize():WdsEntry[3]
      [   39.016000]
      [   39.016000] [Force Roam] => Force Roam Support = 0
      [   39.028000] RT_CfgSetMacAddress : invalid length (0)
      [   39.040000] E2pAccessMode=2
      [   39.044000] SSID[0]=elecom-8b77fb, EdcaIdx=0
      [   39.056000] TriBandChGrp=0/0/0/0
      [   39.060000] cfg_mode=9
      [   39.068000] cfg_mode=9
      [   39.072000] wmode_band_equal(): Band Equal!
      [   39.080000] BandSteering=0
      [   39.088000] BndStrgBssIdx=
      [   39.092000] [TxPower] BAND0: 100
      [   39.100000] [SKUenable] BAND0: 1
      [   39.104000] [PERCENTAGEenable] BAND0: 1
      [   39.112000] [BFBACKOFFenable] BAND0: 1
      [   39.120000] CalCacheApply = 0
      [   39.128000] APEdca0
      [   39.132000] APEdca1
      [   39.136000] APEdca2
      [   39.140000] APEdca3
      [   39.148000] APSDCapable[0]=0
      [   39.152000] APSDCapable[1]=0
      [   39.160000] APSDCapable[2]=0
      [   39.164000] APSDCapable[3]=0
      [   39.172000] APSDCapable[4]=0
      [   39.176000] APSDCapable[5]=0
      [   39.184000] APSDCapable[6]=0
      [   39.188000] APSDCapable[7]=0
      [   39.192000] APSDCapable[8]=0
      [   39.200000] APSDCapable[9]=0
      [   39.204000] APSDCapable[10]=0
      [   39.212000] APSDCapable[11]=0
      [   39.216000] APSDCapable[12]=0
      [   39.224000] APSDCapable[13]=0
      [   39.228000] APSDCapable[14]=0
      [   39.236000] APSDCapable[15]=0
      [   39.240000] default ApCliAPSDCapable[0]=0
      [   39.248000] default ApCliAPSDCapable[1]=0
      [   39.260000] DfsZeroWait Support=0/0
      [   39.264000] DfsZeroWaitCacTime=0/0
      [   39.300000] rtmp_read_wds_from_file(): WDS Profile
      [   39.312000] APWdsInitialize():WdsEntry[0]
      [   39.320000] APWdsInitialize():WdsEntry[1]
      [   39.328000] APWdsInitialize():WdsEntry[2]
      [   39.336000] APWdsInitialize():WdsEntry[3]
      [   39.344000] WDS-Enable mode=0
      [   39.348000] AndesSendCmdMsg: Could not send in band command due to diablefRTMP_ADAPTER_MCU_SEND_IN_BAND_CMD
      [   39.372000] HT: WDEV[0] Ext Channel = ABOVE
      [   39.380000] HT: greenap_cap = 0
      [   39.420000] IcapMode = 0
      [   39.432000] WtcSetMaxStaNum: MaxStaNum:103, BssidNum:1, WdsNum:4, ApcliNum:2, MaxNumChipRept:16, MinMcastWcid:125
      [   39.452000] Top Init Done!
      [   39.456000] Use alloc_skb
      [   39.464000] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0)
      [   39.464000] RX[0] DESC a0c14000 size = 16384
      [   39.468000] RX[1] DESC a0c12000 size = 8192
      [   39.468000] Hif Init Done!
      [   39.468000] ctl->txq = c05ad2d4
      [   39.468000] ctl->rxq = c05ad2e0
      [   39.468000] ctl->ackq = c05ad2ec
      [   39.468000] ctl->kickq = c05ad2f8
      [   39.468000] ctl->tx_doneq = c05ad304
      [   39.468000] ctl->rx_doneq = c05ad310
      [   39.468000] mt7615_fw_prepare():FW(8a10), HW(8a10), CHIPID(7615))
      [   39.468000] mt7615_fw_prepare(2687): MT7615_E3, USE E3 patch and ram code binary image
      [   39.468000] AndesMTLoadRomMethodFwDlRing(1035), cap->rom_patch_len(11102)
      [   39.468000] AndesRestartCheck: Current TOP_MISC2(0x1)
      [   39.468000] AndesRestartCheck: (TOP_MISC2 = 1), ready to continue...RET(0)
      [   39.468000] 20170809192718a
      [   39.468000]
      [   39.468000] platform =
      [   39.468000] ALPS
      [   39.468000] hw/sw version =
      [   39.472000] 8a108a10
      [   39.472000] patch version =
      [   39.472000] 00000010
      [   39.472000] Patch SEM Status=2
      [   39.472000] MtCmdPatchSemGet:(ret = 0)
      [   39.472000]
      [   39.472000] Patch is not ready && get semaphore success, SemStatus(2)
      [   39.472000] EventGenericEventHandler: CMD Success
      [   39.472000] MtCmdAddressLenReq:(ret = 0)
      [   39.472000] MtCmdPatchFinishReq
      [   39.480000] EventGenericEventHandler: CMD Success
      [   39.480000] Send checksum req..
      [   39.480000] Patch SEM Status=3
      [   39.480000] MtCmdPatchSemGet:(ret = 0)
      [   39.480000]
      [   39.480000] Release patch semaphore, SemStatus(3)
      [   39.480000] AndesMTEraseRomPatch
      [   39.480000] WfMcuHwInit: Before NICLoadFirmware, check IcapMode=0
      [   39.480000] AndesMTLoadFwMethodFwDlRing(809), cap->fw_len(462248)
      [   39.480000] Build Date:_201708190346
      [   39.480000] Build Date:_201708190346
      [   39.480000] AndesRestartCheck: Current TOP_MISC2(0x1)
      [   39.480000] AndesRestartCheck: (TOP_MISC2 = 1), ready to continue...RET(0)
      [   39.484000] EventGenericEventHandler: CMD Success
      [   39.484000] MtCmdAddressLenReq:(ret = 0)
      [   39.488000] EventGenericEventHandler: CMD Success
      [   39.488000] MtCmdAddressLenReq:(ret = 0)
      [   39.488000] MtCmdFwStartReq: override = 1, address = 540672
      [   39.488000] EventGenericEventHandler: CMD Success
      [   39.488000] Build Date:_201707211524
      [   39.488000] EventGenericEventHandler: CMD Success
      [   39.488000] MtCmdAddressLenReq:(ret = 0)
      [   39.492000] MtCmdFwStartReq: override = 4, address = 0
      [   39.544000] EventGenericEventHandler: CMD Success
      [   39.596000] WfMcuHwInit: NICLoadFirmware OK, Check IcapMode=0
      [   39.596000] MCU Init Done!
      [   39.596000] efuse_probe: efuse = 10000212
      [   39.596000] RtmpChipOpsEepromHook::e2p_type=2, inf_Type=5
      [   39.596000] RtmpEepromGetDefault::e2p_dafault=1
      [   39.596000] RtmpChipOpsEepromHook: E2P type(2), E2pAccessMode = 2, E2P default = 1
      [   39.596000] NVM is FLASH mode. dev_idx [0] FLASH OFFSET [0x0]
      [   39.608000] NICReadEEPROMParameters: EEPROM 0x52 b317
      [   39.616000] MtCmdSetTxLpfCal:(ret = 0)
      [   39.616000] MtCmdSetTxIqCal:(ret = 0)
      [   39.616000] MtCmdSetTxDcCal:(ret = 0)
      [   39.616000] MtCmdSetRxFiCal:(ret = 0)
      [   39.616000] MtCmdSetRxFdCal:(ret = 0)
      [   39.616000] MtCmdSetRxFdCal:(ret = 0)
      [   39.616000] MtCmdSetRxFdCal:(ret = 0)
      [   39.616000] MtCmdSetRxFdCal:(ret = 0)
      [   39.616000] MtCmdSetRxFdCal:(ret = 0)
      [   39.616000] MtCmdSetRxFdCal:(ret = 0)
      [   39.616000] MtCmdSetRxFdCal:(ret = 0)
      [   39.616000] MtCmdSetRxFdCal:(ret = 0)
      [   39.616000] MtCmdSetRxFdCal:(ret = 0)
      [   39.616000] NICReadEEPROMParameters: EEPROM 0x52 b317
      [   40.164000] Country Region from e2p = 101
      [   40.172000] mt7615_antenna_default_reset(): TxPath = 4, RxPath = 4
      [   40.184000] mt7615_antenna_default_reset(): DBDC 2G TxPath = 2, 2G RxPath = 2
      [   40.196000] mt7615_antenna_default_reset(): DBDC 5G TxPath = 2, 2G RxPath = 2
      [   40.212000] rtmp_read_txpwr_from_eeprom(233): Don't Support this now!
      [   40.224000] RTMPReadTxPwrPerRate(1381): Don't Support this now!
      [   40.236000] RcRadioInit(): DbdcMode=0, ConcurrentBand=1
      [   40.248000] RcRadioInit(): pRadioCtrl=87726438,Band=0,rfcap=3,channel=1,PhyMode=2 extCha=0xf
      [   40.264000] Band Rf: 1, Phy Mode: 2
      [   40.272000] AntCfgInit(2766): Not support for HIF_MT yet!
      [   40.280000] MtSingleSkuLoadParam: RF_LOCKDOWN Feature OFF !!!
      [   40.296000] MtBfBackOffLoadTable: RF_LOCKDOWN Feature OFF !!!
      [   40.308000] EEPROM Init Done!
      [   40.312000] mt_mac_init()-->
      [   40.320000] mt_mac_pse_init(2750): Don't Support this now!
      [   40.328000] mt7615_init_mac_cr()-->
      [   40.336000] mt7615_init_mac_cr(): TMAC_TRCR0=0x82783c8c
      [   40.348000] MtAsicSetMacMaxLen(1300): Not finish Yet!
      [   40.356000] <--mt_mac_init()
      [   40.368000] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0
      [   40.380000] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0
      [   40.392000] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0
      [   40.408000] MAC Init Done!
      [   40.412000] MT7615BBPInit():BBP Initialization.....
      [   40.420000]  Band 0: valid=1, isDBDC=0, Band=2, CBW=1, CentCh/PrimCh=1/1, prim_ch_idx=0, txStream=2
      [   40.440000]  Band 1: valid=0, isDBDC=0, Band=0, CBW=0, CentCh/PrimCh=0/0, prim_ch_idx=0, txStream=0
      [   40.456000] MT7615BBPInit() todo
      [   40.464000] PHY Init Done!
      [   40.472000] tx_pwr_comp_init():NotSupportYet!
      [   40.480000] MtCmdSetMacTxRx:(ret = 0)
      [   40.488000] CountryCode(2.4G/5G)=1/1, RFIC=25, PHY mode(2.4G/5G)=14/14, support 13 channels
      [   40.504000] ApAutoChannelAtBootUp----------------->
      [   40.516000] ApAutoChannelAtBootUp: AutoChannelBootup = 1, AutoChannelFlag = 1
      [   40.528000] MtCmdSetMacTxRx:(ret = 0)
      [   40.536000] mt7615_apply_dcoc() : reload Central CH [1] BW [0] from cetral freq [2417]  offset [2200]
      [   40.556000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   40.564000] mt7615_apply_dpd() : reload Central CH [1] BW [0] from cetral freq [2422] i[44] offset [4b20]
      [   40.584000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   40.592000] MtCmdChannelSwitch: control_chl = 1,control_ch2=0, central_chl = 1 DBDCIdx= 0, Band= 0
      [   40.608000] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   40.804000] br-lan: port 2(rai0) entered forwarding state
      [   40.840000] mt7615_apply_dcoc() : reload Central CH [2] BW [0] from cetral freq [2417]  offset [2200]
      [   40.856000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   40.864000] mt7615_apply_dpd() : reload Central CH [2] BW [0] from cetral freq [2422] i[44] offset [4b20]
      [   40.884000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   40.892000] MtCmdChannelSwitch: control_chl = 2,control_ch2=0, central_chl = 2 DBDCIdx= 0, Band= 0
      [   40.912000] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   41.132000] mt7615_apply_dcoc() : reload Central CH [3] BW [0] from cetral freq [2417]  offset [2200]
      [   41.148000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   41.156000] mt7615_apply_dpd() : reload Central CH [3] BW [0] from cetral freq [2422] i[44] offset [4b20]
      [   41.176000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   41.184000] MtCmdChannelSwitch: control_chl = 3,control_ch2=0, central_chl = 3 DBDCIdx= 0, Band= 0
      [   41.204000] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   41.424000] mt7615_apply_dcoc() : reload Central CH [4] BW [0] from cetral freq [2432]  offset [2300]
      [   41.440000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   41.448000] mt7615_apply_dpd() : reload Central CH [4] BW [0] from cetral freq [2422] i[44] offset [4b20]
      [   41.468000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   41.476000] MtCmdChannelSwitch: control_chl = 4,control_ch2=0, central_chl = 4 DBDCIdx= 0, Band= 0
      [   41.496000] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   41.716000] mt7615_apply_dcoc() : reload Central CH [5] BW [0] from cetral freq [2432]  offset [2300]
      [   41.732000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   41.740000] mt7615_apply_dpd() : reload Central CH [5] BW [0] from cetral freq [2442] i[45] offset [4bf8]
      [   41.760000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   41.768000] MtCmdChannelSwitch: control_chl = 5,control_ch2=0, central_chl = 5 DBDCIdx= 0, Band= 0
      [   41.788000] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   42.144000] mt7615_apply_dcoc() : reload Central CH [6] BW [0] from cetral freq [2432]  offset [2300]
      [   42.160000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   42.168000] mt7615_apply_dpd() : reload Central CH [6] BW [0] from cetral freq [2442] i[45] offset [4bf8]
      [   42.188000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   42.196000] MtCmdChannelSwitch: control_chl = 6,control_ch2=0, central_chl = 6 DBDCIdx= 0, Band= 0
      [   42.216000] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   42.436000] mt7615_apply_dcoc() : reload Central CH [7] BW [0] from cetral freq [2447]  offset [2400]
      [   42.452000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   42.460000] mt7615_apply_dpd() : reload Central CH [7] BW [0] from cetral freq [2442] i[45] offset [4bf8]
      [   42.480000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   42.488000] MtCmdChannelSwitch: control_chl = 7,control_ch2=0, central_chl = 7 DBDCIdx= 0, Band= 0
      [   42.508000] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   42.728000] mt7615_apply_dcoc() : reload Central CH [8] BW [0] from cetral freq [2447]  offset [2400]
      [   42.744000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   42.752000] mt7615_apply_dpd() : reload Central CH [8] BW [0] from cetral freq [2442] i[45] offset [4bf8]
      [   42.772000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   42.780000] MtCmdChannelSwitch: control_chl = 8,control_ch2=0, central_chl = 8 DBDCIdx= 0, Band= 0
      [   42.800000] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   43.020000] mt7615_apply_dcoc() : reload Central CH [9] BW [0] from cetral freq [2447]  offset [2400]
      [   43.036000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   43.044000] mt7615_apply_dpd() : reload Central CH [9] BW [0] from cetral freq [2442] i[45] offset [4bf8]
      [   43.064000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   43.072000] MtCmdChannelSwitch: control_chl = 9,control_ch2=0, central_chl = 9 DBDCIdx= 0, Band= 0
      [   43.092000] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   43.324000] mt7615_apply_dcoc() : reload Central CH [10] BW [0] from cetral freq [2467]  offset [2500]
      [   43.340000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   43.348000] mt7615_apply_dpd() : reload Central CH [10] BW [0] from cetral freq [2462] i[46] offset [4cd0]
      [   43.368000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   43.376000] MtCmdChannelSwitch: control_chl = 10,control_ch2=0, central_chl = 10 DBDCIdx= 0, Band= 0
      [   43.396000] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   43.616000] mt7615_apply_dcoc() : reload Central CH [11] BW [0] from cetral freq [2467]  offset [2500]
      [   43.632000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   43.640000] mt7615_apply_dpd() : reload Central CH [11] BW [0] from cetral freq [2462] i[46] offset [4cd0]
      [   43.660000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   43.668000] MtCmdChannelSwitch: control_chl = 11,control_ch2=0, central_chl = 11 DBDCIdx= 0, Band= 0
      [   43.688000] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   44.044000] ====================================================================
      [   44.056000] Channel   1 : Busy Time =   3711, Skip Channel = FALSE, BwCap = TRUE
      [   44.072000] Channel   2 : Busy Time =   3858, Skip Channel = FALSE, BwCap = TRUE
      [   44.088000] Channel   3 : Busy Time =   3177, Skip Channel = FALSE, BwCap = TRUE
      [   44.100000] Channel   4 : Busy Time =   5444, Skip Channel = FALSE, BwCap = TRUE
      [   44.116000] Channel   5 : Busy Time =  12774, Skip Channel = FALSE, BwCap = TRUE
      [   44.132000] Channel   6 : Busy Time =  16306, Skip Channel = FALSE, BwCap = TRUE
      [   44.144000] Channel   7 : Busy Time =  11009, Skip Channel = FALSE, BwCap = TRUE
      [   44.160000] Channel   8 : Busy Time =   6959, Skip Channel = FALSE, BwCap = TRUE
      [   44.176000] Channel   9 : Busy Time =   6311, Skip Channel = FALSE, BwCap = TRUE
      [   44.188000] Channel  10 : Busy Time =   4003, Skip Channel = FALSE, BwCap = TRUE
      [   44.204000] Channel  11 : Busy Time =  33557, Skip Channel = FALSE, BwCap = TRUE
      [   44.220000] ====================================================================
      [   44.232000] Rule 3 Channel Busy time value : Select Primary Channel 3
      [   44.248000] Rule 3 Channel Busy time value : Min Channel Busy = 3177
      [   44.260000] Rule 3 Channel Busy time value : BW = 20
      [   44.268000]  AutoChSelUpdateChannel(): Update channel for wdev0 for this band PhyMode = 14,Channel = 3
      [   44.288000] ApAutoChannelAtBootUp<-----------------
      [   44.300000] WifiSysOpen(), wdev idx = 0
      [   44.308000] wdev_attr_update(): wdevId0 = 04:ab:18:xx:xx:fd
      [   44.320000] Current Channel is 3. DfsZeroWaitSupport=0
      [   44.328000] MtAsicSetChBusyStat(840): Not support for HIF_MT yet!
      [   44.340000] [PMF]APPMFInit:: apidx=0, MFPC=0, MFPR=0, SHA256=0
      [   44.352000] [PMF]WPAMakeRsnIeCap: RSNIE Capability MFPC=0, MFPR=0
      [   44.364000]
      [   44.364000] [Force Roam] => Force Roam Support = 0
      [   44.376000] HcUpdatePhyMode(): Update PhyMode for all wdev for this band PhyMode:14,Channel=3
      [   44.392000] CountryCode(2.4G/5G)=1/1, RFIC=25, PHY mode(2.4G/5G)=14/14, support 13 channels
      [   44.412000] Enable 20/40 BSSCoex Channel Scan(BssCoex=1)
      [   44.420000] MtCmdSetMacTxRx:(ret = 0)
      [   44.428000] mt7615_apply_dcoc() : reload Central CH [1] BW [0] from cetral freq [2417]  offset [2200]
      [   44.448000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   44.456000] mt7615_apply_dpd() : reload Central CH [1] BW [0] from cetral freq [2422] i[44] offset [4b20]
      [   44.476000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   44.484000] MtCmdChannelSwitch: control_chl = 1,control_ch2=0, central_chl = 1 DBDCIdx= 0, Band= 0
      [   44.500000] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   44.524000] AP OBSS SYNC - BBP R4 to 20MHz.l
      [   44.844000] mt7615_apply_dcoc() : reload Central CH [2] BW [0] from cetral freq [2417]  offset [2200]
      [   44.860000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   44.868000] mt7615_apply_dpd() : reload Central CH [2] BW [0] from cetral freq [2422] i[44] offset [4b20]
      [   44.888000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   44.896000] MtCmdChannelSwitch: control_chl = 2,control_ch2=0, central_chl = 2 DBDCIdx= 0, Band= 0
      [   44.916000] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   44.936000] AP OBSS SYNC - BBP R4 to 20MHz.l
      [   45.316000] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0)
      [   45.348000] mt7615_apply_dcoc() : reload Central CH [3] BW [0] from cetral freq [2417]  offset [2200]
      [   45.364000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   45.372000] mt7615_apply_dpd() : reload Central CH [3] BW [0] from cetral freq [2422] i[44] offset [4b20]
      [   45.392000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   45.400000] MtCmdChannelSwitch: control_chl = 3,control_ch2=0, central_chl = 3 DBDCIdx= 0, Band= 0
      [   45.420000] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   45.440000] AP OBSS SYNC - BBP R4 to 20MHz.l
      [   45.752000] mt7615_apply_dcoc() : reload Central CH [4] BW [0] from cetral freq [2432]  offset [2300]
      [   45.768000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   45.776000] mt7615_apply_dpd() : reload Central CH [4] BW [0] from cetral freq [2422] i[44] offset [4b20]
      [   45.796000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   45.804000] MtCmdChannelSwitch: control_chl = 4,control_ch2=0, central_chl = 4 DBDCIdx= 0, Band= 0
      [   45.824000] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   45.844000] AP OBSS SYNC - BBP R4 to 20MHz.l
      [   46.176000] mt7615_apply_dcoc() : reload Central CH [5] BW [0] from cetral freq [2432]  offset [2300]
      [   46.192000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   46.200000] mt7615_apply_dpd() : reload Central CH [5] BW [0] from cetral freq [2442] i[45] offset [4bf8]
      [   46.220000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   46.228000] MtCmdChannelSwitch: control_chl = 5,control_ch2=0, central_chl = 5 DBDCIdx= 0, Band= 0
      [   46.248000] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   46.268000] AP OBSS SYNC - BBP R4 to 20MHz.l
      [   46.808000] mt7615_apply_dcoc() : reload Central CH [6] BW [0] from cetral freq [2432]  offset [2300]
      [   46.824000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   46.832000] mt7615_apply_dpd() : reload Central CH [6] BW [0] from cetral freq [2442] i[45] offset [4bf8]
      [   46.852000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   46.860000] MtCmdChannelSwitch: control_chl = 6,control_ch2=0, central_chl = 6 DBDCIdx= 0, Band= 0
      [   46.880000] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   46.900000] AP OBSS SYNC - BBP R4 to 20MHz.l
      [   47.208000] mt7615_apply_dcoc() : reload Central CH [7] BW [0] from cetral freq [2447]  offset [2400]
      [   47.224000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   47.232000] mt7615_apply_dpd() : reload Central CH [7] BW [0] from cetral freq [2442] i[45] offset [4bf8]
      [   47.252000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   47.260000] MtCmdChannelSwitch: control_chl = 7,control_ch2=0, central_chl = 7 DBDCIdx= 0, Band= 0
      [   47.280000] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   47.300000] AP OBSS SYNC - BBP R4 to 20MHz.l
      [   47.856000] mt7615_apply_dcoc() : reload Central CH [8] BW [0] from cetral freq [2447]  offset [2400]
      [   47.872000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   47.880000] mt7615_apply_dpd() : reload Central CH [8] BW [0] from cetral freq [2442] i[45] offset [4bf8]
      [   47.900000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   47.908000] MtCmdChannelSwitch: control_chl = 8,control_ch2=0, central_chl = 8 DBDCIdx= 0, Band= 0
      [   47.928000] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   47.948000] AP OBSS SYNC - BBP R4 to 20MHz.l
      [   48.312000] mt7615_apply_dcoc() : reload Central CH [9] BW [0] from cetral freq [2447]  offset [2400]
      [   48.328000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   48.336000] mt7615_apply_dpd() : reload Central CH [9] BW [0] from cetral freq [2442] i[45] offset [4bf8]
      [   48.356000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   48.364000] MtCmdChannelSwitch: control_chl = 9,control_ch2=0, central_chl = 9 DBDCIdx= 0, Band= 0
      [   48.384000] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   48.404000] AP OBSS SYNC - BBP R4 to 20MHz.l
      [   48.712000] mt7615_apply_dcoc() : reload Central CH [10] BW [0] from cetral freq [2467]  offset [2500]
      [   48.728000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   48.736000] mt7615_apply_dpd() : reload Central CH [10] BW [0] from cetral freq [2462] i[46] offset [4cd0]
      [   48.756000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   48.764000] MtCmdChannelSwitch: control_chl = 10,control_ch2=0, central_chl = 10 DBDCIdx= 0, Band= 0
      [   48.784000] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   48.804000] AP OBSS SYNC - BBP R4 to 20MHz.l
      [   49.112000] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:127 for WDEV_TYPE:1
      [   49.112000]  LinkToOmacIdx = 0, LinkToWdevType = 1
      [   49.140000] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO),                 CmdBssInfoBmcRate.u2BcTransmit= 0,                 CmdBssInfoBmcRate.u2McTransmit = 0
      [   49.276000]  [RadarStateCheck]Set into RD_NORMAL_MODE
      [   49.288000] MtCmdTxPowerSKUCtrl: fgTxPowerSKUEn: 1, BandIdx: 0
      [   49.300000] MtCmdTxPowerPercentCtrl: fgTxPowerPercentEn: 1, BandIdx: 0
      [   49.312000] MtCmdTxBfBackoffCtrl: fgTxBFBackoffEn: 1, BandIdx: 0
      [   49.324000] mt7615_bbp_adjust():rf_bw=0, ext_ch=0, PrimCh=3, HT-CentCh=3, VHT-CentCh=0
      [   49.340000] mt7615_apply_dcoc() : reload Central CH [3] BW [0] from cetral freq [2417]  offset [2200]
      [   49.360000] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   49.368000] mt7615_apply_dpd() : reload Central CH [3] BW [0] from cetral freq [2422] i[44] offset [4b20]
      [   49.388000] MtCmdGetTXDPDCalResult:(ret = 0)
      [   49.396000] MtCmdChannelSwitch: control_chl = 3,control_ch2=0, central_chl = 3 DBDCIdx= 0, Band= 0
      [   49.412000] BW = 0,TXStream = 4, RXStream = 4, scan(0)
      [   49.444000] ap_phy_rrm_init_byRf(): AP Set CentralFreq at 3(Prim=3, HT-CentCh=3, VHT-CentCh=0, BBP_BW=0)
      [   49.476000] LeadTimeForBcn, OmacIdx = 0, WDEV_WITH_BCN_ABILITY
      [   49.488000] MtAsicSetRalinkBurstMode(2605): Not support for HIF_MT yet!
      [   49.504000] MtAsicSetPiggyBack(777): Not support for HIF_MT yet!
      [   49.516000] MtAsicSetTxPreamble(2584): Not support for HIF_MT yet!
      [   49.528000] ap_ftkd> Initialize FT KDP Module...
      [   49.536000] Main bssid = 04:ab:18:xx:xx:fd
      [   49.544000] AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn
      [   49.556000] MtCmdSetMacTxRx:(ret = 0)
      [   49.560000] MCS Set = ff ff ff ff 01
      [   49.568000] <==== mt_wifi_init, Status=0
      [   49.576000] MtCmdEDCCACtrl: BandIdx: 0, EDCCACtrl: 1
      [   49.588000] WDS_Init():
      [   49.592000] The new WDS interface MAC = FF:FF:FF:FF:FF:FF
      [   49.604000]   MacTabMatchWCID = 0
      [   49.608000] wlan_operate_set_vht_bw(): new vht_bw:1 > cap_vht_bw: 0, correct to cap_vht_bw
      [   49.628000] The new WDS interface MAC = FF:FF:FF:FF:FF:FF
      [   49.636000]   MacTabMatchWCID = 0
      [   49.644000] wlan_operate_set_vht_bw(): new vht_bw:1 > cap_vht_bw: 0, correct to cap_vht_bw
      [   49.664000] The new WDS interface MAC = FF:FF:FF:FF:FF:FF
      [   49.672000]   MacTabMatchWCID = 0
      [   49.680000] wlan_operate_set_vht_bw(): new vht_bw:1 > cap_vht_bw: 0, correct to cap_vht_bw
      [   49.700000] The new WDS interface MAC = FF:FF:FF:FF:FF:FF
      [   49.708000]   MacTabMatchWCID = 0
      [   49.716000] wlan_operate_set_vht_bw(): new vht_bw:1 > cap_vht_bw: 0, correct to cap_vht_bw
      [   49.732000] Total allocated 4 WDS interfaces!
      [   49.744000] wlan_operate_set_vht_bw(): new vht_bw:1 > cap_vht_bw: 0, correct to cap_vht_bw
      [   49.760000] wlan_operate_set_vht_bw(): new vht_bw:1 > cap_vht_bw: 0, correct to cap_vht_bw
      [   49.780000] WtcSetMaxStaNum: MaxStaNum:103, BssidNum:1, WdsNum:4, ApcliNum:2, MaxNumChipRept:16, MinMcastWcid:125
      [   49.840000] red_is_enabled: set CR4/N9 RED Enable to 1.
      [   49.852000] cp_support_is_enabled: set CR4 CP_SUPPORT to Mode 2.
      [   49.864000] Correct apidx from 0 to 0 for WscUUIDInit
      [   49.876000] Generate UUID for apidx(0)
      [   49.884000] PpeDevRegHandler : ineterface ra0 register (1)
      [   49.956000] device ra0 entered promiscuous mode
      [   49.968000] br-lan: port 3(ra0) entered forwarding state
      [   49.976000] br-lan: port 3(ra0) entered forwarding state
      [   51.980000] br-lan: port 3(ra0) entered forwarding state
      [   52.304000] PpeDevRegHandler : ineterface apcli0 register (2)
      [   52.316000] wlan_operate_set_vht_bw(): new vht_bw:1 > cap_vht_bw: 0, correct to cap_vht_bw
      [   52.332000] WifiSysOpen(), wdev idx = 5
      [   52.340000] HcUpdatePhyMode(): Update PhyMode for all wdev for this band PhyMode:14,Channel=3
      [   52.360000] HcUpdatePhyMode(): Update PhyMode for all wdev for this band PhyMode:14,Channel=3
      [   52.376000] CountryCode(2.4G/5G)=1/1, RFIC=25, PHY mode(2.4G/5G)=14/14, support 13 channels
      [   52.396000] PpeDevRegHandler : ineterface apclii0 register (3)
      [   52.408000] WifiSysOpen(), wdev idx = 5
      [   52.416000] HcUpdatePhyMode(): Update PhyMode for all wdev for this band PhyMode:49,Channel=52
      [   52.432000] HcUpdatePhyMode(): Update PhyMode for all wdev for this band PhyMode:49,Channel=52
      [   52.452000] CountryCode(2.4G/5G)=1/1, RFIC=25, PHY mode(2.4G/5G)=49/49, support 19 channels
      dnsmasq
      dnsmasq [br-lan]
      [   53.112000]
      [   53.112000]  Set_Led_Proc ==> arg = 00-00-00-00-02-00-00-00
      [   53.124000]
      [   53.124000] Set_Led_Proc
      [   53.136000] 00
      [   53.136000] 00
      [   53.140000] 00
      [   53.144000] 00
      [   53.148000] 02
      [   53.152000] 00
      [   53.156000] 00
      [   53.156000] 00
      [   53.160000] AndesLedEnhanceOP: Success!
      [   53.224000]
      [   53.224000]  Set_Led_Proc ==> arg = 00-00-00-00-02-00-00-00
      [   53.240000]
      [   53.240000] Set_Led_Proc
      [   53.248000] 00
      [   53.248000] 00
      [   53.252000] 00
      [   53.256000] 00
      [   53.260000] 02
      [   53.264000] 00
      [   53.268000] 00
      [   53.272000] 00
      [   53.272000] AndesLedEnhanceOP: Success!
      start ddns
    
      add_cron
      add_cron data
      FC start
      FC Disable