大破雑記帳

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

WSR-2533DHPLS

しばらく前に市川大野のハードオフに行った際に見付け、MT7621であることを把握しており少し悩んで確保したもの。

他のデバイスを弄っていて放置していたら別の方によりPRがオープンされていたものの、弄っていくのでメモ。

Switch

zone WAN LAN
port (WSR-2533DHPLS) INTERNET LAN1 LAN2 LAN3
port (MT7530) port0 port1 port2 port3

MAC

  • LAN: 90:96:F3:xx:xx:30 (board_data, mac (hex))
  • WAN: 90:96:F3:xx:xx:30 (board_data, mac (hex))
  • 2.4G: 90:96:F3:xx:xx:31
  • 5G: 90:96:F3:xx:xx:38

Factory パーティション内のEEPROMデータにMACアドレスが埋め込まれており、なおかつBUFFALOのOUIを持っているものの、実際にインターフェースに割り当てられているアドレスとは異なっていることから、埋め込まれているものは使用されていないようである

root@localhost:/# hexdump -C /dev/mtdblock3 | grep "^0000[08]000\s"
00000000  15 76 a0 00 88 57 ee xx  xx a8 15 76 c3 14 00 80  |.v...W.....v....|
00008000  15 76 a0 00 88 57 ee xx  xx f8 15 76 c3 14 00 80  |.v...W.....v....|

U-Boot

  • help

      => help
      ?       - alias for 'help'
      base    - print or set address offset
      bdinfo  - print Board Info structure
      boot    - boot default, i.e., run 'bootcmd'
      bootd   - boot default, i.e., run 'bootcmd'
      bootm   - boot application image from memory
      bootmenu- ANSI terminal bootmenu
      bootp   - boot image via network using BOOTP/TFTP protocol
      chpart  - change active partition
      cmp     - memory compare
      coninfo - print console devices and information
      cp      - memory copy
      crc32   - checksum calculation
      echo    - echo args to console
      editenv - edit environment variable
      env     - environment handling commands
      fdt     - flattened device tree utility commands
      go      - start application at address 'addr'
      gpio    - query and control gpio pins
      help    - print command description/usage
      iminfo  - print header information for application image
      itest   - return true/false on integer compare
      loadb   - load binary file over serial line (kermit mode)
      loads   - load S-Record file over serial line
      loadx   - load binary file over serial line (xmodem mode)
      loady   - load binary file over serial line (ymodem mode)
      loop    - infinite loop on address range
      md      - memory display
      mm      - memory modify (auto-incrementing address)
      mtdparts- define flash/nand partitions
      mtkautoboot- Display MediaTek bootmenu
      mtkboardboot- Boot MT7621 firmware
      mtkload - MTK image loading utility
      mtkupgrade- MTK firmware/bootloader upgrading utility
      mw      - memory write (fill)
      nand    - NAND sub-system
      nboot   - boot from NAND device
      nm      - memory modify (constant address)
      nmbm    - NMBM utility commands
      printenv- print environment variables
      reset   - Perform RESET of the CPU
      run     - run commands in an environment variable
      saveenv - save environment variables to persistent storage
      setenv  - set environment variables
      setexpr - set environment variable as the result of eval expression
      sleep   - delay execution for some time
      source  - run script from memory
      tftpboot- boot image via network using TFTP protocol
      version - print monitor, compiler and linker version
    
  • version

      => version
      U-Boot 2018.090.02 (Jul 09 2021 - 09:54:03 +0800)
    
      mipsel-linux-gcc (Buildroot 2014.11) 4.9.2
      GNU ld (GNU Binutils) 2.24
    
  • printenv

      => printenv
      baudrate=115200
      bootcmd=mtkautoboot
      bootdelay=1
      bootfile=linux.trx-recovery
      bootfile.bootloader=u-boot-mt7621.bin
      bootfile.firmware=openwrt-ramips-squashfs-trx.bin
      bootmenu_0=Startup system (Default)=mtkboardboot
      bootmenu_1=Upgrade firmware=mtkupgrade fw
      bootmenu_2=Upgrade bootloader=mtkupgrade bl
      bootmenu_3=Load image=mtkload
      bootversion=0.02
      fdtcontroladdr=8fff20e0
      ipaddr=192.168.11.1
      netmask=255.255.255.0
      serverip=192.168.11.2
      stderr=uartlite0@1e000c00
      stdin=uartlite0@1e000c00
      stdout=uartlite0@1e000c00
    
      Environment size: 511/131068 bytes
    
  • tftpboot

      => tftpboot
      Using eth@1e100000 device
      TFTP from server 192.168.11.2; our IP address is 192.168.11.1
      Filename 'linux.trx-recovery'.
      Load address: 0x83000000
      Loading: *
    

Kernel

  • uname -a

      root@localhost:/# uname -a
      Linux localhost 4.4.198 #0 SMP Fri Oct 22 07:10:42 UTC 2021 mips GNU/Linux
    
  • cat /proc/version

      root@localhost:/# cat /proc/version
      Linux version 4.4.198 (xxxxx@docker_xxxxx_xxxxx) (gcc version 5.4.0 (LEDE GCC 5.4.0 r0-6716e5f) ) #0 SMP Fri Oct 22 07:10:42 UTC 2021
    
  • cat /proc/cpuinfo

      root@localhost:/# cat /proc/cpuinfo
      system type             : MediaTek MT7621 ver:1 eco:3
      machine                 : MediaTek MT7621 RFB (NAND with NMBM)
      processor               : 0
      cpu model               : MIPS 1004Kc V2.15
      BogoMIPS                : 586.13
      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
      package                 : 0
      core                    : 0
      VCED exceptions         : not available
      VCEI exceptions         : not available
      VPE                     : 0
    
      processor               : 1
      cpu model               : MIPS 1004Kc V2.15
      BogoMIPS                : 586.13
      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
      package                 : 0
      core                    : 0
      VCED exceptions         : not available
      VCEI exceptions         : not available
      VPE                     : 1
    
      processor               : 2
      cpu model               : MIPS 1004Kc V2.15
      BogoMIPS                : 586.13
      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
      package                 : 0
      core                    : 1
      VCED exceptions         : not available
      VCEI exceptions         : not available
      VPE                     : 0
    
      processor               : 3
      cpu model               : MIPS 1004Kc V2.15
      BogoMIPS                : 586.13
      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
      package                 : 0
      core                    : 1
      VCED exceptions         : not available
      VCEI exceptions         : not available
      VPE                     : 1
    
  • cat /proc/meminfo

      root@localhost:/# cat /proc/meminfo
      MemTotal:         250416 kB
      MemFree:          150156 kB
      MemAvailable:     170364 kB
      Buffers:            5796 kB
      Cached:            20652 kB
      SwapCached:            0 kB
      Active:            25844 kB
      Inactive:          15808 kB
      Active(anon):      15532 kB
      Inactive(anon):      596 kB
      Active(file):      10312 kB
      Inactive(file):    15212 kB
      Unevictable:           0 kB
      Mlocked:               0 kB
      SwapTotal:             0 kB
      SwapFree:              0 kB
      Dirty:                 0 kB
      Writeback:             0 kB
      AnonPages:         15204 kB
      Mapped:            10340 kB
      Shmem:               924 kB
      Slab:              11616 kB
      SReclaimable:       2156 kB
      SUnreclaim:         9460 kB
      KernelStack:        1400 kB
      PageTables:          864 kB
      NFS_Unstable:          0 kB
      Bounce:                0 kB
      WritebackTmp:          0 kB
      CommitLimit:      125208 kB
      Committed_AS:      29316 kB
      VmallocTotal:    1048372 kB
      VmallocUsed:           0 kB
      VmallocChunk:          0 kB
    
  • cat /proc/mtd

    セキュリティ機能に用いるらしい "WTB" パーティションにかなりのサイズを取られている

      root@localhost:/# cat /proc/mtd
      dev:    size   erasesize  name
      mtd0: 08000000 00020000 "mtk-nand"
      mtd1: 00080000 00020000 "Bootloader"
      mtd2: 00080000 00020000 "Config"
      mtd3: 00080000 00020000 "Factory"
      mtd4: 01800000 00020000 "Kernel"
      mtd5: 0031ffe4 00020000 "kernel"
      mtd6: 014e0000 00020000 "rootfs"
      mtd7: 00ba0000 00020000 "rootfs_data"
      mtd8: 01800000 00020000 "Kernel2"
      mtd9: 00200000 00020000 "glbcfg"
      mtd10: 00200000 00020000 "board_data"
      mtd11: 00900000 00020000 "debug_log"
      mtd12: 03600000 00020000 "WTB"
    
  • cat /etc/gpio/button_map.txt

      root@localhost:/# cat /etc/gpio/button_map.txt 
      #button should be define link this
      #name=gpio
      #active=[low/high]
      #spec=duration
      #the order of the keywords are critical
    
      #define the button "wps"
      wps_sgl=6
      active=low
      spec=1000
    
      #define the button "default"
      default_sgl=3
      active=low
      spec=3000
    
      #define the switch "router/ap mode"
      routermode=7
      active=high
      spec=0
    
  • bootlog

    
    
      ===================================================================
    
                  MT7621   stage1 code Dec 16 2019 17:45:55 (ASIC)
    
                  CPU=500000000 HZ BUS=166666666 HZ
    
      ==================================================================
    
      Change MPLL source from XTAL to CR...
    
      do MEMPLL setting..
    
      MEMPLL Config : 0x11000000
    
      3PLL mode + External loopback
    
      === XTAL-40Mhz === DDR-1200Mhz ===
    
      PLL3 FB_DL: 0xe, 1/0 = 663/361 39000000
    
      PLL2 FB_DL: 0x14, 1/0 = 660/364 51000000
    
      MEMPLL 3PLL mode calibration fail
    
      DDR patch working
    
      do DDR setting..[01F40000]
    
      Apply DDR3 Setting...(use default 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    1    1
    
      000E:|    0    0    0    0    0    0    0    0    0    1    1    1    1    1    1    1
    
      000F:|    0    0    0    0    1    1    1    1    1    1    1    1    1    1    0    0
    
      0010:|    1    1    1    1    1    1    1    1    1    0    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
    
      DRAMC_DQSCTL1[0e0]=13000000
    
      DRAMC_DQSGCTL[124]=80000033
    
      rank 0 coarse = 15
    
      rank 0 fine = 72
    
      B:|    0    0    0    0    0    0    0    0    0    1    1    1    0    0    0    0
    
      opt_dle value:10
    
      DRAMC_DDR2CTL[07c]=C287222D
    
      DRAMC_PADCTL4[0e4]=000022B3
    
      DRAMC_DQIDLY1[210]=0B0A0A0A
    
      DRAMC_DQIDLY2[214]=07090907
    
      DRAMC_DQIDLY3[218]=09090807
    
      DRAMC_DQIDLY4[21c]=09070A07
    
      DRAMC_R0DELDLY[018]=00001C1D
    
      ==================================================================
    
              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 |    9 8 8 10 6 8 7 7 6 6 
    
      10 |    7 8 7 10 7 9 
    
      --------------------------------------
    
    
      ==================================================================
    
      2.dqs window
    
      x=pass dqs delay value (min~max)center 
    
      y=0-7bit DQ of every group
    
      input delay:DQS0 =29 DQS1 = 28
    
      ==================================================================
    
      bit DQS0     bit      DQS1
    
      0  (1~56)28  8  (1~54)27
    
      1  (1~54)27  9  (1~52)26
    
      2  (1~53)27  10  (1~52)26
    
      3  (1~56)28  11  (1~53)27
    
      4  (1~56)28  12  (1~55)28
    
      5  (1~55)28  13  (2~55)28
    
      6  (1~54)27  14  (1~55)28
    
      7  (1~58)29  15  (1~55)28
    
      ==================================================================
    
      3.dq delay value last
    
      ==================================================================
    
      bit|    0  1  2  3  4  5  6  7  8   9
    
      --------------------------------------
    
      0 |    10 10 10 11 7 9 9 7 7 8 
    
      10 |    9 9 7 10 7 9 
    
      ==================================================================
    
      ==================================================================
    
           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 = ffff0080
    
      dqs_perbyte_dly.last_dqdly_pass[1]=15,  finish count=1 
    
      DQ loop=14, cmp_err_1 = ffff0000
    
      dqs_perbyte_dly.last_dqdly_pass[0]=14,  finish count=2 
    
      byte:0, (DQS,DQ)=(8,8)
    
      byte:1, (DQS,DQ)=(8,8)
    
      DRAMC_DQODLY1[200]=88888888
    
      DRAMC_DQODLY2[204]=88888888
    
      20,data:88
    
      [EMI] DRAMC calibration passed
    
    
    
      ===================================================================
    
                  MT7621   stage1 code done 
    
                  CPU=500000000 HZ BUS=166666666 HZ
    
      ===================================================================
    
      U-Boot SPL 2018.090.02 (Jul 09 2021 - 09:54:03 +0800)
      Trying to boot from NAND
    
      Initializing NMBM ...
      Signature found at block 1023 [0x07fe0000]
      First info table with writecount 2 found in block 960
      Second info table with writecount 2 found in block 963
      NMBM has been successfully attached
    
    
      U-Boot 2018.090.02 (Jul 09 2021 - 09:54:03 +0800)
    
      CPU:   MediaTek MT7621AT ver 1, eco 3
      Clocks: CPU: 880MHz, DDR: 600MHz (1200MT/s), Bus: 220MHz, XTAL: 40MHz
      Model: MediaTek MT7621 reference board (NAND)
      DRAM:  256 MiB
      NAND:  128 MiB
    
      Initializing NMBM ...
      Signature found at block 1023 [0x07fe0000]
      First info table with writecount 2 found in block 960
      Second info table with writecount 2 found in block 963
      NMBM has been successfully attached
    
      Loading Environment from NMBM... OK
      In:    uartlite0@1e000c00
      Out:   uartlite0@1e000c00
      Err:   uartlite0@1e000c00
      Net:   
      Warning: eth@1e100000 (eth0) using random MAC address - 3a:71:92:34:e2:b4
      eth0: eth@1e100000
      [?25l[2J[1;1H[1;1H[2K[2;1H  *** U-Boot Boot Menu ***[0K[3;1H[2K[10;1H[2K[11;1H  Press UP/DOWN to move, ENTER to select[0K[12;1H[2K[4;1H     [7m1. Startup system (Default)[0m[5;1H     2. Upgrade firmware[6;1H     3. Upgrade bootloader[7;1H     4. Load image[8;1H     0. U-Boot console[10;1H  Hit space to stop autoboot:  1  0 [10;1H[2K[?25h[2J[1;1H
      =================================================
      Checking Image1
      --> nmbm nmbm0 read 83000000 180000 1c
      Reading from 0x180000, size 0x1c
      Succeeded
      ---------------------
      TRX MAGIC    534c4844
      Image len    c4b000
      header crc32 37b4797f
      ---------------------
       trx magic OK!
      --> nmbm nmbm0 read 83000000 180000 c4b000
      Reading from 0x180000, size 0xc4b000
      Succeeded
      ---------------------
      Image1 crc32 37b4797f
      ---------------------
       crc32 OK!
      =================================================
    
      =================================================
      Checking Image2
      --> nmbm nmbm0 read 83000000 1980000 1c
      Reading from 0x1980000, size 0x1c
      Succeeded
      ---------------------
      TRX MAGIC    534c4844
      Image len    c4b000
      header crc32 37b4797f
      ---------------------
       trx magic OK!
      --> nmbm nmbm0 read 83000000 1980000 c4b000
      Reading from 0x1980000, size 0xc4b000
      Succeeded
      ---------------------
      Image2 crc32 37b4797f
      ---------------------
       crc32 OK!
      =================================================
      ## check Image1 return 0, check Image2 return 0, Image1 crc32=37b4797f, Image2 crc32=37b4797f.
      Image1 is ok!
      Image2 is ok and same as Image1!
      genimg_get_format> IMAGE_FORMAT_TRX!
      TRX Image
      [210] Loading mtd[nmbm0] TRX image at offset 0x180000 to memory 0x83000000, size 0xc4b000 ...
      genimg_get_format> IMAGE_FORMAT_FIT!
      Automatic boot of image at addr 0x83000000 ...
      genimg_get_format> IMAGE_FORMAT_FIT!
      ## Loading kernel from FIT Image at 8300001c ...
         Using 'config@1' configuration
         Trying 'kernel@1' kernel subimage
           Description:  MIPS OpenWrt Linux-4.4.198
           Type:         Kernel Image
           Compression:  lzma compressed
           Data Start:   0x83000100
           Data Size:    3230966 Bytes = 3.1 MiB
           Architecture: MIPS
           OS:           Linux
           Load Address: 0x81001000
           Entry Point:  0x81001000
           Hash algo:    crc32
           Hash value:   a3aa7fd2
           Hash algo:    sha1
           Hash value:   84437fe4bb8150c8d366d5c4bc63c09baf5ae947
         Verifying Hash Integrity ... crc32+ sha1+ OK
      genimg_get_format> IMAGE_FORMAT_FIT!
      genimg_get_format> IMAGE_FORMAT_FIT!
      ## Loading fdt from FIT Image at 8300001c ...
         Using 'config@1' configuration
         Trying 'fdt@1' fdt subimage
           Description:  MIPS OpenWrt mt7621-rfb-nmbm device tree blob
           Type:         Flat Device Tree
           Compression:  uncompressed
           Data Start:   0x83314f38
           Data Size:    11064 Bytes = 10.8 KiB
           Architecture: MIPS
           Hash algo:    crc32
           Hash value:   df8bc807
           Hash algo:    sha1
           Hash value:   b9c2888f121b920426a203b8bd2d060b835490a1
         Verifying Hash Integrity ... crc32+ sha1+ OK
         Booting using the fdt blob at 0x83314f38
      genimg_get_format> IMAGE_FORMAT_FIT!
         Uncompressing Kernel Image ... OK
         Loading Device Tree to 8fe77000, end 8fe7cb37 ... OK
      [    0.000000] Linux version 4.4.198 (xxxxx@docker_xxxxx_xxxx) (gcc version 5.4.0 (LEDE GCC 5.4.0 r0-6716e5f) ) #0 SMP Fri Oct 22 07:10:42 UTC 2021
      [    0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3
      [    0.000000] bootconsole [early0] enabled
      [    0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc)
      [    0.000000] MIPS: machine is MediaTek MT7621 RFB (NAND with NMBM)
      [    0.000000] Determined physical RAM map:
      [    0.000000]  memory: 10000000 @ 00000000 (usable)
      [    0.000000] Initrd not found or empty - disabling initrd
      [    0.000000] Zone ranges:
      [    0.000000]   DMA      [mem 0x0000000000000000-0x0000000000ffffff]
      [    0.000000]   Normal   [mem 0x0000000001000000-0x000000000fffffff]
      [    0.000000] Movable zone start for each node
      [    0.000000] Early memory node ranges
      [    0.000000]   node   0: [mem 0x0000000000000000-0x000000000fffffff]
      [    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000000fffffff]
      [    0.000000] VPE topology {2,2} total 4
      [    0.000000] Primary instruction cache 32kB, VIPT, 4-way, 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 10 pages/cpu @81b4b000 s8832 r8192 d23936 u40960
      [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
      [    0.000000] Kernel command line: console=ttyS0,115200 init=/sbin/preinit rootfstype=squashfs,jffs2
      [    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
      [    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
      [    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
      [    0.000000] Writing ErrCtl register=000029c0
      [    0.000000] Readback ErrCtl register=000029c0
      [    0.000000] Memory: 250204K/262144K available (6490K kernel code, 850K rwdata, 1524K rodata, 212K init, 352K bss, 11940K reserved, 0K cma-reserved)
      [    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
      [    0.000000] Hierarchical RCU implementation.
      [    0.000000] NR_IRQS:256
      [    0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0xcaf478abb4, max_idle_ns: 440795247997 ns
      [    0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 4343773742 ns
      [    0.000009] sched_clock: 32 bits at 440MHz, resolution 2ns, wraps every 4880645118ns
      [    0.007777] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688)
      [    0.070403] pid_max: default: 32768 minimum: 301
      [    0.075124] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
      [    0.081650] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
      [    3.212420] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
      [    3.212430] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
      [    3.212440] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
      [    3.212586] CPU1 revision is: 0001992f (MIPS 1004Kc)
      [    0.177605] Synchronize counters for CPU 1: done.
      [    2.987389] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
      [    2.987395] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
      [    2.987402] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
      [    2.987472] CPU2 revision is: 0001992f (MIPS 1004Kc)
      [    0.267974] Synchronize counters for CPU 2: done.
      [    3.077499] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
      [    3.077505] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
      [    3.077511] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
      [    3.077595] CPU3 revision is: 0001992f (MIPS 1004Kc)
      [    0.353151] Synchronize counters for CPU 3: done.
      [    0.357889] Brought up 4 CPUs
      [    0.365541] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
      [    0.375333] futex hash table entries: 1024 (order: 3, 32768 bytes)
      [    0.381636] pinctrl core: initialized pinctrl subsystem
      [    0.388241] NET: Registered protocol family 16
      [    0.427155] mt7621_gpio 1e000600.gpio: registering 32 gpios
      [    0.432819] mt7621_gpio 1e000600.gpio: registering 32 gpios
      [    0.438434] mt7621_gpio 1e000600.gpio: registering 32 gpios
      [    0.444576] mt7621-pci 1e140000.pcie: Failed to get gpio for PCIe1
      [    0.450688] mt7621-pci 1e140000.pcie: Failed to get gpio for PCIe2
      [    0.657171] PCIe port 2 link down
      [    0.660404] PCI coherence region base: 0x60000000, mask/settings: 0xf0000002
      [    0.700171] PCI host bridge to bus 0000:00
      [    0.704197] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff]
      [    0.711076] pci_bus 0000:00: root bus resource [io  0x1e160000-0x1e16ffff]
      [    0.717854] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0]
      [    0.724620] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
      [    0.734806] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff]
      [    0.741493] pci 0000:00:01.0: BAR 8: assigned [mem 0x60100000-0x601fffff]
      [    0.748246] pci 0000:00:00.0: BAR 1: assigned [mem 0x60200000-0x6020ffff]
      [    0.754967] pci 0000:00:01.0: BAR 1: assigned [mem 0x60210000-0x6021ffff]
      [    0.761730] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit]
      [    0.768981] pci 0000:00:00.0: PCI bridge to [bus 01]
      [    0.773910] pci 0000:00:00.0:   bridge window [mem 0x60000000-0x600fffff]
      [    0.780641] pci 0000:02:00.0: BAR 0: assigned [mem 0x60100000-0x601fffff 64bit]
      [    0.787912] pci 0000:00:01.0: PCI bridge to [bus 02]
      [    0.792807] pci 0000:00:01.0:   bridge window [mem 0x60100000-0x601fffff]
      [    0.801357] clocksource: Switched to clocksource GIC
      [    0.808300] NET: Registered protocol family 2
      [    0.813387] TCP established hash table entries: 2048 (order: 1, 8192 bytes)
      [    0.820280] TCP bind hash table entries: 2048 (order: 2, 16384 bytes)
      [    0.826700] TCP: Hash tables configured (established 2048 bind 2048)
      [    0.833050] UDP hash table entries: 256 (order: 1, 8192 bytes)
      [    0.838801] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
      [    0.845314] NET: Registered protocol family 1
      [    0.863742] squashfs: version 4.0 (2009/01/31) Phillip Lougher
      [    0.869515] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
      [    0.882412] io scheduler noop registered
      [    0.886254] io scheduler deadline registered (default)
      [    0.892685] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled
      [    0.899966] console [ttyS0] disabled
      [    0.903533] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 33, base_baud = 3125000) is a 16550A
      [    0.912511] console [ttyS0] enabled
      [    0.912511] console [ttyS0] enabled
      [    0.919402] bootconsole [early0] disabled
      [    0.919402] bootconsole [early0] disabled
      [    0.928098] init_led_status(): Reguest GPIO 13 success!
      [    0.933361] init_led_status(): Reguest GPIO 14 success!
      [    0.938584] init_led_status(): Reguest GPIO 17 success!
      [    0.943817] init_led_status(): Reguest GPIO  8 success!
      [    0.949037] init_led_status(): Reguest GPIO 12 success!
      [    0.954271] init_led_status(): Reguest GPIO 10 success!
      [    0.959491] init_led_status(): Reguest GPIO 18 success!
      [    0.964724] init_led_status(): Reguest GPIO  4 success!
      [    0.969983] @@@@@@#### buffalo_led_init initialized. 
      [    0.977045] libphy: Fixed MDIO Bus: probed
      [    1.021670] libphy: mdio: probed
      [    1.025427] mtk_soc_eth 1e100000.ethernet: generated random MAC address a6:dd:c8:e5:74:99
      [    1.034102] mtk_soc_eth 1e100000.ethernet: connected mac 0 to PHY at fixed-0:00 [uid=00000000, driver=Generic PHY]
      [    1.045249] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 10
      [    1.053714] mtk_soc_eth 1e100000.ethernet: generated random MAC address 92:8c:93:0a:28:34
      [    1.062408] mtk_soc_eth 1e100000.ethernet: connected mac 1 to PHY at fixed-0:01 [uid=00000000, driver=Generic PHY]
      [    1.073505] mtk_soc_eth 1e100000.ethernet eth1: mediatek frame engine at 0xbe100000, irq 10
      [    1.082175] register mt_drv
      [    1.102927] 
      [    1.102927] == pAd = c0181000, size = 6527808, Status=0 ==
      [    1.109910] pAd->PciHif.CSRBaseAddress =0xc0080000, csr_addr=0xc0080000!
      [    1.116638] RTMPInitPCIeDevice():device_id=0x7615
      [    1.121369] mt_pci_chip_cfg(): HWVer=0x8a10, FWVer=0x8a10, pAd->ChipID=0x7615
      [    1.128501] mt_pci_chip_cfg(): HIF_SYS_REV=0x76150001
      [    1.133559] AP Driver version-5.1.0.0
      [    1.137221] RtmpChipOpsHook(223): Not support for HIF_MT yet! MACVersion=0x0
      [    1.144275] mt7615_init()-->
      [    1.147155] Use 1st iPAiLNA default bin.
      [    1.151071] Use 0st /etc_ro/wlan/MT7615E_EEPROM1.bin default bin.
      [    1.157187] <--mt7615_init()
      [    1.162829] <-- RTMPAllocTxRxRingMemory, Status=0
      [    1.167685] RtmpOSFileOpen(): Error 2 opening /etc/wireless/l1profile.dat
      [    1.194004] 
      [    1.194004] == pAd = c0901000, size = 6527808, Status=0 ==
      [    1.200987] pAd->PciHif.CSRBaseAddress =0xc0800000, csr_addr=0xc0800000!
      [    1.207715] RTMPInitPCIeDevice():device_id=0x7615
      [    1.212436] mt_pci_chip_cfg(): HWVer=0x8a10, FWVer=0x8a10, pAd->ChipID=0x7615
      [    1.219567] mt_pci_chip_cfg(): HIF_SYS_REV=0x76150001
      [    1.224633] AP Driver version-5.1.0.0
      [    1.228295] RtmpChipOpsHook(223): Not support for HIF_MT yet! MACVersion=0x0
      [    1.235355] mt7615_init()-->
      [    1.238234] Use 2nd iPAiLNA default bin.
      [    1.242165] Use 1st /etc_ro/wlan/MT7615E_EEPROM2.bin default bin.
      [    1.248269] <--mt7615_init()
      [    1.253919] <-- RTMPAllocTxRxRingMemory, Status=0
      [    1.258777] RtmpOSFileOpen(): Error 2 opening /etc/wireless/l1profile.dat
      [    1.268412] mt7621_wdt 1e000100.wdt: Initialized
      [    1.273485] Netfilter messages via NETLINK v0.30.
      [    1.278222] nf_conntrack version 0.5.0 (3909 buckets, 15636 max)
      [    1.284783] Bytecounter: allocated 64 tables
      [    1.289515] ip_tables: (C) 2000-2006 Netfilter Core Team
      [    1.296483] NET: Registered protocol family 10
      [    1.301993] mca_alloc:863->current[swapper/0]
      [    1.306365] mca_alloc:863->current[swapper/0]
      [    1.310860] mca_alloc:863->current[swapper/0]
      [    1.315251] mca_alloc:863->current[swapper/0]
      [    1.319733] mca_alloc:863->current[swapper/0]
      [    1.324106] mca_alloc:863->current[swapper/0]
      [    1.328595] mca_alloc:863->current[swapper/0]
      [    1.332971] mca_alloc:863->current[swapper/0]
      [    1.337450] mca_alloc:863->current[swapper/0]
      [    1.341820] mca_alloc:863->current[swapper/0]
      [    1.346423] sit: IPv6 over IPv4 tunneling driver
      [    1.352070] mca_alloc:863->current[swapper/0]
      [    1.356441] mca_alloc:863->current[swapper/0]
      [    1.361889] mca_alloc:863->current[swapper/0]
      [    1.366261] mca_alloc:863->current[swapper/0]
      [    1.370686] ip6_tunnel: Create ip6_tunnel_fmr proc
      [    1.375509] ip6_tunnel: Success
      [    1.378956] NET: Registered protocol family 17
      [    1.383590] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
      [    1.396228] 8021q: 802.1Q VLAN Support v1.8
      [    1.402916] mtkmips-pinmux pinctrl: spi is already enabled
      [    1.408422] mtk-nand 1e003000.nand: Error applying setting, reverse things back
      [    1.416029] nand: device found, Manufacturer ID: 0x98, Chip ID: 0xf1
      [    1.422396] nand: Toshiba NAND 128MiB 3,3V 8-bit
      [    1.427012] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
      [    1.435194] Scanning device for bad blocks
      [    2.732182] Bad eraseblock 768 at 0x000006000000
      [    3.168060] nmbm nmbm: Signature found at block 1023 [0x07fe0000]
      [    3.177733] nmbm nmbm: First info table with writecount 2 found in block 960
      [    3.195053] nmbm nmbm: Second info table with writecount 2 found in block 963
      [    3.202339] nmbm nmbm: NMBM has been successfully attached
      [    3.207880] 9 ofpart partitions found on MTD device nmbm
      [    3.213203] Creating 9 MTD partitions on "nmbm":
      [    3.217825] 0x000000000000-0x000000080000 : "Bootloader"
      [    3.224393] 0x000000080000-0x000000100000 : "Config"
      [    3.230444] 0x000000100000-0x000000180000 : "Factory"
      [    3.236736] 0x000000180000-0x000001980000 : "Kernel"
      [    3.244820] 2 trx-fw partitions found on MTD device Kernel
      [    3.250325] 0x00000018001c-0x0000004a0000 : "kernel"
      [    3.256529] 0x0000004a0000-0x000001980000 : "rootfs"
      [    3.262828] mtd: device 6 (rootfs) set to be root filesystem
      [    3.269484] 1 squashfs-split partitions found on MTD device rootfs
      [    3.275704] 0x000000de0000-0x000001980000 : "rootfs_data"
      [    3.282430] 0x000001980000-0x000003180000 : "Kernel2"
      [    3.288777] 0x000003180000-0x000003380000 : "glbcfg"
      [    3.294989] 0x000003380000-0x000003580000 : "board_data"
      [    3.301538] 0x000003580000-0x000003e80000 : "debug_log"
      [    3.307949] 0x000003e80000-0x000007480000 : "WTB"
      [    3.351499] mt753x gsw: Switch is MediaTek MT7530 rev 1
      [    3.378222] libphy: mt753x_mdio: probed
      [    3.388195] hctosys: unable to open rtc device (rtc0)
      [    3.405774] VFS: Mounted root (squashfs filesystem) readonly on device 31:6.
      [    3.413387] Freeing unused kernel memory: 212K
      [    3.417841] This architecture does not have kernel memory protection.
      [    6.711638] mt753x gsw: Port 3 Link is Up - 1Gbps/Full
      [    6.813202] random: dbus-uuidgen: uninitialized urandom read (12 bytes read, 33 bits of entropy available)
      [    6.823095] random: dbus-uuidgen: uninitialized urandom read (8 bytes read, 33 bits of entropy available)
      [    7.266687] random: dbus-daemon: uninitialized urandom read (12 bytes read, 33 bits of entropy available)
      [    7.285895] random: dbus-daemon: uninitialized urandom read (12 bytes read, 33 bits of entropy available)
      arca.dbus.mng: is ready
      agent_handler(246):arca.dbus.misc: is ready
    
      Please press Enter to activate this console. [   10.484515] l2tp_core: L2TP core driver, V2.0
      [   10.493992] l2tp_netlink: L2TP netlink interface
      [   10.598412] gre: GRE over IPv4 demultiplexor driver
      [   10.607950] ip_gre: GRE over IPv4 tunneling driver
      [   10.614050] mca_alloc:863->current[insmod]
      [   10.618243] mca_alloc:863->current[insmod]
      [   10.623673] mca_alloc:863->current[insmod]
      [   10.627863] mca_alloc:863->current[insmod]
      [   10.636865] ip6_tables: (C) 2000-2006 Netfilter Core Team
      [   11.040285] mediatek_soc_hnat 1e100000.hnat: wan = eth1
      [   11.045664] mediatek_soc_hnat 1e100000.hnat: lan = eth0
      [   11.050915] mediatek_soc_hnat 1e100000.hnat: ppd = eth0
      [   11.056174] mediatek_soc_hnat 1e100000.hnat: gmac num = 2
      [   11.061825] mediatek_soc_hnat 1e100000.hnat: ext devices = rai0
      [   11.067746] mediatek_soc_hnat 1e100000.hnat: ext devices = ra0
      [   11.073591] mediatek_soc_hnat 1e100000.hnat: ext devices = rai1
      [   11.079511] mediatek_soc_hnat 1e100000.hnat: ext devices = ra1
      [   11.085354] mediatek_soc_hnat 1e100000.hnat: ext devices = rai2
      [   11.091273] mediatek_soc_hnat 1e100000.hnat: ext devices = ra2
      [   11.097147] mediatek_soc_hnat 1e100000.hnat: ext devices = rai3
      [   11.103114] mediatek_soc_hnat 1e100000.hnat: ext devices = ra3
      [   11.108956] mediatek_soc_hnat 1e100000.hnat: ext devices = apclii0
      [   11.115169] mediatek_soc_hnat 1e100000.hnat: ext devices = apcli0
      [   11.126013] mediatek_soc_hnat 1e100000.hnat: FOE entry number = 16384
      [   11.135015] mediatek_soc_hnat 1e100000.hnat: hwnat start
      [   11.178802] nf_log_ipv4: failed to register logger
      [   11.460878] xt_time: kernel timezone is -0000
      [   11.584644] PPP generic driver version 2.4.2
      [   11.595861] PPP MPPE Compression module registered
      [   11.605698] NET: Registered protocol family 24
      [   11.615442] PPTP driver version 0.8.5
      [   11.674610] l2tp_ppp: PPPoL2TP kernel driver, V2.0
      [   11.836773] Bridge firewalling registered
      [   11.877189] ctnetlink v0.93: registering with nfnetlink.
      [   11.912263] initial /net/netfilter/nf_safety proc
      [   11.939901] xt_applications: module license '' taints kernel.
      [   11.945700] Disabling lock debugging due to kernel taint
      [   11.961164] initialize xt_schedule.
      [   11.964836] Create /proc/net/xt_schedule_timeout_force_unmatch.
      [   12.122261] ubi0: attaching mtd12
      [   12.856108] ubi0: scanning is finished
      [   12.881801] ubi0: attached mtd12 (name "WTB", size 54 MiB)
      [   12.887533] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
      [   12.894569] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
      [   12.901414] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
      [   12.908381] ubi0: good PEBs: 432, bad PEBs: 0, corrupted PEBs: 0
      [   12.914401] ubi0: user volume: 1, internal volumes: 1, max. volumes count: 128
      [   12.921643] ubi0: max/mean erase counter: 3/2, WL threshold: 4096, image sequence number: 1008274761
      [   12.930772] ubi0: available PEBs: 0, total reserved PEBs: 432, PEBs reserved for bad PEB handling: 19
      [   12.940044] ubi0: background thread "ubi_bgt0d" started, PID 788
      [   13.976535] UBIFS (ubi0:0): background thread "ubifs_bgt0_0" started, PID 800
      [   14.082952] UBIFS (ubi0:0): recovery needed
      [   14.153872] UBIFS (ubi0:0): recovery completed
      [   14.158428] UBIFS (ubi0:0): UBIFS: mounted UBI device 0, volume 0, name "dpi"
      [   14.165612] UBIFS (ubi0:0): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
      [   14.175575] UBIFS (ubi0:0): FS size: 50663424 bytes (48 MiB, 399 LEBs), journal size 2539520 bytes (2 MiB, 20 LEBs)
      [   14.186029] UBIFS (ubi0:0): reserved for root: 2392958 bytes (2336 KiB)
      [   14.192669] UBIFS (ubi0:0): media format: w4/r0 (latest is w4/r0), UUID 4A52096B-3091-4A3C-8FC1-D227680B7D92, small LPT model
      [   14.245276] ubi1: attaching mtd11
      [   14.370775] ubi1: scanning is finished
      [   14.395499] ubi1: attached mtd11 (name "debug_log", size 9 MiB)
      [   14.401542] ubi1: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
      [   14.408443] ubi1: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
      [   14.415251] ubi1: VID header offset: 2048 (aligned 2048), data offset: 4096
      [   14.422227] ubi1: good PEBs: 72, bad PEBs: 0, corrupted PEBs: 0
      [   14.428145] ubi1: user volume: 1, internal volumes: 1, max. volumes count: 128
      [   14.435383] ubi1: max/mean erase counter: 3/2, WL threshold: 4096, image sequence number: 1492924613
      [   14.444532] ubi1: available PEBs: 0, total reserved PEBs: 72, PEBs reserved for bad PEB handling: 19
      [   14.453717] ubi1: background thread "ubi_bgt1d" started, PID 815
      [   15.496772] UBIFS (ubi1:0): background thread "ubifs_bgt1_0" started, PID 827
      [   15.603185] UBIFS (ubi1:0): recovery needed
      [   15.672621] UBIFS (ubi1:0): recovery completed
      [   15.677176] UBIFS (ubi1:0): UBIFS: mounted UBI device 1, volume 0, name "debug_log"
      [   15.684874] UBIFS (ubi1:0): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
      [   15.694806] UBIFS (ubi1:0): FS size: 4952064 bytes (4 MiB, 39 LEBs), journal size 1015809 bytes (0 MiB, 6 LEBs)
      [   15.704908] UBIFS (ubi1:0): reserved for root: 233898 bytes (228 KiB)
      [   15.711379] UBIFS (ubi1:0): media format: w4/r0 (latest is w4/r0), UUID 85695455-71D4-46D8-89A6-4648613BF7CE, small LPT model
      [   17.197341] mca_alloc:863->current[kworker/1:0]
      Need check if need fine tune smp in arc_elan later
      [   19.074218] mt753x gsw: Port 3 Link is Down
      [   19.158805] mca_alloc:863->current[brctl]
      [   19.163190] mca_alloc:863->current[brctl]
      [   19.178677] debug : Enter [BRCTL_ADD_IF] 
      [   19.182820] add_if 00000000 ***************************
      [   19.188449] device eth0 entered promiscuous mode
      [   19.206831] mca_alloc:863->current[brctl]
      [   19.211103] mca_alloc:863->current[brctl]
      [   19.227989] mca_alloc:863->current[brctl]
      [   19.232122] mca_alloc:863->current[brctl]
      [   19.322879] br0: port 1(eth0) entered forwarding state
      [   19.328064] br0: port 1(eth0) entered forwarding state
      [   19.350095] mca_alloc:863->current[kworker/1:0]
      [   19.359007] mca_alloc:863->current[kworker/0:0]
      [   19.544228] mca_alloc:863->current[kworker/3:1]
      [   19.821886] random: nonblocking pool is initialized
      [   19.886669] ra0: ===> main_virtual_if_open
      [   19.891275] load l1profile succeed!
      [   19.894902] driver_own()::Try to Clear FW Own...
      [   20.200862] driver_own()::Success to clear FW Own
      [   20.207778] APWdsInitialize():WdsEntry Number=4
      [   20.218327] RtmpOSFileOpen(): Error 2 opening /etc/Wireless/RT2860/RT2860_5G.dat
      [   20.225799] Open file "/etc/Wireless/RT2860/RT2860_5G.dat" failed!
      [   20.232843] MacAddress1 = 00:00:00:00:00:00
      [   20.237310] MacAddress2 = 00:00:00:00:00:00
      [   20.241799] MacAddress3 = 00:00:00:00:00:00
      [   20.246259] MacAddress4 = 00:00:00:00:00:00
      [   20.250713] MacAddress5 = 00:00:00:00:00:00
      [   20.255388] E2pAccessMode=2
      [   20.258836] SSID[0]=Buffalo-G-D530, EdcaIdx=0
      [   20.263436] SSID[1]=Buffalo-G-D530_2, EdcaIdx=0
      [   20.268190] SSID[2]=Guest-D530, EdcaIdx=0
      [   20.272451] SSID[3]=, EdcaIdx=0
      [   20.275815] SSID[4]=, EdcaIdx=0
      [   20.279178] SSID[5]=Buffalo-G-D530-WPA3, EdcaIdx=0
      [   20.284849] BSS0 PhyMode=14
      [   20.287649] wmode_band_equal(): Band Equal!
      [   20.291850] BSS1 PhyMode=14
      [   20.294642] BSS2 PhyMode=14
      [   20.297430] BSS3 PhyMode=14
      [   20.300218] BSS4 PhyMode=14
      [   20.303042] BSS5 PhyMode=14
      [   20.306002] auto_ch_select_set_cfg(): BandIdx0, AutoChannelAtBootup=1, AutoChannelAlg = 3
      [   20.315839] BandSteering=0
      [   20.318692] BndStrgBssIdx=
      [   20.321650] [TxPower] BAND0: 100 
      [   20.325443] Power Boost (CCK, OFDM): RTMPSetProfileParametersPower Boost (HT20): RTMPSetProfileParametersPower Boost (HT40): RTMPSetProfileParametersPower Boost (VHT20): RTMPSetProfileParametersPower Boost (VHT40): RTMPSetProfileParametersPower Boost (VHT80): RTMPSetProfileParametersPower Boost (VHT160): RTMPSetProfileParameters[CCKTxStream] BAND0: 4
      [   20.358491] [PERCENTAGEenable] BAND0: 1 
      [   20.362585] [BFBACKOFFenable] BAND0: 0 
      [   20.366570] CalCacheApply = 0 
      [   20.370826] FragThreshold[0]=2346
      [   20.387150] DfsZeroWait Support=0/0
      [   20.391942] DfsZeroWaitCacTime=255/255
      [   20.397627] read_etxbf: ETxBfEnCond = 1
      [   20.401483] read_etxbf: BSSID[0]
      [   20.404708] read_etxbf: MBSS[0] ETxBfEnCond = 1
      [   20.409233] read_etxbf: More BSSID[1]
      [   20.412921] read_etxbf: More MBSS[1] ETxBfEnCond = 1
      [   20.417882] read_etxbf: More BSSID[2]
      [   20.421558] read_etxbf: More MBSS[2] ETxBfEnCond = 1
      [   20.426518] read_etxbf: More BSSID[3]
      [   20.430175] read_etxbf: More MBSS[3] ETxBfEnCond = 1
      [   20.435152] read_etxbf: More BSSID[4]
      [   20.438812] read_etxbf: More MBSS[4] ETxBfEnCond = 1
      [   20.443790] read_etxbf: More BSSID[5]
      [   20.447450] read_etxbf: More MBSS[5] ETxBfEnCond = 1
      [   20.507452] If/wds0 - PeerPhyOpMode=255
      [   20.512421] APWdsInitialize():WdsEntry Number=4
      [   20.516949] WDS-Enable mode=0
      [   20.520128] AndesSendCmdMsg: Could not send in band command due to diablefRTMP_ADAPTER_MCU_SEND_IN_BAND_CMD
      [   20.529884] AndesSendCmdMsg: Command type = ed, Extension command type = 48
      [   20.537803] HT: Channel Width = 20 MHz
      [   20.544726] HT: WDEV[0] Ext Channel = ABOVE
      [   20.549248] HT: greenap_cap = 1
      [   20.552614] ChipI=7615, Value=0, pcie_aspm in profile=0
      [   20.605245] Oce_read_parameters_from_file: OCE_FILS_CACHE1 (0000)
      [   20.621725] ICapMode = 0
      [   20.632150] WtcSetMaxStaNum: BssidNum:6, MaxStaNum:120 (WdsNum:4, ApcliNum:1, MaxNumChipRept:32), MinMcastWcid:121
      [   20.642762] Top Init Done!
      [   20.645480] Use dev_alloc_skb
      [   20.649820] RX[0] DESC a0cec000 size = 16384
      [   20.655491] RX[1] DESC a0d20000 size = 8192
      [   20.660242] cut_through_init(): ct sw token number = 4095
      [   20.666061] cut_through_token_list_init(): TokenList inited done!id_head/tail=0/4096
      [   20.673844] cut_through_token_list_init(): 8d5c4488,8d5c4488
      [   20.680024] cut_through_token_list_init(): TokenList inited done!id_head/tail=0/4096
      [   20.687783] cut_through_token_list_init(): 8d5c4498,8d5c4498
      [   20.693481] Hif Init Done!
      [   20.696192] ctl->txq = c07912d4
      [   20.699327] ctl->rxq = c07912e0
      [   20.702481] ctl->ackq = c07912ec
      [   20.705706] ctl->kickq = c07912f8
      [   20.709014] ctl->tx_doneq = c0791304
      [   20.712603] ctl->rx_doneq = c0791310
      [   20.716247] Parsing patch header
      [   20.719470]  Built date: 20180518100604a
      [   20.723466] 
      [   20.724953]  Platform: ALPS
      [   20.727757]  HW/SW version: 0x8a108a10
      [   20.731551]  Patch version: 0x00000010
      [   20.735325]  Target address: 0x80000, length: 11072
      [   20.740367] patch is not ready && get semaphore success
      [   20.745686] EventGenericEventHandler: CMD Success
      [   20.750556] MtCmdPatchFinishReq
      [   20.765003] EventGenericEventHandler: CMD Success
      [   20.769824] release patch semaphore
      [   20.773343] WfMcuHwInit: Before NICLoadFirmware, check ICapMode = 0
      [   20.779618] Parsing CPU 0 fw tailer
      [   20.783116]  Chip ID: 0x04
      [   20.785835]  Eco version: 0x00
      [   20.788894]  Region number: 0x00
      [   20.792147]  Format version: 0x00
      [   20.795467]  Ram version: _reserved_
      [   20.799074]  Built date: 20211020144735 
      [   20.803067]  Common crc: 0x0
      [   20.805945] Parsing tailer region 0
      [   20.809427]  Feature set: 0x01
      [   20.812511]  Target address: 0x84000, Download size: 409600
      [   20.818078] Parsing tailer region 1
      [   20.821574]  Feature set: 0x01
      [   20.824640]  Target address: 0x209c400, Download size: 48304
      [   20.830359] EventGenericEventHandler: CMD Success
      [   20.839437] EventGenericEventHandler: CMD Success
      [   20.844731] MtCmdFwStartReq: override = 0x1, address = 0x84000
      [   20.850619] EventGenericEventHandler: CMD Success
      [   20.855363] Parsing CPU 1 fw tailer
      [   20.858855]  Chip ID: 0x04
      [   20.861606]  Eco version: 0x00
      [   20.864669]  Region number: 0x00
      [   20.867901]  Format version: 0x00
      [   20.871220]  Ram version: _reserved_
      [   20.874847]  Built date: 20190415154149 
      [   20.878822]  Common crc: 0x0
      [   20.881717] Parsing tailer region 0
      [   20.885202]  Feature set: 0x01
      [   20.888265]  Target address: 0x90000000, Download size: 122608
      [   20.894179] EventGenericEventHandler: CMD Success
      [   20.899999] MtCmdFwStartReq: override = 0x4, address = 0x0
      [   20.940820] EventGenericEventHandler: CMD Success
      [   21.009755] MCU Init Done!
      [   21.012496] efuse_probe: efuse = 10000212
      [   21.016509] RtmpChipOpsEepromHook::e2p_type=2, inf_Type=5
      [   21.021916] RtmpEepromGetDefault::e2p_dafault=1
      [   21.026445] RtmpChipOpsEepromHook: E2P type(2), E2pAccessMode = 2, E2P default = 1
      [   21.034032] NVM is FLASH mode. dev_idx [0] FLASH OFFSET [0x0]
      [   21.040739] [34mNICReadEEPROMParameters: EEPROM 0x52 b317 12288[m
      [   21.047993] MtCmdSetTxLpfCal:(ret = 0)
      [   21.051824] MtCmdSetTxIqCal:(ret = 0)
      [   21.055513] MtCmdSetTxDcCal:(ret = 0)
      [   21.059193] MtCmdSetRxFiCal:(ret = 0)
      [   21.062922] MtCmdSetRxFdCal:(ret = 0)
      [   21.066610] MtCmdSetRxFdCal:(ret = 0)
      [   21.070293] MtCmdSetRxFdCal:(ret = 0)
      [   21.074007] MtCmdSetRxFdCal:(ret = 0)
      [   21.077695] MtCmdSetRxFdCal:(ret = 0)
      [   21.081394] MtCmdSetRxFdCal:(ret = 0)
      [   21.085078] MtCmdSetRxFdCal:(ret = 0)
      [   21.088758] MtCmdSetRxFdCal:(ret = 0)
      [   21.092459] MtCmdSetRxFdCal:(ret = 0)
      [   21.618529] Country Region from e2p = 101
      [   21.622596] mt7615_antenna_default_reset(): TxPath = 4, RxPath = 4
      [   21.628780] RcRadioInit(): DbdcMode=0, ConcurrentBand=1
      [   21.634026] RcRadioInit(): pRadioCtrl=8f0d8af4,Band=0,rfcap=3,channel=1,PhyMode=2 extCha=0xf
      [   21.642497] MtSingleSkuLoadParam: RF_LOCKDOWN Feature OFF !!!
      [   21.650171] MtBfBackOffLoadParam: RF_LOCKDOWN Feature OFF !!!
      [   21.656247] EEPROM Init Done!
      [   21.659222] mt_mac_init()-->
      [   21.662122] mt7615_init_mac_cr()-->
      [   21.665626] mt7615_init_mac_cr(): TMAC_TRCR0=0x82783c8c
      [   21.670862] <--mt_mac_init()
      [   21.673970] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0
      [   21.680598] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0
      [   21.687264] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0
      [   21.693881] MAC Init Done!
      [   21.696592] MT7615BBPInit():BBP Initialization.....
      [   21.701501]  Band 0: valid=1, isDBDC=0, Band=2, CBW=1, CentCh/PrimCh=1/1, prim_ch_idx=0, txStream=2
      [   21.710547]  Band 1: valid=0, isDBDC=0, Band=0, CBW=0, CentCh/PrimCh=0/0, prim_ch_idx=0, txStream=0
      [   21.719606] MT7615BBPInit() todo
      [   21.722849] PHY Init Done!
      [   21.728461] MtCmdSetMacTxRx:(ret = 0)
      [   21.732514] ap_ftkd> Initialize FT KDP Module...
      [   21.737180] Main bssid = 00:00:00:00:00:00
      [   21.741527] MtCmdSetMacTxRx:(ret = 0)
      [   21.746401] MtCmdSetMacTxRx:(ret = 0)
      [   21.750077] <==== mt_wifi_init, Status=0
      [   21.754016] TxBfModuleEnCtrl:It's not DBDC mode
      [   21.758600] MtCmdEDCCACtrl: BandIdx: 0, EDCCACtrl: 1
      [   21.764893] mca_alloc:863->current[ifconfig]
      [   21.769422] mca_alloc:863->current[ifconfig]
      [   21.775172] mca_alloc:863->current[ifconfig]
      [   21.779537] mca_alloc:863->current[ifconfig]
      [   21.785820] mca_alloc:863->current[ifconfig]
      [   21.790289] mca_alloc:863->current[ifconfig]
      [   21.796133] mca_alloc:863->current[ifconfig]
      [   21.800665] mca_alloc:863->current[ifconfig]
      [   21.806445] mca_alloc:863->current[ifconfig]
      [   21.810811] mca_alloc:863->current[ifconfig]
      [   21.815620] The new WDS interface MAC = 00:00:00:00:00:00, MacTabMatchWCID = 0
      [   21.824237] mca_alloc:863->current[ifconfig]
      [   21.828712] mca_alloc:863->current[ifconfig]
      [   21.833328] The new WDS interface MAC = 00:00:00:00:00:00, MacTabMatchWCID = 0
      [   21.841958] mca_alloc:863->current[ifconfig]
      [   21.846422] mca_alloc:863->current[ifconfig]
      [   21.850982] The new WDS interface MAC = 00:00:00:00:00:00, MacTabMatchWCID = 0
      [   21.859570] mca_alloc:863->current[ifconfig]
      [   21.864132] mca_alloc:863->current[ifconfig]
      [   21.868694] The new WDS interface MAC = 00:00:00:00:00:00, MacTabMatchWCID = 0
      [   21.877152] mca_alloc:863->current[ifconfig]
      [   21.881706] mca_alloc:863->current[ifconfig]
      [   21.886178] Total allocated 4 WDS interfaces!
      [   21.890698] (Apcli0)Macaddress=92:96:f3:xx:xx:31!----
      [   21.896949] mca_alloc:863->current[ifconfig]
      [   21.901313] mca_alloc:863->current[ifconfig]
      [   21.905977] WtcSetMaxStaNum: BssidNum:6, MaxStaNum:120 (WdsNum:4, ApcliNum:1, MaxNumChipRept:32), MinMcastWcid:121
      [   21.954443] RedInit: set CR4/N9 RED Enable to 1.
      [   21.959090] RedInit: RED Initiailize Done.
      [   21.963228] cp_support_is_enabled: set CR4 CP_SUPPORT to Mode 2.
      [   21.969257] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
      [   21.975607] wifi_sys_open(), wdev idx = 0
      [   21.979644] wdev_attr_update(): wdevId0 = 90:96:f3:xx:xx:31
      [   21.985255] [RcGetHdevByPhyMode]-- channel 0 fix for rdev fetching
      [   21.991595] [1;33m [RadarStateCheck] RD_NORMAL_MODE [m 
      [   21.997050] phy_freq_adjust : no prim_ch value for adjust!
      [   22.002649] Caller: wlan_operate_init+0xf8/0x10c
      [   22.007266] phy_mode=14, ch=0, wdev_type=1
      [   22.011387] ht_cap->HtCapInfo: ldpc=1,ch_width=0,gf=0,sgi20=1,sgi40=0,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   22.020689] ht_cap->HtCapParm: mdpu_density=5, ampdu_factor=3
      [   22.026722] AP inf up for ra_0(func_idx) OmacIdx=0
      [   22.031570] AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn
      [   22.036569] ApAutoChannelAtBootUp----------------->
      [   22.041484] ApAutoChannelAtBootUp: AutoChannelBootup[0] = 1
      [   22.047217] MtCmdSetMacTxRx:(ret = 0)
      [   22.050932] mt7615_apply_dcoc() : reload Central CH [1] BW [0] from cetral freq [2417]  offset [2200]
      [   22.060351] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   22.064760] mt7615_apply_dpd() : reload Central CH [1] BW [0] from cetral freq [2422] i[44] offset [4b20]
      [   22.074496] MtCmdGetTXDPDCalResult:(ret = 0)
      [   22.078770] MtCmdChannelSwitch: control_chl = 1,control_ch2=0, central_chl = 1 DBDCIdx= 0, Band= 0
      [   22.087754] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   22.291375] mt7615_apply_dcoc() : reload Central CH [2] BW [0] from cetral freq [2417]  offset [2200]
      [   22.300758] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   22.305155] mt7615_apply_dpd() : reload Central CH [2] BW [0] from cetral freq [2422] i[44] offset [4b20]
      [   22.315049] MtCmdGetTXDPDCalResult:(ret = 0)
      [   22.319333] MtCmdChannelSwitch: control_chl = 2,control_ch2=0, central_chl = 2 DBDCIdx= 0, Band= 0
      [   22.328454] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   22.424898] mt753x gsw: Port 3 Link is Up - 1Gbps/Full
      [   22.531394] mt7615_apply_dcoc() : reload Central CH [3] BW [0] from cetral freq [2417]  offset [2200]
      [   22.540777] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   22.545188] mt7615_apply_dpd() : reload Central CH [3] BW [0] from cetral freq [2422] i[44] offset [4b20]
      [   22.554922] MtCmdGetTXDPDCalResult:(ret = 0)
      [   22.559195] MtCmdChannelSwitch: control_chl = 3,control_ch2=0, central_chl = 3 DBDCIdx= 0, Band= 0
      [   22.568179] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   22.771377] mt7615_apply_dcoc() : reload Central CH [4] BW [0] from cetral freq [2432]  offset [2300]
      [   22.780733] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   22.785144] mt7615_apply_dpd() : reload Central CH [4] BW [0] from cetral freq [2422] i[44] offset [4b20]
      [   22.794865] MtCmdGetTXDPDCalResult:(ret = 0)
      [   22.799139] MtCmdChannelSwitch: control_chl = 4,control_ch2=0, central_chl = 4 DBDCIdx= 0, Band= 0
      [   22.808131] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   22.921834] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0)
      [   23.011385] mt7615_apply_dcoc() : reload Central CH [5] BW [0] from cetral freq [2432]  offset [2300]
      [   23.020748] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   23.025350] mt7615_apply_dpd() : reload Central CH [5] BW [0] from cetral freq [2442] i[45] offset [4bf8]
      [   23.035080] MtCmdGetTXDPDCalResult:(ret = 0)
      [   23.039353] MtCmdChannelSwitch: control_chl = 5,control_ch2=0, central_chl = 5 DBDCIdx= 0, Band= 0
      [   23.048355] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   23.251398] mt7615_apply_dcoc() : reload Central CH [6] BW [0] from cetral freq [2432]  offset [2300]
      [   23.260790] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   23.265192] mt7615_apply_dpd() : reload Central CH [6] BW [0] from cetral freq [2442] i[45] offset [4bf8]
      [   23.274924] MtCmdGetTXDPDCalResult:(ret = 0)
      [   23.279197] MtCmdChannelSwitch: control_chl = 6,control_ch2=0, central_chl = 6 DBDCIdx= 0, Band= 0
      [   23.288173] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   23.491365] mt7615_apply_dcoc() : reload Central CH [7] BW [0] from cetral freq [2447]  offset [2400]
      [   23.500739] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   23.505217] mt7615_apply_dpd() : reload Central CH [7] BW [0] from cetral freq [2442] i[45] offset [4bf8]
      [   23.515047] MtCmdGetTXDPDCalResult:(ret = 0)
      [   23.519436] MtCmdChannelSwitch: control_chl = 7,control_ch2=0, central_chl = 7 DBDCIdx= 0, Band= 0
      [   23.528554] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   23.731372] mt7615_apply_dcoc() : reload Central CH [8] BW [0] from cetral freq [2447]  offset [2400]
      [   23.740738] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   23.745148] mt7615_apply_dpd() : reload Central CH [8] BW [0] from cetral freq [2442] i[45] offset [4bf8]
      [   23.754877] MtCmdGetTXDPDCalResult:(ret = 0)
      [   23.759151] MtCmdChannelSwitch: control_chl = 8,control_ch2=0, central_chl = 8 DBDCIdx= 0, Band= 0
      [   23.768144] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   23.971392] mt7615_apply_dcoc() : reload Central CH [9] BW [0] from cetral freq [2447]  offset [2400]
      [   23.980753] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   23.985151] mt7615_apply_dpd() : reload Central CH [9] BW [0] from cetral freq [2442] i[45] offset [4bf8]
      [   23.994870] MtCmdGetTXDPDCalResult:(ret = 0)
      [   23.999143] MtCmdChannelSwitch: control_chl = 9,control_ch2=0, central_chl = 9 DBDCIdx= 0, Band= 0
      [   24.008125] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   24.211385] mt7615_apply_dcoc() : reload Central CH [10] BW [0] from cetral freq [2467]  offset [2500]
      [   24.220845] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   24.225434] mt7615_apply_dpd() : reload Central CH [10] BW [0] from cetral freq [2462] i[46] offset [4cd0]
      [   24.235302] MtCmdGetTXDPDCalResult:(ret = 0)
      [   24.239579] MtCmdChannelSwitch: control_chl = 10,control_ch2=0, central_chl = 10 DBDCIdx= 0, Band= 0
      [   24.248759] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   24.451384] mt7615_apply_dcoc() : reload Central CH [11] BW [0] from cetral freq [2467]  offset [2500]
      [   24.460852] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   24.465279] mt7615_apply_dpd() : reload Central CH [11] BW [0] from cetral freq [2462] i[46] offset [4cd0]
      [   24.475087] MtCmdGetTXDPDCalResult:(ret = 0)
      [   24.479361] MtCmdChannelSwitch: control_chl = 11,control_ch2=0, central_chl = 11 DBDCIdx= 0, Band= 0
      [   24.488510] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   24.691362] ====================================================================
      [   24.698776] Channel   1 : Busy Time =   5699, Skip Channel = FALSE, BwCap = TRUE
      [   24.706198] Channel   2 : Busy Time =   4690, Skip Channel = FALSE, BwCap = TRUE
      [   24.713610] Channel   3 : Busy Time =   6179, Skip Channel = FALSE, BwCap = TRUE
      [   24.721001] Channel   4 : Busy Time =   1356, Skip Channel = FALSE, BwCap = TRUE
      [   24.728430] Channel   5 : Busy Time =   2515, Skip Channel = FALSE, BwCap = TRUE
      [   24.735848] Channel   6 : Busy Time =   2249, Skip Channel = FALSE, BwCap = TRUE
      [   24.743263] Channel   7 : Busy Time =   3234, Skip Channel = FALSE, BwCap = TRUE
      [   24.750655] Channel   8 : Busy Time =   2578, Skip Channel = FALSE, BwCap = TRUE
      [   24.758068] Channel   9 : Busy Time =   2670, Skip Channel = FALSE, BwCap = TRUE
      [   24.765481] Channel  10 : Busy Time =   4475, Skip Channel = FALSE, BwCap = TRUE
      [   24.772892] Channel  11 : Busy Time =   8230, Skip Channel = FALSE, BwCap = TRUE
      [   24.780282] ====================================================================
      [   24.787700] Rule 3 Channel Busy time value : Select Primary Channel 4
      [   24.794155] Rule 3 Channel Busy time value : Min Channel Busy = 1356
      [   24.800505] Rule 3 Channel Busy time value : BW = 20
      [   24.805483] [SelectClearChannelBusyTime] - band0 END
      [   24.810447] ApAutoChannelAtBootUp : Auto channel selection: Selected channel = 4, IsAband = 0
      [   24.818989] [41m AutoChSelUpdateChannel(): Update channel for wdev for this band PhyMode = 14, Channel = 4 [m
      [   24.829099] [1;33m [RadarStateCheck] RD_NORMAL_MODE [m 
      [   24.834560] mt7615_apply_dcoc() : reload Central CH [4] BW [0] from cetral freq [2432]  offset [2300]
      [   24.843939] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   24.848305] mt7615_apply_dpd() : reload Central CH [4] BW [0] from cetral freq [2422] i[44] offset [4b20]
      [   24.858048] MtCmdGetTXDPDCalResult:(ret = 0)
      [   24.862347] MtCmdChannelSwitch: control_chl = 4,control_ch2=0, central_chl = 4 DBDCIdx= 0, Band= 0
      [   24.871328] BW = 0,TXStream = 4, RXStream = 4, scan(0)
      [   24.885190] ApAutoChannelAtBootUp<-----------------
      [   24.890132] [PMF]APPMFInit:: apidx=0, MFPC=0, MFPR=0, SHA256=0
      [   24.896074] wifi_sys_linkup(), wdev idx = 0
      [   24.900265] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:127 for WDEV_TYPE:1
      [   24.900265]  LinkToOmacIdx = 0, LinkToWdevType = 1
      [   25.025194] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0
      [   25.037701] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 0
      [   25.043512] APStartUpForMbss: BssIndex = 0 channel = 4
      [   25.048772] MtCmdTxPowerDropCtrl: ucPowerDrop: 100, BandIdx: 0
      [   25.054722] TxCCKStreamCtrl: set wrong parameters
      [   25.061566] Enable 20/40 BSSCoex Channel Scan(BssCoex=1)
      [   25.066883] apidx 0 for WscUUIDInit
      [   25.070365] Generate UUID for apidx(0)
      [   25.074789] extif_set_dev(ra0)
      [   25.078469] mca_alloc:863->current[kworker/0:1]
      [25.03][987][set_confs_after_interface_up:578]: cmd iwpriv ra0 mac 82078024=0,82078028=0,82078124=0,82078128=0,82078094=0,82078098=0,82078194=0,82078198=0,82078030=0,82078034=0,82078130=0,82078134=0,820780A0=0,820780A4=0,820781A0=0,820781A4=0
      [   25.116235] RTMPIoctlMAC():after trim space, ptr len=175, pointer(8e7b7000)=82078024=0,82078028=0,82078124=0,82078128=0,82078094=0,82078098=0,82078194=0,82078198=0,82078030=0,82078034=0,82078130=0,82078134=0,820780A0=0,820780A4=0,820781A0=0,820781A4=0!
      [25.08][987][set_confs_after_interface_up:582]: cmd iwpriv ra0 m[   25.145232] RTMPIoctlMAC():after trim space, ptr len=175, pointer(8e7b7000)=8207803C=0,82078040=0,8207813C=0,82078140=0,820780AC=0,820780B0=0,820781AC=0,820781B0=0,82078050=0,82078054=0,82078150=0,82078154=0,820780BC=0,820780C0=0,820781BC=0,820781C0=0!
      ac 8207803C=0,82078040=0,8207813C=0,82078140=0,820780AC=0,820780B0=0,820781AC=0,820781B0=0,82078[   25.175254] set_thermal_protection_admin_ctrl_duty_proc: u4Lv0Duty: 100, u4Lv1Duty: 80, u4Lv2Duty: 60, u4Lv3Duty: 40
      050=0,82078054=0,82078150=0,82078154=0,820780BC=0,820780C0=0,820781BC=0,820781C0[   25.193371] set_thermal_protection_criteria_proc: fgHighEn: 1, fgLowEn: 1, fgRFOffEn: 1, cHighTempTh: 122, cLowTempTh: 116, cRFOffTh: 125
      =0
      [25.11][987][   25.205939] set_thermal_protection_criteria_proc: u4RechkTimer: 30, ucType: Duty Cycle
      [set_confs_after[   25.215245] MtCmdThermalProtect: HighEn: 1, HighTempTh: 122, LowEn: 1, LowTempTh: 116, RechkTimer: 30
      _interface_up:62[   25.225812] MtCmdThermalProtect: RFOffEn: 1, RFOffTh: 125, ucType: 1
      8]: cmd iwpriv ra0 set tpc_duty=100:080:060:040
      [25.13][987][set_confs_after_interface_up:633]:[   25.240604] debug : Enter [BRCTL_ADD_RULE_IF] 
       cmd iwpriv ra0 [   25.246346] add_if 00000100 ***************************
      set tpc=1:1:1:12[   25.253305] device ra0 entered promiscuous mode
      2:116:125:0030:1[   25.258885] br0: port 2(ra0) entered forwarding state
    
      [   25.265288] br0: port 2(ra0) entered forwarding state
      [   25.285125] ra5: ===> mbss_virtual_if_open
      [   25.289252] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
      [   25.295673] wifi_sys_open(), wdev idx = 5
      [   25.299690] wdev_attr_update(): wdevId5 = 90:96:f3:xx:xx:32
      [   25.305408] Caller: wlan_operate_init+0xf8/0x10c
      [   25.310226] phy_mode=14, ch=4, wdev_type=1
      [   25.314363] ht_cap->HtCapInfo: ldpc=1,ch_width=0,gf=0,sgi20=1,sgi40=0,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   25.323853] ht_cap->HtCapParm: mdpu_density=0, ampdu_factor=3
      [   25.329764] AP inf up for ra_5(func_idx) OmacIdx=21
      [   25.334721] AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn
      [   25.339730] ApAutoChannelAtBootUp----------------->
      [   25.344655] ApAutoChannelAtBootUp: AutoChannelBootup[0] = 1
      [   25.350394] MtCmdSetMacTxRx:(ret = 0)
      [   25.354084] ApAutoChannelAtBootUp<-----------------
      [   25.359023] [PMF]APPMFInit:: apidx=5, MFPC=1, MFPR=1, SHA256=0
      [   25.421099] [PMF]PMF_MakeRsnIeGMgmtCipher: Insert BIP to the group management cipher of RSNIE
      [   25.429910] wifi_sys_linkup(), wdev idx = 5
      [   25.434149] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:126 for WDEV_TYPE:1
      [   25.434149]  LinkToOmacIdx = 15, LinkToWdevType = 1
      [   25.558727] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0
      [   25.571363] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 15
      [   25.577245] APStartUpForMbss: BssIndex = 0 channel = 4
      [   25.582536] MtCmdTxPowerDropCtrl: ucPowerDrop: 100, BandIdx: 0
      [   25.588519] TxCCKStreamCtrl: set wrong parameters
      [   25.595318] apidx 5 for WscUUIDInit
      [   25.599049] Generate UUID for apidx(5)
      [   25.603590] mca_alloc:863->current[kworker/0:1]
      [25.55][987][set_confs_after_interface_up:578]: cmd iwpriv ra5 m[   25.614572] RTMPIoctlMAC():after trim space, ptr len=175, pointer(8e7b7000)=82078024=0,82078028=0,82078124=0,82078128=0,82078094=0,82078098=0,82078194=0,82078198=0,82078030=0,82078034=0,82078130=0,82078134=0,820780A0=0,820780A4=0,820781A0=0,820781A4=0!
      ac 82078024=0,82078028=0,82078124=0,82078128=0,82078094=0,82078098=0,82078194=0,[   25.643655] RTMPIoctlMAC():after trim space, ptr len=175, pointer(80c27000)=8207803C=0,82078040=0,8207813C=0,82078140=0,820780AC=0,820780B0=0,820781AC=0,820781B0=0,82078050=0,82078054=0,82078150=0,82078154=0,820780BC=0,820780C0=0,820781BC=0,820781C0=0!
      82078198=0,82078030=0,82078034=0,82078130=0,82078134=0,820780A0=0,820780A4=0,820[   25.672996] set_thermal_protection_admin_ctrl_duty_proc: u4Lv0Duty: 100, u4Lv1Duty: 80, u4Lv2Duty: 60, u4Lv3Duty: 40
      781A0=0,820781A4=0
      [25.58][987][set_confs_after_interface_up:582]: cmd iwpriv r[   25.690614] set_thermal_protection_criteria_proc: fgHighEn: 1, fgLowEn: 1, fgRFOffEn: 1, cHighTempTh: 122, cLowTempTh: 116, cRFOffTh: 125
      a5 mac 8207803C=[   25.703150] set_thermal_protection_criteria_proc: u4RechkTimer: 30, ucType: Duty Cycle
      0,82078040=0,820[   25.712408] MtCmdThermalProtect: HighEn: 1, HighTempTh: 122, LowEn: 1, LowTempTh: 116, RechkTimer: 30
      7813C=0,82078140[   25.722997] MtCmdThermalProtect: RFOffEn: 1, RFOffTh: 125, ucType: 1
      =0,820780AC=0,820780B0=0,820781AC=0,820781B0=0,82078050=0,82078054=0,82078150=0,82078154=0,82078[   25.737847] debug : Enter [BRCTL_ADD_RULE_IF] 
      0BC=0,820780C0=0[   25.743527] add_if 00000100 ***************************
      ,820781BC=0,8207[   25.750471] device ra5 entered promiscuous mode
      81C0=0
      [25.61][[   25.756093] br0: port 3(ra5) entered forwarding state
      987][set_confs_a[   25.762460] br0: port 3(ra5) entered forwarding state
      fter_interface_up:628]: cmd iwpriv ra5 set tpc_duty=100:080:060:040
      [25.63][987][set_confs_after_interface_up:633]: cmd iwpriv ra5 set tpc=1:1:1:122:116:125:0030:1
      [   25.800943] rai0: ===> main_virtual_if_open
      [   25.805849] load l1profile succeed!
      [   25.809413] driver_own()::Try to Clear FW Own...
      [   26.115943] driver_own()::Success to clear FW Own
      [   26.123056] APWdsInitialize():WdsEntry Number=4
      [   26.133418] RtmpOSFileOpen(): Error 2 opening /etc/Wireless/iNIC/iNIC_ap_5G.dat
      [   26.140744] Open file "/etc/Wireless/iNIC/iNIC_ap_5G.dat" failed!
      [   26.147764] MacAddress1 = 00:00:00:00:00:00
      [   26.152279] MacAddress2 = 00:00:00:00:00:00
      [   26.156744] MacAddress3 = 00:00:00:00:00:00
      [   26.161206] MacAddress4 = 00:00:00:00:00:00
      [   26.165720] MacAddress5 = 00:00:00:00:00:00
      [   26.170390] E2pAccessMode=2
      [   26.173883] SSID[0]=Buffalo-A-D530, EdcaIdx=0
      [   26.178470] SSID[1]=Buffalo-A-D530_2, EdcaIdx=0
      [   26.183254] SSID[2]=Guest-D530, EdcaIdx=0
      [   26.187493] SSID[3]=, EdcaIdx=0
      [   26.190862] SSID[4]=, EdcaIdx=0
      [   26.194286] SSID[5]=Buffalo-A-D530-WPA3, EdcaIdx=0
      [   26.200089] BSS0 PhyMode=49
      [   26.202946] wmode_band_equal(): Band Equal!
      [   26.207135] BSS1 PhyMode=49
      [   26.209925] BSS2 PhyMode=49
      [   26.212733] BSS3 PhyMode=49
      [   26.215524] BSS4 PhyMode=49
      [   26.218312] BSS5 PhyMode=49
      [   26.221290] auto_ch_select_set_cfg(): BandIdx0, AutoChannelAtBootup=1, AutoChannelAlg = 3
      [   26.231289] BandSteering=0
      [   26.234203] BndStrgBssIdx=
      [   26.237150] [TxPower] BAND0: 100 
      [   26.240954] Power Boost (CCK, OFDM): RTMPSetProfileParametersPower Boost (HT20): RTMPSetProfileParametersPower Boost (HT40): RTMPSetProfileParametersPower Boost (VHT20): RTMPSetProfileParametersPower Boost (VHT40): RTMPSetProfileParametersPower Boost (VHT80): RTMPSetProfileParametersPower Boost (VHT160): RTMPSetProfileParameters[CCKTxStream] BAND0: 4
      [   26.274189] [PERCENTAGEenable] BAND0: 1 
      [   26.278262] [BFBACKOFFenable] BAND0: 0 
      [   26.282272] CalCacheApply = 0 
      [   26.286565] FragThreshold[0]=2346
      [   26.303462] DfsZeroWait Support=0/0
      [   26.308003] DfsZeroWaitCacTime=255/255
      [   26.313771] read_etxbf: ETxBfEnCond = 1
      [   26.317602] read_etxbf: BSSID[0]
      [   26.320825] read_etxbf: MBSS[0] ETxBfEnCond = 1
      [   26.325464] read_etxbf: More BSSID[1]
      [   26.329124] read_etxbf: More MBSS[1] ETxBfEnCond = 1
      [   26.334101] read_etxbf: More BSSID[2]
      [   26.337760] read_etxbf: More MBSS[2] ETxBfEnCond = 1
      [   26.342735] read_etxbf: More BSSID[3]
      [   26.346395] read_etxbf: More MBSS[3] ETxBfEnCond = 1
      [   26.351668] read_etxbf: More BSSID[4]
      [   26.355331] read_etxbf: More MBSS[4] ETxBfEnCond = 1
      [   26.360289] read_etxbf: More BSSID[5]
      [   26.363975] read_etxbf: More MBSS[5] ETxBfEnCond = 1
      [   26.418168] MAP_MODE=0
      [   26.428083] If/wds0 - PeerPhyOpMode=255
      [   26.433050] APWdsInitialize():WdsEntry Number=4
      [   26.437576] WDS-Enable mode=0
      [   26.440757] AndesSendCmdMsg: Could not send in band command due to diablefRTMP_ADAPTER_MCU_SEND_IN_BAND_CMD
      [   26.450512] AndesSendCmdMsg: Command type = ed, Extension command type = 48
      [   26.458447] HT: Channel Width = 40 MHz
      [   26.465628] HT: WDEV[0] Ext Channel = BELOW
      [   26.470166] HT: greenap_cap = 0
      [   26.473547] ChipI=7615, Value=0, pcie_aspm in profile=0
      [   26.538734] ICapMode = 0
      [   26.549404] WtcSetMaxStaNum: BssidNum:6, MaxStaNum:120 (WdsNum:4, ApcliNum:1, MaxNumChipRept:32), MinMcastWcid:121
      [   26.560018] Top Init Done!
      [   26.562768] Use dev_alloc_skb
      [   26.566898] RX[0] DESC a0de4000 size = 16384
      [   26.572627] RX[1] DESC a0c28000 size = 8192
      [   26.577379] cut_through_init(): ct sw token number = 4095
      [   26.583320] cut_through_token_list_init(): TokenList inited done!id_head/tail=0/4096
      [   26.591064] cut_through_token_list_init(): 8c972908,8c972908
      [   26.597318] cut_through_token_list_init(): TokenList inited done!id_head/tail=0/4096
      [   26.605110] cut_through_token_list_init(): 8c972918,8c972918
      [   26.610927] Hif Init Done!
      [   26.613672] ctl->txq = c0f112d4
      [   26.616811] ctl->rxq = c0f112e0
      [   26.619945] ctl->ackq = c0f112ec
      [   26.623307] ctl->kickq = c0f112f8
      [   26.626620] ctl->tx_doneq = c0f11304
      [   26.630189] ctl->rx_doneq = c0f11310
      [   26.633851] Parsing patch header
      [   26.637078]  Built date: 20180518100604a
      [   26.641053] 
      [   26.642563]  Platform: ALPS
      [   26.645371]  HW/SW version: 0x8a108a10
      [   26.649139]  Patch version: 0x00000010
      [   26.652932]  Target address: 0x80000, length: 11072
      [   26.657957] patch is not ready && get semaphore success
      [   26.663305] EventGenericEventHandler: CMD Success
      [   26.668164] MtCmdPatchFinishReq
      [   26.682639] EventGenericEventHandler: CMD Success
      [   26.687448] release patch semaphore
      [   26.690941] WfMcuHwInit: Before NICLoadFirmware, check ICapMode = 0
      [   26.697240] Parsing CPU 0 fw tailer
      [   26.700725]  Chip ID: 0x04
      [   26.703513]  Eco version: 0x00
      [   26.706576]  Region number: 0x00
      [   26.709809]  Format version: 0x00
      [   26.713156]  Ram version: _reserved_
      [   26.716764]  Built date: 20211020144735 
      [   26.720737]  Common crc: 0x0
      [   26.723764] Parsing tailer region 0
      [   26.727253]  Feature set: 0x01
      [   26.730317]  Target address: 0x84000, Download size: 409600
      [   26.735903] Parsing tailer region 1
      [   26.739386]  Feature set: 0x01
      [   26.742473]  Target address: 0x209c400, Download size: 48304
      [   26.748233] EventGenericEventHandler: CMD Success
      [   26.757942] EventGenericEventHandler: CMD Success
      [   26.763377] MtCmdFwStartReq: override = 0x1, address = 0x84000
      [   26.769274] EventGenericEventHandler: CMD Success
      [   26.774047] Parsing CPU 1 fw tailer
      [   26.777535]  Chip ID: 0x04
      [   26.780250]  Eco version: 0x00
      [   26.783355]  Region number: 0x00
      [   26.786589]  Format version: 0x00
      [   26.789908]  Ram version: _reserved_
      [   26.793538]  Built date: 20190415154149 
      [   26.797513]  Common crc: 0x0
      [   26.800389] Parsing tailer region 0
      [   26.803890]  Feature set: 0x01
      [   26.806957]  Target address: 0x90000000, Download size: 122608
      [   26.812936] EventGenericEventHandler: CMD Success
      [   26.819091] MtCmdFwStartReq: override = 0x4, address = 0x0
      [   26.860089] EventGenericEventHandler: CMD Success
      [   26.929246] MCU Init Done!
      [   26.932001] efuse_probe: efuse = 10000212
      [   26.936010] RtmpChipOpsEepromHook::e2p_type=2, inf_Type=5
      [   26.941428] RtmpEepromGetDefault::e2p_dafault=1
      [   26.945958] RtmpChipOpsEepromHook: E2P type(2), E2pAccessMode = 2, E2P default = 1
      [   26.953549] NVM is FLASH mode. dev_idx [1] FLASH OFFSET [0x8000]
      [   26.960522] [34mNICReadEEPROMParameters: EEPROM 0x52 b317 12288[m
      [   26.967837] MtCmdSetTxLpfCal:(ret = 0)
      [   26.971684] MtCmdSetTxIqCal:(ret = 0)
      [   26.975383] MtCmdSetTxDcCal:(ret = 0)
      [   26.979074] MtCmdSetRxFiCal:(ret = 0)
      [   26.982854] MtCmdSetRxFdCal:(ret = 0)
      [   26.986554] MtCmdSetRxFdCal:(ret = 0)
      [   26.990246] MtCmdSetRxFdCal:(ret = 0)
      [   26.993969] MtCmdSetRxFdCal:(ret = 0)
      [   26.997663] MtCmdSetRxFdCal:(ret = 0)
      [   27.001403] MtCmdSetRxFdCal:(ret = 0)
      [   27.005098] MtCmdSetRxFdCal:(ret = 0)
      [   27.008789] MtCmdSetRxFdCal:(ret = 0)
      [   27.012504] MtCmdSetRxFdCal:(ret = 0)
      [   27.538605] Country Region from e2p = 101
      [   27.542671] mt7615_antenna_default_reset(): TxPath = 4, RxPath = 4
      [   27.548855] RcRadioInit(): DbdcMode=0, ConcurrentBand=1
      [   27.554108] RcRadioInit(): pRadioCtrl=8f0dcaf4,Band=0,rfcap=3,channel=1,PhyMode=2 extCha=0xf
      [   27.562586] MtSingleSkuLoadParam: RF_LOCKDOWN Feature OFF !!!
      [   27.570283] MtBfBackOffLoadParam: RF_LOCKDOWN Feature OFF !!!
      [   27.576373] EEPROM Init Done!
      [   27.579350] mt_mac_init()-->
      [   27.582266] mt7615_init_mac_cr()-->
      [   27.585772] mt7615_init_mac_cr(): TMAC_TRCR0=0x82783c8c
      [   27.591008] <--mt_mac_init()
      [   27.594124] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0
      [   27.600749] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0
      [   27.607411] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0
      [   27.614036] MAC Init Done!
      [   27.616758] MT7615BBPInit():BBP Initialization.....
      [   27.621788]  Band 0: valid=1, isDBDC=0, Band=2, CBW=1, CentCh/PrimCh=1/1, prim_ch_idx=0, txStream=2
      [   27.630835]  Band 1: valid=0, isDBDC=0, Band=0, CBW=0, CentCh/PrimCh=0/0, prim_ch_idx=0, txStream=0
      [   27.639971] MT7615BBPInit() todo
      [   27.643222] PHY Init Done!
      [   27.648772] MtCmdSetMacTxRx:(ret = 0)
      [   27.652863] ap_ftkd> Initialize FT KDP Module...
      [   27.657532] Main bssid = 00:00:00:00:00:00
      [   27.661863] MtCmdSetMacTxRx:(ret = 0)
      [   27.666736] MtCmdSetMacTxRx:(ret = 0)
      [   27.670415] <==== mt_wifi_init, Status=0
      [   27.674365] TxBfModuleEnCtrl:It's not DBDC mode
      [   27.678953] MtCmdEDCCACtrl: BandIdx: 0, EDCCACtrl: 1
      [   27.685201] mca_alloc:863->current[ifconfig]
      [   27.689736] mca_alloc:863->current[ifconfig]
      [   27.695507] mca_alloc:863->current[ifconfig]
      [   27.699876] mca_alloc:863->current[ifconfig]
      [   27.706114] mca_alloc:863->current[ifconfig]
      [   27.710582] mca_alloc:863->current[ifconfig]
      [   27.716416] mca_alloc:863->current[ifconfig]
      [   27.720782] mca_alloc:863->current[ifconfig]
      [   27.726844] mca_alloc:863->current[ifconfig]
      [   27.731312] mca_alloc:863->current[ifconfig]
      [   27.735958] The new WDS interface MAC = 00:00:00:00:00:00, MacTabMatchWCID = 0
      [   27.744518] mca_alloc:863->current[ifconfig]
      [   27.748986] mca_alloc:863->current[ifconfig]
      [   27.753585] The new WDS interface MAC = 00:00:00:00:00:00, MacTabMatchWCID = 0
      [   27.762252] mca_alloc:863->current[ifconfig]
      [   27.766719] mca_alloc:863->current[ifconfig]
      [   27.771291] The new WDS interface MAC = 00:00:00:00:00:00, MacTabMatchWCID = 0
      [   27.779780] mca_alloc:863->current[ifconfig]
      [   27.784348] mca_alloc:863->current[ifconfig]
      [   27.788893] The new WDS interface MAC = 00:00:00:00:00:00, MacTabMatchWCID = 0
      [   27.797370] mca_alloc:863->current[ifconfig]
      [   27.801917] mca_alloc:863->current[ifconfig]
      [   27.806424] Total allocated 4 WDS interfaces!
      [   27.810987] (Apcli0)Macaddress=92:96:f3:xx:xx:38!----
      [   27.817247] mca_alloc:863->current[ifconfig]
      [   27.822048] mca_alloc:863->current[ifconfig]
      [   27.826550] WtcSetMaxStaNum: BssidNum:6, MaxStaNum:120 (WdsNum:4, ApcliNum:1, MaxNumChipRept:32), MinMcastWcid:121
      [   27.875193] RedInit: set CR4/N9 RED Enable to 1.
      [   27.879839] RedInit: RED Initiailize Done.
      [   27.883983] cp_support_is_enabled: set CR4 CP_SUPPORT to Mode 2.
      [   27.890013] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
      [   27.896309] wifi_sys_open(), wdev idx = 0
      [   27.900324] wdev_attr_update(): wdevId0 = 90:96:f3:xx:xx:38
      [   27.905919] [RcGetHdevByPhyMode]-- channel 0 fix for rdev fetching
      [   27.912351] [1;33m [RadarStateCheck] RD_NORMAL_MODE [m 
      [   27.917805] phy_freq_adjust : no prim_ch value for adjust!
      [   27.923527] Caller: wlan_operate_init+0xf8/0x10c
      [   27.928146] phy_mode=49, ch=0, wdev_type=1
      [   27.932273] ht_cap->HtCapInfo: ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   27.941805] ht_cap->HtCapParm: mdpu_density=5, ampdu_factor=3
      [   27.947713] AP inf up for ra_0(func_idx) OmacIdx=0
      [   27.952577] AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn
      [   27.957578] ApAutoChannelAtBootUp----------------->
      [   27.962488] ApAutoChannelAtBootUp: AutoChannelBootup[0] = 1
      [   27.968203] MtCmdSetMacTxRx:(ret = 0)
      [   27.971937] [AutoChSelBuildChannelListFor5G] ChListNum5G = 20
      [   27.977762] mt7615_apply_dcoc() : reload Central CH [36] BW [0] from cetral freq [5190]  offset [700]
      [   27.987131] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   27.991533] mt7615_apply_dpd() : reload Central CH [36] BW [0] from cetral freq [5180] i[7] offset [2be8]
      [   28.001233] MtCmdGetTXDPDCalResult:(ret = 0)
      [   28.005550] MtCmdChannelSwitch: control_chl = 36,control_ch2=0, central_chl = 36 DBDCIdx= 0, Band= 0
      [   28.014703] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   28.221474] mt7615_apply_dcoc() : reload Central CH [40] BW [0] from cetral freq [5190]  offset [700]
      [   28.230851] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   28.235253] mt7615_apply_dpd() : reload Central CH [40] BW [0] from cetral freq [5200] i[8] offset [2cc0]
      [   28.245191] MtCmdGetTXDPDCalResult:(ret = 0)
      [   28.249471] MtCmdChannelSwitch: control_chl = 40,control_ch2=0, central_chl = 40 DBDCIdx= 0, Band= 0
      [   28.258720] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   28.461391] mt7615_apply_dcoc() : reload Central CH [44] BW [0] from cetral freq [5230]  offset [800]
      [   28.470773] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   28.475186] mt7615_apply_dpd() : reload Central CH [44] BW [0] from cetral freq [5220] i[9] offset [2d98]
      [   28.484910] MtCmdGetTXDPDCalResult:(ret = 0)
      [   28.489184] MtCmdChannelSwitch: control_chl = 44,control_ch2=0, central_chl = 44 DBDCIdx= 0, Band= 0
      [   28.498343] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   28.701382] mt7615_apply_dcoc() : reload Central CH [48] BW [0] from cetral freq [5230]  offset [800]
      [   28.710751] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   28.715170] mt7615_apply_dpd() : reload Central CH [48] BW [0] from cetral freq [5240] i[10] offset [2e70]
      [   28.725092] MtCmdGetTXDPDCalResult:(ret = 0)
      [   28.729366] MtCmdChannelSwitch: control_chl = 48,control_ch2=0, central_chl = 48 DBDCIdx= 0, Band= 0
      [   28.738595] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   28.841847] :MtCmdPktBudgetCtrl: bssid(255),wcid(65535),type(0)
      [   28.941475] mt7615_apply_dcoc() : reload Central CH [52] BW [0] from cetral freq [5270]  offset [900]
      [   28.950862] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   28.955264] mt7615_apply_dpd() : reload Central CH [52] BW [0] from cetral freq [5260] i[11] offset [2f48]
      [   28.965071] MtCmdGetTXDPDCalResult:(ret = 0)
      [   28.969347] MtCmdChannelSwitch: control_chl = 52,control_ch2=0, central_chl = 52 DBDCIdx= 0, Band= 0
      [   28.978498] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   29.181376] mt7615_apply_dcoc() : reload Central CH [56] BW [0] from cetral freq [5270]  offset [900]
      [   29.190751] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   29.195159] mt7615_apply_dpd() : reload Central CH [56] BW [0] from cetral freq [5280] i[12] offset [3020]
      [   29.205030] MtCmdGetTXDPDCalResult:(ret = 0)
      [   29.209307] MtCmdChannelSwitch: control_chl = 56,control_ch2=0, central_chl = 56 DBDCIdx= 0, Band= 0
      [   29.218460] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   29.421482] mt7615_apply_dcoc() : reload Central CH [60] BW [0] from cetral freq [5310]  offset [a00]
      [   29.430864] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   29.435265] mt7615_apply_dpd() : reload Central CH [60] BW [0] from cetral freq [5300] i[13] offset [30f8]
      [   29.445165] MtCmdGetTXDPDCalResult:(ret = 0)
      [   29.449439] MtCmdChannelSwitch: control_chl = 60,control_ch2=0, central_chl = 60 DBDCIdx= 0, Band= 0
      [   29.458605] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   29.661373] mt7615_apply_dcoc() : reload Central CH [64] BW [0] from cetral freq [5310]  offset [a00]
      [   29.670754] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   29.675170] mt7615_apply_dpd() : reload Central CH [64] BW [0] from cetral freq [5320] i[14] offset [31d0]
      [   29.685074] MtCmdGetTXDPDCalResult:(ret = 0)
      [   29.689349] MtCmdChannelSwitch: control_chl = 64,control_ch2=0, central_chl = 64 DBDCIdx= 0, Band= 0
      [   29.698520] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   29.901386] mt7615_apply_dcoc() : reload Central CH [100] BW [0] from cetral freq [5510]  offset [f00]
      [   29.910842] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   29.915242] mt7615_apply_dpd() : reload Central CH [100] BW [0] from cetral freq [5500] i[23] offset [3968]
      [   29.925248] MtCmdGetTXDPDCalResult:(ret = 0)
      [   29.929523] MtCmdChannelSwitch: control_chl = 100,control_ch2=0, central_chl = 100 DBDCIdx= 0, Band= 0
      [   29.938855] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   30.141482] mt7615_apply_dcoc() : reload Central CH [104] BW [0] from cetral freq [5510]  offset [f00]
      [   30.150958] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   30.155379] mt7615_apply_dpd() : reload Central CH [104] BW [0] from cetral freq [5520] i[24] offset [3a40]
      [   30.165369] MtCmdGetTXDPDCalResult:(ret = 0)
      [   30.169644] MtCmdChannelSwitch: control_chl = 104,control_ch2=0, central_chl = 104 DBDCIdx= 0, Band= 0
      [   30.178988] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   30.381376] mt7615_apply_dcoc() : reload Central CH [108] BW [0] from cetral freq [5550]  offset [1000]
      [   30.390943] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   30.395373] mt7615_apply_dpd() : reload Central CH [108] BW [0] from cetral freq [5540] i[25] offset [3b18]
      [   30.405369] MtCmdGetTXDPDCalResult:(ret = 0)
      [   30.409646] MtCmdChannelSwitch: control_chl = 108,control_ch2=0, central_chl = 108 DBDCIdx= 0, Band= 0
      [   30.418982] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   30.621401] mt7615_apply_dcoc() : reload Central CH [112] BW [0] from cetral freq [5550]  offset [1000]
      [   30.630971] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   30.635372] mt7615_apply_dpd() : reload Central CH [112] BW [0] from cetral freq [5560] i[26] offset [3bf0]
      [   30.645264] MtCmdGetTXDPDCalResult:(ret = 0)
      [   30.649539] MtCmdChannelSwitch: control_chl = 112,control_ch2=0, central_chl = 112 DBDCIdx= 0, Band= 0
      [   30.658874] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   30.861370] mt7615_apply_dcoc() : reload Central CH [116] BW [0] from cetral freq [5590]  offset [1100]
      [   30.870894] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   30.875312] mt7615_apply_dpd() : reload Central CH [116] BW [0] from cetral freq [5580] i[27] offset [3cc8]
      [   30.885260] MtCmdGetTXDPDCalResult:(ret = 0)
      [   30.889539] MtCmdChannelSwitch: control_chl = 116,control_ch2=0, central_chl = 116 DBDCIdx= 0, Band= 0
      [   30.898885] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   31.101413] mt7615_apply_dcoc() : reload Central CH [120] BW [0] from cetral freq [5590]  offset [1100]
      [   31.110981] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   31.115479] mt7615_apply_dpd() : reload Central CH [120] BW [0] from cetral freq [5600] i[28] offset [3da0]
      [   31.125496] MtCmdGetTXDPDCalResult:(ret = 0)
      [   31.129770] MtCmdChannelSwitch: control_chl = 120,control_ch2=0, central_chl = 120 DBDCIdx= 0, Band= 0
      [   31.139144] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   31.341377] mt7615_apply_dcoc() : reload Central CH [124] BW [0] from cetral freq [5630]  offset [1200]
      [   31.350931] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   31.355338] mt7615_apply_dpd() : reload Central CH [124] BW [0] from cetral freq [5620] i[29] offset [3e78]
      [   31.365230] MtCmdGetTXDPDCalResult:(ret = 0)
      [   31.369504] MtCmdChannelSwitch: control_chl = 124,control_ch2=0, central_chl = 124 DBDCIdx= 0, Band= 0
      [   31.378829] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   31.581387] mt7615_apply_dcoc() : reload Central CH [128] BW [0] from cetral freq [5630]  offset [1200]
      [   31.590923] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   31.595330] mt7615_apply_dpd() : reload Central CH [128] BW [0] from cetral freq [5640] i[30] offset [3f50]
      [   31.605220] MtCmdGetTXDPDCalResult:(ret = 0)
      [   31.609494] MtCmdChannelSwitch: control_chl = 128,control_ch2=0, central_chl = 128 DBDCIdx= 0, Band= 0
      [   31.618819] BW = 0,TXStream = 4, RXStream = 4, scan(1)
      [   31.821373] ====================================================================
      [   31.828788] Channel  36 : Busy Time =   2976, Skip Channel = FALSE, BwCap = TRUE
      [   31.836209] Channel  40 : Busy Time =   1368, Skip Channel = FALSE, BwCap = TRUE
      [   31.843631] Channel  44 : Busy Time =   1056, Skip Channel = FALSE, BwCap = TRUE
      [   31.851027] Channel  48 : Busy Time =   1233, Skip Channel = FALSE, BwCap = TRUE
      [   31.858431] Channel  52 : Busy Time =    488, Skip Channel = FALSE, BwCap = TRUE
      [   31.865837] Channel  56 : Busy Time =    601, Skip Channel = FALSE, BwCap = TRUE
      [   31.873254] Channel  60 : Busy Time =    163, Skip Channel = FALSE, BwCap = TRUE
      [   31.880648] Channel  64 : Busy Time =      0, Skip Channel = FALSE, BwCap = TRUE
      [   31.888059] Channel 100 : Busy Time =    509, Skip Channel = FALSE, BwCap = TRUE
      [   31.895471] Channel 104 : Busy Time =     23, Skip Channel = FALSE, BwCap = TRUE
      [   31.902900] Channel 108 : Busy Time =      0, Skip Channel = FALSE, BwCap = TRUE
      [   31.910303] Channel 112 : Busy Time =      0, Skip Channel = FALSE, BwCap = TRUE
      [   31.917726] Channel 116 : Busy Time =    245, Skip Channel = FALSE, BwCap = TRUE
      [   31.925140] Channel 120 : Busy Time =     81, Skip Channel = FALSE, BwCap = TRUE
      [   31.932557] Channel 124 : Busy Time =    423, Skip Channel = FALSE, BwCap = TRUE
      [   31.939954] Channel 128 : Busy Time =      3, Skip Channel = FALSE, BwCap = TRUE
      [   31.947364] ====================================================================
      [   31.954793] Rule 3 Channel Busy time value : Select Primary Channel 128
      [   31.961422] Rule 3 Channel Busy time value : Min Channel Busy = 423
      [   31.967685] Rule 3 Channel Busy time value : BW = 80
      [   31.972663] [SelectClearChannelBusyTime] - band0 END
      [   31.977628] ApAutoChannelAtBootUp : Auto channel selection: Selected channel = 128, IsAband = 1
      [   31.986349] [41m AutoChSelUpdateChannel(): Update channel for wdev for this band PhyMode = 49, Channel = 128 [m
      [   31.996634] [1;33m [RadarStateCheck] RD_SILENCE_MODE [m 
      [   32.002166] [DfsCacNormalStart] CAC 65 seconds start . Disable MAC TX
      [   32.008730] [DfsSwitchCheck]: DFS ByPass TX calibration.
      [   32.014077] mt7615_apply_dcoc() : reload Central CH [122] BW [2] from cetral freq [5610]  offset [1e00]
      [   32.023609] MtCmdGetRXDCOCCalResult:(ret = 0)
      [   32.027978] mt7615_apply_dpd() : reload Central CH [122] BW [2] from cetral freq [5620] i[29] offset [3e78]
      [   32.037954] MtCmdGetTXDPDCalResult:(ret = 0)
      [   32.042366] MtCmdChannelSwitch: control_chl = 128,control_ch2=0, central_chl = 122 DBDCIdx= 0, Band= 0
      [   32.051701] BW = 2,TXStream = 4, RXStream = 4, scan(0)
      [   32.064633] [WrapDfsRadarDetectStart]: DfsChBand[0]: 1, DfsChBand[1]: 0
      [   32.071421] ApAutoChannelAtBootUp<-----------------
      [   32.076415] [PMF]APPMFInit:: apidx=0, MFPC=0, MFPR=0, SHA256=0
      [   32.082397] wifi_sys_linkup(), wdev idx = 0
      [   32.086598] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:127 for WDEV_TYPE:1
      [   32.086598]  LinkToOmacIdx = 0, LinkToWdevType = 1
      [   32.210824] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8192, CmdBssInfoBmcRate.u2McTransmit = 8196
      [   32.223853] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 0
      [   32.229647] APStartUpForMbss: BssIndex = 0 channel = 128
      [   32.235125] MtCmdTxPowerDropCtrl: ucPowerDrop: 100, BandIdx: 0
      [   32.241125] TxCCKStreamCtrl: set wrong parameters
      [   32.247954] apidx 0 for WscUUIDInit
      [   32.251508] Generate UUID for apidx(0)
      [   32.255803] extif_set_dev(rai0)
      [   32.259615] mca_alloc:863->current[kworker/0:0]
      [32.21][987][set_confs_after_interface_up:601]: cmd iwpriv rai0 set thermal_protect_duty_cfg=0:0:100
      [32.21][987][set_confs_after_interface_up:606]: cmd iwpriv rai0 set thermal_protect_duty_cfg=0:1:80
      [32.22][987][set_confs_after_interface_up:611]: cmd iwpriv rai0 set thermal_protect_duty_cfg=0:2:50
      [32.23][987][set_confs_after_interface_up:616]: cmd iwpriv rai0 set thermal_protect_duty_cfg=0:3:20
      [32.23][987][set_confs_after_interface_up:6[   32.303281] debug : Enter [BRCTL_ADD_RULE_IF] 
      21]: cmd iwpriv [   32.308212] add_if 00000100 ***************************
      rai0 set thermal[   32.315308] device rai0 entered promiscuous mode
      _protect_enable=[   32.320882] br0: port 4(rai0) entered forwarding state
      0:1:1:120:114:00[   32.327404] br0: port 4(rai0) entered forwarding state
      05
      [   32.348717] rai5: ===> mbss_virtual_if_open
      [   32.352968] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
      [   32.359241] wifi_sys_open(), wdev idx = 5
      [   32.363270] wdev_attr_update(): wdevId5 = 90:96:f3:xx:xx:39
      [   32.368917] [1;33m [RadarStateCheck] RD_SILENCE_MODE [m 
      [   32.374450] [DfsCacNormalStart] CAC 65 seconds start . Disable MAC TX
      [   32.380993] [WrapDfsRadarDetectStart]: DfsChBand[0]: 1, DfsChBand[1]: 0
      [   32.387706] Caller: wlan_operate_init+0xf8/0x10c
      [   32.392336] phy_mode=49, ch=128, wdev_type=1
      [   32.396607] ht_cap->HtCapInfo: ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   32.405919] ht_cap->HtCapParm: mdpu_density=0, ampdu_factor=3
      [   32.411886] AP inf up for ra_5(func_idx) OmacIdx=21
      [   32.416806] AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn
      [   32.422043] ApAutoChannelAtBootUp----------------->
      [   32.426941] ApAutoChannelAtBootUp: AutoChannelBootup[0] = 1
      [   32.432725] MtCmdSetMacTxRx:(ret = 0)
      [   32.436388] ApAutoChannelAtBootUp<-----------------
      [   32.441410] [PMF]APPMFInit:: apidx=5, MFPC=1, MFPR=1, SHA256=0
      [   32.502949] [PMF]PMF_MakeRsnIeGMgmtCipher: Insert BIP to the group management cipher of RSNIE
      [   32.511572] wifi_sys_linkup(), wdev idx = 5
      [   32.515765] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:126 for WDEV_TYPE:1
      [   32.515765]  LinkToOmacIdx = 15, LinkToWdevType = 1
      [   32.639720] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8192, CmdBssInfoBmcRate.u2McTransmit = 8196
      [   32.652848] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 15
      [   32.658739] APStartUpForMbss: BssIndex = 0 channel = 128
      [   32.664125] MtCmdTxPowerDropCtrl: ucPowerDrop: 100, BandIdx: 0
      [   32.669971] TxCCKStreamCtrl: set wrong parameters
      [   32.676406] apidx 5 for WscUUIDInit
      [   32.679896] Generate UUID for apidx(5)
      [   32.684281] mca_alloc:863->current[kworker/2:2]
      [32.63][987][set_confs_after_interface_up:601]: cmd iwpriv rai5 set thermal_protect_duty_cfg=0:0:100
      [32.64][987][set_confs_after_interface_up:606]: cmd iwpriv rai5 set thermal_protect_duty_cfg=0:1:80
      [32.65][987][set_confs_after_interface_up:611]: cmd iwpriv rai5 set thermal_protect_duty_cfg=0:2:50
      [32.65][987][set_confs_after_interface_up:616]: cmd iwpriv rai5 set thermal_protect_duty_cfg=0:3:20
      [32.66][987][set_confs_after_interface_up:6[   32.728763] debug : Enter [BRCTL_ADD_RULE_IF] 
      21]: cmd iwpriv [   32.733610] add_if 00000100 ***************************
      rai5 set thermal[   32.740497] device rai5 entered promiscuous mode
      _protect_enable=[   32.746262] br0: port 5(rai5) entered forwarding state
      0:1:1:120:114:00[   32.752662] br0: port 5(rai5) entered forwarding state
      05
      [   32.823362] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0
      [   32.835130] set BSSID:90:96:f3:xx:xx:31, Band=2.4G
      [   32.846445] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0
      [   32.858411] set BSSID:90:96:f3:xx:xx:31, Band=2.4G
      [   32.870476] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0
      [   32.882227] set BSSID:90:96:f3:xx:xx:32, Band=2.4G
      [   32.893422] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0
      [   32.905196] set BSSID:90:96:f3:xx:xx:32, Band=2.4G
      [   33.410443] mcsnoop: flush all snoop entry
      [   33.414737] mcsnoop: Bridge Multicast Snooping module Ver0.1/20070912
      [   33.439176] mcsnoop_br_ioctl_device:275: mcast_maxage 75000 / 250
      [   33.449161] device eth0 left promiscuous mode
      [   33.453736] br0: port 1(eth0) entered disabled state
      [   33.462929] debug : Enter [BRCTL_ADD_RULE_IF] 
      [   33.467394] add_if 00000600 ***************************
      [   33.473149] device eth0 entered promiscuous mode
      [   33.477899] br0: port 1(eth0) entered forwarding state
      [   33.483080] br0: port 1(eth0) entered forwarding state
      [   33.538870] xt_applicxation maclist: clean
      start_dpi lan mac 90:96:F3:xx:xx:30
      start_dpi cmd diot_setup init 90:96:F3:xx:xx:30 br0 br1
      IPC-ERR:ML_CreateIpcClientRaw(398):can't connect ipc: +/diot-security-ipc
      hostsacd_incident_restore_handle(507):HSAC-ERR:can't initialize incident handler
      [   36.874838] netwatchd uses obsolete (PF_INET,SOCK_PACKET)
      [   36.914529] mca_alloc:863->current[kworker/0:0]
      [   36.926180] mca_alloc:863->current[sh]
      [   36.929967] mca_alloc:863->current[sh]
      [   36.933769] mca_alloc:863->current[sh]
      crond[1347]: crond: crond (busybox 1.18.5) started, log level 8
      start miniupnpd
      miniupnpd[1383]: HTTP listening on port 37467
      miniupnpd[1383]: Listening for NAT-PMP/PCP traffic on port 5351
      miniupnpd[1383]: chain upnp_nat not found
      miniupnpd[1383]: chain upnp_nat not found
      [   38.303886] mca_alloc:863->current[kworker/0:0]
      Firmware version: 1.00.0.20
      Firmware build time: 21.10.22 07:41
      Link Status Changed - WAN Port Link Down
      ntp.jst.mfeed.ad.jp: Try againTime out! You may increase DEFAULT_TIMEOUT_COUNT[10]!