大破雑記帳

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

WRC-X1800GS

複数で投げ売りされていた際、Twitter方面でとある方より申し出があり、提供頂いたもの。

弄っていくのでメモ。

Switch

zone WAN LAN
port (WRC-X1800GS) INTERNET LAN2 LAN1
port (MT7530) port0 port1 port2

MAC

  • LAN: 38:97:A4:xx:xx:38 (Ubootenv, ethaddr (text) / Factory, 0x1fdfa (hex))
  • WAN: 38:97:A4:xx:xx:3B (Factory, 0x1fdf4 (hex))
  • 2.4G: 38:97:A4:xx:xx:39
  • 5G: 38:97:A4:xx:xx:3A

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
      bootnum - MSTC write bootnum into persist
    
      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)
      mstc_bootnum- MSTC DUAL image boot and check bootnum
    
      mstc_img_chk- MSTC DUAL image boot and check image
    
      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)
      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 1.41.05 (Feb 24 2021 - 15:08:53)
    
      mipsel-linux-gcc (Buildroot 2014.11) 4.9.2
      GNU ld (GNU Binutils) 2.24
    
  • printenv

      => printenv
      => printenv
      bootcmd=mtkautoboot
      bootmenu_0=Startup system (Default)=mtkboardboot
      bootmenu_1=Upgrade firmware=mtkupgrade fw
      bootmenu_2=Upgrade bootloader=mtkupgrade bl
      bootmenu_3=Upgrade bootloader (advanced mode)=mtkupgrade bladv
      bootmenu_4=Load image=mtkload
      bootmenu_5=Upgrade mtkfirmware=mtkupgrade mtkfw
      bootmenu_delay=3
      countrycode=EA
      ethaddr=38:97:A4:xx:xx:38
      fdtcontroladdr=8ffeb6c0
      ipaddr=10.10.10.123
      nand_erasesize=20000
      nand_oobsize=80
      nand_writesize=800
      serialnum=xxxxxxxxxxxxxxx
      serverip=10.10.10.3
      stderr=uartlite0@1e000c00
      stdin=uartlite0@1e000c00
      stdout=uartlite0@1e000c00
      webguipwd=xxxxxxxx
      wifi1ssid1=elecom-xxxx38
      wifi1ssid2=e-tomo-xxxx38
      wifi1ssid3=elecom-s-xxxx38
      wifi2ssid1=elecom-xxxx38
      wifi2ssid2=e-tomo-xxxx38
      wifi2ssid3=elecom-s-xxxx38
      wifiguestwpapsk=xxxxxxxxxxxx
      wifisecuritywpapsk=xxxxxxxxxxxx
      wifiwpapsk=xxxxxxxxxxxx
      wifiwpspin=xxxxxxxx
    
      Environment size: 855/131068 bytes
    
  • tftpboot

      => tftpboot
      *** Warning: no boot file name; using '0A0A0A7B.img'
      Using eth@1e100000 device
      TFTP from server 10.10.10.3; our IP address is 10.10.10.123
      Filename '0A0A0A7B.img'.
      Load address: 0x80010000
      Loading: *
    

Kernel

  • uname -a

      root@WRC-X1800GS:~# uname -a
      Linux WRC-X1800GS 4.4.198 #1 SMP Tue Jun 20 18:22:38 CST 2023 mips GNU/Linux
    
  • cat /proc/version

      root@WRC-X1800GS:~# cat /proc/version
      Linux version 4.4.198 (xxxxxxxx@xxxxxxx-xxxxxx) (gcc version 5.4.0 (OpenWrt GCC 5.4.0 582581bf) ) #1 SMP Tue Jun 20 18:22:38 CST 2023
    
  • cat /proc/cpuinfo

      root@WRC-X1800GS:~# cat /proc/cpuinfo
      system type             : MediaTek MT7621 ver:1 eco:4
      machine                 : MediaTek MT7621 RFB (802.11ax,NAND)
      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@WRC-X1800GS:~# cat /proc/meminfo
      MemTotal:         246580 kB
      MemFree:          158012 kB
      MemAvailable:     171812 kB
      Buffers:            4896 kB
      Cached:            16804 kB
      SwapCached:            0 kB
      Active:            13804 kB
      Inactive:          10260 kB
      Active(anon):       3440 kB
      Inactive(anon):     1344 kB
      Active(file):      10364 kB
      Inactive(file):     8916 kB
      Unevictable:           0 kB
      Mlocked:               0 kB
      SwapTotal:             0 kB
      SwapFree:              0 kB
      Dirty:                 0 kB
      Writeback:             0 kB
      AnonPages:          2380 kB
      Mapped:             6424 kB
      Shmem:              2420 kB
      Slab:              15416 kB
      SReclaimable:       2060 kB
      SUnreclaim:        13356 kB
      KernelStack:         776 kB
      PageTables:          392 kB
      NFS_Unstable:          0 kB
      Bounce:                0 kB
      WritebackTmp:          0 kB
      CommitLimit:      123288 kB
      Committed_AS:       8824 kB
      VmallocTotal:    1048372 kB
      VmallocUsed:           0 kB
      VmallocChunk:          0 kB
    
  • cat /proc/mtd

      root@WRC-X1800GS:~# cat /proc/mtd
      dev:    size   erasesize  name
      mtd0: 07f80000 00020000 "All"
      mtd1: 00100000 00020000 "Bootloader"
      mtd2: 00100000 00020000 "Ubootenv"
      mtd3: 001c0000 00020000 "Factory"
      mtd4: 03240000 00020000 "firmware_now"
      mtd5: 00380000 00020000 "kernel"
      mtd6: 02e80000 00020000 "rootfs"
      mtd7: 00100000 00020000 "Config"
      mtd8: 03240000 00020000 "firmware"
      mtd9: 00100000 00020000 "Config_2"
      mtd10: 00100000 00020000 "persist"
      mtd11: 00100000 00020000 "mesh"
      mtd12: 01340000 00020000 "Backup"
      mtd13: 03240000 00020000 "RAS1"
      mtd14: 03240000 00020000 "RAS2"
    
  • grep -e "^$" -e "name" -e "color" -e "active_low" -e "gpio_num" -e "button" /etc/config/gpio

      root@WRC-X1800GS:~# grep -e "^$" -e "name" -e "color" -e "active_low" -e "gpio_num" -e "button" /etc/config/gpio
    
              option name 'power'
              option active_low '0'
              option color 'green'
              option gpio_num '3'
    
              option name 'power_1'
              option active_low '0'
              option color 'red'
              option gpio_num '4'
    
              option name 'wifi_2g'
              option active_low '1'
              option color 'green'
              option gpio_num '0'
    
              option name 'wifi_2g_1'
              option active_low '0'
              option color 'red'
              option gpio_num '5'
    
              option name 'wifi_2g_2'
              option active_low '1'
              option color 'green'
              option gpio_num '15'
    
              option name 'wifi_5g'
              option active_low '1'
              option color 'green'
              option gpio_num '13'
    
              option name 'wifi_5g_1'
              option active_low '0'
              option color 'red'
              option gpio_num '17'
    
              option name 'wps'
              option active_low '1'
              option color 'red'
              option gpio_num '8'
    
              option name 'wps'
              option color 'green'
    
              option name 'wps_overlap'
              option active_low '1'
              option color 'green'
              option gpio_num '8'
    
              option name 'wps'
              option color 'green'
    
              option name 'wps'
              option color 'green'
    
              option name 'wps'
              option color 'green'
    
              option name 'wps_error'
              option active_low '1'
              option color 'green'
              option gpio_num '8'
    
              option name 'wps_copy'
              option active_low '1'
              option color 'green'
              option gpio_num '8'
    
      config button 'reset_btn'
              option button 'reset_btn'
              option gpio_num '6'
              option active_low '1'
    
      config button 'wps_btn'
              option button 'wps_btn'
              option gpio_num '18'
              option active_low '1'
    
      config button 'modeswitch'
              option button 'modeswitch'
              option gpio_num '7'
    
      ...
    
  • cat /sys/kernel/debug/gpio

      root@WRC-X1800GS:~# cat /sys/kernel/debug/gpio 
      GPIOs 0-31, platform/1e000600.gpio, 1e000600.gpio:
       gpio-3   (                    |?                   ) out hi    
       gpio-4   (                    |?                   ) out lo    
       gpio-6   (                    |reset               ) in  hi    
       gpio-18  (                    |wps_btn             ) in  hi    
       gpio-19  (                    |                    ) out hi    
    
      GPIOs 32-63, platform/1e000600.gpio, 1e000600.gpio:
    
      GPIOs 64-95, platform/1e000600.gpio, 1e000600.gpio:
    
  • sys debugflag

    mtd_locked.ko により一部mtdパーティションがread-onlyに設定されている為、設定変更はFlash内を書き換えられず失敗する

      root@WRC-X1800GS:~# sys debugflag
      DebugFlag: 0
      root@WRC-X1800GS:~# sys debugflag 1
      Could not open mtd device
      error: flash_write
      FAIL
    
  • mstc_persist read bootnum

      root@WRC-X1800GS:~# mstc_persist read bootnum
      1
    
  • 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 ===
      PLL2 FB_DL: 0x6, 1/0 = 765/259 19000000
      PLL4 FB_DL: 0xe, 1/0 = 688/336 39000000
      PLL3 FB_DL: 0x12, 1/0 = 659/365 49000000
      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    1    1    1
      000E:|    0    0    0    0    0    0    0    0    1    1    1    1    1    1    1    1
      000F:|    0    0    0    1    1    1    1    1    1    1    1    1    1    0    0    0
      0010:|    1    1    1    1    1    1    1    1    0    0    0    0    0    0    0    0
      0011:|    1    1    1    0    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 = 64
      B:|    0    0    0    0    0    0    0    0    1    1    1    0    0    0    0    0
      opt_dle value:9
      DRAMC_DDR2CTL[07c]=C287221D
      DRAMC_PADCTL4[0e4]=000022B3
      DRAMC_DQIDLY1[210]=0A090808
      DRAMC_DQIDLY2[214]=06070708
      DRAMC_DQIDLY3[218]=09080707
      DRAMC_DQIDLY4[21c]=08070A06
      DRAMC_R0DELDLY[018]=00001B1D
      ==================================================================
                      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 |    6 5 6 10 7 6 7 5 6 6 
      10 |    7 7 6 9 7 7 
      --------------------------------------
    
      ==================================================================
      2.dqs window
      x=pass dqs delay value (min~max)center 
      y=0-7bit DQ of every group
      input delay:DQS0 =29 DQS1 = 27
      ==================================================================
      bit     DQS0     bit      DQS1
      0  (1~53)27  8  (1~52)26
      1  (1~52)26  9  (1~52)26
      2  (1~52)26  10  (1~52)26
      3  (2~56)29  11  (1~50)25
      4  (2~55)28  12  (1~53)27
      5  (1~56)28  13  (1~52)26
      6  (2~56)29  14  (1~54)27
      7  (1~56)28  15  (1~52)26
      ==================================================================
      3.dq delay value last
      ==================================================================
      bit|    0  1  2  3  4  5  6  7  8   9
      --------------------------------------
      0 |    8 8 9 10 8 7 7 6 7 7 
      10 |    8 9 6 10 7 8 
      ==================================================================
      ==================================================================
           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 = ffff07ff
      DQ loop=14, cmp_err_1 = ffff01aa
      DQ loop=13, cmp_err_1 = ffff008a
      dqs_perbyte_dly.last_dqdly_pass[1]=13,  finish count=1 
      DQ loop=12, cmp_err_1 = ffff0000
      dqs_perbyte_dly.last_dqdly_pass[0]=12,  finish count=2 
      byte:0, (DQS,DQ)=(9,8)
      byte:1, (DQS,DQ)=(9,8)
      DRAMC_DQODLY1[200]=88888888
      DRAMC_DQODLY2[204]=88888888
      20,data:99
      [EMI] DRAMC calibration passed
    
      ===================================================================
                      MT7621   stage1 code done 
                      CPU=500000000 HZ BUS=166666666 HZ
      ===================================================================
    
      U-Boot 1.41.05 (Feb 24 2021 - 15:08:53)
      Trying to boot from NAND
    
    
      U-Boot 1.41.05 (Feb 24 2021 - 15:08:53)
    
      CPU:   MediaTek MT7621AT ver 1, eco 4
      Clocks: CPU: 880MHz, DDR: 1200MHz, Bus: 220MHz, XTAL: 40MHz
      Model: MediaTek MT7621 reference board (NAND)
      DRAM:  256 MiB
      NAND:  128 MiB
      Loading Environment from NAND... OK
      In:    uartlite0@1e000c00
      Out:   uartlite0@1e000c00
      Err:   uartlite0@1e000c00
      Net:   eth0: eth@1e100000
    
        *** U-Boot Boot Menu ***
        Press UP/DOWN to move, ENTER to select
           1. Startup system (Default)
           2. Upgrade firmware
           3. Upgrade bootloader
           4. Upgrade bootloader (advanced mode)
           5. Load image
           6. Upgrade mtkfirmware
           0. U-Boot console
    
      bootnum =1 
      bootnum =1 
      Checking FW1 combo magic and checksum ...  OK.
    
      Loading from nand0, offset 0x400000
      Fit image detected...
         FIT description: MIPS OpenWrt FIT (Flattened Image Tree)
          Image 0 (kernel@1)
           Description:  MIPS OpenWrt Linux-4.4.198
           Type:         Kernel Image
           Compression:  lzma compressed
           Data Start:   0x820000e4
           Data Size:    3566566 Bytes = 3.4 MiB
           Architecture: MIPS
           OS:           Linux
           Load Address: 0x81001000
           Entry Point:  0x81001000
           Hash algo:    crc32
           Hash value:   145d3e0f
           Hash algo:    sha1
           Hash value:   7429f58ba7d7e36d7c021423d0bf90da666ad5a9
          Image 1 (fdt@1)
           Description:  MIPS OpenWrt mt7621-rfb-ax-nand device tree blob
           Type:         Flat Device Tree
           Compression:  uncompressed
           Data Start:   0x82366e10
           Data Size:    11318 Bytes = 11.1 KiB
           Architecture: MIPS
           Hash algo:    crc32
           Hash value:   a5c0dc38
           Hash algo:    sha1
           Hash value:   965c4c04eb2ba5655345f61aa88a3771329ade55
          Default Configuration: 'config@1'
          Configuration 0 (config@1)
           Description:  OpenWrt
           Kernel:       kernel@1
           FDT:          fdt@1
      Automatic boot of image at addr 0x82000000 ...
      ## Loading kernel from FIT Image at 82000000 ...
         Using 'config@1' configuration
         Trying 'kernel@1' kernel subimage
           Description:  MIPS OpenWrt Linux-4.4.198
           Type:         Kernel Image
           Compression:  lzma compressed
           Data Start:   0x820000e4
           Data Size:    3566566 Bytes = 3.4 MiB
           Architecture: MIPS
           OS:           Linux
           Load Address: 0x81001000
           Entry Point:  0x81001000
           Hash algo:    crc32
           Hash value:   145d3e0f
           Hash algo:    sha1
           Hash value:   7429f58ba7d7e36d7c021423d0bf90da666ad5a9
         Verifying Hash Integrity ... crc32+ sha1+ OK
      ## Loading fdt from FIT Image at 82000000 ...
         Using 'config@1' configuration
         Trying 'fdt@1' fdt subimage
           Description:  MIPS OpenWrt mt7621-rfb-ax-nand device tree blob
           Type:         Flat Device Tree
           Compression:  uncompressed
           Data Start:   0x82366e10
           Data Size:    11318 Bytes = 11.1 KiB
           Architecture: MIPS
           Hash algo:    crc32
           Hash value:   a5c0dc38
           Hash algo:    sha1
           Hash value:   965c4c04eb2ba5655345f61aa88a3771329ade55
         Verifying Hash Integrity ... crc32+ sha1+ OK
         Booting using the fdt blob at 0x82366e10
         Uncompressing Kernel Image ... OK
         Loading Device Tree to 8fe77000, end 8fe7cc35 ... OK
      [    0.000000] Linux version 4.4.198 (shengjie@TWSVIDB-085031) (gcc version 5.4.0 (OpenWrt GCC 5.4.0 582581bf) ) #1 SMP Tue Jun 20 18:22:38 CST 2023
      [    0.000000] SoC Type: MediaTek MT7621 ver:1 eco:4
      [    0.000000] bootconsole [early0] enabled
      [    0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc)
      [    0.000000] MIPS: machine is MediaTek MT7621 RFB (802.11ax,NAND)
      [    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 @81f0b000 s8800 r8192 d23968 u40960
      [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
      [    0.000000] Kernel command line: console=ttyS0,115200n1 BootImage=1 root=/dev/mtdblock6 rootfstype=squashfs 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=00007020
      [    0.000000] Readback ErrCtl register=00007020
      [    0.000000] Memory: 246364K/262144K available (7265K kernel code, 4015K rwdata, 1548K rodata, 216K init, 227K bss, 15780K 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.007780] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688)
      [    0.070402] pid_max: default: 32768 minimum: 301
      [    0.075125] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
      [    0.081650] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
      [    5.705217] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
      [    5.705226] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
      [    5.705237] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
      [    5.705384] CPU1 revision is: 0001992f (MIPS 1004Kc)
      [    0.177680] Synchronize counters for CPU 1: done.
      [    5.476842] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
      [    5.476849] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
      [    5.476855] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
      [    5.476921] CPU2 revision is: 0001992f (MIPS 1004Kc)
      [    0.268033] Synchronize counters for CPU 2: done.
      [    5.566923] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
      [    5.566930] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
      [    5.566937] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
      [    5.567017] CPU3 revision is: 0001992f (MIPS 1004Kc)
      [    0.353209] Synchronize counters for CPU 3: done.
      [    0.357941] Brought up 4 CPUs
      [    0.365665] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
      [    0.375455] futex hash table entries: 1024 (order: 3, 32768 bytes)
      [    0.381748] pinctrl core: initialized pinctrl subsystem
      [    0.387521] NET: Registered protocol family 16
      [    0.427236] mt7621_gpio 1e000600.gpio: registering 32 gpios
      [    0.432889] mt7621_gpio 1e000600.gpio: registering 32 gpios
      [    0.438476] mt7621_gpio 1e000600.gpio: registering 32 gpios
      [    0.444707] mt7621-pci 1e140000.pcie: Failed to get gpio for PCIe1
      [    0.450812] mt7621-pci 1e140000.pcie: Failed to get gpio for PCIe2
      [    0.657275] PCIe port 2 link down
      [    0.660508] PCI coherence region base: 0x60000000, mask/settings: 0xf0000002
      [    0.700107] PCI host bridge to bus 0000:00
      [    0.704138] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff]
      [    0.710999] pci_bus 0000:00: root bus resource [io  0x1e160000-0x1e16ffff]
      [    0.717783] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0]
      [    0.724535] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
      [    0.734599] pci 0000:00:00.0: BAR 9: assigned [mem 0x60000000-0x601fffff pref]
      [    0.741721] pci 0000:00:01.0: BAR 9: assigned [mem 0x60200000-0x603fffff pref]
      [    0.748904] pci 0000:00:00.0: BAR 1: assigned [mem 0x60400000-0x6040ffff]
      [    0.755626] pci 0000:00:01.0: BAR 1: assigned [mem 0x60410000-0x6041ffff]
      [    0.762394] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit pref]
      [    0.770076] pci 0000:01:00.0: BAR 2: assigned [mem 0x60100000-0x60103fff 64bit pref]
      [    0.777779] pci 0000:01:00.0: BAR 4: assigned [mem 0x60104000-0x60104fff 64bit pref]
      [    0.785445] pci 0000:00:00.0: PCI bridge to [bus 01]
      [    0.790378] pci 0000:00:00.0:   bridge window [mem 0x60000000-0x601fffff pref]
      [    0.797535] pci 0000:02:00.0: BAR 0: assigned [mem 0x60200000-0x602fffff 64bit pref]
      [    0.805254] pci 0000:02:00.0: BAR 2: assigned [mem 0x60300000-0x60303fff 64bit pref]
      [    0.812930] pci 0000:02:00.0: BAR 4: assigned [mem 0x60304000-0x60304fff 64bit pref]
      [    0.820629] pci 0000:00:01.0: PCI bridge to [bus 02]
      [    0.825522] pci 0000:00:01.0:   bridge window [mem 0x60200000-0x603fffff pref]
      [    0.834346] clocksource: Switched to clocksource GIC
      [    0.841231] NET: Registered protocol family 2
      [    0.846231] TCP established hash table entries: 2048 (order: 1, 8192 bytes)
      [    0.853115] TCP bind hash table entries: 2048 (order: 2, 16384 bytes)
      [    0.859545] TCP: Hash tables configured (established 2048 bind 2048)
      [    0.865894] UDP hash table entries: 256 (order: 1, 8192 bytes)
      [    0.871642] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
      [    0.878178] NET: Registered protocol family 1
      [    0.893894] squashfs: version 4.0 (2009/01/31) Phillip Lougher
      [    0.899757] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
      [    0.912294] io scheduler noop registered
      [    0.916184] io scheduler deadline registered (default)
      [    0.922666] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled
      [    0.930285] console [ttyS0] disabled
      [    0.933812] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 33, base_baud = 3125000) is a 16550A
      rʢͽM*5RrʢͽM*5Rrʢʺэͽڕɱ"ͅ5Rrʢʺэͽڕɱ"ͅ5R[    0.958250] 1e000d00.uartfull: ttyS1 at MMIO 0x1e000d00 (irq = 34, base_baud = 3125000) is a 16550A
      [    0.968083] Ralink gpio driver initialized
      [    0.974752] libphy: Fixed MDIO Bus: probed
      [    1.034642] libphy: mdio: probed
      [    1.038429] mtk_soc_eth 1e100000.ethernet: generated random MAC address ea:bd:2b:19:92:65
      [    1.047134] mtk_soc_eth 1e100000.ethernet: connected mac 0 to PHY at fixed-0:00 [uid=00000000, driver=Generic PHY]
      [    1.058347] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 10
      [    1.066817] mtk_soc_eth 1e100000.ethernet: generated random MAC address e6:0e:7d:27:60:cf
      [    1.075565] mtk_soc_eth 1e100000.ethernet: connected mac 1 to PHY at fixed-0:01 [uid=00000000, driver=Generic PHY]
      [    1.086803] mtk_soc_eth 1e100000.ethernet eth1: mediatek frame engine at 0xbe100000, irq 10
      [    1.095484] register mt_drv
      [    1.098493] <--mt7916_hif_init()
      [    1.102278] Rx[0] Ring: total 24576 bytes allocated
      [    1.111738] Rx[1] Ring: total 16384 bytes allocated
      [    1.116766] <-- pci_alloc_tx_rx_ring_mem, Status=0
      [    1.153831] 
      [    1.153831] 
      [    1.153831] === pAd = c0301000, size = 13049408 ===
      [    1.153831] 
      [    1.165082] <-- RTMPAllocAdapterBlock, Status=0
      [    1.169632] PCI CSRBaseAddress =0xc0200000, csr_addr=0xc0200000!
      [    1.175685] RTMPInitPCIeDevice():device_id=0x7915
      [    1.180391] mt7915_init()-->
      [    1.183266] Use the default iPAiLNA bin image!
      [    1.187805] <--mt7915_init()
      [    1.190956] RtmpOSFileOpen(): Error 2 opening /etc/wireless/l1profile.dat
      [    1.198782] wdev_init(caller:RTMP_COM_IoctlHandle+0x39c/0x18ac), wdev(0)
      [    1.206494] Rx[0] Ring: total 24576 bytes allocated
      [    1.211578] Rx[1] Ring: total 24576 bytes allocated
      [    1.218845] Rx[2] Ring: total 8192 bytes allocated
      [    1.228273] Rx[3] Ring: total 16384 bytes allocated
      [    1.235617] Rx[4] Ring: total 8192 bytes allocated
      [    1.240476] <-- pci_alloc_tx_rx_ring_mem, Status=0
      [    1.247417] mt7621_wdt 1e000100.wdt: Initialized
      [    1.253036] nf_conntrack version 0.5.0 (3849 buckets, 15396 max)
      [    1.261075] NET: Registered protocol family 10
      [    1.267085] NET: Registered protocol family 17
      [    1.271596] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
      [    1.284339] Bridge firewalling registered
      [    1.288371] 8021q: 802.1Q VLAN Support v1.8
      [    1.295226] mtkmips-pinmux pinctrl: spi is already enabled
      [    1.300716] mtk-nand 1e003000.nand: Error applying setting, reverse things back
      [    1.308601] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xf1
      [    1.314983] nand: Macronix MX30LF1G28AD
      [    1.318819] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 128
      [    1.327064] Scanning device for bad blocks
      [    3.017422] 13 ofpart partitions found on MTD device mtk-nand
      [    3.023174] Creating 13 MTD partitions on "mtk-nand":
      [    3.028243] 0x000000000000-0x000007f80000 : "All"
      [    3.035463] 0x000000000000-0x000000100000 : "Bootloader"
      [    3.042099] 0x000000100000-0x000000200000 : "Ubootenv"
      [    3.048587] 0x000000200000-0x0000003c0000 : "Factory"
      [    3.055033] 0x0000003c0000-0x000003600000 : "firmware_now"
      [    3.397624] 2 fit-fw partitions found on MTD device firmware_now
      [    3.403662] 0x000000400000-0x000000780000 : "kernel"
      [    3.409996] 0x000000780000-0x000003600000 : "rootfs"
      [    3.416643] mtd: device 6 (rootfs) set to be root filesystem
      [    3.422333] 0x000003600000-0x000003700000 : "Config"
      [    3.428608] 0x000003700000-0x000006940000 : "firmware"
      [    3.435486] 0x000006940000-0x000006a40000 : "Config_2"
      [    3.441881] 0x000006a40000-0x000006b40000 : "persist"
      [    3.448321] 0x000006b40000-0x000006c40000 : "mesh"
      [    3.454516] 0x000006c40000-0x000007f80000 : "Backup"
      [    3.460938] 0x0000003c0000-0x000003600000 : "RAS1"
      [    3.467500] 0x000003700000-0x000006940000 : "RAS2"
      [    3.504460] mt753x gsw: Switch is MediaTek MT7530 rev 1
      [    3.531190] libphy: mt753x_mdio: probed
      [    3.543610] hctosys: unable to open rtc device (rtc0)
      [    3.555076] VFS: Mounted root (squashfs filesystem) readonly on device 31:6.
      [    3.562611] Freeing unused kernel memory: 216K
      [    3.567143] This architecture does not have kernel memory protection.
      procd: Console is alive
      procd: - preinit -
      lan_mac=38:97:a4:xx:xx:38
      wan_mac=38:97:a4:xx:xx:3b
      [    5.605207] led=3, on=100, off=100, blinks,=1, reset=0, time=4000 low_trigger=0
      [    5.636140] led=4, on=0, off=4000, blinks,=0, reset=0, time=1 low_trigger=0
      Press the [f] key and hit [enter] to enter failsafe mode
      Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
      mounting /dev/root
      procd: - early -
      procd: - ubus -
      procd: - init -
      Please press Enter to activate this console.
      [   10.625190] random: ubusd: uninitialized urandom read (4 bytes read, 92 bits of entropy available)
      [   10.634792] random: ubusd: uninitialized urandom read (4 bytes read, 92 bits of entropy available)
      [   10.643929] random: ubusd: uninitialized urandom read (4 bytes read, 92 bits of entropy available)
      [   10.653535] random: ubusd: uninitialized urandom read (4 bytes read, 92 bits of entropy available)
      [   10.662787] random: ubusd: uninitialized urandom read (4 bytes read, 92 bits of entropy available)
      [   10.672213] random: ubusd: uninitialized urandom read (4 bytes read, 92 bits of entropy available)
      [   10.681609] random: ubusd: uninitialized urandom read (4 bytes read, 92 bits of entropy available)
      [   12.117137] jffs2: notice: (920) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
      [   12.288821] jffs2: notice: (923) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
      ##### Uci List Unchanged. #####
      ##### Skip Checking Config. #####
      easy_setup: STOP SERVICE...
      [ALS][EZStop]: als_try_padi is 0, do nothing
      [ALS][EZStop]: als_try_session is 0, do nothing
      [ALS][EZStop]: als_try_auto is 0, do nothing
      Mode Switch: Router
      [   12.944820] gre: GRE over IPv4 demultiplexor driver
      [   12.951088] ip_gre: GRE over IPv4 tunneling driver
      [   12.963978] ip6_tables: (C) 2000-2006 Netfilter Core Team
      [   12.986075] ebt_time: kernel timezone is -0000
      [   12.991937] Ebtables v2.0 registered
      [   12.997159] ip_tables: (C) 2000-2006 Netfilter Core Team
      [   13.010149] -->mtfwd_init(ver:1.0)<--nf_conntrack_rtsp v0.7 loading
      [   13.214425] random: nonblocking pool is initialized
      [HOTPLUG-net] ip6tnl0 add
      [   13.249087] nf_nat_rtsp v0.7 loading
      [   13.255884] Netfilter messages via NETLINK v0.30.
      [   13.301514] xt_time: kernel timezone is -0000
      [   13.315439] ctnetlink v0.93: registering with nfnetlink.
      [   13.325322] PPP generic driver version 2.4.2
      [   13.331132] PPP MPPE Compression module registered
      [   13.337269] NET: Registered protocol family 24
      [HOTPLUG-net] gre0 add
      [HOTPLUG-net] gretap0 add
      [   14.850709] [mtfwd] update eth interface eth0
      rom convert 0005 no need
      [   16.863504] mediatek_soc_hnat 1e100000.hnat: wan = eth1
      [   16.868802] mediatek_soc_hnat 1e100000.hnat: lan = eth0
      [   16.874070] mediatek_soc_hnat 1e100000.hnat: ppd = eth0
      [   16.879445] mediatek_soc_hnat 1e100000.hnat: gmac num = 2
      [   16.885297] mediatek_soc_hnat 1e100000.hnat: ext devices = rai0
      [   16.891281] mediatek_soc_hnat 1e100000.hnat: ext devices = ra0
      [   16.897201] mediatek_soc_hnat 1e100000.hnat: ext devices = rai1
      [   16.903172] mediatek_soc_hnat 1e100000.hnat: ext devices = ra1
      [   16.909100] mediatek_soc_hnat 1e100000.hnat: ext devices = rai2
      [   16.915095] mediatek_soc_hnat 1e100000.hnat: ext devices = ra2
      [   16.921033] mediatek_soc_hnat 1e100000.hnat: ext devices = rai3
      [   16.927035] mediatek_soc_hnat 1e100000.hnat: ext devices = ra3
      [   16.932957] mediatek_soc_hnat 1e100000.hnat: ext devices = apclii0
      [   16.939211] mediatek_soc_hnat 1e100000.hnat: ext devices = apcli0
      [   16.947848] mediatek_soc_hnat 1e100000.hnat: FOE entry number = 8192
      [   16.955819] mediatek_soc_hnat 1e100000.hnat: hwnat start
      [   19.674693] device eth0 entered promiscuous mode
      [   19.687577] br-lan: port 1(eth0) entered forwarding state
      [   19.693204] br-lan: port 1(eth0) entered forwarding state
      current update_type=1
      sysunique=756835
      tempfile=/tmp/config/autoupdate
      [HOTPLUG-net] br-lan add
      file_hour=23 file_min=30 file_sec=30
      update_hour=3 update_min=45 update_sec=15
      pre_task_regular_hour=11 pre_task_regular_min=56
      pre_task_booting_sec=9887
      [   21.684358] br-lan: port 1(eth0) entered forwarding state
      >>> off wifi led for ra0
      [HOTPLUG-iface] lan ifup
      [HOTPLUG-iface] loopback ifup
      >>> off wifi led for rai0
      [HOTPLUG-iface] wan6 ifup
      [   26.436534] ra0: ===> main_virtual_if_open
      [   26.440660] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT
      [   26.448074] load l1profile succeed!
      [   26.451592] mt_service_open: wlan service opens successfully!
      [   26.461533] APWdsInitialize():WdsEntry[0~15]
      [   26.646749] [multi_profile_merge_5g_only] DBDC_MODE=1
      [   26.692479] multi-profile merge success, en:1,pf1_num:4,pf2_num:4,total:8
      [   26.699305] Open file "/etc/wireless/mediatek/DBDC_card0.dat" to store DBDC cfg! (23)
      [   26.707537] Write file "/etc/wireless/mediatek/DBDC_card0.dat" success (size=10027)!
      [   26.716085] BssidNum=8
      [   26.718442] Pf2MbssIdxMap:
      [   26.721144]  0  1  2  3  4  5  6  7 
      [   26.725570] MacAddress1 = 00:00:00:00:00:00
      [   26.729964] MacAddress2 = 00:00:00:00:00:00
      [   26.734437] MacAddress3 = 00:00:00:00:00:00
      [   26.738951] MacAddress4 = 00:00:00:00:00:00
      [   26.743427] MacAddress5 = 00:00:00:00:00:00
      [   26.747946] MacAddress6 = 00:00:00:00:00:00
      [   26.752460] MacAddress7 = 00:00:00:00:00:00
      [   26.757991] E2pAccessMode=2
      [   26.761556] SSID[0]=elecom-xxxx38, EdcaIdx=0
      [   26.766043] SSID[1]=e-tomo-xxxx38, EdcaIdx=0
      [   26.770535] SSID[2]=elecom-s-xxxx38, EdcaIdx=0
      [   26.775207] SSID[3]=, EdcaIdx=0
      [   26.778641] SSID[4]=elecom-xxxx38, EdcaIdx=0
      [   26.783200] SSID[5]=e-tomo-xxxx38, EdcaIdx=0
      [   26.787811] SSID[6]=elecom-s-xxxx38, EdcaIdx=0
      [   26.792547] SSID[7]=, EdcaIdx=0
      [   26.796365] RTMPSetProfileParameters(): DBDC Mode=1, eDBDC_mode = 1
      [   26.803750] cfg_mode=16
      [   26.806238] cfg_mode=16
      [   26.808685] cfg_mode=16
      [   26.811135] wmode_band_equal(): Band Equal!
      [   26.815346] cfg_mode=16
      [   26.817813] cfg_mode=16
      [   26.820258] cfg_mode=16
      [   26.822699] cfg_mode=16
      [   26.825177] cfg_mode=16
      [   26.827622] cfg_mode=16
      [   26.830062] cfg_mode=16
      [   26.832501] cfg_mode=17
      [   26.834973] cfg_mode=17
      [   26.837430] cfg_mode=17
      [   26.839875] cfg_mode=17
      [   26.842314] cfg_mode=17
      [   26.844793] cfg_mode=17
      [   26.847238] cfg_mode=17
      [   26.849678] cfg_mode=17
      [   26.852879] auto_ch_select_set_cfg(): BandIdx0, AutoChannelAtBootup=1, AutoChannelAlg = 3
      [   26.861089] auto_ch_select_set_cfg(): BandIdx1, AutoChannelAtBootup=1, AutoChannelAlg = 3
      [   26.869909] Index0 Channel=0
      [   26.872788] Index1 Channel=0
      [   26.878079] BandSteering=1
      [   26.881176] BndStrgBssIdx=1;0;0;0;1;0;0;0
      [   26.885664] [TxPower] BAND0: 100, BAND1: 100
      [   26.897080] [SKUenable] BAND0: 1, BAND1: 1
      [   26.901466] [SkuTableIdx]: 0
      [   26.904726] [CCKTxStream] BAND0: 4, BAND1: 0
      [   26.909433] [PERCENTAGEenable] BAND0: 0, BAND1: 0
      [   26.914651] [BFBACKOFFenable] BAND0: 0, BAND1: 0
      [   26.922705] profile: FragThreshold[0]=2346
      [   26.926860] profile: FragThreshold[1]=2346
      [   26.930988] profile: FragThreshold[2]=2346
      [   26.935112] profile: FragThreshold[3]=2346
      [   26.939219] profile: FragThreshold[4]=2346
      [   26.943314] profile: FragThreshold[5]=2346
      [   26.947439] profile: FragThreshold[6]=2346
      [   26.951556] profile: FragThreshold[7]=2346
      [   26.957562] APEdca0
      [   26.960008] Valid=1
      [   26.962102] APAifsn[0]=3
      [   26.964667] APAifsn[1]=7
      [   26.967222] APAifsn[2]=1
      [   26.969755] APAifsn[3]=1
      [   26.972294] APEdca1
      [   26.974803] Valid=1
      [   26.976914] APAifsn[0]=3
      [   26.979447] APAifsn[1]=7
      [   26.981975] APAifsn[2]=1
      [   26.984544] APAifsn[3]=1
      [   26.987108] APEdca2
      [   26.989646] APEdca3
      [   27.004327] BSSAifsn[0]=3
      [   27.006958] BSSAifsn[1]=7
      [   27.009575] BSSAifsn[2]=2
      [   27.012189] BSSAifsn[3]=2
      [   27.015198] BSSAifsn[0]=3
      [   27.017827] BSSAifsn[1]=7
      [   27.020445] BSSAifsn[2]=2
      [   27.023059] BSSAifsn[3]=2
      [   27.026135] BSSAifsn[0]=3
      [   27.028763] BSSAifsn[1]=7
      [   27.031381] BSSAifsn[2]=2
      [   27.033995] BSSAifsn[3]=2
      [   27.037028] BSSAifsn[0]=3
      [   27.039676] BSSAifsn[1]=7
      [   27.042298] BSSAifsn[2]=2
      [   27.044946] BSSAifsn[3]=2
      [   27.047989] BSSAifsn[0]=3
      [   27.050608] BSSAifsn[1]=7
      [   27.053222] BSSAifsn[2]=2
      [   27.055867] BSSAifsn[3]=2
      [   27.058874] BSSAifsn[0]=3
      [   27.061492] BSSAifsn[1]=7
      [   27.064106] BSSAifsn[2]=2
      [   27.066754] BSSAifsn[3]=2
      [   27.069762] BSSAifsn[0]=3
      [   27.072382] BSSAifsn[1]=7
      [   27.075029] BSSAifsn[2]=2
      [   27.077657] BSSAifsn[3]=2
      [   27.080657] BSSAifsn[0]=3
      [   27.083272] BSSAifsn[1]=7
      [   27.085920] BSSAifsn[2]=2
      [   27.088547] BSSAifsn[3]=2
      [   27.091744] UAPSDCapable[0]=1
      [   27.094741] UAPSDCapable[1]=1
      [   27.097718] default ApCliUAPSDCapable[0]=1
      [   27.101813] default ApCliUAPSDCapable[1]=1
      [   27.108707] DfsZeroWait Support=0/0
      [   27.114507] DfsZeroWaitCacTime=255/255
      [   27.119671] read_itxbf: ITxBfEn = 1
      [   27.123158] read_itxbf: BSSID[0]
      [   27.126414] read_itxbf: MBSS[0] ITxBfEn = 1
      [   27.130607] read_itxbf: ITxBfEn = 1
      [   27.134094] read_itxbf: BSSID[1]
      [   27.137346] read_itxbf: MBSS[1] ITxBfEn = 1
      [   27.141537] read_itxbf: ITxBfEn = 1
      [   27.145054] read_itxbf: BSSID[2]
      [   27.148291] read_itxbf: MBSS[2] ITxBfEn = 1
      [   27.152474] read_itxbf: ITxBfEn = 1
      [   27.155989] read_itxbf: BSSID[3]
      [   27.159226] read_itxbf: MBSS[3] ITxBfEn = 1
      [   27.163409] read_itxbf: ITxBfEn = 1
      [   27.166928] read_itxbf: BSSID[4]
      [   27.170183] read_itxbf: MBSS[4] ITxBfEn = 1
      [   27.174406] read_itxbf: ITxBfEn = 1
      [   27.177916] read_itxbf: BSSID[5]
      [   27.181143] read_itxbf: MBSS[5] ITxBfEn = 1
      [   27.185353] read_itxbf: ITxBfEn = 1
      [   27.188849] read_itxbf: BSSID[6]
      [   27.192075] read_itxbf: MBSS[6] ITxBfEn = 1
      [   27.196282] read_itxbf: ITxBfEn = 1
      [   27.199777] read_itxbf: BSSID[7]
      [   27.203004] read_itxbf: MBSS[7] ITxBfEn = 1
      [   27.207213] read_itxbf: Common.ITxBfEn = 1
      [   27.211728] read_etxbf: ETxBfEnCond = 1
      [   27.215592] read_etxbf: BSSID[0]
      [   27.218828] read_etxbf: MBSS[0] ETxBfEnCond = 1
      [   27.223360] read_etxbf: ETxBfEnCond = 1
      [   27.227228] read_etxbf: BSSID[1]
      [   27.230477] read_etxbf: MBSS[1] ETxBfEnCond = 1
      [   27.235044] read_etxbf: ETxBfEnCond = 1
      [   27.238903] read_etxbf: BSSID[2]
      [   27.242131] read_etxbf: MBSS[2] ETxBfEnCond = 1
      [   27.246688] read_etxbf: ETxBfEnCond = 1
      [   27.250533] read_etxbf: BSSID[3]
      [   27.253760] read_etxbf: MBSS[3] ETxBfEnCond = 1
      [   27.258315] read_etxbf: ETxBfEnCond = 1
      [   27.262158] read_etxbf: BSSID[4]
      [   27.265418] read_etxbf: MBSS[4] ETxBfEnCond = 1
      [   27.269957] read_etxbf: ETxBfEnCond = 1
      [   27.273791] read_etxbf: BSSID[5]
      [   27.277043] read_etxbf: MBSS[5] ETxBfEnCond = 1
      [   27.281583] read_etxbf: ETxBfEnCond = 1
      [   27.285454] read_etxbf: BSSID[6]
      [   27.288691] read_etxbf: MBSS[6] ETxBfEnCond = 1
      [   27.293222] read_etxbf: ETxBfEnCond = 1
      [   27.297113] read_etxbf: BSSID[7]
      [   27.300352] read_etxbf: MBSS[7] ETxBfEnCond = 1
      [   27.305781] HeraStbcPriority[0] = 0
      [   27.309274] HeraStbcPriority[1] = 0
      [   27.315527] MBSS[0] MuOfdmaDlEnable = 1
      [   27.319367] MBSS[1] MuOfdmaDlEnable = 1
      [   27.323197] MBSS[2] MuOfdmaDlEnable = 1
      [   27.327060] MBSS[3] MuOfdmaDlEnable = 1
      [   27.330905] MBSS[4] MuOfdmaDlEnable = 1
      [   27.334770] MBSS[5] MuOfdmaDlEnable = 1
      [   27.338613] MBSS[6] MuOfdmaDlEnable = 1
      [   27.342448] MBSS[7] MuOfdmaDlEnable = 1
      [   27.346749] MBSS[0] MuOfdmaUlEnable = 1
      [   27.350598] MBSS[1] MuOfdmaUlEnable = 1
      [   27.354467] MBSS[2] MuOfdmaUlEnable = 1
      [   27.358313] MBSS[3] MuOfdmaUlEnable = 1
      [   27.362148] MBSS[4] MuOfdmaUlEnable = 1
      [   27.366020] MBSS[5] MuOfdmaUlEnable = 1
      [   27.369880] MBSS[6] MuOfdmaUlEnable = 1
      [   27.373716] MBSS[7] MuOfdmaUlEnable = 1
      [   27.378019] MBSS[0] MuMimoDlEnable = 1
      [   27.381779] MBSS[1] MuMimoDlEnable = 1
      [   27.385559] MBSS[2] MuMimoDlEnable = 1
      [   27.389317] MBSS[3] MuMimoDlEnable = 1
      [   27.393064] MBSS[4] MuMimoDlEnable = 1
      [   27.396837] MBSS[5] MuMimoDlEnable = 1
      [   27.400594] MBSS[6] MuMimoDlEnable = 1
      [   27.404383] MBSS[7] MuMimoDlEnable = 1
      [   27.408554] MBSS[0] MuMimoUlEnable = 1
      [   27.412301] MBSS[1] MuMimoUlEnable = 1
      [   27.416078] MBSS[2] MuMimoUlEnable = 1
      [   27.419837] MBSS[3] MuMimoUlEnable = 1
      [   27.423584] MBSS[4] MuMimoUlEnable = 1
      [   27.427393] MBSS[5] MuMimoUlEnable = 1
      [   27.431161] MBSS[6] MuMimoUlEnable = 1
      [   27.434941] MBSS[7] MuMimoUlEnable = 1
      [   27.511123] [PMF]Set_PMFMFPC_Proc:: apidx=0, Desired MFPC=0
      [   27.516733] [PMF]Set_PMFMFPC_Proc:: apidx=1, Desired MFPC=0
      [   27.522303] [PMF]Set_PMFMFPC_Proc:: apidx=2, Desired MFPC=0
      [   27.527902] [PMF]Set_PMFMFPC_Proc:: apidx=3, Desired MFPC=0
      [   27.533487] [PMF]Set_PMFMFPC_Proc:: apidx=4, Desired MFPC=0
      [   27.539092] [PMF]Set_PMFMFPC_Proc:: apidx=5, Desired MFPC=0
      [   27.544702] [PMF]Set_PMFMFPC_Proc:: apidx=6, Desired MFPC=0
      [   27.550276] [PMF]Set_PMFMFPC_Proc:: apidx=7, Desired MFPC=0
      [   27.556300] [PMF]Set_PMFMFPR_Proc:: apidx=0, Desired MFPR=0
      [   27.561887] [PMF]Set_PMFMFPR_Proc:: apidx=1, Desired MFPR=0
      [   27.567492] [PMF]Set_PMFMFPR_Proc:: apidx=2, Desired MFPR=0
      [   27.573077] [PMF]Set_PMFMFPR_Proc:: apidx=3, Desired MFPR=0
      [   27.578680] [PMF]Set_PMFMFPR_Proc:: apidx=4, Desired MFPR=0
      [   27.584263] [PMF]Set_PMFMFPR_Proc:: apidx=5, Desired MFPR=0
      [   27.589870] [PMF]Set_PMFMFPR_Proc:: apidx=6, Desired MFPR=0
      [   27.595485] [PMF]Set_PMFMFPR_Proc:: apidx=7, Desired MFPR=0
      [   27.601414] [PMF]Set_PMFSHA256_Proc:: apidx=0, Desired PMFSHA256=0
      [   27.607625] [PMF]Set_PMFSHA256_Proc:: apidx=1, Desired PMFSHA256=0
      [   27.613829] [PMF]Set_PMFSHA256_Proc:: apidx=2, Desired PMFSHA256=0
      [   27.620056] [PMF]Set_PMFSHA256_Proc:: apidx=3, Desired PMFSHA256=0
      [   27.626285] [PMF]Set_PMFSHA256_Proc:: apidx=4, Desired PMFSHA256=0
      [   27.632466] [PMF]Set_PMFSHA256_Proc:: apidx=5, Desired PMFSHA256=0
      [   27.638671] [PMF]Set_PMFSHA256_Proc:: apidx=6, Desired PMFSHA256=0
      [   27.644881] [PMF]Set_PMFSHA256_Proc:: apidx=7, Desired PMFSHA256=0
      [   27.652760] ReadMboParameterFromFile::(bMboEnable[0]=1, MboCapIndication = 0x40)
      [   27.660183] ReadMboParameterFromFile::(bMboEnable[1]=1, MboCapIndication = 0x40)
      [   27.667616] ReadMboParameterFromFile::(bMboEnable[2]=1, MboCapIndication = 0x40)
      [   27.675045] ReadMboParameterFromFile::(bMboEnable[3]=1, MboCapIndication = 0x40)
      [   27.682461] ReadMboParameterFromFile::(bMboEnable[4]=1, MboCapIndication = 0x40)
      [   27.689900] ReadMboParameterFromFile::(bMboEnable[5]=1, MboCapIndication = 0x40)
      [   27.697339] ReadMboParameterFromFile::(bMboEnable[6]=1, MboCapIndication = 0x40)
      [   27.704767] ReadMboParameterFromFile::(bMboEnable[7]=1, MboCapIndication = 0x40)
      [   27.712642] ReadMboParameterFromFile::(bMboEnable[0]=1)
      [   27.717900] ReadMboParameterFromFile::(bMboEnable[1]=1)
      [   27.723442] MAP_MODE=2
      [   27.730478] ApCliEntry[0].Enable=0
      [   27.733886] ApCliEntry[1].Enable=0
      [   27.743087] APCLI[0] ApCliMuOfdmaDlEnable = 0
      [   27.747482] APCLI[1] ApCliMuOfdmaDlEnable = 0
      [   27.752237] APCLI[0] ApCliMuOfdmaUlEnable = 0
      [   27.756618] APCLI[1] ApCliMuOfdmaUlEnable = 0
      [   27.761407] APCLI[0] ApCliMuMimoDlEnable = 0
      [   27.765710] APCLI[1] ApCliMuMimoDlEnable = 0
      [   27.770400] APCLI[0] ApCliMuMimoUlEnable = 0
      [   27.774700] APCLI[1] ApCliMuMimoUlEnable = 0
      [   27.779407] rtmp_read_wds_from_file(): WDS Profile
      [   27.784716] WDS Number: band[0]=0, band[1]=0
      [   27.789416] WDS-Enable mode=0
      [   27.792377] WDS-Enable mode=0
      [   27.796287] If/wds0 - PeerPhyMode=0xb1
      [   27.800049] If/wds1 - PeerPhyMode=0xb1
      [   27.805172] AsicSetReptFuncEnable, caller:RTMPSetProfileParameters+0xbe18/0x115f0
      [   27.812665] RepeaterCtrlExit, wrong state(0,0)
      [   27.817145] Band_0_RpEn(0),RpEnByAnyBnd(0),RpEn(0)
      [   27.821977] AndesSendCmdMsg: Could not send in band command due to diablefRTMP_ADAPTER_MCU_SEND_IN_BAND_CMD
      [   27.831751] AndesSendCmdMsg: Command type = ed, Extension command type = 48
      [   27.838745] MACRepeaterEn=0 Band=0
      [   27.842167] AsicSetReptFuncEnable, caller:RTMPSetProfileParameters+0xbe18/0x115f0
      [   27.849677] RepeaterCtrlExit, wrong state(0,0)
      [   27.854144] Band_1_RpEn(0),RpEnByAnyBnd(0),RpEn(0)
      [   27.858991] AndesSendCmdMsg: Could not send in band command due to diablefRTMP_ADAPTER_MCU_SEND_IN_BAND_CMD
      [   27.868770] AndesSendCmdMsg: Command type = ed, Extension command type = 48
      [   27.875772] MACRepeaterEn=0 Band=1
      [   27.886477] HT_BAWinSize: wdev[0]: (TX=256, RX=256)
      [   27.891358] HT_BAWinSize: wdev[1]: (TX=256, RX=256)
      [   27.896258] HT_BAWinSize: wdev[2]: (TX=256, RX=256)
      [   27.901159] HT_BAWinSize: wdev[3]: (TX=256, RX=256)
      [   27.906069] HT_BAWinSize: wdev[4]: (TX=256, RX=256)
      [   27.910970] HT_BAWinSize: wdev[5]: (TX=256, RX=256)
      [   27.915877] HT_BAWinSize: wdev[6]: (TX=256, RX=256)
      [   27.920764] HT_BAWinSize: wdev[7]: (TX=256, RX=256)
      [   27.926923] HT: WDEV[0] Ext Channel = ABOVE
      [   27.931110] HT: WDEV[1] Ext Channel = ABOVE
      [   27.935325] HT: WDEV[2] Ext Channel = ABOVE
      [   27.939533] HT: WDEV[3] Ext Channel = ABOVE
      [   27.943716] HT: WDEV[4] Ext Channel = ABOVE
      [   27.947932] HT: WDEV[5] Ext Channel = ABOVE
      [   27.952138] HT: WDEV[6] Ext Channel = ABOVE
      [   27.956353] HT: WDEV[7] Ext Channel = ABOVE
      [   27.961161] HT: greenap_cap = 0
      [   27.964666] ChipI=7915, Value=0, pcie_aspm in profile=0
      [   27.970278] 0:ra0 TWTsupport = 1
      [   27.973500] 1:(null) TWTsupport = 1
      [   27.977015] 2:(null) TWTsupport = 1
      [   27.980512] 3:(null) TWTsupport = 1
      [   27.984000] 4:(null) TWTsupport = 1
      [   27.987520] 5:(null) TWTsupport = 1
      [   27.991019] 6:(null) TWTsupport = 1
      [   27.994536] 7:(null) TWTsupport = 1
      [   28.122616] ICapMode = 0
      [   28.137346] KernelRps --> 1
      [   28.145525] WtcSetMaxStaNum: MaxStaNum:230, BssidNum:8, WdsNum:16, MSTANum:1, MaxNumChipRept:32, MinMcastWcid:279
      [   28.155853] Top Init Done!
      [   28.158589] Use dev_alloc_skb
      [   28.161556] token_tx_two_queues_init(): ct sw token(0) number = 2048
      [   28.168166] token_tx_two_queues_init(): token que(0) inited done!id_head/tail=0/2048
      [   28.175948] token_tx_two_queues_init(): 8d456804,8d456804
      [   28.181353] token_tx_two_queues_init(): ct sw token(1) number = 6144
      [   28.188543] token_tx_two_queues_init(): token que(1) inited done!id_head/tail=0/6144
      [   28.196340] token_tx_two_queues_init(): 8d4568ac,8d4568ac
      [   28.208259] TxRing[0]: attr:0, total 2048 entry initialized
      [   28.218434] TxRing[1]: attr:0, total 2048 entry initialized
      [   28.228538] TxRing[2]: attr:0, total 2048 entry initialized
      [   28.234459] RX[0] DESC a0c28000 size = 24576
      [   28.240594] RX[1] DESC a0c30000 size = 16384
      [   28.246111] RX[2] DESC a0dc0000 size = 24576
      [   28.252248] RX[3] DESC a0dc8000 size = 24576
      [   28.256609] RX[4] DESC a0dba000 size = 8192
      [   28.261382] RX[5] DESC a0dbc000 size = 16384
      [   28.266838] RX[6] DESC a0e00000 size = 8192
      [   28.271847] -->TX_RING_0[0xd9330]: Attr:0, Base=0xc20000, Cnt=2048!
      [   28.278151] -->TX_RING_1[0xd5420]: Attr:0, Base=0xda8000, Cnt=2048!
      [   28.284452] -->TX_RING_2[0xd5430]: Attr:0, Base=0xdb0000, Cnt=2048!
      [   28.290721] -->TX_RING_3[0xd5400]: Attr:3, Base=0xd9f000, Cnt=128!
      [   28.296925] -->TX_RING_4[0xd5410]: Attr:2, Base=0xdb8000, Cnt=256!
      [   28.303116] -->TX_RING_5[0xd5440]: Attr:1, Base=0xdb9000, Cnt=256!
      [   28.309332] -->RX_RING_0[0xd8510]: Base=0xc28000, Cnt=1536
      [   28.314857] -->RX_RING_1[0xd9520]: Base=0xc30000, Cnt=1024
      [   28.320343] -->RX_RING_2[0xd4500]: Base=0xdc0000, Cnt=1536
      [   28.325860] -->RX_RING_3[0xd4510]: Base=0xdc8000, Cnt=10
      [   28.331197] -->RX_RING_4[0xd5500]: Base=0xdba000, Cnt=512
      [   28.336632] -->RX_RING_5[0xd5510]: Base=0xdbc000, Cnt=1024
      [   28.342139] -->RX_RING_6[0xd5520]: Base=0xe00000, Cnt=512
      [   28.347568] Hif Init Done!
      [   28.353415] pci_driver_own_by_port: success to clear p=0 fw own, from(1): 1 is interrupt mode, 2 is polling mode.
      [   28.364783] pci_driver_own_by_port: success to clear p=1 fw own, from(1): 1 is interrupt mode, 2 is polling mode.
      [   28.375067] fw_prepare():using E2 ROM patch
      [   28.379249] fw_prepare():using E2 RAM
      [   28.382928] Parsing patch header
      [   28.386180]  Built date: 20210414201546a
      [   28.390174] 
      [   28.391663]  Platform: ALPS
      [   28.394508]  HW/SW version: 0x8a108a10
      [   28.398291]  Patch version: 0xffffffff
      [   28.402061]  Section num: 0x2, subsys: 0x4
      [   28.406190]  Section 0: type = 0x30002, offset = 0xe0, size = 0xfc90
      [   28.412562]  Target address: 0x200000, length: 0xfc90
      [   28.417644]  Section 1: type = 0x30002, offset = 0xfd70, size = 0x13730
      [   28.424264]  Target address: 0xe000f000, length: 0x13730
      [   28.429814] Patch SEM Status = 2
      [   28.433100] patch is not ready && get semaphore success
      [   28.438391] Start address = 0x200000, DL length = 64656, Data mode = 0x80000000
      [   28.446943] EventGenericEventHandler: CMD Success
      [   28.451695] MtCmdAddressLenReq:(ret = 0)
      [   28.456256] Start address = 0xe000f000, DL length = 79664, Data mode = 0x80000000
      [   28.464966] EventGenericEventHandler: CMD Success
      [   28.469725] MtCmdAddressLenReq:(ret = 0)
      [   28.474450] MtCmdPatchFinishReq
      [   28.481425] EventGenericEventHandler: CMD Success
      [   28.486358] Patch SEM Status = 3
      [   28.489612] release patch semaphore
      [   28.493109]  WfMcuHwInit: Before NICLoadFirmware, check ICapMode = 0 
      [   28.500324] Parsing CPU 0 fw tailer
      [   28.503816]  Chip ID: 0x0b
      [   28.506571]  Eco version: 0x01
      [   28.509635]  Region number: 0x07
      [   28.512868]  Format version: 0x02
      [   28.516233]  Format flag: 0x01
      [   28.519310]  Ram version: ____000000
      [   28.522921]  Built date: 20210414201622
      [   28.526877]  Common crc: 0x60bf137c
      [   28.530367] Parsing tailer region 0
      [   28.533849]  Decomp crc: 0x0
      [   28.536759]  Decomp size: 0x0
      [   28.539749]  Decomp block size: 0x0
      [   28.543237]  Target address: 0x21fc00
      [   28.546920]  Download size: 110592
      [   28.550322]  Feature set: 0x20
      [   28.553393] Parsing tailer region 1
      [   28.556907]  Decomp crc: 0x0
      [   28.559793]  Decomp size: 0x0
      [   28.562758]  Decomp block size: 0x0
      [   28.566264]  Target address: 0x31dc00
      [   28.569931]  Download size: 205824
      [   28.573329]  Feature set: 0x00
      [   28.576434] Parsing tailer region 2
      [   28.579919]  Decomp crc: 0x0
      [   28.582794]  Decomp size: 0x0
      [   28.585784]  Decomp block size: 0x0
      [   28.589278]  Target address: 0x417400
      [   28.592939]  Download size: 31744
      [   28.596289]  Feature set: 0x00
      [   28.599373] Parsing tailer region 3
      [   28.602858]  Decomp crc: 0x0
      [   28.605767]  Decomp size: 0x0
      [   28.608752]  Decomp block size: 0x0
      [   28.612239]  Target address: 0xe0022800
      [   28.616099]  Download size: 411136
      [   28.619503]  Feature set: 0x00
      [   28.622572] Parsing tailer region 4
      [   28.626082]  Decomp crc: 0x0
      [   28.628968]  Decomp size: 0x0
      [   28.631933]  Decomp block size: 0x0
      [   28.635444]  Target address: 0xe0086e00
      [   28.639285]  Download size: 332288
      [   28.642683]  Feature set: 0x00
      [   28.645785] Parsing tailer region 5
      [   28.649270]  Decomp crc: 0x0
      [   28.652144]  Decomp size: 0x0
      [   28.655138]  Decomp block size: 0x0
      [   28.658635]  Target address: 0x23ac00
      [   28.662296]  Download size: 87040
      [   28.665634]  Feature set: 0x00
      [   28.668714] Parsing tailer region 6
      [   28.672200]  Decomp crc: 0x0
      [   28.675104]  Decomp size: 0x0
      [   28.678078]  Decomp block size: 0x0
      [   28.681565]  Target address: 0x400000
      [   28.685248]  Download size: 81920
      [   28.688564]  Feature set: 0x00
      [   28.691631]  Release info: header tag = 0, total length = 64
      [   28.697319]  tag 1, padding length = 2, tag length = 58
      [   28.702546]  payload: t-neptune-mp-mt7915-2045-MT7915_MP_7_4_2045-20210414201201
      [   28.710190] Start address = 0x21fc00, DL length = 110592, Data mode = 0x80000000
      [   28.718859] EventGenericEventHandler: CMD Success
      [   28.723613] MtCmdAddressLenReq:(ret = 0)
      [   28.728528] Start address = 0x31dc00, DL length = 205824, Data mode = 0x80000000
      [   28.737257] EventGenericEventHandler: CMD Success
      [   28.742017] MtCmdAddressLenReq:(ret = 0)
      [   28.747723] Start address = 0x417400, DL length = 31744, Data mode = 0x80000000
      [   28.756377] EventGenericEventHandler: CMD Success
      [   28.761135] MtCmdAddressLenReq:(ret = 0)
      [   28.765427] Start address = 0xe0022800, DL length = 411136, Data mode = 0x80000000
      [   28.774213] EventGenericEventHandler: CMD Success
      [   28.778965] MtCmdAddressLenReq:(ret = 0)
      [   28.786429] Start address = 0xe0086e00, DL length = 332288, Data mode = 0x80000000
      [   28.795273] EventGenericEventHandler: CMD Success
      [   28.800031] MtCmdAddressLenReq:(ret = 0)
      [   28.806976] Start address = 0x23ac00, DL length = 87040, Data mode = 0x80000000
      [   28.815619] EventGenericEventHandler: CMD Success
      [   28.820366] MtCmdAddressLenReq:(ret = 0)
      [   28.825238] Start address = 0x400000, DL length = 81920, Data mode = 0x80000000
      [   28.833800] EventGenericEventHandler: CMD Success
      [   28.838555] MtCmdAddressLenReq:(ret = 0)
      [   28.843209] MtCmdFwStartReq: override = 0x1, address = 0x21fc00
      [   28.850418] EventGenericEventHandler: CMD Success
      [   28.855181] Parsing CPU 1 fw tailer
      [   28.858680]  Chip ID: 0x00
      [   28.861403]  Eco version: 0x01
      [   28.864505]  Region number: 0x03
      [   28.867754]  Format version: 0x02
      [   28.871075]  Format flag: 0x01
      [   28.874134]  Ram version: DEV_000000
      [   28.877793]  Built date: 20210414201641
      [   28.881683]  Common crc: 0xcd950749
      [   28.885203] Parsing tailer region 0
      [   28.888711]  Decomp crc: 0x0
      [   28.891590]  Decomp size: 0x0
      [   28.894578]  Decomp block size: 0x0
      [   28.898081]  Target address: 0x10200000
      [   28.901918]  Download size: 88384
      [   28.905256]  Feature set: 0x00
      [   28.908336] Parsing tailer region 1
      [   28.911821]  Decomp crc: 0x0
      [   28.914718]  Decomp size: 0x0
      [   28.917689]  Decomp block size: 0x0
      [   28.921176]  Target address: 0x10300000
      [   28.925039]  Download size: 19504
      [   28.928368]  Feature set: 0x00
      [   28.931435] Parsing tailer region 2
      [   28.934944]  Decomp crc: 0x0
      [   28.937829]  Decomp size: 0x0
      [   28.940795]  Decomp block size: 0x0
      [   28.944314]  Target address: 0xe0000000
      [   28.948157]  Download size: 8768
      [   28.951382]  Feature set: 0x00
      [   28.954469]  Release info: header tag = 0, total length = 0
      [   28.960063] Start address = 0x10200000, DL length = 88384, Data mode = 0x80000010
      [   28.968830] EventGenericEventHandler: CMD Success
      [   28.973589] MtCmdAddressLenReq:(ret = 0)
      [   28.978373] Start address = 0x10300000, DL length = 19504, Data mode = 0x80000010
      [   28.987144] EventGenericEventHandler: CMD Success
      [   28.991903] MtCmdAddressLenReq:(ret = 0)
      [   28.996102] Start address = 0xe0000000, DL length = 8768, Data mode = 0x80000010
      [   29.004736] EventGenericEventHandler: CMD Success
      [   29.009495] MtCmdAddressLenReq:(ret = 0)
      [   29.013531] MtCmdFwStartReq: override = 0x4, address = 0x0
      [   29.119527] EventGenericEventHandler: CMD Success
      [   29.124328] MCU Init Done!
      [   29.127069] efuse_probe: efuse = 10000012
      [   29.131081] RtmpChipOpsEepromHook::e2p_type=2, inf_Type=5
      [   29.136502] RtmpEepromGetDefault::e2p_dafault=1
      [   29.141043] RtmpChipOpsEepromHook: E2P type(2), E2pAccessMode = 2, E2P default = 1
      [   29.148664] NVM is FLASH mode. dev_idx [0] FLASH OFFSET [0x0]
      [   29.154461] rtmp_nv_init(): EEPROM Size[130304]
      [   29.162347] [EEPROMImage - PreCalImageInfo - PreCalImage - TxDPDImage]
      [   29.162347] [0x8b1a0000 - 0x8b1a0e00 - 0x8b1a0e10 - 0x8b1ad220]
      [   29.176250] validFlashEepromID(): eeFlashId=7915, pAd->ChipID=7915
      [   29.183319] [d-die version:1]
      [   29.220481] [a-die version:2]
      [   29.352131] 
      [   29.353649] NICReadEEPROMParameters: EEPROM 0x62 7
      [   29.359156] NICReadEEPROMParameters: Group Pre-Cal finished, load Group Pre-Cal data
      [   29.367960] NICReadEEPROMParameters: DPD 5G Pre-Cal finished!
      [   29.373718] NICReadEEPROMParameters: DPD 2G Pre-Cal finished!
      [   29.518028] Country Region from e2p = 0
      [   29.521882] antenna_default_reset() todo
      [   29.525837] antenna_default_reset() value = 0x5292, TxPath = 2, RxPath = 2
      [   29.532740] RTMPReadTxPwrPerRate(458): Don't Support this now!
      [   29.538604] rc_radio_init(): DBDC MODE=1, ConcurrentBand=2
      [   29.544123] rc_radio_init(): radio_ctrl=8eab1718,Band=0,rfcap=3,channel=1,PhyMode=2 extCha=0xf
      [   29.552784] rc_radio_init(): radio_ctrl=8eab1a70,Band=1,rfcap=3,channel=1,PhyMode=2 extCha=0xf
      [   29.561502] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0
      [   29.567307] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0
      [   29.573076] AntCfgInit(2863): Not support for HIF_MT yet!
      [   29.578534] mt7915_check_RF_lock_down: RFlockDown Enable: 0
      [   29.584115] MtReadPwrLimitTable: sku table idx: 0
      mt7915_check_RF_lock_down: RFlockDown Enable: 0
      [   29.598678] mt7915_check_RF_lock_down: RFlockDown Enable: 0
      [   29.604250] MtReadPwrLimitTable: sku table idx: 0
      mt7915_check_RF_lock_down: RFlockDown Enable: 0
      [   29.618476] EEPROM Init Done!
      [   29.621495] mac_init()-->
      [   29.624111] init_mac_cr()-->
      [   29.627019] <--mac_init()
      [   29.632842] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0
      [   29.641209] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0
      [   29.649549] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0
      [   29.656146] MAC Init Done!
      [   29.658873] BBPInit():BBP Initialization.....
      [   29.663235]  Band 0: valid=1, Band=2, CBW=1, CentCh/PrimCh=1/1, prim_ch_idx=0, txStream=2
      [   29.671474]  Band 1: valid=0, Band=0, CBW=0, CentCh/PrimCh=0/0, prim_ch_idx=0, txStream=0
      [   29.679681] BBPInit() todo
      [   29.682389] PHY Init Done!
      [   29.695501] tx_pwr_comp_init():NotSupportYet!
      [   29.699901] Set_SCSDefaultEnable(): BandIdx=0, SCSEnable=1
      [   29.705493] Set_SCSDefaultEnable(): BandIdx=1, SCSEnable=1
      [   29.711208] MtCmdSetMacTxRx:(ret = 0)
      [   29.715075] MtCmdSetMacTxRx:(ret = 0)
      [   29.719501] ap_ftkd> Initialize FT KDP Module...
      [   29.724163] Main bssid = 00:00:00:00:00:00
      [   29.728312] SetMuruPlatformTypeProc: param.ucPlatformType = 2
      [   29.734153] muru_cfg_dlul_limits:(Ret = 1
      [   29.738234] muru_cfg_dlul_limits:(Ret = 1
      [   29.742631] MtCmdSetMacTxRx:(ret = 0)
      [   29.746505] MtCmdSetMacTxRx:(ret = 0)
      [   29.750246] <==== mt_wifi_init, Status=0
      [   29.754243] CmdHeraStbcPriorityCtrl: u1BandIdx=0, u1Operation=1, u1StbcPriority=0
      [   29.761797] CmdHeraStbcPriorityCtrl: u1BandIdx=1, u1Operation=1, u1StbcPriority=0
      [   29.769463] Register MBSSID IF 1 (ra1)
      [   29.773247] wdev_init(caller:mbss_create_vif+0x2ec/0x4a0), wdev(1)
      [   29.781456] Register MBSSID IF 2 (ra2)
      [   29.785356] wdev_init(caller:mbss_create_vif+0x2ec/0x4a0), wdev(2)
      [   29.793348] Register MBSSID IF 3 (ra3)
      [   29.797287] wdev_init(caller:mbss_create_vif+0x2ec/0x4a0), wdev(3)
      [   29.805585] Register MBSSID IF 4 (rai0)
      [   29.809543] wdev_init(caller:mbss_create_vif+0x2ec/0x4a0), wdev(4)
      [   29.818314] Register MBSSID IF 5 (rai1)
      [   29.822255] wdev_init(caller:mbss_create_vif+0x2ec/0x4a0), wdev(5)
      [   29.830577] Register MBSSID IF 6 (rai2)
      [   29.834527] wdev_init(caller:mbss_create_vif+0x2ec/0x4a0), wdev(6)
      [   29.843018] Register MBSSID IF 7 (rai3)
      [   29.847022] wdev_init(caller:mbss_create_vif+0x2ec/0x4a0), wdev(7)
      [   29.855080] MSTA_Init (2) ---> ApCli
      [   29.858763] Register MSTA IF (apcli0) , pAd->MSTANum = 1
      [   29.864103] wdev_init(caller:MSTA_Init+0x3d4/0x624), wdev(8)
      [   29.870074] Caller: SetCommonHT+0x100/0x170
      [   29.874280] 
      [   29.874280] phy_mode=78, ch=0, wdev_type=2
      [   29.879925] ht_cap: ht_cap->HtCapInfo, 
      [   29.883770] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   29.891489] ht_cap: ht_cap->HtCapParm, 
      [   29.895372] mdpu_density=0, ampdu_factor=3
      [   29.901480] Register MSTA IF (apclii0) , pAd->MSTANum = 2
      [   29.906998] wdev_init(caller:MSTA_Init+0x3d4/0x624), wdev(9)
      [   29.912992] Caller: SetCommonHT+0x100/0x170
      [   29.917254] 
      [   29.917254] phy_mode=177, ch=0, wdev_type=2
      [   29.922950] ht_cap: ht_cap->HtCapInfo, 
      [   29.926841] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   29.934620] ht_cap: ht_cap->HtCapParm, 
      [   29.938495] mdpu_density=0, ampdu_factor=3
      [   29.944387] mt_service_init: wlan service inits successfully!
      [   29.950186] WtcSetMaxStaNum: MaxStaNum:228, BssidNum:8, WdsNum:16, MSTANum:2, MaxNumChipRept:32, MinMcastWcid:278
      [HOTPLUG-net] ra1 add
      [   30.113883] RedInit: set CR4/N9 RED Enable to 1.
      [   30.118586] RedInit: RED Initiailize Done.
      [   30.122954] proc_rps_file_open open proc file[/sys/class/net/eth0/queues/rx-0/rps_cpus] OK
      [   30.131574] proc_rps_file_open open proc file[/sys/class/net/ra0/queues/rx-0/rps_cpus] OK
      [   30.139949] RtmpOSFileOpen(): Error 2 opening /sys/class/net/rax0/queues/rx-0/rps_cpus
      [   30.148035] RtmpOSFileOpen(): Error 2 opening /sys/class/net/rax0/queues/rx-0/rps_cpus
      [   30.157174] RtmpOSFileOpen(): Error 2 opening /sys/class/net/rax0/queues/rx-0/rps_cpus
      [   30.165470] RtmpOSFileOpen(): Error 2 opening /sys/class/net/rax0/queues/rx-0/rps_cpus
      [   30.173530] RtmpOSFileOpen(): Error 2 opening /sys/class/net/rax0/queues/rx-0/rps_cpus
      [   30.181539] proc_rps_file_open close proc file[/sys/class/net/eth0/queues/rx-0/rps_cpus] OK
      [   30.189959] proc_rps_file_open close proc file[/sys/class/net/ra0/queues/rx-0/rps_cpus] OK
      [   30.198505] cp_support_is_enabled: set CR4 CP_SUPPORT to Mode 2.
      [   30.204603] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
      [   30.210931] wifi_sys_open(), wdev idx = 0
      [   30.215143] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0
      [   30.220966] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0
      [   30.226834] BuildChannelList() BandIdx = 0, PhyMode = 78, ChListNum = 13:
      [   30.233727] phy_oper_init(): operate TxStream = 2, RxStream = 2
      [   30.239786] phy_freq_adjust : no prim_ch value for adjust!
      [   30.245373] Caller: wlan_operate_init+0x104/0x118
      [   30.250093] 
      [   30.250093] phy_mode=78, ch=0, wdev_type=1
      [   30.255719] ht_cap: ht_cap->HtCapInfo, 
      [   30.259592] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   30.267335] ht_cap: ht_cap->HtCapParm, 
      [   30.271212] mdpu_density=5, ampdu_factor=3
      [   30.275595] hw_ctrl_flow_v2_open: wdev_idx=0
      [   30.280166] AP inf up for ra_0(func_idx) OmacIdx=0
      [   30.285232] AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn
      [   30.290523] BndStrg_Init()
      BndStrg_TableInit(),Invalid Channel:0 pMbss apidx:0
      [   30.299002] Error in BndStrg_Init(), error code = 9 on apidx = 0
      [   30.305207] BndStrg_TableInit(),Invalid Channel:0 pMbss apidx:1
      [   30.311190] Error in BndStrg_Init(), error code = 9 on apidx = 1
      [   30.317300] BndStrg_TableInit(),Invalid Channel:0 pMbss apidx:2
      [   30.323307] Error in BndStrg_Init(), error code = 9 on apidx = 2
      [   30.329549] BndStrg_TableInit(),Invalid Channel:0 pMbss apidx:3
      [   30.335554] Error in BndStrg_Init(), error code = 9 on apidx = 3
      [   30.341648] BndStrg_TableInit(),Invalid Channel:0 pMbss apidx:4
      [   30.347639] Error in BndStrg_Init(), error code = 9 on apidx = 4
      [   30.353661] BndStrg_TableInit(),Invalid Channel:0 pMbss apidx:5
      [   30.359653] Error in BndStrg_Init(), error code = 9 on apidx = 5
      [   30.365725] BndStrg_TableInit(),Invalid Channel:0 pMbss apidx:6
      [   30.371694] Error in BndStrg_Init(), error code = 9 on apidx = 6
      [   30.377769] BndStrg_TableInit(),Invalid Channel:0 pMbss apidx:7
      [   30.383754] Error in BndStrg_Init(), error code = 9 on apidx = 7
      [   30.390215] ApAutoChannelAtBootUp----------------->
      [   30.395178] ApAutoChannelAtBootUp: AutoChannelBootup[0] = 1
      [   30.401176] MtCmdSetMacTxRx:(ret = 0)
      [   30.405734] MtCmdSetMacTxRx:(ret = 0)
      [   30.409691] UpdateBeaconHandler, wdev(0) bss not ready (state:0, caller:MTAPAutoSelectChannel+0x1bc/0x46c)!!
      [   30.420087] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   30.428606] MtCmdChannelSwitch: ctrl_chl=1, ctrl_ch2=0, cent_ch=1 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
      [   30.449691] MtCmdSetTxRxPath: ctrl_chl=1, ctrl_ch2=0, cent_ch=1, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1)
      [HOTPLUG-net] ra2 add
      [   30.664990] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   30.673254] MtCmdChannelSwitch: ctrl_chl=2, ctrl_ch2=0, cent_ch=2 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
      [   30.693714] MtCmdSetTxRxPath: ctrl_chl=2, ctrl_ch2=0, cent_ch=2, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1)
      [HOTPLUG-net] ra3 add
      [   30.914976] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   30.923174] MtCmdChannelSwitch: ctrl_chl=3, ctrl_ch2=0, cent_ch=3 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
      [   30.943553] MtCmdSetTxRxPath: ctrl_chl=3, ctrl_ch2=0, cent_ch=3, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1)
      [HOTPLUG-net] rai0 add
      [   31.164992] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   31.173163] MtCmdChannelSwitch: ctrl_chl=4, ctrl_ch2=0, cent_ch=4 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
      [   31.185498] UpdateBeaconHandler, wdev(0) bss not ready (state:0, caller:APMlmePeriodicExec+0x308/0x548)!!
      [   31.204190] MtCmdSetTxRxPath: ctrl_chl=4, ctrl_ch2=0, cent_ch=4, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1)
      [HOTPLUG-net] rai1 add
      [   31.425018] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   31.433227] MtCmdChannelSwitch: ctrl_chl=5, ctrl_ch2=0, cent_ch=5 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
      [HOTPLUG-net] rai2 add
      [   31.453679] MtCmdSetTxRxPath: ctrl_chl=5, ctrl_ch2=0, cent_ch=5, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1)
      [HOTPLUG-net] rai3 add
      [   31.675024] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   31.683215] MtCmdChannelSwitch: ctrl_chl=6, ctrl_ch2=0, cent_ch=6 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
      [   31.703500] MtCmdSetTxRxPath: ctrl_chl=6, ctrl_ch2=0, cent_ch=6, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1)
      [HOTPLUG-net] apcli0 add
      [   31.924891] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   31.933015] MtCmdChannelSwitch: ctrl_chl=7, ctrl_ch2=0, cent_ch=7 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
      [   31.953291] MtCmdSetTxRxPath: ctrl_chl=7, ctrl_ch2=0, cent_ch=7, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1)
      [HOTPLUG-net] apclii0 add
      [   32.174792] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   32.182905] MtCmdChannelSwitch: ctrl_chl=8, ctrl_ch2=0, cent_ch=8 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
      [   32.203088] MtCmdSetTxRxPath: ctrl_chl=8, ctrl_ch2=0, cent_ch=8, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1)
      [   32.424744] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   32.432852] MtCmdChannelSwitch: ctrl_chl=9, ctrl_ch2=0, cent_ch=9 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
      [   32.452997] MtCmdSetTxRxPath: ctrl_chl=9, ctrl_ch2=0, cent_ch=9, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1)
      [   32.674750] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   32.682861] MtCmdChannelSwitch: ctrl_chl=10, ctrl_ch2=0, cent_ch=10 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
      [   32.703197] MtCmdSetTxRxPath: ctrl_chl=10, ctrl_ch2=0, cent_ch=10, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1)
      [   32.924739] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   32.932837] MtCmdChannelSwitch: ctrl_chl=11, ctrl_ch2=0, cent_ch=11 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
      [   32.953137] MtCmdSetTxRxPath: ctrl_chl=11, ctrl_ch2=0, cent_ch=11, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1)
      [   33.174704] UpdateBeaconHandler, wdev(0) bss not ready (state:0, caller:MTAPAutoSelectChannel+0x3bc/0x46c)!!
      [   33.184593] ====================================================================
      [   33.192002] Channel   1 : Busy Time =   1406, Skip Channel = FALSE, BwCap = TRUE
      [   33.199435] Channel   2 : Busy Time =   4085, Skip Channel = FALSE, BwCap = TRUE
      [   33.206877] Channel   3 : Busy Time =    689, Skip Channel = FALSE, BwCap = TRUE
      [   33.214272] Channel   4 : Busy Time =      8, Skip Channel = FALSE, BwCap = TRUE
      [   33.221711] Channel   5 : Busy Time =     14, Skip Channel = FALSE, BwCap = TRUE
      [   33.229143] Channel   6 : Busy Time =     38, Skip Channel = FALSE, BwCap = TRUE
      [   33.236583] Channel   7 : Busy Time =   1349, Skip Channel = FALSE, BwCap = TRUE
      [   33.243995] Channel   8 : Busy Time =   1347, Skip Channel = FALSE, BwCap = TRUE
      [   33.251435] Channel   9 : Busy Time =   1342, Skip Channel = FALSE, BwCap = TRUE
      [   33.258871] Channel  10 : Busy Time =     25, Skip Channel = FALSE, BwCap = TRUE
      [   33.266309] Channel  11 : Busy Time =     31, Skip Channel = FALSE, BwCap = TRUE
      [   33.273716] ====================================================================
      [   33.281169] Rule 3 Channel Busy time value : Select Primary Channel 4
      [   33.287638] Rule 3 Channel Busy time value : Min Channel Busy = 8
      [   33.293733] Rule 3 Channel Busy time value : BW = 20
      [   33.298737] [SelectClearChannelBusyTime] - band0 END
      [   33.303729] ApAutoChannelAtBootUp : Auto channel selection: Selected channel = 4, IsAband = 0
      [   33.312452] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   33.320592] MtCmdChannelSwitch: ctrl_chl=4, ctrl_ch2=0, cent_ch=6 DBDCIdx=0, ChBand=0, BW=1, TXStream=2, RXStream=2, scan(0)
      [   33.340664] MtCmdSetTxRxPath: ctrl_chl=4, ctrl_ch2=0, cent_ch=6, RxPath=3, BandIdx=0, ChBand=0, BW=1,TXStream=2, RXStream=3, scan(0)
      [   33.352868] zero_wait_dfs_switch_ch(): outband ch 0, ch_stat 0
      [   33.358758] ApAutoChannelAtBootUp<-----------------
      [   33.363676] ===> APStartUpForMbss(caller:ap_inf_open+0x18c/0x478), mbss_idx:0, CfgMode:177
      [   33.371998] [PMF]APPMFInit:: apidx=0, MFPC=0, MFPR=0, SHA256=0
      [   33.378007] Caller: SetCommonHT+0x100/0x170
      [   33.382193] 
      [   33.382193] phy_mode=78, ch=4, wdev_type=1
      [   33.387811] ht_cap: ht_cap->HtCapInfo, 
      [   33.391683] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   33.399398] ht_cap: ht_cap->HtCapParm, 
      [   33.403243] mdpu_density=5, ampdu_factor=3
      [   33.407389] Enable 20/40 BSSCoex Channel Scan(BssCoex=1)
      [   33.412928] MtCmdSetMacTxRx:(ret = 0)
      [   33.416813] MtCmdSetMacTxRx:(ret = 0)
      [   33.420580] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   33.428752] MtCmdChannelSwitch: ctrl_chl=1, ctrl_ch2=0, cent_ch=1 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
      [   33.448848] MtCmdSetTxRxPath: ctrl_chl=1, ctrl_ch2=0, cent_ch=1, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1)
      [   33.460997] AP OBSS SYNC - BBP R4 to 20MHz.l
      [   33.774409] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   33.782535] MtCmdChannelSwitch: ctrl_chl=2, ctrl_ch2=0, cent_ch=2 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
      [   33.802679] MtCmdSetTxRxPath: ctrl_chl=2, ctrl_ch2=0, cent_ch=2, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1)
      [   33.814857] AP OBSS SYNC - BBP R4 to 20MHz.l
      [   34.124430] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   34.132562] MtCmdChannelSwitch: ctrl_chl=3, ctrl_ch2=0, cent_ch=3 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
      [   34.152696] MtCmdSetTxRxPath: ctrl_chl=3, ctrl_ch2=0, cent_ch=3, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1)
      [   34.164863] AP OBSS SYNC - BBP R4 to 20MHz.l
      [   34.474431] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   34.482563] MtCmdChannelSwitch: ctrl_chl=4, ctrl_ch2=0, cent_ch=4 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
      [   34.502713] MtCmdSetTxRxPath: ctrl_chl=4, ctrl_ch2=0, cent_ch=4, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1)
      [   34.514898] AP OBSS SYNC - BBP R4 to 20MHz.l
      [   34.824409] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   34.832533] MtCmdChannelSwitch: ctrl_chl=5, ctrl_ch2=0, cent_ch=5 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
      [   34.852668] MtCmdSetTxRxPath: ctrl_chl=5, ctrl_ch2=0, cent_ch=5, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1)
      [   34.864834] AP OBSS SYNC - BBP R4 to 20MHz.l
      [   35.174437] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   35.182564] MtCmdChannelSwitch: ctrl_chl=6, ctrl_ch2=0, cent_ch=6 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
      [   35.194792] UpdateBeaconHandler, wdev(0) bss not ready (state:0, caller:update_ap_qload_to_bcn+0x94/0xc4)!!
      [   35.202710] MtCmdSetTxRxPath: ctrl_chl=6, ctrl_ch2=0, cent_ch=6, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1)
      [   35.207244] AP OBSS SYNC - BBP R4 to 20MHz.l
      [   35.514484] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   35.522623] MtCmdChannelSwitch: ctrl_chl=7, ctrl_ch2=0, cent_ch=7 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
      [   35.542763] MtCmdSetTxRxPath: ctrl_chl=7, ctrl_ch2=0, cent_ch=7, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1)
      [   35.554934] AP OBSS SYNC - BBP R4 to 20MHz.l
      [   35.864418] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   35.872548] MtCmdChannelSwitch: ctrl_chl=8, ctrl_ch2=0, cent_ch=8 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
      [   35.892773] MtCmdSetTxRxPath: ctrl_chl=8, ctrl_ch2=0, cent_ch=8, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1)
      [   35.904968] AP OBSS SYNC - BBP R4 to 20MHz.l
      [   36.214467] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   36.222696] MtCmdChannelSwitch: ctrl_chl=9, ctrl_ch2=0, cent_ch=9 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
      [   36.242910] MtCmdSetTxRxPath: ctrl_chl=9, ctrl_ch2=0, cent_ch=9, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1)
      [   36.255107] AP OBSS SYNC - BBP R4 to 20MHz.l
      [   36.564440] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   36.572578] MtCmdChannelSwitch: ctrl_chl=10, ctrl_ch2=0, cent_ch=10 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
      [   36.592899] MtCmdSetTxRxPath: ctrl_chl=10, ctrl_ch2=0, cent_ch=10, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1)
      [   36.605272] AP OBSS SYNC - BBP R4 to 20MHz.l
      [   36.914415] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   36.922539] MtCmdChannelSwitch: ctrl_chl=11, ctrl_ch2=0, cent_ch=11 DBDCIdx=0, ChBand=0, BW=0, TXStream=2, RXStream=2, scan(1)
      [   36.942822] MtCmdSetTxRxPath: ctrl_chl=11, ctrl_ch2=0, cent_ch=11, RxPath=3, BandIdx=0, ChBand=0, BW=0,TXStream=2, RXStream=3, scan(1)
      [   36.955193] AP OBSS SYNC - BBP R4 to 20MHz.l
      [   37.264328] Channel[Idx=0, Ch=1].bEffectedChannel=0x2!
      [   37.269479] needFallBack=TRUE due to OP/OT!
      [   37.273657] Channel[Idx=1, Ch=2].bEffectedChannel=0x0!
      [   37.278858] Channel[Idx=2, Ch=3].bEffectedChannel=0x0!
      [   37.284013] Channel[Idx=3, Ch=4].bEffectedChannel=0x0!
      [   37.289208] Channel[Idx=4, Ch=5].bEffectedChannel=0x0!
      [   37.294379] Channel[Idx=5, Ch=6].bEffectedChannel=0x0!
      [   37.299516] Channel[Idx=6, Ch=7].bEffectedChannel=0x0!
      [   37.304712] Channel[Idx=7, Ch=8].bEffectedChannel=0x2!
      [   37.309853] needFallBack=TRUE due to OP/OT!
      [   37.314037] Channel[Idx=8, Ch=9].bEffectedChannel=0x0!
      [   37.319233] Channel[Idx=9, Ch=10].bEffectedChannel=0x0!
      [   37.324501] Channel[Idx=10, Ch=11].bEffectedChannel=0x0!
      [   37.329970] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   37.338201] MtCmdChannelSwitch: ctrl_chl=4, ctrl_ch2=0, cent_ch=6 DBDCIdx=0, ChBand=0, BW=1, TXStream=2, RXStream=2, scan(0)
      [   37.358277] MtCmdSetTxRxPath: ctrl_chl=4, ctrl_ch2=0, cent_ch=6, RxPath=3, BandIdx=0, ChBand=0, BW=1,TXStream=2, RXStream=3, scan(0)
      [   37.370584] ap_link_up(caller:APStartUpForMbss+0x430/0x6b8), wdev(0)
      [   37.377027] wifi_sys_linkup, wdev idx = 0
      [   37.537664] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:287 for WDEV_TYPE:1
      [   37.537664]  LinkToOmacIdx = 0, LinkToWdevType = 1
      [   37.550568] TRTableInsertMcastEntry:band0 group_idx[0]=0
      [   37.555971] wifi_sys_linkup:wdev(type=0,func_idx=1,wdev_idx=0),BssIndex(0)
      [   37.562921] hw_ctrl_flow_v2_link_up: wdev_idx=0
      [   37.567531] (bssUpdateChannel), ucPrimCh=4, ucCentChSeg0=6, ucCentChSeg1=0, BW=1, ucHetbRU26Disable=0, ucHetbAllDisable=1
      [   37.578527] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8320, CmdBssInfoBmcRate.u2McTransmit = 8320
      [   37.594995] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 0 (ra0)
      [   37.601272]  Band0 BcnInitedRnd = 73
      [   37.604923] BeaconTransmitRequired():2.4G Bcn Tx is blocked!
      [   37.606090] MtCmdTxPowerSKUCtrl: tx_pwr_sku_en: 1, BandIdx: 0
      [   37.606171] MtCmdTxBfBackoffCtrl: fgTxBFBackoffEn: 0, BandIdx: 0
      [   37.606190] MtCmdTxPowerPercentCtrl: fgTxPowerPercentEn: 0, BandIdx: 0
      [   37.606250] TxCCKStreamCtrl: set wrong parameters
      [   37.614627] BndStrg_SetInfFlags(): BSS(38:97:A4:56:EB:39) set 2G Inf ra0 ready.
      [   37.614627] set muru_update_he_cfg()!!!!
      [   37.614643] PrintSrCmd:
      [   37.614643] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   37.614643] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   37.614707] PrintSrCmd:
      [   37.614707] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   37.614707] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   37.614729] PrintSrCmd:
      [   37.614729] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   37.614729] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   37.614769] PrintSrCmd:
      [   37.614769] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   37.614769] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   37.614879] Enable 20/40 BSSCoex Channel Scan(BssCoex=1)
      [   37.614885] apidx 0 for WscUUIDInit
      [   37.614889] Generate UUID for apidx(0)
      [   37.616752] first MBSSID is 00 0c 43 26 46 b0
      [   37.616851] WDS_Init():wds_num[0]=0, count=0, MAX_WDS_ENTRY=16, if_idx=0, flg_wds_init=0
      [   37.616857] Total allocated 0 WDS(es) for band0!
      [   37.617668] extif_set_dev(ra0)
      [   37.618240] add tx_src: 38:97:a4:xx:xx:39
      [   37.618329] add tx_src: 3e:87:a4:xx:xx:3a
      [   37.618360] nf_unregister_hooks()
      [   37.747283] ExtEventBeaconLostHandler::FW EVENT (38:97:a4:xx:xx:39), Reason 0x10
      >>> off wifi led[   37.754737]   AP Beacon OFF!!!
       for ra0
      [   37.759676] BeaconTransmitRequired():2.4G Bcn Tx is blocked!
      [   37.766137] ExtEventBeaconLostHandler::FW EVENT (38:97:a4:xx:xx:39), Reason 0x10
      [   37.773545]   AP Beacon OFF!!!
      [   37.777962] no net device found for rai4 or apclii0
      [   37.782936] no net device found for rai5 or apclii0
      [   37.788098] no net device found for rai6 or apclii0
      [   37.793252] no net device found for rai7 or apclii0
      [   37.798374] no net device found for rai8 or apclii0
      >>> on wifi led [   37.803407] no net device found for rai9 or apclii0
      for ra0
      [   37.810115] no net device found for rai10 or apclii0
      [   37.815647] no net device found for rai11 or apclii0
      [   37.820890] no net device found for rai12 or apclii0
      [   37.826318] no net device found for rai13 or apclii0
      [   37.831582] no net device found for rai14 or apclii0
      [   37.836983] no net device found for rai15 or apclii0
      [   37.844644] add tx_src: 3e:87:a4:xx:xx:39
      [   37.848815] no net device found for ra4 or apcli0
      [   37.853635] no net device found for ra5 or apcli0
      [   37.858502] no net device found for ra6 or apcli0
      [   37.863379] no net device found for ra7 or apcli0
      [   37.868271] no net device found for ra8 or apcli0
      [   37.873092] no net device found for ra9 or apcli0
      [   37.877908] no net device found for ra10 or apcli0
      [   37.882824] no net device found for ra11 or apcli0
      [   37.887842] no net device found for ra12 or apcli0
      [   37.892797] no net device found for ra13 or apcli0
      [   37.897833] no net device found for ra14 or apcli0
      [   37.903134] no net device found for ra15 or apcli0
      [   38.425825] device ra0 entered promiscuous mode
      [   38.430590] br-lan: port 2(ra0) entered forwarding state
      [   38.436093] br-lan: port 2(ra0) entered forwarding state
      [   38.505890] ra2: ===> mbss_virtual_if_open
      [   38.510023] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT
      [   38.516677] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
      [   38.523023] wifi_sys_open(), wdev idx = 2
      [   38.527343] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0
      [   38.533135] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0
      [   38.539023] phy_oper_init(): operate TxStream = 2, RxStream = 2
      [   38.545206] Caller: wlan_operate_init+0x104/0x118
      [   38.550064] 
      [   38.550064] phy_mode=78, ch=4, wdev_type=1
      [   38.555802] ht_cap: ht_cap->HtCapInfo, 
      [   38.559712] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   38.567469] ht_cap: ht_cap->HtCapParm, 
      [   38.571363] mdpu_density=5, ampdu_factor=3
      [   38.575690] hw_ctrl_flow_v2_open: wdev_idx=2
      [   38.580450] AP inf up for ra_2(func_idx) OmacIdx=17
      [   38.585466] AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn
      [   38.590674] BndStrg_Init()
      BndStrg_TableInit(),Invalid Channel:0 pMbss apidx:4
      [   38.599055] Error in BndStrg_Init(), error code = 9 on apidx = 4
      [   38.605174] BndStrg_TableInit(),Invalid Channel:0 pMbss apidx:5
      [   38.611128] Error in BndStrg_Init(), error code = 9 on apidx = 5
      [   38.617293] BndStrg_TableInit(),Invalid Channel:0 pMbss apidx:6
      [   38.623272] Error in BndStrg_Init(), error code = 9 on apidx = 6
      [   38.629382] BndStrg_TableInit(),Invalid Channel:0 pMbss apidx:7
      [   38.635389] Error in BndStrg_Init(), error code = 9 on apidx = 7
      [   38.641588] ApAutoChannelAtBootUp----------------->
      [   38.646567] ApAutoChannelAtBootUp: AutoChannelBootup[0] = 1
      [   38.652431] MtCmdSetMacTxRx:(ret = 0)
      [   38.656387] MtCmdSetMacTxRx:(ret = 0)
      [   38.660080]  ap_run_at_boot() : ACS is disable !!
      [   38.665643] ===> APStartUpForMbss(caller:ap_inf_open+0x18c/0x478), mbss_idx:2, CfgMode:177
      [   38.673943] [PMF]APPMFInit:: apidx=2, MFPC=0, MFPR=0, SHA256=0
      [   38.680010] Caller: SetCommonHT+0x100/0x170
      [   38.684223] 
      [   38.684223] phy_mode=78, ch=4, wdev_type=1
      [   38.689912] ht_cap: ht_cap->HtCapInfo, 
      [   38.693778] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   38.701573] ht_cap: ht_cap->HtCapParm, 
      [   38.705462] mdpu_density=5, ampdu_factor=3
      [   38.709627] Enable 20/40 BSSCoex Channel Scan(BssCoex=1)
      [   38.715160] ap_link_up(caller:APStartUpForMbss+0x430/0x6b8), wdev(2)
      [   38.721579] wifi_sys_linkup, wdev idx = 2
      [   38.883418] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:286 for WDEV_TYPE:1
      [   38.883418]  LinkToOmacIdx = 11, LinkToWdevType = 1
      [   38.896425] TRTableInsertMcastEntry:band0 group_idx[2]=2
      [   38.901759] wifi_sys_linkup:wdev(type=2,func_idx=1,wdev_idx=2),BssIndex(1)
      [   38.909178] hw_ctrl_flow_v2_link_up: wdev_idx=2
      [   38.913745] (bssUpdateChannel), ucPrimCh=4, ucCentChSeg0=6, ucCentChSeg1=0, BW=1, ucHetbRU26Disable=0, ucHetbAllDisable=1
      [   38.924787] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8320, CmdBssInfoBmcRate.u2McTransmit = 8320
      [   38.941939] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 11 (ra0)
      [   38.948409] BeaconTransmitRequired():2.4G Bcn Tx is blocked!
      [   38.949320] MtCmdTxPowerSKUCtrl: tx_pwr_sku_en: 1, BandIdx: 0
      [   38.949384] MtCmdTxBfBackoffCtrl: fgTxBFBackoffEn: 0, BandIdx: 0
      [   38.949416] MtCmdTxPowerPercentCtrl: fgTxPowerPercentEn: 0, BandIdx: 0
      [   38.949450] TxCCKStreamCtrl: set wrong parameters
      [   38.977556] ExtEventBeaconLostHandler::FW EVENT (3a:97:a4:66:eb:39), Reason 0x10
      [   38.977611] BndStrg_SetInfFlags(): BSS(3A:97:A4:66:EB:39) set 2G Inf ra2 ready.
      [   38.977611] set muru_update_he_cfg()!!!!
      [   38.977626] PrintSrCmd:
      [   38.977626] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   38.977626] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   38.977657] PrintSrCmd:
      [   38.977657] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   38.977657] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   38.977686] PrintSrCmd:
      [   38.977686] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   38.977686] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   38.977710] PrintSrCmd:
      [   38.977710] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   38.977710] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   38.977775] apidx 2 for WscUUIDInit
      [   38.977780] Generate UUID for apidx(2)
      [   38.979655] first MBSSID is 00 0c 43 26 46 b0
      [   38.980579] extif_set_dev(ra2)
      [   39.070798]   AP Beacon OFF!!!
      [   39.647676] device ra2 entered promiscuous mode
      [   39.652465] br-lan: port 3(ra2) entered forwarding state
      [   39.657921] br-lan: port 3(ra2) entered forwarding state
      [   39.981365] led=8, on=0, off=4000, blinks,=0, reset=0, time=1 low_trigger=1
      [   40.229444] BeaconTransmitRequired():2.4G Bcn Tx is blocked!
      [   40.235613] ExtEventBeaconLostHandler::FW EVENT (38:97:a4:xx:xx:39), Reason 0x10
      [   40.243141]   AP Beacon OFF!!!
      [   40.246420] BeaconTransmitRequired():2.4G Bcn Tx is blocked!
      [   40.252387] ExtEventBeaconLostHandler::FW EVENT (3a:97:a4:66:eb:39), Reason 0x10
      [   40.260074]   AP Beacon OFF!!!
      easy_setup: START SERVICE...
      [   40.434383] br-lan: port 2(ra0) entered forwarding state
      [wan_auto_detect] wait 160 for auto detect processing
      Start Elecom mDNS...
      Wait for the network interfaces...All the network interfaces are ready.Dump DNS record as follows:
      A  : 192.168.2.1
      SRV: _http._tcp.local. Port=80
      PTR: WRC-X1800GS._http._tcp.local.
      TXT: 
           mode   = router
           mac    = 38:97:a4:xx:xx:38
           ver    = 1.17
           rssi   = 0
           vendor = elecom
           type   = ap
      == /tmp/multiboot/zyMultiboot start !! ==
      STARTING MultiBoot Program
      [zyMultiboot] Waiting 3 secs ...
      [   41.654347] br-lan: port 3(ra2) entered forwarding state
      [   42.537367] rai0: ===> mbss_virtual_if_open
      [   42.541580] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT
      [   42.548104] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
      [   42.554417] wifi_sys_open(), wdev idx = 4
      [   42.558527] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0
      [   42.564338] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0
      [   42.570164] BuildChannelList() BandIdx = 1, PhyMode = 177, ChListNum = 20:
      [   42.577316] DfsBuildChannelList(): Done
      [   42.581170] phy_oper_init(): operate TxStream = 2, RxStream = 2
      [   42.587164]  [RadarStateCheck] RD_NORMAL_MODE  
      [   42.592573] phy_freq_adjust : no prim_ch value for adjust!
      [   42.598138] Caller: wlan_operate_init+0x104/0x118
      [   42.602849] 
      [   42.602849] phy_mode=177, ch=0, wdev_type=1
      [   42.608541] ht_cap: ht_cap->HtCapInfo, 
      [   42.612407] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   42.620102] ht_cap: ht_cap->HtCapParm, 
      [   42.623951] mdpu_density=5, ampdu_factor=3
      [   42.628432] hw_ctrl_flow_v2_open: wdev_idx=4
      [   42.632947] AP inf up for ra_4(func_idx) OmacIdx=0
      [   42.637865] AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn
      [   42.642962] BndStrg_Init()
      BndStrg_TableInit(),Invalid Channel:0 pMbss apidx:4
      [   42.651301] Error in BndStrg_Init(), error code = 9 on apidx = 4
      [   42.657350] BndStrg_TableInit(),Invalid Channel:0 pMbss apidx:5
      [   42.663275] Error in BndStrg_Init(), error code = 9 on apidx = 5
      [   42.669330] BndStrg_TableInit(),Invalid Channel:0 pMbss apidx:6
      [   42.675272] Error in BndStrg_Init(), error code = 9 on apidx = 6
      [   42.681279] BndStrg_TableInit(),Invalid Channel:0 pMbss apidx:7
      [   42.687222] Error in BndStrg_Init(), error code = 9 on apidx = 7
      [   42.693363] ApAutoChannelAtBootUp----------------->
      [   42.698297] ApAutoChannelAtBootUp: AutoChannelBootup[1] = 1
      [   42.704070] MtCmdSetMacTxRx:(ret = 0)
      [   42.708028] MtCmdSetMacTxRx:(ret = 0)
      [   42.711725] [AutoChSelBuildChannelListFor5G] ChListNum5G = 20
      [   42.717610] UpdateBeaconHandler, wdev(4) bss not ready (state:0, caller:MTAPAutoSelectChannel+0x1bc/0x46c)!!
      [   42.727767] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   42.735920] MtCmdChannelSwitch: ctrl_chl=36, ctrl_ch2=0, cent_ch=36 DBDCIdx=1, ChBand=1, BW=0, TXStream=2, RXStream=2, scan(1)
      [   42.755781] MtCmdSetTxRxPath: ctrl_chl=36, ctrl_ch2=0, cent_ch=36, RxPath=3, BandIdx=1, ChBand=1, BW=0,TXStream=2, RXStream=3, scan(1)
      [   42.974760] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   42.982872] MtCmdChannelSwitch: ctrl_chl=40, ctrl_ch2=0, cent_ch=40 DBDCIdx=1, ChBand=1, BW=0, TXStream=2, RXStream=2, scan(1)
      [   43.002768] MtCmdSetTxRxPath: ctrl_chl=40, ctrl_ch2=0, cent_ch=40, RxPath=3, BandIdx=1, ChBand=1, BW=0,TXStream=2, RXStream=3, scan(1)
      [   43.229292] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   43.237453] MtCmdChannelSwitch: ctrl_chl=44, ctrl_ch2=0, cent_ch=44 DBDCIdx=1, ChBand=1, BW=0, TXStream=2, RXStream=2, scan(1)
      [   43.257298] MtCmdSetTxRxPath: ctrl_chl=44, ctrl_ch2=0, cent_ch=44, RxPath=3, BandIdx=1, ChBand=1, BW=0,TXStream=2, RXStream=3, scan(1)
      [   43.324359] UpdateBeaconHandler, wdev(1) bss not ready (state:0, caller:MlmePeriodicExec+0x214/0xba8)!!
      [   43.333778] UpdateBeaconHandler, wdev(3) bss not ready (state:0, caller:MlmePeriodicExec+0x214/0xba8)!!
      [   43.343192] Mlme count 0 start beacon
      [   43.474768] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   43.482896] MtCmdChannelSwitch: ctrl_chl=48, ctrl_ch2=0, cent_ch=48 DBDCIdx=1, ChBand=1, BW=0, TXStream=2, RXStream=2, scan(1)
      [   43.502779] MtCmdSetTxRxPath: ctrl_chl=48, ctrl_ch2=0, cent_ch=48, RxPath=3, BandIdx=1, ChBand=1, BW=0,TXStream=2, RXStream=3, scan(1)
      [   43.724779] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   43.732905] MtCmdChannelSwitch: ctrl_chl=52, ctrl_ch2=0, cent_ch=52 DBDCIdx=1, ChBand=1, BW=0, TXStream=2, RXStream=2, scan(1)
      [   43.752819] MtCmdSetTxRxPath: ctrl_chl=52, ctrl_ch2=0, cent_ch=52, RxPath=3, BandIdx=1, ChBand=1, BW=0,TXStream=2, RXStream=3, scan(1)
      Not receive Multiboot packets. Exit zyMultiboot program.
      [   43.974886] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   43.983020] MtCmdChannelSwitch: ctrl_chl=56, ctrl_ch2=0, cent_ch=56 DBDCIdx=1, ChBand=1, BW=0, TXStream=2, RXStream=2, scan(1)
      [   44.003032] MtCmdSetTxRxPath: ctrl_chl=56, ctrl_ch2=0, cent_ch=56, RxPath=3, BandIdx=1, ChBand=1, BW=0,TXStream=2, RXStream=3, scan(1)
      [   44.032162] mtd: Bootloader locked
      [   44.035671] mtd: Ubootenv locked
      [   44.038898] mtd: Factory locked
      [   44.042034] mtd_locked init
      [   44.224805] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   44.232926] MtCmdChannelSwitch: ctrl_chl=60, ctrl_ch2=0, cent_ch=60 DBDCIdx=1, ChBand=1, BW=0, TXStream=2, RXStream=2, scan(1)
      [   44.252808] MtCmdSetTxRxPath: ctrl_chl=60, ctrl_ch2=0, cent_ch=60, RxPath=3, BandIdx=1, ChBand=1, BW=0,TXStream=2, RXStream=3, scan(1)
      [   44.474774] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   44.482881] MtCmdChannelSwitch: ctrl_chl=64, ctrl_ch2=0, cent_ch=64 DBDCIdx=1, ChBand=1, BW=0, TXStream=2, RXStream=2, scan(1)
      [   44.502763] MtCmdSetTxRxPath: ctrl_chl=64, ctrl_ch2=0, cent_ch=64, RxPath=3, BandIdx=1, ChBand=1, BW=0,TXStream=2, RXStream=3, scan(1)
      [   44.724800] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   44.732909] MtCmdChannelSwitch: ctrl_chl=100, ctrl_ch2=0, cent_ch=100 DBDCIdx=1, ChBand=1, BW=0, TXStream=2, RXStream=2, scan(1)
      [   44.752950] MtCmdSetTxRxPath: ctrl_chl=100, ctrl_ch2=0, cent_ch=100, RxPath=3, BandIdx=1, ChBand=1, BW=0,TXStream=2, RXStream=3, scan(1)
      [   44.974744] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   44.982846] MtCmdChannelSwitch: ctrl_chl=104, ctrl_ch2=0, cent_ch=104 DBDCIdx=1, ChBand=1, BW=0, TXStream=2, RXStream=2, scan(1)
      [   45.002910] MtCmdSetTxRxPath: ctrl_chl=104, ctrl_ch2=0, cent_ch=104, RxPath=3, BandIdx=1, ChBand=1, BW=0,TXStream=2, RXStream=3, scan(1)
      [   45.224790] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   45.232904] MtCmdChannelSwitch: ctrl_chl=108, ctrl_ch2=0, cent_ch=108 DBDCIdx=1, ChBand=1, BW=0, TXStream=2, RXStream=2, scan(1)
      [   45.252955] MtCmdSetTxRxPath: ctrl_chl=108, ctrl_ch2=0, cent_ch=108, RxPath=3, BandIdx=1, ChBand=1, BW=0,TXStream=2, RXStream=3, scan(1)
      [   45.265702] UpdateBeaconHandler, wdev(4) bss not ready (state:0, caller:update_ap_qload_to_bcn+0x94/0xc4)!!
      [   45.484772] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   45.492881] MtCmdChannelSwitch: ctrl_chl=112, ctrl_ch2=0, cent_ch=112 DBDCIdx=1, ChBand=1, BW=0, TXStream=2, RXStream=2, scan(1)
      [   45.512923] MtCmdSetTxRxPath: ctrl_chl=112, ctrl_ch2=0, cent_ch=112, RxPath=3, BandIdx=1, ChBand=1, BW=0,TXStream=2, RXStream=3, scan(1)
      [   45.734746] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   45.742848] MtCmdChannelSwitch: ctrl_chl=116, ctrl_ch2=0, cent_ch=116 DBDCIdx=1, ChBand=1, BW=0, TXStream=2, RXStream=2, scan(1)
      [   45.762881] MtCmdSetTxRxPath: ctrl_chl=116, ctrl_ch2=0, cent_ch=116, RxPath=3, BandIdx=1, ChBand=1, BW=0,TXStream=2, RXStream=3, scan(1)
      [   45.984795] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   45.992911] MtCmdChannelSwitch: ctrl_chl=120, ctrl_ch2=0, cent_ch=120 DBDCIdx=1, ChBand=1, BW=0, TXStream=2, RXStream=2, scan(1)
      [   46.012942] MtCmdSetTxRxPath: ctrl_chl=120, ctrl_ch2=0, cent_ch=120, RxPath=3, BandIdx=1, ChBand=1, BW=0,TXStream=2, RXStream=3, scan(1)
      [   46.234748] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   46.242850] MtCmdChannelSwitch: ctrl_chl=124, ctrl_ch2=0, cent_ch=124 DBDCIdx=1, ChBand=1, BW=0, TXStream=2, RXStream=2, scan(1)
      [   46.262892] MtCmdSetTxRxPath: ctrl_chl=124, ctrl_ch2=0, cent_ch=124, RxPath=3, BandIdx=1, ChBand=1, BW=0,TXStream=2, RXStream=3, scan(1)
      [   46.484757] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   46.492877] MtCmdChannelSwitch: ctrl_chl=128, ctrl_ch2=0, cent_ch=128 DBDCIdx=1, ChBand=1, BW=0, TXStream=2, RXStream=2, scan(1)
      [   46.512913] MtCmdSetTxRxPath: ctrl_chl=128, ctrl_ch2=0, cent_ch=128, RxPath=3, BandIdx=1, ChBand=1, BW=0,TXStream=2, RXStream=3, scan(1)
      [   46.734703] UpdateBeaconHandler, wdev(4) bss not ready (state:0, caller:MTAPAutoSelectChannel+0x3bc/0x46c)!!
      [   46.744570] ====================================================================
      [   46.751966] Channel  36 : Busy Time =    298, Skip Channel = FALSE, BwCap = TRUE
      [   46.759379] Channel  40 : Busy Time =    223, Skip Channel = FALSE, BwCap = TRUE
      [   46.766807] Channel  44 : Busy Time =     58, Skip Channel = FALSE, BwCap = TRUE
      [   46.774204] Channel  48 : Busy Time =    299, Skip Channel = FALSE, BwCap = TRUE
      [   46.781769] Channel  52 : Busy Time =      0, Skip Channel = FALSE, BwCap = TRUE
      [   46.789196] Channel  56 : Busy Time =      0, Skip Channel = FALSE, BwCap = TRUE
      [   46.796613] Channel  60 : Busy Time =      1, Skip Channel = FALSE, BwCap = TRUE
      [   46.804031] Channel  64 : Busy Time =      0, Skip Channel = FALSE, BwCap = TRUE
      [   46.811467] Channel 100 : Busy Time =      1, Skip Channel = FALSE, BwCap = TRUE
      [   46.818909] Channel 104 : Busy Time =      0, Skip Channel = FALSE, BwCap = TRUE
      [   46.826343] Channel 108 : Busy Time =      0, Skip Channel = FALSE, BwCap = TRUE
      [   46.833746] Channel 112 : Busy Time =      1, Skip Channel = FALSE, BwCap = TRUE
      [   46.841166] Channel 116 : Busy Time =      0, Skip Channel = FALSE, BwCap = TRUE
      [   46.848597] Channel 120 : Busy Time =      0, Skip Channel = FALSE, BwCap = TRUE
      [   46.856013] Channel 124 : Busy Time =      0, Skip Channel = FALSE, BwCap = TRUE
      [   46.863425] Channel 128 : Busy Time =      0, Skip Channel = FALSE, BwCap = TRUE
      [   46.870859] ====================================================================
      [   46.878394] Rule 3 Channel Busy time value : Select Primary Channel 116
      [   46.885040] Rule 3 Channel Busy time value : Min Channel Busy = 0
      [   46.891147] Rule 3 Channel Busy time value : BW = 80
      [   46.896148] [SelectClearChannelBusyTime] - band1 END
      [   46.901126] ApAutoChannelAtBootUp : Auto channel selection: Selected channel = 116, IsAband = 1
      [   46.909865]  [RadarStateCheck] RD_SILENCE_MODE  
      [   46.915437] [DfsCacNormalStart][RDM] CAC 65 seconds start . Disable MAC TX
      [   46.922366] [DfsSwitchCheck]: DFS ByPass TX calibration.
      [   46.927791] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   46.935923] MtCmdChannelSwitch: ctrl_chl=116, ctrl_ch2=0, cent_ch=122 DBDCIdx=1, ChBand=1, BW=2, TXStream=2, RXStream=2, scan(0)
      [   46.955903] MtCmdSetTxRxPath: ctrl_chl=116, ctrl_ch2=0, cent_ch=122, RxPath=3, BandIdx=1, ChBand=1, BW=2,TXStream=2, RXStream=3, scan(0)
      [   46.968494] DfsBuildChannelList(): Done
      [   46.972334] zero_wait_dfs_switch_ch(): outband ch 0, ch_stat 0
      [   46.978357] ApAutoChannelAtBootUp<-----------------
      [   46.983274] ===> APStartUpForMbss(caller:ap_inf_open+0x18c/0x478), mbss_idx:4, CfgMode:177
      [   46.991592] [PMF]APPMFInit:: apidx=4, MFPC=0, MFPR=0, SHA256=0
      [   46.997595] Caller: SetCommonHT+0x100/0x170
      [   47.001782] 
      [   47.001782] phy_mode=177, ch=116, wdev_type=1
      [   47.007640] ht_cap: ht_cap->HtCapInfo, 
      [   47.011499] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   47.019195] ht_cap: ht_cap->HtCapParm, 
      [   47.023043] mdpu_density=5, ampdu_factor=3
      [   47.027189] Enable 20/40 BSSCoex Channel Scan(BssCoex=1)
      [   47.032553] ap_link_up(caller:APStartUpForMbss+0x430/0x6b8), wdev(4)
      [   47.038945] wifi_sys_linkup, wdev idx = 4
      [   47.199474] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:285 for WDEV_TYPE:1
      [   47.199474]  LinkToOmacIdx = 0, LinkToWdevType = 1
      [   47.212377] TRTableInsertMcastEntry:band1 group_idx[4]=4
      [   47.217744] wifi_sys_linkup:wdev(type=4,func_idx=1,wdev_idx=4),BssIndex(2)
      [   47.224707] hw_ctrl_flow_v2_link_up: wdev_idx=4
      [   47.229262] (bssUpdateChannel), ucPrimCh=116, ucCentChSeg0=122, ucCentChSeg1=0, BW=2, ucHetbRU26Disable=0, ucHetbAllDisable=1
      [   47.240632] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8320, CmdBssInfoBmcRate.u2McTransmit = 8320
      [   47.257056] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 0 (ra0)
      [   47.263335]  Band1 BcnInitedRnd = 169
      [   47.267101] MtCmdTxPowerSKUCtrl: tx_pwr_sku_en: 1, BandIdx: 1
      [   47.272901] MtCmdTxBfBackoffCtrl: fgTxBFBackoffEn: 0, BandIdx: 1
      [   47.279841] MtCmdTxPowerPercentCtrl: fgTxPowerPercentEn: 0, BandIdx: 1
      [   47.294937] BndStrg_SetInfFlags(): BSS(38:97:A4:56:EB:3A) set 5G Inf rai0 ready.
      set muru_update_he_cfg()!!!!
      [   47.306906] PrintSrCmd:
      [   47.306906] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   47.306906] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   47.320974] PrintSrCmd:
      [   47.320974] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   47.320974] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   47.335065] PrintSrCmd:
      [   47.335065] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   47.335065] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   47.349131] PrintSrCmd:
      [   47.349131] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   47.349131] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   47.363334] apidx 4 for WscUUIDInit
      [   47.366869] Generate UUID for apidx(4)
      [   47.372327] first MBSSID is 00 0c 43 26 46 b0
      [   47.376885] WDS_Init():wds_num[1]=0, count=0, MAX_WDS_ENTRY=16, if_idx=0, flg_wds_init=0
      [   47.385122] Total allocated 0 WDS(es) for band1!
      [   47.390719] extif_set_dev(rai0)
      == /tmp/multiboot/zyMultiboot end !! ==
      >>> off wifi led for rai0
      .... done ....
      procd: - init complete -
      >>> on wifi led for rai0
      [   47.861844] device rai0 entered promiscuous mode
      [   47.866780] br-lan: port 4(rai0) entered forwarding state
      [   47.872266] br-lan: port 4(rai0) entered forwarding state
      [   47.933978] rai2: ===> mbss_virtual_if_open
      [   47.938234] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT
      [   47.944736] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
      [   47.951070] wifi_sys_open(), wdev idx = 6
      [   47.955280] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0
      [   47.961065] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0
      [   47.966887] phy_oper_init(): operate TxStream = 2, RxStream = 2
      [   47.972901]  [RadarStateCheck] RD_SILENCE_MODE  
      [   47.978572] [DfsCacNormalStart][RDM] CAC 65 seconds start . Disable MAC TX
      [   47.985681] Caller: wlan_operate_init+0x104/0x118
      [   47.990472] 
      [   47.990472] phy_mode=177, ch=116, wdev_type=1
      [   47.996376] ht_cap: ht_cap->HtCapInfo, 
      [   48.000252] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   48.007958] ht_cap: ht_cap->HtCapParm, 
      [   48.011829] mdpu_density=5, ampdu_factor=3
      [   48.016151] hw_ctrl_flow_v2_open: wdev_idx=6
      [   48.020720] AP inf up for ra_6(func_idx) OmacIdx=17
      [   48.025696] AsicRadioOnOffCtrl(): DbdcIdx=1 RadioOn
      [   48.030795] BndStrg_Init()
      ApAutoChannelAtBootUp----------------->
      [   48.038272] ApAutoChannelAtBootUp: AutoChannelBootup[1] = 1
      [   48.044034] MtCmdSetMacTxRx:(ret = 0)
      [   48.047942] MtCmdSetMacTxRx:(ret = 0)
      [   48.051616]  ap_run_at_boot() : ACS is disable !!
      [   48.057119] ===> APStartUpForMbss(caller:ap_inf_open+0x18c/0x478), mbss_idx:6, CfgMode:177
      [   48.065424] [PMF]APPMFInit:: apidx=6, MFPC=0, MFPR=0, SHA256=0
      [   48.071373] Caller: SetCommonHT+0x100/0x170
      [   48.075593] 
      [   48.075593] phy_mode=177, ch=116, wdev_type=1
      [   48.081447] ht_cap: ht_cap->HtCapInfo, 
      [   48.085346] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   48.093004] ht_cap: ht_cap->HtCapParm, 
      [   48.096886] mdpu_density=5, ampdu_factor=3
      [   48.100995] Enable 20/40 BSSCoex Channel Scan(BssCoex=1)
      [   48.106414] ap_link_up(caller:APStartUpForMbss+0x430/0x6b8), wdev(6)
      [   48.112777] wifi_sys_linkup, wdev idx = 6
      [   48.272996] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:284 for WDEV_TYPE:1
      [   48.272996]  LinkToOmacIdx = 11, LinkToWdevType = 1
      [   48.286105] TRTableInsertMcastEntry:band1 group_idx[6]=6
      [   48.291481] wifi_sys_linkup:wdev(type=6,func_idx=1,wdev_idx=6),BssIndex(3)
      [   48.298428] hw_ctrl_flow_v2_link_up: wdev_idx=6
      [   48.303042] (bssUpdateChannel), ucPrimCh=116, ucCentChSeg0=122, ucCentChSeg1=0, BW=2, ucHetbRU26Disable=0, ucHetbAllDisable=1
      [   48.314452] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8320, CmdBssInfoBmcRate.u2McTransmit = 8320
      [   48.331529] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 11 (ra0)
      [   48.338022] MtCmdTxPowerSKUCtrl: tx_pwr_sku_en: 1, BandIdx: 1
      [   48.343863] MtCmdTxBfBackoffCtrl: fgTxBFBackoffEn: 0, BandIdx: 1
      [   48.350027] MtCmdTxPowerPercentCtrl: fgTxPowerPercentEn: 0, BandIdx: 1
      [   48.365030] BndStrg_SetInfFlags(): BSS(3A:97:A4:66:EB:3A) set 5G Inf rai2 ready.
      set muru_update_he_cfg()!!!!
      [   48.377000] PrintSrCmd:
      [   48.377000] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   48.377000] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   48.391089] PrintSrCmd:
      [   48.391089] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   48.391089] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   48.405177] PrintSrCmd:
      [   48.405177] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   48.405177] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   48.419304] PrintSrCmd:
      [   48.419304] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   48.419304] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   48.433573] apidx 6 for WscUUIDInit
      [   48.437123] Generate UUID for apidx(6)
      [   48.443034] first MBSSID is 00 0c 43 26 46 b0
      [   48.448214] extif_set_dev(rai2)
      [   48.909155] device rai2 entered promiscuous mode
      [   48.913968] br-lan: port 5(rai2) entered forwarding state
      [   48.919529] br-lan: port 5(rai2) entered forwarding state
      [   49.729761] SetThermalProtectDisable(): band_idx: 0, protection_type: 1, trigger_type: 1
      [   49.737951] MtCmdThermalProtectDisable: band_idx: 0, protect_type: 1
      [   49.744347] MtCmdThermalProtectDisable: trigger_type: 1
      [   49.749756] (Thermal Protect) Duty Notify.
      [   49.753864] band_idx: 0, level_idx: 0, duty_percent: 100
      [   49.779494] SetThermalProtectDisable(): band_idx: 0, protection_type: 2, trigger_type: 1
      [   49.787864] MtCmdThermalProtectDisable: band_idx: 0, protect_type: 2
      [   49.794222] MtCmdThermalProtectDisable: trigger_type: 1
      [   49.799627] (Thermal Protect) Radio Notify.
      [   49.803959] band_idx: 0, level_idx: 0
      [   49.811004] SetThermalProtectEnable(): band_idx: 0, protection_type: 2, trigger_type: 1
      [   49.819090] SetThermalProtectEnable(): trigger_temp: 125, restore_temp: 0, recheck_time: 5
      [   49.827415] MtCmdThermalProtectEnable: band_idx: 0, protect_type: 2
      [   49.833691] MtCmdThermalProtectEnable: trigger_type: 1, trigger_temp: 125
      [   49.840511] MtCmdThermalProtectEnable: restore_temp: 0, recheck_time: 5
      [   49.847349] (Thermal Protect) Radio Notify.
      [   49.851568] band_idx: 0, level_idx: 0
      [   49.864367] br-lan: port 4(rai0) entered forwarding state
      [   49.878537] SetThermalProtectDisable(): band_idx: 1, protection_type: 1, trigger_type: 1
      [   49.886726] MtCmdThermalProtectDisable: band_idx: 1, protect_type: 1
      [   49.893076] MtCmdThermalProtectDisable: trigger_type: 1
      [   49.898530] (Thermal Protect) Duty Notify.
      [   49.902684] band_idx: 0, level_idx: 0, duty_percent: 100
      [   49.927403] SetThermalProtectDisable(): band_idx: 1, protection_type: 2, trigger_type: 1
      [   49.935636] MtCmdThermalProtectDisable: band_idx: 1, protect_type: 2
      [   49.941990] MtCmdThermalProtectDisable: trigger_type: 1
      [   49.947437] (Thermal Protect) Radio Notify.
      [   49.951676] band_idx: 0, level_idx: 0
      [   49.958326] SetThermalProtectEnable(): band_idx: 1, protection_type: 2, trigger_type: 1
      [   49.966387] SetThermalProtectEnable(): trigger_temp: 125, restore_temp: 0, recheck_time: 5
      [   49.974706] MtCmdThermalProtectEnable: band_idx: 1, protect_type: 2
      [   49.981025] MtCmdThermalProtectEnable: trigger_type: 1, trigger_temp: 125
      [   49.987888] MtCmdThermalProtectEnable: restore_temp: 0, recheck_time: 5
      [   49.994750] (Thermal Protect) Radio Notify.
      [   49.998980] band_idx: 1, level_idx: 0
      [   50.406060] led=3, on=4000, off=0, blinks,=0, reset=0, time=1 low_trigger=0
      [   50.437164] led=4, on=0, off=4000, blinks,=0, reset=0, time=1 low_trigger=0
      [   50.914368] br-lan: port 5(rai2) entered forwarding state
      [   50.943206] led=0, on=4000, off=0, blinks,=0, reset=0, time=1 low_trigger=1
      [   50.975024] led=5, on=4000, off=0, blinks,=0, reset=0, time=1 low_trigger=0
      [   51.007025] led=15, on=4000, off=0, blinks,=0, reset=0, time=1 low_trigger=1
      [   51.139914] led=13, on=4000, off=0, blinks,=0, reset=0, time=1 low_trigger=1
      [   51.171006] led=17, on=4000, off=0, blinks,=0, reset=0, time=1 low_trigger=0
      [   60.219611] module exit
      [   65.673726] Set_MapR2_Proc MAP R2 is already disabled
      [   65.682021] Set_MapTS_Proc MAP TS is already disabled
      [   65.697597] Set_MapR2_Proc MAP R2 is already disabled
      [   65.706022] Set_MapTS_Proc MAP TS is already disabled
      [   65.738096] Set_Map_Proc current MAP MODE is 2
      [   65.752924] Set_Map_Proc current MAP MODE is 2
      [   70.589033] Enable GAS service for MBSSID[0]
      [   70.593376] Unknow Parameter:8
      [   70.596811] Unknow Parameter:0
      [   70.599927] Unknow Parameter:1
      [   70.602992] Unknow Parameter:2
      [   70.606123] Unknow Parameter:3
      [   70.610568] Enable GAS service for MBSSID[4]
      [   70.614995] Unknow Parameter:8
      [   70.618134] Unknow Parameter:0
      [   70.621200] Unknow Parameter:1
      [   70.624261] Unknow Parameter:2
      [   70.627398] Unknow Parameter:3
      [   70.630534] Set_AP_VENDOR_SPECIFIC_IE: Unknown OUIType = 16
      [   70.636195] Set_AP_VENDOR_SPECIFIC_IE: Unknown OUIType = 9
      [   70.641788] set_wapp_cmm_ie: Unknown IE(EID = 111)
      [   70.646707] set_wapp_cmm_ie: Unknown IE(EID = 110)
      [   70.651577] Set_AP_VENDOR_SPECIFIC_IE: Unknown OUIType = 16
      [   70.657260] Set_AP_VENDOR_SPECIFIC_IE: Unknown OUIType = 9
      [   70.662853] set_wapp_cmm_ie: Unknown IE(EID = 111)
      [   70.667768] set_wapp_cmm_ie: Unknown IE(EID = 110)
      [   70.678220] Set_Fh_Bss_Proc rai0 wdev->MAPCfg.DevOwnRole 0x0
      [   70.689993] Set_Fh_Bss_Proc rai0 wdev->MAPCfg.DevOwnRole 0x20
      [   70.709001] Set_Fh_Bss_Proc rai2 wdev->MAPCfg.DevOwnRole 0x0
      [   70.720609] Set_Fh_Bss_Proc rai2 wdev->MAPCfg.DevOwnRole 0x20
      [   71.043422] Set_Fh_Bss_Proc ra0 wdev->MAPCfg.DevOwnRole 0x0
      [   71.357067] Set_Fh_Bss_Proc ra0 wdev->MAPCfg.DevOwnRole 0x20
      [   71.992689] Set_Fh_Bss_Proc ra2 wdev->MAPCfg.DevOwnRole 0x0
      [   72.005145] Set_Fh_Bss_Proc ra2 wdev->MAPCfg.DevOwnRole 0x20
      [  114.305037] [DfsCacEndUpdate][RDM] CAC end. Enable MAC TX.