大破雑記帳

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

WN-DEAX1800GR

この機種もファームウェア公開直後辺りにMT7621搭載機であることを把握していたもの。WRC-X3200GST3に続き、某氏より提供頂きました。感謝。
サポートのため弄っていくのでメモ。

Switch

zone WAN LAN
port (WN-DEAX1800GR) インターネット (LAN番号刻印無し)
port (MT7530) port0 port1 port2

MAC

  • LAN: 50:41:B9:xx:xx:F4 (Config, ethaddr (text))
  • WAN: 50:41:B9:xx:xx:F6 (Config, wanaddr (text))
  • 2.4G: 50:41:B9:xx:xx:F4 (Config, rmac (text) / Factory, 0x4 (hex))
  • 5G: 50:41:B9:xx:xx:F5 (none)

U-Boot

  • U-Boot Boot Menu -> 5. Load image

      *** Loading image ***
    
      Input load address: 0x80a00000
    
      Available load methods:
      0 - TFTP client (Default)
      1 - Xmodem
      2 - Ymodem
      3 - Kermit
      4 - S-Record
    
      Select (enter for default):
    
      Input U-Boot's IP address: 192.168.1.1
      Input TFTP server's IP address: 192.168.1.2
      Input IP netmask: 255.255.255.0
      Input file name:
      Input file name: test.bin
    
      Using eth@1e100000 device
      TFTP from server 192.168.1.2; our IP address is 192.168.1.1
      Filename 'test.bin'.
      Load address: 0x80a00000
      Loading: *
    
  • help

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

      => version
      U-Boot 2018.09v1.00.02 (Oct 22 2020 - 11:05:33 +0800)
    
      mipsel-linux-gcc (Buildroot 2014.11) 4.9.2
      GNU ld (GNU Binutils) 2.24
    
  • printenv

      => printenv
      baudrate=115200
      bootcmd=mtkautoboot
      bootdelay=0
      bootfile=test.bin
      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
      ethact=eth@1e100000
      fdtcontroladdr=8fff1780
      ipaddr=192.168.1.1
      loadaddr=0x80a00000
      netmask=255.255.255.0
      serverip=192.168.1.2
      stderr=uartlite0@1e000c00
      stdin=uartlite0@1e000c00
      stdout=uartlite0@1e000c00
    
      Environment size: 497/131068 bytes
    
  • bdinfo

      => bdinfo
      boot_params = 0x8FE8B010
      memstart    = 0x80000000
      memsize     = 0x10000000
      flashstart  = 0x00000000
      flashsize   = 0x00000000
      flashoffset = 0x00000000
      ethaddr     = (not set)
      IP addr     = 192.168.1.1
      baudrate    = 115200 bps
      relocaddr   = 0x8FFA0000
      reloc off   = 0x0FDA0000
    
  • tftp

      => tftp
      *** Warning: no boot file name; using 'C0A80101.img'
      Using eth@1e100000 device
      TFTP from server 192.168.1.2; our IP address is 192.168.1.1
      Filename 'C0A80101.img'.
      Load address: 0x80010000
      Loading: *
    
  • help gpio

      => help gpio
      gpio - query and control gpio pins
    
      Usage:
      gpio <input|set|clear|toggle> <pin>
      - input/set/clear/toggle the specified pin
      gpio status [-a] [<bank> | <pin>]  - show [all/claimed] GPIOs
    
  • gpio status

      => gpio status
      Bank mt7621-gpio:
      mt7621-gpio3: output: 1 [x] gpio_led
      mt7621-gpio14: output: 1 [x] gpio_led
    
  • nand info

      => nand info
    
      Device 0: nand0, sector size 128 KiB
      Page size       2048 b
      OOB size          64 b
      Erase size    131072 b
      subpagesize      512 b
      options     0x00010000
      bbt options 0x00000000
    
  • help nmbm

      => help nmbm
      nmbm - NMBM utility commands
    
      Usage:
      nmbm
      nmbm list                                - List NMBM devices
      nmbm <name> info                         - Display NMBM information
      nmbm <name> state                        - Display block states
      nmbm <name> bad                          - Display bad blocks
      nmbm <name> boot <part | [loadaddr] offset>  - Boot from NMBM
      nmbm <name> mapping [all]                - Display block mapping
      nmbm <name> erase <offset> <size>        - Erase blocks
      nmbm <name> read <addr> <offset> <size>  - Read data
      nmbm <name> write <addr> <offset> <size> - Write data
    
  • nmbm list

      => nmbm list
      Index   NMBM device         Lower device
      ========================================
      0       nmbm0               nand0
    
  • nmbm nmbm0 info

      => nmbm nmbm0 info
      nmbm0:
      Total blocks:                  1024
      Data blocks:                   960
      Management start block:        960
      Info table size:               0x2000
      Main info table start block:   960
      Backup info table start block: 963
      Signature block:               1023
      Mapping blocks top address:    1022
      Mapping blocks limit address:  964
    
  • nmbm nmbm0 state

      => nmbm nmbm0 state
      Physical blocks:
    
      Legends:
      -     Good data block
      +     Good management block
      B     Bad block
      I     Main info table
      i     Backup info table
      M     Remapped spare block
      S     Signature block
    
      ----------------------------------------------------------------
      ----------------------------------------------------------------
      ----------------------------------------------------------------
      ----------------------------------------------------------------
      ----------------------------------------------------------------
      ----------------------------------------------------------------
      ----------------------------------------------------------------
      ----------------------------------------------------------------
      ----------------------------------------------------------------
      ----------------------------------------------------------------
      ----------------------------------------------------------------
      ----------------------------------------------------------------
      ----------------------------------------------------------------
      ----------------------------------------------------------------
      ----------------------------------------------------------------
      I++i+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++S
    
      Logical blocks:
    
      Legends:
      -     Good block
      +     Initially remapped block
      M     Remapped block
      B     Bad/Unmapped block
    
      ----------------------------------------------------------------
      ----------------------------------------------------------------
      ----------------------------------------------------------------
      ----------------------------------------------------------------
      ----------------------------------------------------------------
      ----------------------------------------------------------------
      ----------------------------------------------------------------
      ----------------------------------------------------------------
      ----------------------------------------------------------------
      ----------------------------------------------------------------
      ----------------------------------------------------------------
      ----------------------------------------------------------------
      ----------------------------------------------------------------
      ----------------------------------------------------------------
      ----------------------------------------------------------------
    

Kernel

パスワードが設定されている

  • uname -a

      / # uname -a
      sh: uname: not found
    
  • cat /proc/version

      / # cat /proc/version
      Linux version 4.4.198 (root@***-DEV-****) (gcc version 5.4.0 (LEDE GCC 5.4.0 unknown) ) #0 SMP Mon Dec 7 06:29:41 CST 2020
    
  • cat /proc/cpuinfo

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

      / # cat /proc/meminfo
      MemTotal:         245760 kB
      MemFree:          156976 kB
      MemAvailable:     177408 kB
      Buffers:            3384 kB
      Cached:            24472 kB
      SwapCached:            0 kB
      Active:            13628 kB
      Inactive:          20672 kB
      Active(anon):       6700 kB
      Inactive(anon):     1712 kB
      Active(file):       6928 kB
      Inactive(file):    18960 kB
      Unevictable:           0 kB
      Mlocked:               0 kB
      SwapTotal:             0 kB
      SwapFree:              0 kB
      Dirty:                 0 kB
      Writeback:             0 kB
      AnonPages:          6396 kB
      Mapped:             6308 kB
      Shmem:              1964 kB
      Slab:              13628 kB
      SReclaimable:       1400 kB
      SUnreclaim:        12228 kB
      KernelStack:         816 kB
      PageTables:          472 kB
      NFS_Unstable:          0 kB
      Bounce:                0 kB
      WritebackTmp:          0 kB
      CommitLimit:      122880 kB
      Committed_AS:      13420 kB
      VmallocTotal:    1048372 kB
      VmallocUsed:           0 kB
      VmallocChunk:          0 kB
    
  • cat /proc/mtd

      / # cat /proc/mtd
      dev:    size   erasesize  name
      mtd0: 08000000 00020000 "mtk-nand"
      mtd1: 00080000 00020000 "Bootloader"
      mtd2: 00080000 00020000 "Config"
      mtd3: 00080000 00020000 "Factory"
      mtd4: 02e00000 00020000 "firmware"
      mtd5: 00620000 00020000 "kernel"
      mtd6: 027e0000 00020000 "apps"
      mtd7: 02e00000 00020000 "firmware2"
      mtd8: 00620000 00020000 "kernel2"
      mtd9: 027e0000 00020000 "apps2"
      mtd10: 00600000 00020000 "storage"
      mtd11: 00100000 00020000 "idmkey"
      mtd12: 00080000 00020000 "working"
    
  • switch --help

      / # switch --help
      ==================Usage===============================================================================================================================
      1) mt753x switch Basic operations=================================================================================================================>>>>
      1.1) switch devs                                                       - list switch device id and model name
      1.2) switch sysctl                                                     - show the ways to access kenerl driver: netlink or ioctl
      1.3) switch reset                                                      - sw reset switch fsm and registers
      1.4) switch reg r [offset]                                             - read the reg with default switch
      1.5) switch reg w [offset] [value]                                     - write the reg with default switch
      1.6) switch reg d [offset]                                             - dump the reg with default switch
      1.7) switch dev [devid] reg r [addr]                           - read the reg with the switch devid
      1.8) switch dev [devid] reg w [addr] [value]                   - write the regs with the switch devid
      1.9) switch dev [devid] reg d [addr]                           - dump the regs with the switch devid
    
      2) mt753x switch PHY operations===================================================================================================================>>>>
      2.1) switch phy                                                        - dump all phy registers (clause 22)
      2.2) switch phy [phy_addr]                                             - dump phy register of specific port (clause 22)
      2.3) switch phy cl22 r [port_num] [phy_reg]                    - read specific phy register of specific port by clause 22
      2.4) switch phy cl22 w [port_num] [phy_reg] [value]            - write specific phy register of specific port by clause 22
      2.5) switch phy cl45 r [port_num] [dev_num] [phy_reg]          - read specific phy register of specific port by clause 45
      2.6) switch phy cl45 w [port_num] [dev_num] [phy_reg] [value]  - write specific phy register of specific port by clause 45
      2.7) switch phy fc [port_num] [enable 0|1]                             - set switch phy flow control, port is 0~4, enable is 1, disable is 0
      2.8) switch phy an [port_num] [enable 0|1]                             - set switch phy auto-negotiation, port is 0~4, enable is 1, disable is 0
      2.9) switch trreg r [port_num] [ch_addr] [node_addr] [data_addr]       - read phy token-ring of specific port
      2.10) switch trreg w [port_num] [ch_addr] [node_addr] [data_addr]      - write phy token-ring of specific port
      [high_value] [low_value]
      2.11) switch crossover [port_num] [mode auto|mdi|mdix]         - switch auto or force mdi/mdix mode for crossover cable
    
      3) mt753x switch MAC operations====================================================================================================================>>>>
      3.1) switch dump                                                       - dump switch mac table
      3.2) switch clear                                                      - clear switch mac table
      3.3) switch add [mac] [portmap]                                        - add an entry (with portmap) to switch mac table
      3.4) switch add [mac] [portmap] [vlan id]                              - add an entry (with portmap, vlan id) to switch mac table
      3.5) switch add [mac] [portmap] [vlan id] [age]                        - add an entry (with portmap, vlan id, age out time) to switch mac table
      3.6) switch del mac [mac] vid [vid]                            - delete an entry from switch mac table
      3.7) switch del mac [mac] fid [fid]                            - delete an entry from switch mac table
      3.8) switch search mac [mac] vid [vid]                         - search an entry with specific mac and vid
      3.9) switch search mac [mac] fid [fid]                         - search an entry with specific mac and fid
      3.10) switch filt [mac]                                                - add a SA filtering entry (with portmap 1111111) to switch mac table
      3.11) switch filt [mac] [portmap]                                      - add a SA filtering entry (with portmap)to switch mac table
      3.12) switch filt [mac] [portmap] [vlan id                             - add a SA filtering entry (with portmap, vlan id)to switch mac table
      3.13) switch filt [mac] [portmap] [vlan id] [age]                      - add a SA filtering entry (with portmap, vlan id, age out time) to switch table
      3.14) switch arl aging [active:0|1] [time:1~65536]                     - set switch arl aging timeout value
      3.15) switch macctl fc [enable|disable]                                - set switch mac global flow control,enable is 1, disable is 0
    
      4) mt753x switch mib counter operations============================================================================================================>>>>
      4.1) switch esw_cnt get                                                -get switch mib counters
      4.2) switch esw_cnt clear                                              -clear switch mib counters
      4.3) switch output_queue_cnt get                                       -get switch output queue counters
      4.4) switch free_page get                                              -get switch system free page counters
    
      5) mt753x switch acl function operations============================================================================================================>>>>
      5.1) switch acl enable [port] [port_enable:0|1]                        - set switch acl function enabled, port is 0~6,enable is 1, disable is 0
      5.2) switch acl etype add [ethtype] [portmap]                  - drop L2 ethertype packets
      5.3) switch acl dmac add [mac] [portmap]                               - drop L2 dest-Mac packets
      5.4) switch acl dip add [dip] [portmap]                                - drop dip packets
      5.5) switch acl port add [sport] [portmap]                             - drop L4 UDP/TCP source port packets
      5.6) switch acl L4 add [2byes] [portmap]                               - drop L4 packets with 2bytes payload
      5.7) switch acl acltbl-add  [tbl_idx:0~63/255] [vawd1] [vawd2] - set switch acl table new entry, max index-7530:63,7531:255
      5.8) switch acl masktbl-add [tbl_idx:0~31/127] [vawd1] [vawd2] - set switch acl mask table new entry, max index-7530:31,7531:127
      5.9) switch acl ruletbl-add [tbl_idx:0~31/127] [vawd1] [vawd2] - set switch acl rule table new entry, max index-7530:31,7531:127
      5.10) switch acl ratetbl-add [tbl_idx:0~31] [vawd1] [vawd2]    - set switch acl rate table new entry
      5.11) switch acl dip meter [dip] [portmap][meter:kbps]         - rate limit dip packets
      5.12) switch acl dip trtcm [dip] [portmap][CIR:kbps][CBS][PIR][PBS]- TrTCM dip packets
      5.13) switch acl dip modup [dip] [portmap][usr_pri]            - modify usr priority from ACL
      5.14) switch acl dip pppoe [dip] [portmap]                             - pppoe header removal
    
      6) mt753x switch dip table operations=================================================================================================================>>>>
      6.1) switch dip dump                                           - dump switch dip table
      6.2) switch dip clear                                          - clear switch dip table
      6.3) switch dip add [dip] [portmap]                            - add a dip entry to switch table
      6.4) switch dip del [dip]                                              - del a dip entry to switch table
    
      7) mt753x switch sip table operations=================================================================================================================>>>>
      7.1) switch sip dump                                           - dump switch sip table
      7.2) switch sip clear                                          - clear switch sip table
      7.3) switch sip add [sip] [dip] [portmap]                              - add a sip entry to switch table
      7.4) switch sip del [sip] [dip]                                        - del a sip entry to switch table
    
      8) mt753x switch sip table operations====================================================================================================================>>>>
      8.1) switch vlan dump                                          - dump switch vlan table
      8.2) switch vlan set [vlan idx] [vid] [portmap]                        - set vlan id and associated member at switch vlan table
      8.3) switch vlan vid [vlan idx] [active:0|1] [vid] [portMap]   - set switch vlan vid elements
      [egtagPortMap] [ivl_en] [fid] [stag]
      8.4) switch vlan pvid [port] [pvid]                            - set switch vlan pvid
      8.5) switch vlan acc-frm [port] [acceptable_frame_type:0~3]    - set switch vlan acceptable_frame type : admit all frames: 0,
      admit only vlan-taged frames: 1,admit only untagged or priority-tagged frames: 2, reserved:3
      8.6) switch vlan port-attr [port] [attr:0~3]                   - set switch vlan port attribute: user port: 0, statck port: 1,
      translation port: 2, transparent port:3
      8.7) switch vlan port-mode [port] [mode:0~3]                   - set switch vlan port mode : port matrix mode: 0, fallback mode: 1,
      check mode: 2, security mode:3
      8.8) switch vlan eg-tag-pvc [port] [eg_tag:0~7]                        - set switch vlan eg tag pvc : disable: 0, consistent: 1, reserved: 2,
      reserved:3,untagged:4,swap:5,tagged:6, stack:7
      8.9) switch vlan eg-tag-pcr [port] [eg_tag:0~3]                        - set switch vlan eg tag pcr : untagged: 0, swap: 1, tagged: 2, stack:3
    
      9) mt753x switch rate limit operations=================================================================================================================>>>>
      9.1) switch ratectl [in_ex_gress:0|1] [port] [rate]            - set switch port ingress(1) or egress(0) rate
      9.2) switch ingress-rate on [port] [Kbps]                              - set ingress rate limit on port n (n= 0~ switch max port)
      9.3) switch egress-rate on [port] [Kbps]                               - set egress rate limit on port n (n= 0~ switch max port)
      9.4) switch ingress-rate off [port]                            - disable ingress rate limit on port n (n= 0~ switch max port)
      9.5) switch egress-rate off [port]                                     - disable egress rate limit on port n (n= 0~ switch max port)
    
      10) mt753x igmp operations===============================================================================================================================>>>>
      10.1) switch igmpsnoop on [leaky_en] [wan_num]                 - turn on IGMP snoop and router port learning
      leaky_en: 1 or 0. default 0; wan_num: 0 or 4. default 4
      10.2) switch igmpsnoop off                                             - turn off IGMP snoop and router port learning
      10.3) switch igmpsnoop enable [port#]                          - enable IGMP HW leave/join/Squery/Gquery
      10.4) switch igmpsnoop disable [port#]                         - disable IGMP HW leave/join/Squery/Gquery
    
      11) mt753x QoS operations================================================================================================================================>>>>
      11.1) switch qos sch [port:0~6] [queue:0~7] [shaper:min|max] [type:rr:0|sp:1|wfq:2]     - set switch qos sch type
      11.2) switch qos base [port:0~6] [base]                                        - set switch qos base(UPW); port-based:0, tag-based:1,
      dscp-based:2, acl-based:3, arl-based:4, stag-based:5
      11.3) switch qos port-weight [port:0~6] [q0] [q1][q2][q3]              - set switch qos port queue weight;
      [q4][q5][q6][q7]                                 [qn]: the weight of queue n, range: 1~16
      11.4) switch qos port-prio [port:0~6] [prio:0~7]                       - set switch port qos user priority;  port is 0~6, priority is 0~7
      11.5) switch qos dscp-prio [dscp:0~63] [prio:0~7]                      - set switch qos dscp user priority;  dscp is 0~63, priority is 0~7
      11.6) switch qos prio-qmap [port:0~6] [prio:0~7]  [queue:0~7]                  - set switch qos priority queue map; priority is 0~7,queue is 0~7
    
      12) mt753x port mirror operations========================================================================================================================>>>>
      12.1) switch mirror monitor [port]                                     - enable port mirror and indicate monitor port number
      12.2) switch mirror target  [port]                                     - set port mirror target
      [direction| 0:off, 1:rx, 2:tx, 3:all]
      12.3) switch mirror enable [mirror_en:0|1] [mirror_port: 0-6]  - set switch mirror function enable(1) or disabled(0) for port 0~6
      12.4) switch mirror port-based [port] [port_tx_mir:0|1]                - set switch mirror port: target tx/rx/acl/vlan/igmp
      [port_rx_mir:0|1] [acl_mir:0|1]
      [vlan_mis:0|1] [igmp_mir:0|1]
    
      13) mt753x stp operations===============================================================================================================================>>>>
      13.1) switch stp [port] [fid] [state]                          - set switch spanning tree state, port is 0~6, fid is 0~7,
      state is 0~3(Disable/Discarding:0,Blocking/Listening/Discarding:1,)
      Learning:2,Forwarding:3
    
      14) mt753x collision pool operations========================================================================================================================>>>>
      14.1) switch collision-pool enable [enable 0|1]                        - enable or disable collision pool
      14.2) switch collision-pool mac dump                           - dump collision pool mac table
      14.3) switch collision-pool dip dump                           - dump collision pool dip table
      14.4) switch collision-pool sip dump                           - dump collision pool sip table
    
      15) mt753x pfc(priority flow control) operations==============================================================================================================>>>>
      15.1) switch pfc enable [port] [enable 0|1]                    - enable or disable port's pfc
      15.2) switch pfc rx_counter [port]                                     - get port n pfc 8 up rx counter
      15.3) switch pfc tx_counter [port]                                     - get port n pfc 8 up rx counter
    
  • switch vlan dump

      / # switch vlan dump
      vid  fid  portmap    s-tag
      1    0  -1111-1-       0
      2    0  1----1--       0
      3    0  invalid
      4    0  invalid
      5    0  invalid
      6    0  invalid
      7    0  invalid
      8    0  invalid
      9    0  invalid
      10    0  invalid
      11    0  invalid
      12    0  invalid
      13    0  invalid
      14    0  invalid
      15    0  invalid
      16    0  invalid
    
  • swconfig list

      / # swconfig list
      Found: switch0 - MT7530
    
  • swconfig dev MT7530 show

      / # swconfig dev MT7530 show
      Global attributes:
      enable_vlan: 1
      Port 0:
      mib: Port 0 MIB counters
      TxDrop     : 0
      TxCRC      : 0
      TxUni      : 0
      TxMulti    : 0
      TxBroad    : 0
      TxCollision: 0
      TxSingleCol: 0
      TxMultiCol : 0
      TxDefer    : 0
      TxLateCol  : 0
      TxExcCol   : 0
      TxPause    : 0
      Tx64Byte   : 0
      Tx65Byte   : 0
      Tx128Byte  : 0
      Tx256Byte  : 0
      Tx512Byte  : 0
      Tx1024Byte : 0
      TxByte     : 0
      RxDrop     : 0
      RxFiltered : 0
      RxUni      : 0
      RxMulti    : 0
      RxBroad    : 0
      RxAlignErr : 0
      RxCRC      : 0
      RxUnderSize: 0
      RxFragment : 0
      RxOverSize : 0
      RxJabber   : 0
      RxPause    : 0
      Rx64Byte   : 0
      Rx65Byte   : 0
      Rx128Byte  : 0
      Rx256Byte  : 0
      Rx512Byte  : 0
      Rx1024Byte : 0
      RxByte     : 0
      RxCtrlDrop : 0
      RxIngDrop  : 0
      RxARLDrop  : 0
    
      pvid: 2
      link: port:0 link:down
      Port 1:
      mib: Port 1 MIB counters
      TxDrop     : 0
      TxCRC      : 0
      TxUni      : 4331
      TxMulti    : 278
      TxBroad    : 3
      TxCollision: 0
      TxSingleCol: 0
      TxMultiCol : 0
      TxDefer    : 0
      TxLateCol  : 0
      TxExcCol   : 0
      TxPause    : 0
      Tx64Byte   : 1848
      Tx65Byte   : 1028
      Tx128Byte  : 11
      Tx256Byte  : 316
      Tx512Byte  : 594
      Tx1024Byte : 815
      TxByte     : 1854042
      RxDrop     : 0
      RxFiltered : 0
      RxUni      : 4591
      RxMulti    : 481
      RxBroad    : 249
      RxAlignErr : 0
      RxCRC      : 0
      RxUnderSize: 0
      RxFragment : 0
      RxOverSize : 0
      RxJabber   : 0
      RxPause    : 0
      Rx64Byte   : 2318
      Rx65Byte   : 1714
      Rx128Byte  : 223
      Rx256Byte  : 329
      Rx512Byte  : 729
      Rx1024Byte : 8
      RxByte     : 999710
      RxCtrlDrop : 0
      RxIngDrop  : 0
      RxARLDrop  : 0
    
      pvid: 1
      link: port:1 link:up speed:1000baseT full-duplex
      Port 2:
      mib: Port 2 MIB counters
      TxDrop     : 0
      TxCRC      : 0
      TxUni      : 0
      TxMulti    : 0
      TxBroad    : 0
      TxCollision: 0
      TxSingleCol: 0
      TxMultiCol : 0
      TxDefer    : 0
      TxLateCol  : 0
      TxExcCol   : 0
      TxPause    : 0
      Tx64Byte   : 0
      Tx65Byte   : 0
      Tx128Byte  : 0
      Tx256Byte  : 0
      Tx512Byte  : 0
      Tx1024Byte : 0
      TxByte     : 0
      RxDrop     : 0
      RxFiltered : 0
      RxUni      : 0
      RxMulti    : 0
      RxBroad    : 0
      RxAlignErr : 0
      RxCRC      : 0
      RxUnderSize: 0
      RxFragment : 0
      RxOverSize : 0
      RxJabber   : 0
      RxPause    : 0
      Rx64Byte   : 0
      Rx65Byte   : 0
      Rx128Byte  : 0
      Rx256Byte  : 0
      Rx512Byte  : 0
      Rx1024Byte : 0
      RxByte     : 0
      RxCtrlDrop : 0
      RxIngDrop  : 0
      RxARLDrop  : 0
    
      pvid: 1
      link: port:2 link:down
      Port 3:
      mib: Port 3 MIB counters
      TxDrop     : 0
      TxCRC      : 0
      TxUni      : 0
      TxMulti    : 0
      TxBroad    : 0
      TxCollision: 0
      TxSingleCol: 0
      TxMultiCol : 0
      TxDefer    : 0
      TxLateCol  : 0
      TxExcCol   : 0
      TxPause    : 0
      Tx64Byte   : 0
      Tx65Byte   : 0
      Tx128Byte  : 0
      Tx256Byte  : 0
      Tx512Byte  : 0
      Tx1024Byte : 0
      TxByte     : 0
      RxDrop     : 0
      RxFiltered : 0
      RxUni      : 0
      RxMulti    : 0
      RxBroad    : 0
      RxAlignErr : 0
      RxCRC      : 0
      RxUnderSize: 0
      RxFragment : 0
      RxOverSize : 0
      RxJabber   : 0
      RxPause    : 0
      Rx64Byte   : 0
      Rx65Byte   : 0
      Rx128Byte  : 0
      Rx256Byte  : 0
      Rx512Byte  : 0
      Rx1024Byte : 0
      RxByte     : 0
      RxCtrlDrop : 0
      RxIngDrop  : 0
      RxARLDrop  : 0
    
      pvid: 1
      link: port:3 link:down
      Port 4:
      mib: Port 4 MIB counters
      TxDrop     : 0
      TxCRC      : 0
      TxUni      : 0
      TxMulti    : 0
      TxBroad    : 0
      TxCollision: 0
      TxSingleCol: 0
      TxMultiCol : 0
      TxDefer    : 0
      TxLateCol  : 0
      TxExcCol   : 0
      TxPause    : 0
      Tx64Byte   : 0
      Tx65Byte   : 0
      Tx128Byte  : 0
      Tx256Byte  : 0
      Tx512Byte  : 0
      Tx1024Byte : 0
      TxByte     : 0
      RxDrop     : 0
      RxFiltered : 0
      RxUni      : 0
      RxMulti    : 0
      RxBroad    : 0
      RxAlignErr : 0
      RxCRC      : 0
      RxUnderSize: 0
      RxFragment : 0
      RxOverSize : 0
      RxJabber   : 0
      RxPause    : 0
      Rx64Byte   : 0
      Rx65Byte   : 0
      Rx128Byte  : 0
      Rx256Byte  : 0
      Rx512Byte  : 0
      Rx1024Byte : 0
      RxByte     : 0
      RxCtrlDrop : 0
      RxIngDrop  : 0
      RxARLDrop  : 0
    
      pvid: 1
      link: port:4 link:down
      Port 5:
      mib: Port 5 MIB counters
      TxDrop     : 0
      TxCRC      : 0
      TxUni      : 0
      TxMulti    : 0
      TxBroad    : 0
      TxCollision: 0
      TxSingleCol: 0
      TxMultiCol : 0
      TxDefer    : 0
      TxLateCol  : 0
      TxExcCol   : 0
      TxPause    : 0
      Tx64Byte   : 0
      Tx65Byte   : 0
      Tx128Byte  : 0
      Tx256Byte  : 0
      Tx512Byte  : 0
      Tx1024Byte : 0
      TxByte     : 0
      RxDrop     : 0
      RxFiltered : 74
      RxUni      : 0
      RxMulti    : 11
      RxBroad    : 63
      RxAlignErr : 0
      RxCRC      : 0
      RxUnderSize: 0
      RxFragment : 0
      RxOverSize : 0
      RxJabber   : 0
      RxPause    : 0
      Rx64Byte   : 0
      Rx65Byte   : 7
      Rx128Byte  : 4
      Rx256Byte  : 0
      Rx512Byte  : 63
      Rx1024Byte : 0
      RxByte     : 38724
      RxCtrlDrop : 0
      RxIngDrop  : 0
      RxARLDrop  : 0
    
      pvid: 2
      link: port:5 link:up speed:1000baseT full-duplex
      Port 6:
      mib: Port 6 MIB counters
      TxDrop     : 0
      TxCRC      : 0
      TxUni      : 4591
      TxMulti    : 481
      TxBroad    : 249
      TxCollision: 0
      TxSingleCol: 0
      TxMultiCol : 0
      TxDefer    : 0
      TxLateCol  : 0
      TxExcCol   : 0
      TxPause    : 0
      Tx64Byte   : 2318
      Tx65Byte   : 1714
      Tx128Byte  : 223
      Tx256Byte  : 329
      Tx512Byte  : 729
      Tx1024Byte : 8
      TxByte     : 999710
      RxDrop     : 0
      RxFiltered : 10
      RxUni      : 4331
      RxMulti    : 288
      RxBroad    : 3
      RxAlignErr : 0
      RxCRC      : 0
      RxUnderSize: 0
      RxFragment : 0
      RxOverSize : 0
      RxJabber   : 0
      RxPause    : 0
      Rx64Byte   : 1848
      Rx65Byte   : 1033
      Rx128Byte  : 16
      Rx256Byte  : 316
      Rx512Byte  : 594
      Rx1024Byte : 815
      RxByte     : 1855270
      RxCtrlDrop : 0
      RxIngDrop  : 0
      RxARLDrop  : 0
    
      pvid: 1
      link: port:6 link:up speed:1000baseT full-duplex
      VLAN 1:
      vid: 1
      ports: 1 2 3 4 6
      VLAN 2:
      vid: 2
      ports: 0 5
    
  • ls -al /sys/class/leds/

      / # ls -al /sys/class/leds/
      drwxr-xr-x    2 root     root             0 Dec  7 06:45 .
      drwxr-xr-x   22 root     root             0 Dec  7 06:20 ..
      lrwxrwxrwx    1 root     root             0 Dec  7 06:45 mode_led -> ../../devices/platform/leds-gpio/leds/mode_led
      lrwxrwxrwx    1 root     root             0 Dec  7 06:45 power_led -> ../../devices/platform/leds-gpio/leds/power_led
      lrwxrwxrwx    1 root     root             0 Dec  7 06:45 radio1_led -> ../../devices/platform/leds-gpio/leds/radio1_led
      lrwxrwxrwx    1 root     root             0 Dec  7 06:45 status_led1 -> ../../devices/platform/leds-gpio/leds/status_led1
      lrwxrwxrwx    1 root     root             0 Dec  7 06:45 status_led2 -> ../../devices/platform/leds-gpio/leds/status_led2
      lrwxrwxrwx    1 root     root             0 Dec  7 06:45 wan_led -> ../../devices/platform/leds-gpio/leds/wan_led
    
  • devmem 0x1e00620 32 (GPIO_REG_DATA)

      /sys/class/leds # devmem 0x1e000620 32
      0x081CE517
      /sys/class/leds # echo 0 > power_led/brightness
      /sys/class/leds # devmem 0x1e000620 32
      0x081CA517
      /sys/class/leds # echo 0 > mode_led/brightness
      /sys/class/leds # devmem 0x1e000620 32
      0x081C2517
      /sys/class/leds # echo 255 > status_led1/brightness
      /sys/class/leds # devmem 0x1e000620 32
      0x081C2597
      /sys/class/leds # echo 255 > status_led2/brightness
      /sys/class/leds # devmem 0x1e000620 32
      0x081C259F
      /sys/class/leds # echo 0 > radio1_led/brightness
      /sys/class/leds # devmem 0x1e000620 32
      0x081C059F
      /sys/class/leds # echo 255 > wan_led/brightness
      /sys/class/leds # devmem 0x1e000620 32
      0x081D059F
    
  • ls -al /sys/class/leds/

      /tmp # fwhandle -x wn-deax1800gr_v1.01.001.bin -t kernel_pad_apps
      ------- Header Info ----------
      Image Header Size      : 0x0074
      Image Header Magic Code: 0x031d6129
      Image Data Size        : 15466674
      Image Type             : 7 [kernel_pad_apps]
      Compression Type       : TBD
      Model Name             : WN-DEAX1800GR
      Model ID               : 0x7fffffff
      Build Date             : 2020-12-07
      Version Firmware       : 1.01.001
      Version Code SCM       : 3ceb3c49
      Version Config         : 7b1ea6d6a97231c584d16aa6e3dbb3ec
      Data CRC Checksum      : 0x9a0ca6c0
      Header CRC Checksum    : 0x6fdb220e
      ------------------------------
      FWHANDLE, DECODE PASS
    
  • bootlog

    
      U-Boot SPL 2018.09-svn1712 (Aug 27 2019 - 15:48:56 +0800)
      Trying to boot from NAND
    
      U-Boot 2018.09v1.00.02 (Oct 22 2020 - 11:05:33 +0800)
    
      CPU:   MediaTek MT7621AT ver 1, eco 3
      Clocks: CPU: 880MHz, DDR: 1200MHz, Bus: 220MHz, XTAL: 40MHz
      Model: MediaTek MT7621 reference board (NAND)
      DRAM:  256 MiB
      NAND:  128 MiB
    
      Initializing NMBM ...
      Signature found at block 1023 [0x07fe0000]
      First info table with writecount 0 found in block 960
      Second info table with writecount 0 found in block 963
      NMBM has been successfully attached
    
      Loading Environment from NMBM... *** Warning - bad CRC, using default environment
    
      In:    uartlite0@1e000c00
      Out:   uartlite0@1e000c00
      Err:   uartlite0@1e000c00
      Net:
      Warning: eth@1e100000 (eth0) using random MAC address - 16:29:bd:47:91:f4
      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
      0. U-Boot console
    
      ** Boot system from firmware2 **
      Loading FIT image at offset 0x2f80000 to memory 0x80010000, size 0x60c49c ...
      Automatic boot of image at addr 0x80010000 ...
      ## Loading kernel from FIT Image at 80010000 ...
      Using 'config@1' configuration
      Trying 'kernel@1' kernel subimage
      Description:  MIPS OpenWrt Linux-4.4.198
      Type:         Kernel Image
      Compression:  lzma compressed
      Data Start:   0x800100e4
      Data Size:    6329452 Bytes = 6 MiB
      Architecture: MIPS
      OS:           Linux
      Load Address: 0x81001000
      Entry Point:  0x81001000
      Hash algo:    crc32
      Hash value:   edced5bc
      Hash algo:    sha1
      Hash value:   de26e2df8f1ab0165c00c80f2a505b2db2e6f973
      Verifying Hash Integrity ... crc32+ sha1+ OK
      ## Loading fdt from FIT Image at 80010000 ...
      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:   0x80619694
      Data Size:    10974 Bytes = 10.7 KiB
      Architecture: MIPS
      Hash algo:    crc32
      Hash value:   08300648
      Hash algo:    sha1
      Hash value:   762262c5e7b90f85de90755e5ea3f6bf38f995ae
      Verifying Hash Integrity ... crc32+ sha1+ OK
      Booting using the fdt blob at 0x80619694
      Uncompressing Kernel Image ... OK
      Loading Device Tree to 8fe77000, end 8fe7cadd ... OK
      [    0.000000] Linux version 4.4.198 (root@TNW-DEV-1709) (gcc version 5.4.0 (LEDE GCC 5.4.0 unknown) ) #0 SMP Mon Dec 7 06:29:41 CST 2020
      [    0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3
      [    0.000000] bootconsole [early0] enabled
      [    0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc)
      [    0.000000] MIPS: machine is MediaTek MT7621 RFB (802.11ax, NAND with NMBM)
      [    0.000000] Determined physical RAM map:
      [    0.000000]  memory: 10000000 @ 00000000 (usable)
      [    0.000000] Initrd not found or empty - disabling initrd
      [    0.000000] Zone ranges:
      [    0.000000]   DMA      [mem 0x0000000000000000-0x0000000000ffffff]
      [    0.000000]   Normal   [mem 0x0000000001000000-0x000000000fffffff]
      [    0.000000] Movable zone start for each node
      [    0.000000] Early memory node ranges
      [    0.000000]   node   0: [mem 0x0000000000000000-0x000000000fffffff]
      [    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000000fffffff]
      [    0.000000] VPE topology {2,2} total 4
      [    0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
      [    0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
      [    0.000000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
      [    0.000000] PERCPU: Embedded 10 pages/cpu @82aad000 s8512 r8192 d24256 u40960
      [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
      [    0.000000] Kernel command line: console=ttyS0,115200 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=00020400
      [    0.000000] Readback ErrCtl register=00020400
      [    0.000000] Memory: 234452K/262144K available (7816K kernel code, 4048K rwdata, 1776K rodata, 11308K init, 233K bss, 27692K 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.000008] sched_clock: 32 bits at 440MHz, resolution 2ns, wraps every 4880645118ns
      [    0.007776] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688)
      [    0.070401] pid_max: default: 32768 minimum: 301
      [    0.075120] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
      [    0.081644] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
      [    1.607180] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
      [    1.607189] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
      [    1.607199] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
      [    1.607342] CPU1 revision is: 0001992f (MIPS 1004Kc)
      [    0.177558] Synchronize counters for CPU 1: done.
      [    1.384363] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
      [    1.384370] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
      [    1.384376] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
      [    1.384444] CPU2 revision is: 0001992f (MIPS 1004Kc)
      [    0.267917] Synchronize counters for CPU 2: done.
      [    1.474461] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
      [    1.474468] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
      [    1.474475] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
      [    1.474559] CPU3 revision is: 0001992f (MIPS 1004Kc)
      [    0.353100] Synchronize counters for CPU 3: done.
      [    0.357839] Brought up 4 CPUs
      [    0.365452] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
      [    0.375243] futex hash table entries: 1024 (order: 3, 32768 bytes)
      [    0.381532] pinctrl core: initialized pinctrl subsystem
      [    0.387333] NET: Registered protocol family 16
      [    0.427028] mt7621_gpio 1e000600.gpio: registering 32 gpios
      [    0.432684] mt7621_gpio 1e000600.gpio: registering 32 gpios
      [    0.438282] mt7621_gpio 1e000600.gpio: registering 32 gpios
      [    0.444397] mt7621-pci 1e140000.pcie: Failed to get gpio for PCIe1
      [    0.450510] mt7621-pci 1e140000.pcie: Failed to get gpio for PCIe2
      [    0.656981] PCIe port 2 link down
      [    0.660212] PCI coherence region base: 0x60000000, mask/settings: 0xf0000002
      [    0.719783] PCI host bridge to bus 0000:00
      [    0.723811] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff]
      [    0.730667] pci_bus 0000:00: root bus resource [io  0x1e160000-0x1e16ffff]
      [    0.737456] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0]
      [    0.744210] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
      [    0.752829] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
      [    0.760750] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
      [    0.770042] pci 0000:00:00.0: BAR 9: assigned [mem 0x60000000-0x601fffff pref]
      [    0.777185] pci 0000:00:01.0: BAR 9: assigned [mem 0x60200000-0x603fffff pref]
      [    0.784340] pci 0000:00:00.0: BAR 1: assigned [mem 0x60400000-0x6040ffff]
      [    0.791092] pci 0000:00:01.0: BAR 1: assigned [mem 0x60410000-0x6041ffff]
      [    0.797822] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit pref]
      [    0.805531] pci 0000:01:00.0: BAR 2: assigned [mem 0x60100000-0x60103fff 64bit pref]
      [    0.813208] pci 0000:01:00.0: BAR 4: assigned [mem 0x60104000-0x60104fff 64bit pref]
      [    0.820909] pci 0000:00:00.0: PCI bridge to [bus 01]
      [    0.825801] pci 0000:00:00.0:   bridge window [mem 0x60000000-0x601fffff pref]
      [    0.832997] pci 0000:02:00.0: BAR 0: assigned [mem 0x60200000-0x602fffff 64bit pref]
      [    0.840683] pci 0000:02:00.0: BAR 2: assigned [mem 0x60300000-0x60303fff 64bit pref]
      [    0.848395] pci 0000:02:00.0: BAR 4: assigned [mem 0x60304000-0x60304fff 64bit pref]
      [    0.856052] pci 0000:00:01.0: PCI bridge to [bus 02]
      [    0.860984] pci 0000:00:01.0:   bridge window [mem 0x60200000-0x603fffff pref]
      [    0.869780] clocksource: Switched to clocksource GIC
      [    0.876645] NET: Registered protocol family 2
      [    0.881662] TCP established hash table entries: 2048 (order: 1, 8192 bytes)
      [    0.888548] TCP bind hash table entries: 2048 (order: 2, 16384 bytes)
      [    0.894977] TCP: Hash tables configured (established 2048 bind 2048)
      [    0.901323] UDP hash table entries: 256 (order: 1, 8192 bytes)
      [    0.907072] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
      [    0.913602] NET: Registered protocol family 1
      [    1.031474] squashfs: version 4.0 (2009/01/31) Phillip Lougher
      [    1.037231] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
      [    1.050126] io scheduler noop registered
      [    1.053966] io scheduler deadline registered (default)
      [    1.060574] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled
      [    1.068077] console [ttyS0] disabled
      [    1.071706] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 33, base_baud = 3125000) is a 16550A
      [    1.096081] 1e000d00.uartfull: ttyS1 at MMIO 0x1e000d00 (irq = 34, base_baud = 3125000) is a 16550A
      [    1.105646] 1e000e00.uartfull: ttyS2 at MMIO 0x1e000e00 (irq = 35, base_baud = 3125000) is a 16550A
      [    1.117956] libphy: Fixed MDIO Bus: probed
      [    1.160087] libphy: mdio: probed
      [    1.167782] mtk_soc_eth 1e100000.ethernet: generated random MAC address 06:bb:32:cd:93:29
      [    1.180270] mtk_soc_eth 1e100000.ethernet: connected mac 0 to PHY at fixed-0:00 [uid=00000000, driver=Generic PHY]
      [    1.191425] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 10
      [    1.199909] mtk_soc_eth 1e100000.ethernet: generated random MAC address da:cc:50:b5:a1:65
      [    1.212427] mtk_soc_eth 1e100000.ethernet: connected mac 1 to PHY at fixed-0:01 [uid=00000000, driver=Generic PHY]
      [    1.223609] mtk_soc_eth 1e100000.ethernet eth1: mediatek frame engine at 0xbe100000, irq 10
      [    1.232290] PPP generic driver version 2.4.2
      [    1.236791] PPP MPPE Compression module registered
      [    1.241639] NET: Registered protocol family 24
      [    1.246119] PPTP driver version 0.8.5
      [    1.250100] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256).
      [    1.257154] register mt_drv
      [    1.260142] <--mt7916_hif_init()
      [    1.263882] Rx[0] Ring: total 24576 bytes allocated
      [    1.273193] Rx[1] Ring: total 16384 bytes allocated
      [    1.278163] <-- pci_alloc_tx_rx_ring_mem, Status=0
      [    1.311201]
      [    1.311201]
      [    1.311201] === pAd = c0381000, size = 11566496 ===
      [    1.311201]
      [    1.322056] <-- RTMPAllocAdapterBlock, Status=0
      [    1.326598] PCI CSRBaseAddress =0xc0280000, csr_addr=0xc0280000!
      [    1.332665] RTMPInitPCIeDevice():device_id=0x7915
      [    1.337376] mt7915_init()-->
      [    1.340277] Use the default iPAiLNA bin image!
      [    1.344777] <--mt7915_init()
      [    1.347686] get_wdev_by_idx: invalid idx(0)
      [    1.351894] get_wdev_by_idx: invalid idx(0)
      [    1.356756] get_wdev_by_idx: invalid idx(0)
      [    1.360991] get_wdev_by_idx: invalid idx(0)
      [    1.366144] Rx[0] Ring: total 24576 bytes allocated
      [    1.371259] Rx[1] Ring: total 24576 bytes allocated
      [    1.378300] Rx[2] Ring: total 8192 bytes allocated
      [    1.387286] Rx[3] Ring: total 16384 bytes allocated
      [    1.394487] Rx[4] Ring: total 8192 bytes allocated
      [    1.399332] <-- pci_alloc_tx_rx_ring_mem, Status=0
      [    1.404171] get_wdev_by_idx: invalid idx(0)
      [    1.408351] get_wdev_by_idx: invalid idx(0)
      [    1.413360] get_wdev_by_idx: invalid idx(0)
      [    1.418604] mt7621_wdt 1e000100.wdt: Initialized
      [    1.423776] Mirror/redirect action on
      [    1.428352] u32 classifier
      [    1.431104]     input device check on
      [    1.434762]     Actions configured
      [    1.438209] Netfilter messages via NETLINK v0.30.
      [    1.442973] nf_conntrack version 0.5.0 (3663 buckets, 14652 max)
      [    1.450003] xt_time: kernel timezone is -0000
      [    1.454385] ip_set: protocol 6
      [    1.457755] gre: GRE over IPv4 demultiplexor driver
      [    1.462656] ip_gre: GRE over IPv4 tunneling driver
      [    1.469400] ip_tables: (C) 2000-2006 Netfilter Core Team
      [    1.475212] arp_tables: (C) 2002 David S. Miller
      [    1.481348] NET: Registered protocol family 10
      [    1.487809] ip6_tables: (C) 2000-2006 Netfilter Core Team
      [    1.493681] sit: IPv6 over IPv4 tunneling driver
      [    1.500632] NET: Registered protocol family 17
      [    1.505182] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
      [    1.517865] Bridge firewalling registered
      [    1.521913] Ebtables v2.0 registered
      [    1.525673] l2tp_core: L2TP core driver, V2.0
      [    1.530106] l2tp_ppp: PPPoL2TP kernel driver, V2.0
      [    1.534899] 8021q: 802.1Q VLAN Support v1.8
      [    1.541431] mtkmips-pinmux pinctrl: spi is already enabled
      [    1.546936] mtk-nand 1e003000.nand: Error applying setting, reverse things back
      [    1.554769] nand: device found, Manufacturer ID: 0xef, Chip ID: 0xf1
      [    1.561145] nand: Winbond W29N01HV
      [    1.564547] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
      [    1.572734] Scanning device for bad blocks
      [    2.422922] nmbm nmbm: Signature found at block 1023 [0x07fe0000]
      [    2.432542] nmbm nmbm: First info table with writecount 0 found in block 960
      [    2.449630] nmbm nmbm: Second info table with writecount 0 found in block 963
      [    2.456787] nmbm nmbm: NMBM has been successfully attached
      [    2.462340] 8 ofpart partitions found on MTD device nmbm
      [    2.467649] Creating 8 MTD partitions on "nmbm":
      [    2.472288] 0x000000000000-0x000000080000 : "Bootloader"
      [    2.478835] 0x000000080000-0x000000100000 : "Config"
      [    2.484996] 0x000000100000-0x000000180000 : "Factory"
      [    2.491201] 0x000000180000-0x000002f80000 : "firmware"
      [    2.803887] 2 fit-fw partitions found on MTD device firmware
      [    2.809565] 0x000000180000-0x0000007a0000 : "kernel"
      [    2.815742] 0x0000007a0000-0x000002f80000 : "apps"
      [    2.821966] 0x000002f80000-0x000005d80000 : "firmware2"
      [    3.134790] 2 fit-fw partitions found on MTD device firmware2
      [    3.140570] 0x000002f80000-0x0000035a0000 : "kernel2"
      [    3.146865] 0x0000035a0000-0x000005d80000 : "apps2"
      [    3.153223] 0x000005d80000-0x000006380000 : "storage"
      [    3.159409] 0x000006380000-0x000006480000 : "idmkey"
      [    3.165577] 0x000006480000-0x000006500000 : "working"
      [    3.209925] mt753x gsw: Switch is MediaTek MT7530 rev 1
      [    3.236620] libphy: mt753x_mdio: probed
      [    3.246563] console [netcon0] enabled
      [    3.250261] netconsole: network logging started
      [    3.254805] hctosys: unable to open rtc device (rtc0)
      [    3.260609] Warning: unable to open an initial console.
      [    3.296237] Freeing unused kernel memory: 11308K
      [    3.300894] This architecture does not have kernel memory protection.
      FW version: 1.01.001, SCM version: 3ceb3c49, Date: 2020-12-07
      Login >
      [    4.209149] jffs2: notice: (559) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0
      dead, 0 orphan) found.
      [    4.434179] Registered button device:reset, gpio:8,code:408,index:1
      [    4.440520] Registered button device:wps, gpio:4,code:529,index:0
      [    4.446620] Registered button device:led_sw, gpio:10,code:744,index:2
      [    4.463036] CLI_EXCHANGE, Load cli_exchange[v0.1.0] ready.
      [    6.715379] mt753x gsw: Port 1 Link is Up - 1Gbps/Full
      TOK, keyid 6888 shm_id 0 size 1956(KB)
      [   10.546082] echo (766): /proc/764/oom_adj is deprecated, please use /proc/764/oom_score_adj instead.
      [   12.002112] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
      [   12.756355] device eth0 entered promiscuous mode
      [   12.761176] br-lan: port 1(eth0) entered forwarding state
      [   12.766617] br-lan: port 1(eth0) entered forwarding state
      [   12.772097] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
      [   13.079986] mt753x gsw: Port 1 Link is Down
      [   16.533426] mt753x gsw: Port 1 Link is Up - 1Gbps/Full
      [   18.190109] random: nonblocking pool is initialized
      [   24.773864] get_wdev_by_idx: invalid idx(0)
      [   24.935052] get_wdev_by_idx: invalid idx(0)
      [   26.711389] ra0: ===> main_virtual_if_open
      [   26.715513] get_wdev_by_idx: invalid idx(0)
      [   26.719695] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT
      [   26.726178] get_wdev_by_idx: invalid idx(0)
      [   26.730377] get_wdev_by_idx: invalid idx(0)
      [   26.734556] get_wdev_by_idx: invalid idx(0)
      [   26.739249] load l1profile succeed!
      [   26.742783] mt_service_open: wlan service opens successfully!
      [   26.751381] APWdsInitialize():WdsEntry[0]
      [   26.755409] APWdsInitialize():WdsEntry[1]
      [   26.759412] APWdsInitialize():WdsEntry[2]
      [   26.763473] APWdsInitialize():WdsEntry[3]
      [   26.767480] APWdsInitialize():WdsEntry[4]
      [   26.771498] APWdsInitialize():WdsEntry[5]
      [   26.775504] APWdsInitialize():WdsEntry[6]
      [   26.779507] APWdsInitialize():WdsEntry[7]
      [   26.783531] APWdsInitialize():WdsEntry[8]
      [   26.787537] APWdsInitialize():WdsEntry[9]
      [   26.791553] APWdsInitialize():WdsEntry[10]
      [   26.795645] APWdsInitialize():WdsEntry[11]
      [   26.799752] APWdsInitialize():WdsEntry[12]
      [   26.803856] APWdsInitialize():WdsEntry[13]
      [   26.807948] APWdsInitialize():WdsEntry[14]
      [   26.812053] APWdsInitialize():WdsEntry[15]
      [   26.858545] [multi_profile_merge_5g_only] DBDC_MODE=1
      [   26.873069] multi-profile merge success, en:1,pf1_num:3,pf2_num:3,total:6
      [   26.879893] Open file "/etc/wireless/AP/DBDC_card0.dat" to store DBDC cfg! (17)
      [   26.887362] Write file "/etc/wireless/AP/DBDC_card0.dat" success (size=3573)!
      [   26.894791] BssidNum=6
      [   26.897149] Pf2MbssIdxMap:
      [   26.899870]  0  1  2  3  4  5
      [   26.903519] MacAddress3 = 00:00:00:00:00:00
      [   26.908584] E2pAccessMode=2
      [   26.911695] SSID[0]=IODATA-1f1ef4-2G, EdcaIdx=0
      [   26.916307] SSID[1]=IO-Guest-1f1ef4-2G, EdcaIdx=0
      [   26.921111] SSID[2]=, EdcaIdx=0
      [   26.924346] SSID[3]=IODATA-1f1ef4-5G, EdcaIdx=0
      [   26.928969] SSID[4]=IO-Guest-1f1ef4-5G, EdcaIdx=0
      [   26.933778] SSID[5]=, EdcaIdx=0
      [   26.937108] RTMPSetProfileParameters(): DBDC Mode=1, eDBDC_mode = 1
      [   26.943793] cfg_mode=16
      [   26.946238] cfg_mode=16
      [   26.948679] cfg_mode=16
      [   26.951141] wmode_band_equal(): Band Equal!
      [   26.955324] cfg_mode=16
      [   26.957764] cfg_mode=16
      [   26.960231] cfg_mode=16
      [   26.962675] cfg_mode=16
      [   26.965115] cfg_mode=16
      [   26.967554] cfg_mode=17
      [   26.970007] cfg_mode=17
      [   26.972450] cfg_mode=17
      [   26.974889] cfg_mode=17
      [   26.977329] cfg_mode=17
      [   26.979803] cfg_mode=17
      [   26.983608] BandSteering=0
      [   26.986447] BndStrgBssIdx=1;0;0;1;0;0
      [   26.990277] [TxPower] BAND0: 100, BAND1: 100
      [   26.997123] [SKUenable] BAND0: 1, BAND1: 1
      [   27.001345] [SkuTableIdx]: 0
      [   27.004340] [CCKTxStream] BAND0: 4, BAND1: 0
      [   27.008821] [PERCENTAGEenable] BAND0: 1, BAND1: 1
      [   27.014462] profile: FragThreshold[0]=2346
      [   27.018556] profile: FragThreshold[1]=2346
      [   27.022669] profile: FragThreshold[2]=2346
      [   27.026763] profile: FragThreshold[3]=2346
      [   27.030868] profile: FragThreshold[4]=2346
      [   27.034961] profile: FragThreshold[5]=2346
      [   27.039477] APEdca0
      [   27.041717] Valid=1
      [   27.043814] APAifsn[0]=3
      [   27.046341] APAifsn[1]=7
      [   27.048869] APAifsn[2]=1
      [   27.051411] APAifsn[3]=1
      [   27.053950] APEdca1
      [   27.056167] Valid=1
      [   27.058260] APAifsn[0]=3
      [   27.060808] APAifsn[1]=7
      [   27.063339] APAifsn[2]=1
      [   27.065867] APAifsn[3]=1
      [   27.068400] APEdca2
      [   27.070669] APEdca3
      [   27.076733] BSSAifsn[0]=3
      [   27.079347] BSSAifsn[1]=7
      [   27.081984] BSSAifsn[2]=2
      [   27.084601] BSSAifsn[3]=2
      [   27.087353] BSSAifsn[0]=3
      [   27.089989] BSSAifsn[1]=7
      [   27.092605] BSSAifsn[2]=2
      [   27.095219] BSSAifsn[3]=2
      [   27.097970] BSSAifsn[0]=3
      [   27.100606] BSSAifsn[1]=7
      [   27.103223] BSSAifsn[2]=2
      [   27.105836] BSSAifsn[3]=2
      [   27.108589] BSSAifsn[0]=3
      [   27.111219] BSSAifsn[1]=7
      [   27.113835] BSSAifsn[2]=2
      [   27.116448] BSSAifsn[3]=2
      [   27.119201] BSSAifsn[0]=3
      [   27.121836] BSSAifsn[1]=7
      [   27.124453] BSSAifsn[2]=2
      [   27.127067] BSSAifsn[3]=2
      [   27.129845] BSSAifsn[0]=3
      [   27.132462] BSSAifsn[1]=7
      [   27.135075] BSSAifsn[2]=2
      [   27.137689] BSSAifsn[3]=2
      [   27.142936] read_itxbf: ITxBfEn = 0
      [   27.146422] read_itxbf: BSSID[0]
      [   27.149644] read_itxbf: MBSS[0] ITxBfEn = 0
      [   27.153837] read_itxbf: ITxBfEn = 0
      [   27.157321] read_itxbf: BSSID[1]
      [   27.160563] read_itxbf: MBSS[1] ITxBfEn = 0
      [   27.164744] read_itxbf: ITxBfEn = 0
      [   27.168226] read_itxbf: BSSID[2]
      [   27.171463] read_itxbf: MBSS[2] ITxBfEn = 0
      [   27.175642] read_itxbf: ITxBfEn = 1
      [   27.179124] read_itxbf: BSSID[3]
      [   27.182366] read_itxbf: MBSS[3] ITxBfEn = 1
      [   27.186547] read_itxbf: ITxBfEn = 1
      [   27.190057] read_itxbf: BSSID[4]
      [   27.193283] read_itxbf: MBSS[4] ITxBfEn = 1
      [   27.197461] read_itxbf: ITxBfEn = 1
      [   27.200964] read_itxbf: BSSID[5]
      [   27.204188] read_itxbf: MBSS[5] ITxBfEn = 1
      [   27.208366] read_itxbf: Common.ITxBfEn = 1
      [   27.212611] read_etxbf: ETxBfEnCond = 0
      [   27.216444] read_etxbf: BSSID[0]
      [   27.219666] read_etxbf: MBSS[0] ETxBfEnCond = 0
      [   27.224218] read_etxbf: ETxBfEnCond = 0
      [   27.228057] read_etxbf: BSSID[1]
      [   27.231300] read_etxbf: MBSS[1] ETxBfEnCond = 0
      [   27.235828] read_etxbf: ETxBfEnCond = 0
      [   27.239657] read_etxbf: BSSID[2]
      [   27.242900] read_etxbf: MBSS[2] ETxBfEnCond = 0
      [   27.247428] read_etxbf: ETxBfEnCond = 1
      [   27.251272] read_etxbf: BSSID[3]
      [   27.254495] read_etxbf: MBSS[3] ETxBfEnCond = 1
      [   27.259020] read_etxbf: ETxBfEnCond = 1
      [   27.262870] read_etxbf: BSSID[4]
      [   27.266094] read_etxbf: MBSS[4] ETxBfEnCond = 1
      [   27.270634] read_etxbf: ETxBfEnCond = 1
      [   27.274465] read_etxbf: BSSID[5]
      [   27.277687] read_etxbf: MBSS[5] ETxBfEnCond = 1
      [   27.283725] MBSS[0] MuOfdmaDlEnable = 0
      [   27.287559] MBSS[1] MuOfdmaDlEnable = 0
      [   27.291403] MBSS[2] MuOfdmaDlEnable = 0
      [   27.295235] MBSS[3] MuOfdmaDlEnable = 0
      [   27.299065] MBSS[4] MuOfdmaDlEnable = 0
      [   27.302916] MBSS[5] MuOfdmaDlEnable = 0
      [   27.306887] MBSS[0] MuOfdmaUlEnable = 1
      [   27.310732] MBSS[1] MuOfdmaUlEnable = 1
      [   27.314564] MBSS[2] MuOfdmaUlEnable = 1
      [   27.318393] MBSS[3] MuOfdmaUlEnable = 1
      [   27.322244] MBSS[4] MuOfdmaUlEnable = 1
      [   27.326077] MBSS[5] MuOfdmaUlEnable = 1
      [   27.330060] MBSS[0] MuMimoDlEnable = 0
      [   27.333804] MBSS[1] MuMimoDlEnable = 0
      [   27.337547] MBSS[2] MuMimoDlEnable = 0
      [   27.341310] MBSS[3] MuMimoDlEnable = 0
      [   27.345055] MBSS[4] MuMimoDlEnable = 0
      [   27.348797] MBSS[5] MuMimoDlEnable = 0
      [   27.352700] MBSS[0] MuMimoUlEnable = 1
      [   27.356445] MBSS[1] MuMimoUlEnable = 1
      [   27.360209] MBSS[2] MuMimoUlEnable = 1
      [   27.363955] MBSS[3] MuMimoUlEnable = 1
      [   27.367697] MBSS[4] MuMimoUlEnable = 1
      [   27.371455] MBSS[5] MuMimoUlEnable = 1
      [   27.398365] rtmp_read_wds_from_file(): WDS Profile
      [   27.403332] WDS Number: band[0]=0, band[1]=0
      [   27.407751] WDS-Enable mode=0
      [   27.410727] WDS-Enable mode=0
      [   27.414000] If/wds0 - PeerPhyMode=0xb1
      [   27.417743] If/wds1 - PeerPhyMode=0xb1
      [   27.424626] HT_BAWinSize: wdev[0]: (TX=256, RX=256)
      [   27.429502] HT_BAWinSize: wdev[1]: (TX=256, RX=256)
      [   27.434390] HT_BAWinSize: wdev[2]: (TX=256, RX=256)
      [   27.439265] HT_BAWinSize: wdev[3]: (TX=256, RX=256)
      [   27.444159] HT_BAWinSize: wdev[4]: (TX=256, RX=256)
      [   27.449035] HT_BAWinSize: wdev[5]: (TX=256, RX=256)
      [   27.454345] HT: WDEV[0] Ext Channel = ABOVE
      [   27.458525] HT: WDEV[1] Ext Channel = ABOVE
      [   27.462723] HT: WDEV[2] Ext Channel = ABOVE
      [   27.466904] HT: WDEV[3] Ext Channel = ABOVE
      [   27.471096] HT: WDEV[4] Ext Channel = ABOVE
      [   27.475275] HT: WDEV[5] Ext Channel = ABOVE
      [   27.479653] HT: greenap_cap = 1
      [   27.483048] ChipID=7915, TWTSupport in profile=1
      [   27.532118] ICapMode = 0
      [   27.541007] WtcSetMaxStaNum: MaxStaNum:232, BssidNum:6, WdsNum:16, MSTANum:1, MaxNumChipRept:32, MinMcastWcid:281
      [   27.551337] Top Init Done!
      [   27.554071] Use dev_alloc_skb
      [   27.557038] token_tx_two_queues_init(): ct sw token(0) number = 2048
      [   27.563572] token_tx_two_queues_init(): token que(0) inited done!id_head/tail=0/2048
      [   27.571333] token_tx_two_queues_init(): 8d646a04,8d646a04
      [   27.576728] token_tx_two_queues_init(): ct sw token(1) number = 6144
      [   27.583861] token_tx_two_queues_init(): token que(1) inited done!id_head/tail=0/6144
      [   27.591641] token_tx_two_queues_init(): 8d646aac,8d646aac
      [   27.602100] TxRing[0]: attr:0, total 2048 entry initialized
      [   27.612178] TxRing[1]: attr:0, total 2048 entry initialized
      [   27.622379] TxRing[2]: attr:0, total 2048 entry initialized
      [   27.628177] RX[0] DESC a0d78000 size = 24576
      [   27.634271] RX[1] DESC a0d80000 size = 16384
      [   27.639635] RX[2] DESC a0f18000 size = 24576
      [   27.645729] RX[3] DESC a0f40000 size = 24576
      [   27.650053] RX[4] DESC a0f14000 size = 8192
      [   27.654787] RX[5] DESC a0f58000 size = 16384
      [   27.660177] RX[6] DESC a0f16000 size = 8192
      [   27.665183] -->TX_RING_0[0xd9330]: Attr:0, Base=0xd70000, Cnt=2048!
      [   27.671475] -->TX_RING_1[0xd5420]: Attr:0, Base=0xed8000, Cnt=2048!
      [   27.677739] -->TX_RING_2[0xd5430]: Attr:0, Base=0xf00000, Cnt=2048!
      [   27.684022] -->TX_RING_3[0xd5400]: Attr:3, Base=0xf08000, Cnt=128!
      [   27.690215] -->TX_RING_4[0xd5410]: Attr:2, Base=0xf09000, Cnt=256!
      [   27.696393] -->TX_RING_5[0xd5440]: Attr:1, Base=0xf0a000, Cnt=256!
      [   27.702589] -->RX_RING0[0xd8510]: Base=0xd78000, Cnt=1536
      [   27.707985] -->RX_RING1[0xd9520]: Base=0xd80000, Cnt=1024
      [   27.713394] -->RX_RING2[0xd4500]: Base=0xf18000, Cnt=1536
      [   27.718789] -->RX_RING3[0xd4510]: Base=0xf40000, Cnt=10
      [   27.724030] -->RX_RING4[0xd5500]: Base=0xf14000, Cnt=512
      [   27.729339] -->RX_RING5[0xd5510]: Base=0xf58000, Cnt=1024
      [   27.734747] -->RX_RING6[0xd5520]: Base=0xf16000, Cnt=512
      [   27.740082] Hif Init Done!
      [   27.745908] pci_driver_own_by_port: success to clear p=0 fw own, from(1): 1 is interrupt mode, 2 is polling mode.
      [   27.757187] pci_driver_own_by_port: success to clear p=1 fw own, from(1): 1 is interrupt mode, 2 is polling mode.
      [   27.767463] fw_prepare():using E2 ROM patch
      [   27.771657] fw_prepare():using E2 RAM
      [   27.775332] Parsing patch header
      [   27.778555]  Built date: 20200506152445a
      [   27.782553]
      [   27.784040]  Platform: ALPS
      [   27.786844]  HW/SW version: 0x8a[   27.789918] br-lan: port 1(eth0) entered forwarding state
    
      [   27.795379] 108a10
      [   27.797579]  Patch version: 0xffffffff
      [   27.801373]  Section num: 0x2, subsys: 0x4
      [   27.805468]  Section 0: type = 0x30002, offset = 0xe0, size = 0xfc80
      [   27.811830]  Target address: 0x200000, length: 0xfc80
      [   27.816878]  Section 1: type = 0x30002, offset = 0xfd60, size = 0x13540
      [   27.823506]  Target address: 0xe000f000, length: 0x13540
      [   27.828995] Patch SEM Status = 2
      [   27.832326] patch is not ready && get semaphore success
      [   27.837553] Start address = 0x200000, DL length = 64640, Data mode = 0x80000000
      [   27.846077] EventGenericEventHandler: CMD Success
      [   27.850852] MtCmdAddressLenReq:(ret = 0)
      [   27.855555] Start address = 0xe000f000, DL length = 79168, Data mode = 0x80000000
      [   27.864291] EventGenericEventHandler: CMD Success
      [   27.869025] MtCmdAddressLenReq:(ret = 0)
      [   27.873935] MtCmdPatchFinishReq
      [   27.880870] EventGenericEventHandler: CMD Success
      [   27.885814] Patch SEM Status = 3
      [   27.889082] release patch semaphore
      [   27.892661]  WfMcuHwInit: Before NICLoadFirmware, check ICapMode = 0
      [   27.899859] Parsing CPU 0 fw tailer
      [   27.903347]  Chip ID: 0x0b
      [   27.906064]  Eco version: 0x01
      [   27.909123]  Region number: 0x07
      [   27.912484]  Format version: 0x02
      [   27.915893]  Format flag: 0x01
      [   27.919041]  Ram version: ____000000
      [   27.922924]  Built date: 20200506152529
      [   27.927101]  Common crc: 0x2c67a785
      [   27.930648] Parsing tailer region 0
      [   27.934141]  Decomp crc: 0x0
      [   27.937081]  Decomp size: 0x0
      [   27.940157]  Decomp block size: 0x0
      [   27.943682]  Target address: 0x21fc00
      [   27.947396]  Download size: 108544
      [   27.950950]  Feature set: 0x20
      [   27.954278] Parsing tailer region 1
      [   27.957772]  Decomp crc: 0x0
      [   27.960705]  Decomp size: 0x0
      [   27.963676]  Decomp block size: 0x0
      [   27.967159]  Target address: 0x31dc00
      [   27.970840]  Download size: 205824
      [   27.974241]  Feature set: 0x00
      [   27.977305] Parsing tailer region 2
      [   27.980817]  Decomp crc: 0x0
      [   27.983693]  Decomp size: 0x0
      [   27.986654]  Decomp block size: 0x0
      [   27.990153]  Target address: 0x417400
      [   27.993811]  Download size: 31744
      [   27.997119]  Feature set: 0x00
      [   28.000204] Parsing tailer region 3
      [   28.003687]  Decomp crc: 0x0
      [   28.006561]  Decomp size: 0x0
      [   28.009522]  Decomp block size: 0x0
      [   28.013057]  Target address: 0xe0022800
      [   28.016954]  Download size: 389120
      [   28.020453]  Feature set: 0x00
      [   28.023569] Parsing tailer region 4
      [   28.027060]  Decomp crc: 0x0
      [   28.029990]  Decomp size: 0x0
      [   28.032959]  Decomp block size: 0x0
      [   28.036442]  Target address: 0xe0081800
      [   28.040299]  Download size: 354304
      [   28.043696]  Feature set: 0x00
      [   28.046760] Parsing tailer region 5
      [   28.050269]  Decomp crc: 0x0
      [   28.053146]  Decomp size: 0x0
      [   28.056106]  Decomp block size: 0x0
      [   28.059588]  Target address: 0x23a400
      [   28.063270]  Download size: 89088
      [   28.066580]  Feature set: 0x00
      [   28.069642] Parsing tailer region 6
      [   28.073153]  Decomp crc: 0x0
      [   28.076029]  Decomp size: 0x0
      [   28.078990]  Decomp block size: 0x0
      [   28.082498]  Target address: 0x400000
      [   28.086157]  Download size: 81920
      [   28.089464]  Feature set: 0x00
      [   28.092570]  Release info: header tag = 0, total length = 72
      [   28.098230]  tag 1, padding length = 3, tag length = 65
      [   28.103472]  payload: t-neptune-MP-AX1800-2007-MT7915_WIFI_RAM_REBB_2007-20200506152412
      [   28.111751] Start address = 0x21fc00, DL length = 108544, Data mode = 0x80000000
      [   28.120393] EventGenericEventHandler: CMD Success
      [   28.125133] MtCmdAddressLenReq:(ret = 0)
      [   28.130381] Start address = 0x31dc00, DL length = 205824, Data mode = 0x80000000
      [   28.139003] EventGenericEventHandler: CMD Success
      [   28.143794] MtCmdAddressLenReq:(ret = 0)
      [   28.150235] Start address = 0x417400, DL length = 31744, Data mode = 0x80000000
      [   28.158793] EventGenericEventHandler: CMD Success
      [   28.163557] MtCmdAddressLenReq:(ret = 0)
      [   28.167876] Start address = 0xe0022800, DL length = 389120, Data mode = 0x80000000
      [   28.176705] EventGenericEventHandler: CMD Success
      [   28.181478] MtCmdAddressLenReq:(ret = 0)
      [   28.190063] Start address = 0xe0081800, DL length = 354304, Data mode = 0x80000000
      [   28.198884] EventGenericEventHandler: CMD Success
      [   28.203782] MtCmdAddressLenReq:(ret = 0)
      [   28.211952] Start address = 0x23a400, DL length = 89088, Data mode = 0x80000000
      [   28.220529] EventGenericEventHandler: CMD Success
      [   28.225272] MtCmdAddressLenReq:(ret = 0)
      [   28.230319] Start address = 0x400000, DL length = 81920, Data mode = 0x80000000
      [   28.239001] EventGenericEventHandler: CMD Success
      [   28.243784] MtCmdAddressLenReq:(ret = 0)
      [   28.248669] MtCmdFwStartReq: override = 0x1, address = 0x21fc00
      [   28.255845] EventGenericEventHandler: CMD Success
      [   28.260617] Parsing CPU 1 fw tailer
      [   28.264106]  Chip ID: 0x00
      [   28.266823]  Eco version: 0x01
      [   28.269912]  Region number: 0x03
      [   28.273148]  Format version: 0x02
      [   28.276467]  Format flag: 0x01
      [   28.279526]  Ram version: DEV_000000
      [   28.283161]  Built date: 20200506152549
      [   28.287137]  Common crc: 0xf020288f
      [   28.290642] Parsing tailer region 0
      [   28.294127]  Decomp crc: 0x0
      [   28.297001]  Decomp size: 0x0
      [   28.299986]  Decomp block size: 0x0
      [   28.303471]  Target address: 0x10200000
      [   28.307300]  Download size: 83200
      [   28.310625]  Feature set: 0x00
      [   28.313688] Parsing tailer region 1
      [   28.317171]  Decomp crc: 0x0
      [   28.320073]  Decomp size: 0x0
      [   28.323036]  Decomp block size: 0x0
      [   28.326518]  Target address: 0x10300000
      [   28.330365]  Download size: 17920
      [   28.333675]  Feature set: 0x00
      [   28.336736] Parsing tailer region 2
      [   28.340240]  Decomp crc: 0x0
      [   28.343117]  Decomp size: 0x0
      [   28.346078]  Decomp block size: 0x0
      [   28.349559]  Target address: 0xe0000000
      [   28.353412]  Download size: 1952
      [   28.356634]  Feature set: 0x00
      [   28.359695]  Release info: header tag = 0, total length = 0
      [   28.365295] Start address = 0x10200000, DL length = 83200, Data mode = 0x80000010
      [   28.373991] EventGenericEventHandler: CMD Success
      [   28.378722] MtCmdAddressLenReq:(ret = 0)
      [   28.383641] Start address = 0x10300000, DL length = 17920, Data mode = 0x80000010
      [   28.392387] EventGenericEventHandler: CMD Success
      [   28.397123] MtCmdAddressLenReq:(ret = 0)
      [   28.401285] Start address = 0xe0000000, DL length = 1952, Data mode = 0x80000010
      [   28.409889] EventGenericEventHandler: CMD Success
      [   28.414621] MtCmdAddressLenReq:(ret = 0)
      [   28.418571] MtCmdFwStartReq: override = 0x4, address = 0x0
      [   28.528279] EventGenericEventHandler: CMD Success
      [   28.533129] MCU Init Done!
      [   28.535852] efuse_probe: efuse = 10000012
      [   28.539905] RtmpChipOpsEepromHook::e2p_type=2, inf_Type=5
      [   28.545303] RtmpEepromGetDefault::e2p_dafault=1
      [   28.549851] RtmpChipOpsEepromHook: E2P type(2), E2pAccessMode = 2, E2P default = 1
      [   28.557433] NVM is FLASH mode. dev_idx [0] FLASH OFFSET [0x0]
      [   28.563214] rtmp_nv_init(): EEPROM Size[131072]
      [   28.571195] [EEPROMImage - PreCalImageInfo - PreCalImage - TxDPDImage]
      [   28.571195] [0x8c040000 - 0x8c040e00 - 0x8c040e10 - 0x8c04d220]
      [   28.585094] validFlashEepromID(): eeFlashId=7915, pAd->ChipID=7915
      [   28.592211] [d-die version:1]
      [   28.631917] [a-die version:2]
      [   28.763736]
      [   28.765249] NICReadEEPROMParameters: EEPROM 0x62 7
      [   28.770753] NICReadEEPROMParameters: Group Pre-Cal finished, load Group Pre-Cal data
      [   28.779635] NICReadEEPROMParameters: DPD 5G Pre-Cal finished!
      [   28.785413] NICReadEEPROMParameters: DPD 2G Pre-Cal finished!
      [   28.929668] Country Region from e2p = 0
      [   28.933530] antenna_default_reset() todo
      [   28.937453] antenna_default_reset() value = 0x5292, TxPath = 2, RxPath = 2
      [   28.944345] RTMPReadTxPwrPerRate(458): Don't Support this now!
      [   28.950197] rc_radio_init(): DBDC MODE=1, ConcurrentBand=2
      [   28.955689] rc_radio_init(): radio_ctrl=8e3f16e4,Band=0,rfcap=3,channel=1,PhyMode=2 extCha=0xf
      [   28.964318] rc_radio_init(): radio_ctrl=8e3f1a38,Band=1,rfcap=3,channel=1,PhyMode=2 extCha=0xf
      [   28.972945] rcUpdateBandForBFMU      PhyCtrl[0].RadioCtrl.IsBfBand = 1
      [   28.979034] rcUpdateBandForBFMU      PhyCtrl[1].RadioCtrl.IsBfBand = 1
      [   28.985143] TxBfModuleEnCtrl:u1BfNum = 2, u1BfBitmap = 3, u1BfSelBand[0] = 0
      [   28.992235] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0
      [   28.997981] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0
      [   29.003758] AntCfgInit(2706): Not support for HIF_MT yet!
      [   29.009175] mt7915_check_RF_lock_down: RFlockDown Enable: 0
      [   29.014758] MtReadPwrLimitTable: sku table idx: 0
      mt7915_check_RF_lock_down: RFlockDown Enable: 0
      [   29.032032] MtReadPwrLimitTable: sku table idx: 0
      EEPROM Init Done!
      [   29.046639] mac_init()-->
      [   29.049263] init_mac_cr()-->
      [   29.052196] <--mac_init()
      [   29.058004] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0
      [   29.066372] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0
      [   29.074796] CmdRxHdrTransBLUpdateRsp::EventExtCmdResult.u4Status = 0x0
      [   29.081422] MAC Init Done!
      [   29.084131] BBPInit():BBP Initialization.....
      [   29.088488]  Band 0: valid=1, isDBDC=0, Band=2, CBW=1, CentCh/PrimCh=1/1, prim_ch_idx=0, txStream=2
      [   29.097558]  Band 1: valid=0, isDBDC=0, Band=0, CBW=0, CentCh/PrimCh=0/0, prim_ch_idx=0, txStream=0
      [   29.106621] BBPInit() todo
      [   29.109325] PHY Init Done!
      [   29.122474] tx_pwr_comp_init():NotSupportYet!
      [   29.126876] Set_SCSEnable_Proc(): BandIdx=0, SCSEnable=1
      [   29.132509] MtCmdSetMacTxRx:(ret = 0)
      [   29.136331] MtCmdSetMacTxRx:(ret = 0)
      [   29.141209] ap_ftkd> Initialize FT KDP Module...
      [   29.145913] Main bssid = 00:00:00:00:00:00
      [   29.150362] MtCmdSetMacTxRx:(ret = 0)
      [   29.154179] MtCmdSetMacTxRx:(ret = 0)
      [   29.157902] <==== mt_wifi_init, Status=0
      [   29.161855] TxBfModuleEnCtrl:u1BfNum = 2, u1BfBitmap = 3, u1BfSelBand[0] = 0
      [   29.168988] HeraInitStbcPriority: u1BandIdx = 0, u1StbcPriority = 0
      [   29.175307] HeraConfigStbcPriority: u1BandIdx = 0, u1Operation=1, u1StbcPriority = 0
      [   29.183081] CmdHeraStbcPriorityCtrl: u1BandIdx=0, u1Operation=1, u1StbcPriority=0
      [   29.190601] HeraInitStbcPriority: u1BandIdx = 1, u1StbcPriority = 0
      [   29.196886] HeraConfigStbcPriority: u1BandIdx = 1, u1Operation=1, u1StbcPriority = 0
      [   29.204650] CmdHeraStbcPriorityCtrl: u1BandIdx=1, u1Operation=1, u1StbcPriority=0
      [   29.212317] Register MBSSID IF 1 (ra1)
      [   29.217366] Register MBSSID IF 2 (ra2)
      [   29.222426] Register MBSSID IF 3 (rax0)
      [   29.227501] Register MBSSID IF 4 (rax1)
      [   29.232627] Register MBSSID IF 5 (rax2)
      [   29.237651] MSTA_Init (2) ---> ApCli
      [   29.241346] Register MSTA IF (apcli0) , pAd->MSTANum = 1
      [   29.246889] Caller: SetCommonHT+0x100/0x170
      [   29.251110]
      [   29.251110] phy_mode=78, ch=0, wdev_type=2
      [   29.256682] ht_cap: ht_cap->HtCapInfo,
      [   29.260533] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   29.268185] ht_cap: ht_cap->HtCapParm,
      [   29.272028] mdpu_density=0, ampdu_factor=3
      [   29.277466] Register MSTA IF (apclix0) , pAd->MSTANum = 2
      [   29.283195] Caller: SetCommonHT+0x100/0x170
      [   29.287383]
      [   29.287383] phy_mode=177, ch=0, wdev_type=2
      [   29.293053] ht_cap: ht_cap->HtCapInfo,
      [   29.296891] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   29.304555] ht_cap: ht_cap->HtCapParm,
      [   29.308390] mdpu_density=0, ampdu_factor=3
      [   29.313800] mt_service_init: wlan service inits successfully!
      [   29.319575] WtcSetMaxStaNum: MaxStaNum:230, BssidNum:6, WdsNum:16, MSTANum:2, MaxNumChipRept:32, MinMcastWcid:280
      [   29.467299] RedInit: set CR4/N9 RED Enable to 1.
      [   29.471984] RedInit: RED Initiailize Done.
      [   29.476080] cp_support_is_enabled: set Driver CP_SUPPORT to Mode 2.
      [   29.482372] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
      [   29.488757] wifi_sys_open(), wdev idx = 0
      [   29.492839] rcUpdateBandForBFMU      PhyCtrl[0].RadioCtrl.IsBfBand = 1
      [   29.498948] rcUpdateBandForBFMU      PhyCtrl[1].RadioCtrl.IsBfBand = 1
      [   29.505067] TxBfModuleEnCtrl:u1BfNum = 2, u1BfBitmap = 3, u1BfSelBand[0] = 0
      [   29.512151] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0
      [   29.517914] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0
      [   29.523895] BuildChannelList() BandIdx = 0, PhyMode = 78, ChListNum = 13:
      [   29.530748] phy_oper_init(): operate TxStream = 2, RxStream = 2
      [   29.536695] phy_freq_adjust : no prim_ch value for adjust!
      [   29.542302] Caller: wlan_operate_init+0x104/0x118
      [   29.547048]
      [   29.547048] phy_mode=78, ch=0, wdev_type=1
      [   29.552642] ht_cap: ht_cap->HtCapInfo,
      [   29.556480] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   29.564153] ht_cap: ht_cap->HtCapParm,
      [   29.567988] mdpu_density=5, ampdu_factor=3
      [   29.572194] wdev_attr_update(): wdevId0 = 50:41:b9:**:**:f4
      [   29.578001] AP inf up for ra_0(func_idx) OmacIdx=0
      [   29.582855] AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn
      [   29.589242] ApAutoChannelAtBootUp----------------->
      [   29.594160] ApAutoChannelAtBootUp: AutoChannelBootup[0] = 1
      [   29.600049] MtCmdSetMacTxRx:(ret = 0)
      [   29.603847] MtCmdSetMacTxRx:(ret = 0)
      [   29.607685] MtCmdGetChBusyCnt:(ret = 0)
      [   29.611665] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   29.619952] MtCmdChannelSwitch: control_chl = 1,control_ch2=0, central_chl = 1 DBDCIdx= 0, Band= 0
      [   29.629049] BW = 0,TXStream = 2, RXStream = 2, scan(1)
      [   29.637365] MtCmdSetTxRxPath: control_chl = 1,control_ch2=0, central_chl = 1, BW = 0,TXStream = 2, RXStream = 2,RXPath = 3, BandIdx =0,  scan(1), Cha
      nnel_Band = 0
      [   29.652271] MtCmdGetChBusyCnt:(ret = 0)
      [   29.849938] MtCmdGetChBusyCnt:(ret = 0)
      [   29.853869] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   29.861989] MtCmdChannelSwitch: control_chl = 2,control_ch2=0, central_chl = 2 DBDCIdx= 0, Band= 0
      [   29.870986] BW = 0,TXStream = 2, RXStream = 2, scan(1)
      [   29.879184] MtCmdSetTxRxPath: control_chl = 2,control_ch2=0, central_chl = 2, BW = 0,TXStream = 2, RXStream = 2,RXPath = 3, BandIdx =0,  scan(1), Cha
      nnel_Band = 0
      [   29.894074] MtCmdGetChBusyCnt:(ret = 0)
      [   30.090004] MtCmdGetChBusyCnt:(ret = 0)
      [   30.093968] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   30.102136] MtCmdChannelSwitch: control_chl = 3,control_ch2=0, central_chl = 3 DBDCIdx= 0, Band= 0
      [   30.111141] BW = 0,TXStream = 2, RXStream = 2, scan(1)
      [   30.119354] MtCmdSetTxRxPath: control_chl = 3,control_ch2=0, central_chl = 3, BW = 0,TXStream = 2, RXStream = 2,RXPath = 3, BandIdx =0,  scan(1), Cha
      nnel_Band = 0
      [   30.134463] MtCmdGetChBusyCnt:(ret = 0)
      [   30.330012] MtCmdGetChBusyCnt:(ret = 0)
      [   30.333951] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   30.342078] MtCmdChannelSwitch: control_chl = 4,control_ch2=0, central_chl = 4 DBDCIdx= 0, Band= 0
      [   30.351071] BW = 0,TXStream = 2, RXStream = 2, scan(1)
      [   30.359268] MtCmdSetTxRxPath: control_chl = 4,control_ch2=0, central_chl = 4, BW = 0,TXStream = 2, RXStream = 2,RXPath = 3, BandIdx =0,  scan(1), Cha
      nnel_Band = 0
      [   30.374161] MtCmdGetChBusyCnt:(ret = 0)
      [   30.569972] MtCmdGetChBusyCnt:(ret = 0)
      [   30.573923] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   30.582059] MtCmdChannelSwitch: control_chl = 5,control_ch2=0, central_chl = 5 DBDCIdx= 0, Band= 0
      [   30.591055] BW = 0,TXStream = 2, RXStream = 2, scan(1)
      [   30.599257] MtCmdSetTxRxPath: control_chl = 5,control_ch2=0, central_chl = 5, BW = 0,TXStream = 2, RXStream = 2,RXPath = 3, BandIdx =0,  scan(1), Cha
      nnel_Band = 0
      [   30.614156] MtCmdGetChBusyCnt:(ret = 0)
      [   30.809951] MtCmdGetChBusyCnt:(ret = 0)
      [   30.813882] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   30.822003] MtCmdChannelSwitch: control_chl = 6,control_ch2=0, central_chl = 6 DBDCIdx= 0, Band= 0
      [   30.831070] BW = 0,TXStream = 2, RXStream = 2, scan(1)
      [   30.839273] MtCmdSetTxRxPath: control_chl = 6,control_ch2=0, central_chl = 6, BW = 0,TXStream = 2, RXStream = 2,RXPath = 3, BandIdx =0,  scan(1), Cha
      nnel_Band = 0
      [   30.854171] MtCmdGetChBusyCnt:(ret = 0)
      [   31.050089] MtCmdGetChBusyCnt:(ret = 0)
      [   31.054054] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   31.062223] MtCmdChannelSwitch: control_chl = 7,control_ch2=0, central_chl = 7 DBDCIdx= 0, Band= 0
      [   31.071246] BW = 0,TXStream = 2, RXStream = 2, scan(1)
      [   31.079463] MtCmdSetTxRxPath: control_chl = 7,control_ch2=0, central_chl = 7, BW = 0,TXStream = 2, RXStream = 2,RXPath = 3, BandIdx =0,  scan(1), Cha
      nnel_Band = 0
      [   31.094390] MtCmdGetChBusyCnt:(ret = 0)
      [   31.289949] MtCmdGetChBusyCnt:(ret = 0)
      [   31.293880] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   31.302001] MtCmdChannelSwitch: control_chl = 8,control_ch2=0, central_chl = 8 DBDCIdx= 0, Band= 0
      [   31.310997] BW = 0,TXStream = 2, RXStream = 2, scan(1)
      [   31.319193] MtCmdSetTxRxPath: control_chl = 8,control_ch2=0, central_chl = 8, BW = 0,TXStream = 2, RXStream = 2,RXPath = 3, BandIdx =0,  scan(1), Cha
      nnel_Band = 0
      [   31.334165] MtCmdGetChBusyCnt:(ret = 0)
      [   31.530028] MtCmdGetChBusyCnt:(ret = 0)
      [   31.533969] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   31.542102] MtCmdChannelSwitch: control_chl = 9,control_ch2=0, central_chl = 9 DBDCIdx= 0, Band= 0
      [   31.551096] BW = 0,TXStream = 2, RXStream = 2, scan(1)
      [   31.559298] MtCmdSetTxRxPath: control_chl = 9,control_ch2=0, central_chl = 9, BW = 0,TXStream = 2, RXStream = 2,RXPath = 3, BandIdx =0,  scan(1), Cha
      nnel_Band = 0
      [   31.574193] MtCmdGetChBusyCnt:(ret = 0)
      [   31.769954] MtCmdGetChBusyCnt:(ret = 0)
      [   31.773888] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   31.782016] MtCmdChannelSwitch: control_chl = 10,control_ch2=0, central_chl = 10 DBDCIdx= 0, Band= 0
      [   31.791197] BW = 0,TXStream = 2, RXStream = 2, scan(1)
      [   31.799398] MtCmdSetTxRxPath: control_chl = 10,control_ch2=0, central_chl = 10, BW = 0,TXStream = 2, RXStream = 2,RXPath = 3, BandIdx =0,  scan(1), C
      hannel_Band = 0
      [   31.814467] MtCmdGetChBusyCnt:(ret = 0)
      [   32.010113] MtCmdGetChBusyCnt:(ret = 0)
      [   32.014255] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   32.022589] MtCmdChannelSwitch: control_chl = 11,control_ch2=0, central_chl = 11 DBDCIdx= 0, Band= 0
      [   32.032251] BW = 0,TXStream = 2, RXStream = 2, scan(1)
      [   32.040643] MtCmdSetTxRxPath: control_chl = 11,control_ch2=0, central_chl = 11, BW = 0,TXStream = 2, RXStream = 2,RXPath = 3, BandIdx =0,  scan(1), C
      hannel_Band = 0
      [   32.056134] MtCmdGetChBusyCnt:(ret = 0)
      [   32.260006] MtCmdGetChBusyCnt:(ret = 0)
      [   32.263865] ====================================================================
      [   32.271291] Channel   1 : Busy Time =      3, Skip Channel = FALSE, BwCap = TRUE
      [   32.278683] Channel   2 : Busy Time =      1, Skip Channel = FALSE, BwCap = TRUE
      [   32.286091] Channel   3 : Busy Time =      4, Skip Channel = FALSE, BwCap = TRUE
      [   32.293503] Channel   4 : Busy Time =      1, Skip Channel = FALSE, BwCap = TRUE
      [   32.300914] Channel   5 : Busy Time =      1, Skip Channel = FALSE, BwCap = TRUE
      [   32.308306] Channel   6 : Busy Time =   1459, Skip Channel = FALSE, BwCap = TRUE
      [   32.315714] Channel   7 : Busy Time =   1445, Skip Channel = FALSE, BwCap = TRUE
      [   32.323124] Channel   8 : Busy Time =   1366, Skip Channel = FALSE, BwCap = TRUE
      [   32.330536] Channel   9 : Busy Time =   1444, Skip Channel = FALSE, BwCap = TRUE
      [   32.337929] Channel  10 : Busy Time =      8, Skip Channel = FALSE, BwCap = TRUE
      [   32.345335] Channel  11 : Busy Time =      0, Skip Channel = FALSE, BwCap = TRUE
      [   32.352742] ====================================================================
      [   32.360163] Rule 3 Channel Busy time value : Select Primary Channel 11
      [   32.366687] Rule 3 Channel Busy time value : Min Channel Busy = 0
      [   32.372791] Rule 3 Channel Busy time value : BW = 20
      [   32.377755] [SelectClearChannelBusyTime] - band0 END
      [   32.382733] ApAutoChannelAtBootUp : Auto channel selection: Selected channel = 11, IsAband = 0
      [   32.391500] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   32.399565] MtCmdChannelSwitch: control_chl = 11,control_ch2=0, central_chl = 9 DBDCIdx= 0, Band= 0
      [   32.408634] BW = 1,TXStream = 2, RXStream = 2, scan(0)
      [   32.422432] MtCmdSetTxRxPath: control_chl = 11,control_ch2=0, central_chl = 9, BW = 1,TXStream = 2, RXStream = 2,RXPath = 3, BandIdx =0,  scan(0), Ch
      annel_Band = 0
      [   32.437936] zero_wait_dfs_switch_ch(): outband ch 0, ch_stat 0
      [   32.443826] ApAutoChannelAtBootUp<-----------------
      [   32.448709] [PMF]APPMFInit:: apidx=0, MFPC=0, MFPR=0, SHA256=0
      [   32.454678] Caller: SetCommonHT+0x100/0x170
      [   32.458861]
      [   32.458861] phy_mode=78, ch=11, wdev_type=1
      [   32.464541] ht_cap: ht_cap->HtCapInfo,
      [   32.468379] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   32.476047] ht_cap: ht_cap->HtCapParm,
      [   32.479900] mdpu_density=5, ampdu_factor=3
      [   32.484017] wifi_sys_linkup(), wdev idx = 0
      [   32.488207] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:287 for WDEV_TYPE:1
      [   32.488207]  LinkToOmacIdx = 0, LinkToWdevType = 1
      [   32.501124] TRTableInsertMcastEntry:band0 group_idx[0]=0
      [   32.618034] (bssUpdateChannel), ucPrimCh=11, ucCentChSeg0=9, ucCentChSeg1=0, BW=1, ucHetbRU26Disable=0, ucHetbAllDisable=1
      [   32.629109] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 8320
      [   32.646478] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 0
      [   32.652275] BeaconTransmitRequired():2.4G Bcn Tx is blocked!
      [   32.652298] MtCmdTxPowerSKUCtrl: tx_pwr_sku_en: 1, BandIdx: 0
      [   32.652352] MtCmdTxBfBackoffCtrl: fgTxBFBackoffEn: 0, BandIdx: 0
      [   32.652368] MtCmdTxPowerPercentCtrl: fgTxPowerPercentEn: 1, BandIdx: 0
      [   32.652418] TxCCKStreamCtrl: set wrong parameters
      [   32.661298] set muru_update_he_cfg()!!!!
      [   32.661303] SrMbssInit: Spatial Reuse initialize via profile.
      [   32.661314] PrintSrCmd:
      [   32.661314] u1CmdSubId = f, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   32.661314] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   32.661362] PrintSrCmd:
      [   32.661362] u1CmdSubId = 13, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   32.661362] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   32.661378] PrintSrCmd:
      [   32.661378] u1CmdSubId = 10, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   32.661378] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   32.661467] apidx 0 for WscUUIDInit
      [   32.661471] Generate UUID for apidx(0)
      [   32.661561] WDS_Init():wds_num[0]=0, count=0, MAX_WDS_ENTRY=16, if_idx=0, flg_wds_init=0
      [   32.661565] Total allocated 0 WDS(es) for band0!
      [   32.693918] ra1: ===> mbss_virtual_if_open
      [   32.693929] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT
      [   32.693935] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
      [   32.694040] wifi_sys_open(), wdev idx = 1
      [   32.694096] rcUpdateBandForBFMU      PhyCtrl[0].RadioCtrl.IsBfBand = 1
      [   32.694100] rcUpdateBandForBFMU      PhyCtrl[1].RadioCtrl.IsBfBand = 1
      [   32.694107] TxBfModuleEnCtrl:u1BfNum = 2, u1BfBitmap = 3, u1BfSelBand[0] = 0
      [   32.694193] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0
      [   32.694198] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0
      [   32.694225] phy_oper_init(): operate TxStream = 2, RxStream = 2
      [   32.694359] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   32.694438] MtCmdChannelSwitch: control_chl = 11,control_ch2=0, central_chl = 9 DBDCIdx= 0, Band= 0
      [   32.694447] BW = 1,TXStream = 2, RXStream = 2, scan(0)
      [   32.695344] MtCmdSetTxRxPath: control_chl = 11,control_ch2=0, central_chl = 9, BW = 1,TXStream = 2, RXStream = 2,RXPath = 3, BandIdx =0,  scan(0), Ch
      annel_Band = 0
      [   32.695623] Caller: wlan_operate_init+0x104/0x118
      [   32.695627]
      [   32.695627] phy_mode=78, ch=11, wdev_type=1
      [   32.695629] ht_cap: ht_cap->HtCapInfo,
      [   32.695637] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   32.695638] ht_cap: ht_cap->HtCapParm,
      [   32.695642] mdpu_density=5, ampdu_factor=3
      [   32.695735] wdev_attr_update(): wdevId1 = 52:41:b9:1f:1e:f4
      [   32.882869] ExtEventBeaconLostHandler::FW EVENT (50:41:b9:**:**:f4), Reason 0x10
      [   32.890280]   AP Beacon OFF!!!
      [   32.893384] BeaconTransmitRequired():2.4G Bcn Tx is blocked!
      [   32.899183] ExtEventBeaconLostHandler::FW EVENT (50:41:b9:**:**:f4), Reason 0x10
      [   32.906592]   AP Beacon OFF!!!
      [   32.911842] AP inf up for ra_1(func_idx) OmacIdx=17
      [   32.916744] AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn
      [   32.923137] ApAutoChannelAtBootUp----------------->
      [   32.928018] ApAutoChannelAtBootUp: AutoChannelBootup[0] = 1
      [   32.933937] MtCmdSetMacTxRx:(ret = 0)
      [   32.937819] MtCmdSetMacTxRx:(ret = 0)
      [   32.941537]  ap_run_at_boot() : ACS is disable !!
      [   32.946942] [PMF]APPMFInit:: apidx=1, MFPC=0, MFPR=0, SHA256=0
      [   32.952878] Caller: SetCommonHT+0x100/0x170
      [   32.957060]
      [   32.957060] phy_mode=78, ch=11, wdev_type=1
      [   32.962733] ht_cap: ht_cap->HtCapInfo,
      [   32.966571] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   32.974231] ht_cap: ht_cap->HtCapParm,
      [   32.978065] mdpu_density=5, ampdu_factor=3
      [   32.982199] wifi_sys_linkup(), wdev idx = 1
      [   32.986392] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:286 for WDEV_TYPE:1
      [   32.986392]  LinkToOmacIdx = 11, LinkToWdevType = 1
      [   32.999402] TRTableInsertMcastEntry:band0 group_idx[1]=1
      [   33.116164] (bssUpdateChannel), ucPrimCh=11, ucCentChSeg0=9, ucCentChSeg1=0, BW=1, ucHetbRU26Disable=0, ucHetbAllDisable=1
      [   33.127254] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 8320
      [   33.145388] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 11
      [   33.151271] BeaconTransmitRequired():2.4G Bcn Tx is blocked!
      [   33.151299] MtCmdTxPowerSKUCtrl: tx_pwr_sku_en: 1, BandIdx: 0
      [   33.151331] MtCmdTxBfBackoffCtrl: fgTxBFBackoffEn: 0, BandIdx: 0
      [   33.151357] MtCmdTxPowerPercentCtrl: fgTxPowerPercentEn: 1, BandIdx: 0
      [   33.151398] TxCCKStreamCtrl: set wrong parameters
      [   33.160298] set muru_update_he_cfg()!!!!
      [   33.160304] SrMbssInit: Spatial Reuse initialize via profile.
      [   33.160315] PrintSrCmd:
      [   33.160315] u1CmdSubId = f, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   33.160315] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   33.160363] PrintSrCmd:
      [   33.160363] u1CmdSubId = 13, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   33.160363] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   33.160379] PrintSrCmd:
      [   33.160379] u1CmdSubId = 10, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   33.160379] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   33.160469] apidx 1 for WscUUIDInit
      [   33.160473] Generate UUID for apidx(1)
      [   33.239377] ra1: ===> mbss_virtual_if_close
      [   33.243632] ExtEventBeaconLostHandler::FW EVENT (52:41:b9:1f:1e:f4), Reason 0x10
      [   33.243634]   AP Beacon OFF!!!
      [   33.254142] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_DOWN
      [   33.260750] UpdateBeaconHandler, wdev(1) bss not ready (state:2, caller:ap_link_down+0x58/0xb8)!!
      [   33.269620] wifi_sys_linkdown(), wdev idx = 1
      [   33.275700] (bssUpdateChannel), ucPrimCh=11, ucCentChSeg0=9, ucCentChSeg1=0, BW=1, ucHetbRU26Disable=0, ucHetbAllDisable=1
      [   33.286772] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0
      [   33.300949] wifi_sys_close(), wdev idx = 1
      [   33.305400] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_DEINIT
      [   33.323060] ra2: ===> mbss_virtual_if_open
      [   33.327183] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT
      [   33.333661] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
      [   33.340046] wifi_sys_open(), wdev idx = 2
      [   33.344103] rcUpdateBandForBFMU      PhyCtrl[0].RadioCtrl.IsBfBand = 1
      [   33.350212] rcUpdateBandForBFMU      PhyCtrl[1].RadioCtrl.IsBfBand = 1
      [   33.356305] TxBfModuleEnCtrl:u1BfNum = 2, u1BfBitmap = 3, u1BfSelBand[0] = 0
      [   33.363396] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0
      [   33.369141] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0
      [   33.374925] phy_oper_init(): operate TxStream = 2, RxStream = 2
      [   33.380996] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   33.389078] MtCmdChannelSwitch: control_chl = 11,control_ch2=0, central_chl = 9 DBDCIdx= 0, Band= 0
      [   33.398156] BW = 1,TXStream = 2, RXStream = 2, scan(0)
      [   33.403528] MtCmdSetTxRxPath: control_chl = 11,control_ch2=0, central_chl = 9, BW = 1,TXStream = 2, RXStream = 2,RXPath = 3, BandIdx =0,  scan(0), Ch
      annel_Band = 0
      [   33.418454] Caller: wlan_operate_init+0x104/0x118
      [   33.423197]
      [   33.423197] phy_mode=78, ch=11, wdev_type=1
      [   33.428856] ht_cap: ht_cap->HtCapInfo,
      [   33.432719] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   33.440393] ht_cap: ht_cap->HtCapParm,
      [   33.444228] mdpu_density=5, ampdu_factor=3
      [   33.448425] wdev_attr_update(): wdevId2 = 52:41:b9:2f:1e:f4
      [   33.454420] AP inf up for ra_2(func_idx) OmacIdx=17
      [   33.459356] AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn
      [   33.465764] ApAutoChannelAtBootUp----------------->
      [   33.470682] ApAutoChannelAtBootUp: AutoChannelBootup[0] = 1
      [   33.476532] MtCmdSetMacTxRx:(ret = 0)
      [   33.480373] MtCmdSetMacTxRx:(ret = 0)
      [   33.484036]  ap_run_at_boot() : ACS is disable !!
      [   33.489435] [PMF]APPMFInit:: apidx=2, MFPC=0, MFPR=0, SHA256=0
      [   33.495370] Caller: SetCommonHT+0x100/0x170
      [   33.499552]
      [   33.499552] phy_mode=78, ch=11, wdev_type=1
      [   33.505226] ht_cap: ht_cap->HtCapInfo,
      [   33.509064] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   33.514518] ap_probe_response_allowed(): hold probe response due to no_bcn
      [   33.514524] ap_probe_response_allowed(): hold probe response due to no_bcn
      [   33.530506] ht_cap: ht_cap->HtCapParm,
      [   33.534341] mdpu_density=5, ampdu_factor=3
      [   33.538459] wifi_sys_linkup(), wdev idx = 2
      [   33.542667] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:286 for WDEV_TYPE:1
      [   33.542667]  LinkToOmacIdx = 11, LinkToWdevType = 1
      [   33.555644] TRTableInsertMcastEntry:band0 group_idx[2]=2
      [   33.640278] ap_probe_response_allowed(): hold probe response due to no_bcn
      [   33.647231] ap_probe_response_allowed(): hold probe response due to no_bcn
      [   33.654153] ap_probe_response_allowed(): hold probe response due to no_bcn
      [   33.661057] ap_probe_response_allowed(): hold probe response due to no_bcn
      [   33.688103] (bssUpdateChannel), ucPrimCh=11, ucCentChSeg0=9, ucCentChSeg1=0, BW=1, ucHetbRU26Disable=0, ucHetbAllDisable=1
      [   33.699203] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 8320
      [   33.717345] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 11
      [   33.723252] BeaconTransmitRequired():2.4G Bcn Tx is blocked!
      [   33.723279] MtCmdTxPowerSKUCtrl: tx_pwr_sku_en: 1, BandIdx: 0
      [   33.723319] MtCmdTxBfBackoffCtrl: fgTxBFBackoffEn: 0, BandIdx: 0
      [   33.723353] MtCmdTxPowerPercentCtrl: fgTxPowerPercentEn: 1, BandIdx: 0
      [   33.723403] TxCCKStreamCtrl: set wrong parameters
      [   33.732535] set muru_update_he_cfg()!!!!
      [   33.732548] SrMbssInit: Spatial Reuse initialize via profile.
      [   33.732567] PrintSrCmd:
      [   33.732567] u1CmdSubId = f, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   33.732567] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   33.732644] PrintSrCmd:
      [   33.732644] u1CmdSubId = 13, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   33.732644] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   33.732671] PrintSrCmd:
      [   33.732671] u1CmdSubId = 10, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   33.732671] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   33.732801] apidx 2 for WscUUIDInit
      [   33.732807] Generate UUID for apidx(2)
      [   33.766626] ap_probe_response_allowed(): hold probe response due to no_bcn
      [   33.766649] ap_probe_response_allowed(): hold probe response due to no_bcn
      [   33.825557] ra2: ===> mbss_virtual_if_close
      [   33.825636] ExtEventBeaconLostHandler::FW EVENT (52:41:b9:2f:1e:f4), Reason 0x10
      [   33.825639]   AP Beacon OFF!!!
      [   33.840277] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_DOWN
      [   33.846868] UpdateBeaconHandler, wdev(2) bss not ready (state:2, caller:ap_link_down+0x58/0xb8)!!
      [   33.855754] wifi_sys_linkdown(), wdev idx = 2
      [   33.861844] (bssUpdateChannel), ucPrimCh=11, ucCentChSeg0=9, ucCentChSeg1=0, BW=1, ucHetbRU26Disable=0, ucHetbAllDisable=1
      [   33.872917] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0
      [   33.887106] wifi_sys_close(), wdev idx = 2
      [   33.891635] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_DEINIT
      [   33.923368] ==>Set_RadioOn_Proc (ON) equal to current state, ignore!!! (wdev_idx 0)
      [   33.978602] device ra0 entered promiscuous mode
      [   33.983315] br-lan: port 2(ra0) entered forwarding state
      [   33.988684] br-lan: port 2(ra0) entered forwarding state
      [   34.099341] Set_ApCli_Enable_Proc : interface is not up, please do ifconfig apcli0 up first
      [   34.128899] apcli0: ===> msta_virtual_if_open
      [   34.133342] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT
      [   34.139813] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
      [   34.146262] wifi_sys_open(), wdev idx = 6
      [   34.150354] rcUpdateBandForBFMU      PhyCtrl[0].RadioCtrl.IsBfBand = 1
      [   34.156452] rcUpdateBandForBFMU      PhyCtrl[1].RadioCtrl.IsBfBand = 1
      [   34.162585] TxBfModuleEnCtrl:u1BfNum = 2, u1BfBitmap = 3, u1BfSelBand[0] = 0
      [   34.169686] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0
      [   34.175476] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0
      [   34.181272] phy_oper_init(): operate TxStream = 2, RxStream = 2
      [   34.187413] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   34.195673] MtCmdChannelSwitch: control_chl = 11,control_ch2=0, central_chl = 9 DBDCIdx= 0, Band= 0
      [   34.205118] BW = 1,TXStream = 2, RXStream = 2, scan(0)
      [   34.210535] MtCmdSetTxRxPath: control_chl = 11,control_ch2=0, central_chl = 9, BW = 1,TXStream = 2, RXStream = 2,RXPath = 3, BandIdx =0,  scan(0), Ch
      annel_Band = 0
      [   34.225528] Caller: wlan_operate_init+0x104/0x118
      [   34.230480]
      [   34.230480] phy_mode=78, ch=11, wdev_type=2
      [   34.236142] ht_cap: ht_cap->HtCapInfo,
      [   34.240010] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   34.247662] ht_cap: ht_cap->HtCapParm,
      [   34.251521] mdpu_density=0, ampdu_factor=3
      [   34.255718] wdev_attr_update(): wdevId6 = 52:41:b9:1f:1e:f4
      [   34.261686] Caller: SetCommonHT+0x100/0x170
      [   34.265870]
      [   34.265870] phy_mode=78, ch=11, wdev_type=2
      [   34.271556] ht_cap: ht_cap->HtCapInfo,
      [   34.275394] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   34.283073] ht_cap: ht_cap->HtCapParm,
      [   34.286907] mdpu_density=0, ampdu_factor=3
      [   34.291106] MSTA interface up for apcli0 func_idx=0 OmacIdx=1
      [   34.297265] IPv6: ADDRCONF(NETDEV_UP): apcli0: link is not ready
      [   34.314378] rax0: ===> mbss_virtual_if_open
      [   34.318594] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT
      [   34.325082] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
      [   34.331509] wifi_sys_open(), wdev idx = 3
      [   34.335555] rcUpdateBandForBFMU      PhyCtrl[0].RadioCtrl.IsBfBand = 1
      [   34.341687] rcUpdateBandForBFMU      PhyCtrl[1].RadioCtrl.IsBfBand = 1
      [   34.347790] TxBfModuleEnCtrl:u1BfNum = 2, u1BfBitmap = 3, u1BfSelBand[0] = 0
      [   34.355021] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0
      [   34.360846] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0
      [   34.366665] BuildChannelList() BandIdx = 1, PhyMode = 177, ChListNum = 20:
      [   34.373691] DfsBuildChannelList(): Done
      [   34.377533] phy_oper_init(): operate TxStream = 2, RxStream = 2
      [   34.383512]  [RadarStateCheck] RD_NORMAL_MODE
      [   34.388918] phy_freq_adjust : no prim_ch value for adjust!
      [   34.394462] Caller: wlan_operate_init+0x104/0x118
      [   34.399164]
      [   34.399164] phy_mode=177, ch=0, wdev_type=1
      [   34.404832] ht_cap: ht_cap->HtCapInfo,
      [   34.408670] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   34.416331] ht_cap: ht_cap->HtCapParm,
      [   34.420179] mdpu_density=5, ampdu_factor=3
      [   34.424367] wdev_attr_update(): wdevId3 = 50:41:b9:**:**:f5
      [   34.430296] AP inf up for ra_3(func_idx) OmacIdx=0
      [   34.435130] AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn
      [   34.441517] ApAutoChannelAtBootUp----------------->
      [   34.446397] ApAutoChannelAtBootUp: AutoChannelBootup[1] = 1
      [   34.452285] MtCmdSetMacTxRx:(ret = 0)
      [   34.456094] MtCmdSetMacTxRx:(ret = 0)
      [   34.459964] MtCmdGetChBusyCnt:(ret = 0)
      [   34.463816] [AutoChSelBuildChannelListFor5G] ChListNum5G = 20
      [   34.469707] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   34.478141] MtCmdChannelSwitch: control_chl = 36,control_ch2=0, central_chl = 36 DBDCIdx= 1, Band= 1
      [   34.487304] BW = 0,TXStream = 2, RXStream = 2, scan(1)
      [   34.495926] MtCmdSetTxRxPath: control_chl = 36,control_ch2=0, central_chl = 36, BW = 0,TXStream = 2, RXStream = 2,RXPath = 3, BandIdx =1,  scan(1), C
      hannel_Band = 1
      [   34.511006] MtCmdGetChBusyCnt:(ret = 0)
      [   34.709949] MtCmdGetChBusyCnt:(ret = 0)
      [   34.713910] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   34.722073] MtCmdChannelSwitch: control_chl = 40,control_ch2=0, central_chl = 40 DBDCIdx= 1, Band= 1
      [   34.731408] BW = 0,TXStream = 2, RXStream = 2, scan(1)
      [   34.740116] MtCmdSetTxRxPath: control_chl = 40,control_ch2=0, central_chl = 40, BW = 0,TXStream = 2, RXStream = 2,RXPath = 3, BandIdx =1,  scan(1), C
      hannel_Band = 1
      [   34.755227] MtCmdGetChBusyCnt:(ret = 0)
      [   34.949962] MtCmdGetChBusyCnt:(ret = 0)
      [   34.953913] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   34.962049] MtCmdChannelSwitch: control_chl = 44,control_ch2=0, central_chl = 44 DBDCIdx= 1, Band= 1
      [   34.971217] BW = 0,TXStream = 2, RXStream = 2, scan(1)
      [   34.979826] MtCmdSetTxRxPath: control_chl = 44,control_ch2=0, central_chl = 44, BW = 0,TXStream = 2, RXStream = 2,RXPath = 3, BandIdx =1,  scan(1), C
      hannel_Band = 1
      [   34.994924] MtCmdGetChBusyCnt:(ret = 0)
      [   35.189986] MtCmdGetChBusyCnt:(ret = 0)
      [   35.193947] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   35.202061] MtCmdChannelSwitch: control_chl = 48,control_ch2=0, central_chl = 48 DBDCIdx= 1, Band= 1
      [   35.211224] BW = 0,TXStream = 2, RXStream = 2, scan(1)
      [   35.219831] MtCmdSetTxRxPath: control_chl = 48,control_ch2=0, central_chl = 48, BW = 0,TXStream = 2, RXStream = 2,RXPath = 3, BandIdx =1,  scan(1), C
      hannel_Band = 1
      [   35.234916] MtCmdGetChBusyCnt:(ret = 0)
      [   35.429951] MtCmdGetChBusyCnt:(ret = 0)
      [   35.433795] ====================================================================
      [   35.441240] Channel  36 : Busy Time =    528, Skip Channel = FALSE, BwCap = TRUE
      [   35.448633] Channel  40 : Busy Time =    266, Skip Channel = FALSE, BwCap = TRUE
      [   35.456121] Channel  44 : Busy Time =    358, Skip Channel = FALSE, BwCap = TRUE
      [   35.463545] Channel  48 : Busy Time =    588, Skip Channel = FALSE, BwCap = TRUE
      [   35.470953] ====================================================================
      [   35.478355] Rule 3 Channel Busy time value : Select Primary Channel 40
      [   35.484900] Rule 3 Channel Busy time value : Min Channel Busy = 588
      [   35.491180] Rule 3 Channel Busy time value : BW = 80
      [   35.496143] [SelectClearChannelBusyTime] - band1 END
      [   35.501130] ApAutoChannelAtBootUp : Auto channel selection: Selected channel = 40, IsAband = 1
      [   35.509766]  [RadarStateCheck] RD_NORMAL_MODE
      [   35.515311] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   35.523432] MtCmdChannelSwitch: control_chl = 40,control_ch2=0, central_chl = 42 DBDCIdx= 1, Band= 1
      [   35.532694] BW = 2,TXStream = 2, RXStream = 2, scan(0)
      [   35.546016] MtCmdSetTxRxPath: control_chl = 40,control_ch2=0, central_chl = 42, BW = 2,TXStream = 2, RXStream = 2,RXPath = 3, BandIdx =1,  scan(0), C
      hannel_Band = 1
      [   35.561038] DfsBuildChannelList(): Done
      [   35.564900] zero_wait_dfs_switch_ch(): outband ch 0, ch_stat 0
      [   35.570754] ApAutoChannelAtBootUp<-----------------
      [   35.575637] [PMF]APPMFInit:: apidx=3, MFPC=0, MFPR=0, SHA256=0
      [   35.581604] Caller: SetCommonHT+0x100/0x170
      [   35.585786]
      [   35.585786] phy_mode=177, ch=40, wdev_type=1
      [   35.591548] ht_cap: ht_cap->HtCapInfo,
      [   35.595386] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   35.603057] ht_cap: ht_cap->HtCapParm,
      [   35.606892] mdpu_density=5, ampdu_factor=3
      [   35.611032] wifi_sys_linkup(), wdev idx = 3
      [   35.615224] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:286 for WDEV_TYPE:1
      [   35.615224]  LinkToOmacIdx = 0, LinkToWdevType = 1
      [   35.628119] TRTableInsertMcastEntry:band1 group_idx[3]=3
      [   35.633731] UpdateBeaconHandler, wdev(3) bss not ready (state:0, caller:update_ap_qload_to_bcn+0x94/0xc4)!!
      [   35.633793] BeaconTransmitRequired():2.4G Bcn Tx is blocked!
      [   35.643967] ExtEventBeaconLostHandler::FW EVENT (50:41:b9:**:**:f4), Reason 0x10
      [   35.643970]   AP Beacon OFF!!!
      [   35.775407] (bssUpdateChannel), ucPrimCh=40, ucCentChSeg0=42, ucCentChSeg1=0, BW=2, ucHetbRU26Disable=0, ucHetbAllDisable=1
      [   35.786639] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8192, CmdBssInfoBmcRate.u2McTransmit = 8320
      [   35.804365] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 0
      [   35.810197] MtCmdTxPowerSKUCtrl: tx_pwr_sku_en: 1, BandIdx: 1
      [   35.816040] MtCmdTxBfBackoffCtrl: fgTxBFBackoffEn: 0, BandIdx: 1
      [   35.822103] MtCmdTxPowerPercentCtrl: fgTxPowerPercentEn: 1, BandIdx: 1
      [   35.837061] set muru_update_he_cfg()!!!!
      [   35.841037] SrMbssInit: Spatial Reuse initialize via profile.
      [   35.846787] PrintSrCmd:
      [   35.846787] u1CmdSubId = f, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   35.846787] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   35.860869] PrintSrCmd:
      [   35.860869] u1CmdSubId = 13, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   35.860869] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   35.874994] PrintSrCmd:
      [   35.874994] u1CmdSubId = 10, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   35.874994] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   35.889203] apidx 3 for WscUUIDInit
      [   35.892707] Generate UUID for apidx(3)
      [   35.896566] WDS_Init():wds_num[1]=0, count=0, MAX_WDS_ENTRY=16, if_idx=0, flg_wds_init=0
      [   35.904740] Total allocated 0 WDS(es) for band1!
      [   35.920079] rax1: ===> mbss_virtual_if_open
      [   35.924289] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT
      [   35.930769] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
      [   35.937129] wifi_sys_open(), wdev idx = 4
      [   35.941178] rcUpdateBandForBFMU      PhyCtrl[0].RadioCtrl.IsBfBand = 1
      [   35.947268] rcUpdateBandForBFMU      PhyCtrl[1].RadioCtrl.IsBfBand = 1
      [   35.953379] TxBfModuleEnCtrl:u1BfNum = 2, u1BfBitmap = 3, u1BfSelBand[0] = 0
      [   35.960501] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0
      [   35.966247] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0
      [   35.972043] phy_oper_init(): operate TxStream = 2, RxStream = 2
      [   35.978123] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   35.986229] MtCmdChannelSwitch: control_chl = 40,control_ch2=0, central_chl = 42 DBDCIdx= 1, Band= 1
      [   35.995390] BW = 2,TXStream = 2, RXStream = 2, scan(0)
      [   36.000760] MtCmdSetTxRxPath: control_chl = 40,control_ch2=0, central_chl = 42, BW = 2,TXStream = 2, RXStream = 2,RXPath = 3, BandIdx =1,  scan(0), C
      hannel_Band = 1
      [   36.015749] Caller: wlan_operate_init+0x104/0x118
      [   36.020498]
      [   36.020498] phy_mode=177, ch=40, wdev_type=1
      [   36.026243] ht_cap: ht_cap->HtCapInfo,
      [   36.030132] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   36.037786] ht_cap: ht_cap->HtCapParm,
      [   36.041636] mdpu_density=5, ampdu_factor=3
      [   36.045890] wdev_attr_update(): wdevId4 = 52:41:b9:4f:1e:f4
      [   36.051829] AP inf up for ra_4(func_idx) OmacIdx=17
      [   36.056733] AsicRadioOnOffCtrl(): DbdcIdx=1 RadioOn
      [   36.063130] ApAutoChannelAtBootUp----------------->
      [   36.068013] ApAutoChannelAtBootUp: AutoChannelBootup[1] = 1
      [   36.073919] MtCmdSetMacTxRx:(ret = 0)
      [   36.077735] MtCmdSetMacTxRx:(ret = 0)
      [   36.081449]  ap_run_at_boot() : ACS is disable !!
      [   36.086877] [PMF]APPMFInit:: apidx=4, MFPC=0, MFPR=0, SHA256=0
      [   36.092862] Caller: SetCommonHT+0x100/0x170
      [   36.097059]
      [   36.097059] phy_mode=177, ch=40, wdev_type=1
      [   36.102839] ht_cap: ht_cap->HtCapInfo,
      [   36.106707] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   36.114459] ht_cap: ht_cap->HtCapParm,
      [   36.118374] mdpu_density=5, ampdu_factor=3
      [   36.122625] wifi_sys_linkup(), wdev idx = 4
      [   36.126844] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:285 for WDEV_TYPE:1
      [   36.126844]  LinkToOmacIdx = 11, LinkToWdevType = 1
      [   36.139974] TRTableInsertMcastEntry:band1 group_idx[4]=4
      [   36.256902] (bssUpdateChannel), ucPrimCh=40, ucCentChSeg0=42, ucCentChSeg1=0, BW=2, ucHetbRU26Disable=0, ucHetbAllDisable=1
      [   36.268085] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8192, CmdBssInfoBmcRate.u2McTransmit = 8320
      [   36.286451] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 11
      [   36.292364] MtCmdTxPowerSKUCtrl: tx_pwr_sku_en: 1, BandIdx: 1
      [   36.298139] MtCmdTxBfBackoffCtrl: fgTxBFBackoffEn: 0, BandIdx: 1
      [   36.304200] MtCmdTxPowerPercentCtrl: fgTxPowerPercentEn: 1, BandIdx: 1
      [   36.319184] set muru_update_he_cfg()!!!!
      [   36.323136] SrMbssInit: Spatial Reuse initialize via profile.
      [   36.328886] PrintSrCmd:
      [   36.328886] u1CmdSubId = f, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   36.328886] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   36.342955] PrintSrCmd:
      [   36.342955] u1CmdSubId = 13, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   36.342955] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   36.357094] PrintSrCmd:
      [   36.357094] u1CmdSubId = 10, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   36.357094] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   36.371273] apidx 4 for WscUUIDInit
      [   36.374761] Generate UUID for apidx(4)
      [   36.388740] rax1: ===> mbss_virtual_if_close
      [   36.393155] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_DOWN
      [   36.399760] UpdateBeaconHandler, wdev(4) bss not ready (state:2, caller:ap_link_down+0x58/0xb8)!!
      [   36.408672] wifi_sys_linkdown(), wdev idx = 4
      [   36.414797] (bssUpdateChannel), ucPrimCh=40, ucCentChSeg0=42, ucCentChSeg1=0, BW=2, ucHetbRU26Disable=0, ucHetbAllDisable=1
      [   36.425966] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0
      [   36.440200] wifi_sys_close(), wdev idx = 4
      [   36.444669] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_DEINIT
      [   36.462282] rax2: ===> mbss_virtual_if_open
      [   36.466492] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT
      [   36.472978] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
      [   36.479338] wifi_sys_open(), wdev idx = 5
      [   36.483405] rcUpdateBandForBFMU      PhyCtrl[0].RadioCtrl.IsBfBand = 1
      [   36.489495] rcUpdateBandForBFMU      PhyCtrl[1].RadioCtrl.IsBfBand = 1
      [   36.495604] TxBfModuleEnCtrl:u1BfNum = 2, u1BfBitmap = 3, u1BfSelBand[0] = 0
      [   36.502716] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0
      [   36.508460] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0
      [   36.514250] phy_oper_init(): operate TxStream = 2, RxStream = 2
      [   36.520353] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   36.528427] MtCmdChannelSwitch: control_chl = 40,control_ch2=0, central_chl = 42 DBDCIdx= 1, Band= 1
      [   36.537588] BW = 2,TXStream = 2, RXStream = 2, scan(0)
      [   36.542960] MtCmdSetTxRxPath: control_chl = 40,control_ch2=0, central_chl = 42, BW = 2,TXStream = 2, RXStream = 2,RXPath = 3, BandIdx =1,  scan(0), C
      hannel_Band = 1
      [   36.558215] Caller: wlan_operate_init+0x104/0x118
      [   36.562990]
      [   36.562990] phy_mode=177, ch=40, wdev_type=1
      [   36.568735] ht_cap: ht_cap->HtCapInfo,
      [   36.572606] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   36.580279] ht_cap: ht_cap->HtCapParm,
      [   36.584113] mdpu_density=5, ampdu_factor=3
      [   36.588290] wdev_attr_update(): wdevId5 = 52:41:b9:5f:1e:f4
      [   36.594201] AP inf up for ra_5(func_idx) OmacIdx=17
      [   36.599107] AsicRadioOnOffCtrl(): DbdcIdx=1 RadioOn
      [   36.605511] ApAutoChannelAtBootUp----------------->
      [   36.610452] ApAutoChannelAtBootUp: AutoChannelBootup[1] = 1
      [   36.616299] MtCmdSetMacTxRx:(ret = 0)
      [   36.620144] MtCmdSetMacTxRx:(ret = 0)
      [   36.623806]  ap_run_at_boot() : ACS is disable !!
      [   36.629204] [PMF]APPMFInit:: apidx=5, MFPC=0, MFPR=0, SHA256=0
      [   36.635292] Caller: SetCommonHT+0x100/0x170
      [   36.639476]
      [   36.639476] phy_mode=177, ch=40, wdev_type=1
      [   36.645239] ht_cap: ht_cap->HtCapInfo,
      [   36.649076] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   36.656751] ht_cap: ht_cap->HtCapParm,
      [   36.660604] mdpu_density=5, ampdu_factor=3
      [   36.664723] wifi_sys_linkup(), wdev idx = 5
      [   36.668913] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:285 for WDEV_TYPE:1
      [   36.668913]  LinkToOmacIdx = 11, LinkToWdevType = 1
      [   36.681897] TRTableInsertMcastEntry:band1 group_idx[5]=5
      [   36.779595] nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead
      .
      [   36.798564] (bssUpdateChannel), ucPrimCh=40, ucCentChSeg0=42, ucCentChSeg1=0, BW=2, ucHetbRU26Disable=0, ucHetbAllDisable=1
      [   36.809718] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8192, CmdBssInfoBmcRate.u2McTransmit = 8320
      [   36.827997] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 11
      [   36.833924] MtCmdTxPowerSKUCtrl: tx_pwr_sku_en: 1, BandIdx: 1
      [   36.839850] MtCmdTxBfBackoffCtrl: fgTxBFBackoffEn: 0, BandIdx: 1
      [   36.845870] MtCmdTxPowerPercentCtrl: fgTxPowerPercentEn: 1, BandIdx: 1
      [   36.860911] set muru_update_he_cfg()!!!!
      [   36.864838] SrMbssInit: Spatial Reuse initialize via profile.
      [   36.870616] PrintSrCmd:
      [   36.870616] u1CmdSubId = f, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   36.870616] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   36.884684] PrintSrCmd:
      [   36.884684] u1CmdSubId = 13, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   36.884684] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   36.898813] PrintSrCmd:
      [   36.898813] u1CmdSubId = 10, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   36.898813] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   36.913030] apidx 5 for WscUUIDInit
      [   36.916517] Generate UUID for apidx(5)
      [   36.930516] rax2: ===> mbss_virtual_if_close
      [   36.934813] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_DOWN
      [   36.941439] UpdateBeaconHandler, wdev(5) bss not ready (state:2, caller:ap_link_down+0x58/0xb8)!!
      [   36.950327] wifi_sys_linkdown(), wdev idx = 5
      [   36.956406] (bssUpdateChannel), ucPrimCh=40, ucCentChSeg0=42, ucCentChSeg1=0, BW=2, ucHetbRU26Disable=0, ucHetbAllDisable=1
      [   36.967580] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0
      [   36.981746] wifi_sys_close(), wdev idx = 5
      [   36.986196] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_DEINIT
      [   37.009675] ==>Set_RadioOn_Proc (ON) equal to current state, ignore!!! (wdev_idx 3)
      [   37.058474] device rax0 entered promiscuous mode
      [   37.063324] br-lan: port 3(rax0) entered forwarding state
      [   37.068782] br-lan: port 3(rax0) entered forwarding state
      [   37.164563] set_radar_min_lpn_proc():LPN Update 8
      [   37.177232] Set_ApCli_Enable_Proc : interface is not up, please do ifconfig apclix0 up first
      [   37.203827] apclix0: ===> msta_virtual_if_open
      [   37.208296] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT
      [   37.214863] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
      [   37.221271] wifi_sys_open(), wdev idx = 7
      [   37.225295] rcUpdateBandForBFMU      PhyCtrl[0].RadioCtrl.IsBfBand = 1
      [   37.231405] rcUpdateBandForBFMU      PhyCtrl[1].RadioCtrl.IsBfBand = 1
      [   37.237500] TxBfModuleEnCtrl:u1BfNum = 2, u1BfBitmap = 3, u1BfSelBand[0] = 0
      [   37.244617] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0
      [   37.250393] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0
      [   37.256159] phy_oper_init(): operate TxStream = 2, RxStream = 2
      [   37.262252] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   37.270361] MtCmdChannelSwitch: control_chl = 40,control_ch2=0, central_chl = 42 DBDCIdx= 1, Band= 1
      [   37.279496] BW = 2,TXStream = 2, RXStream = 2, scan(0)
      [   37.284868] MtCmdSetTxRxPath: control_chl = 40,control_ch2=0, central_chl = 42, BW = 2,TXStream = 2, RXStream = 2,RXPath = 3, BandIdx =1,  scan(0), C
      hannel_Band = 1
      [   37.299928] Caller: wlan_operate_init+0x104/0x118
      [   37.304657]
      [   37.304657] phy_mode=177, ch=40, wdev_type=2
      [   37.310440] ht_cap: ht_cap->HtCapInfo,
      [   37.314279] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   37.321951] ht_cap: ht_cap->HtCapParm,
      [   37.325786] mdpu_density=0, ampdu_factor=3
      [   37.330160] wdev_attr_update(): wdevId7 = 52:41:b9:1f:1e:f4
      [   37.336100] Caller: SetCommonHT+0x100/0x170
      [   37.340326]
      [   37.340326] phy_mode=177, ch=40, wdev_type=2
      [   37.346070] ht_cap: ht_cap->HtCapInfo,
      [   37.349929] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   37.357580] ht_cap: ht_cap->HtCapParm,
      [   37.361431] mdpu_density=0, ampdu_factor=3
      [   37.365609] MSTA interface up for apcli1 func_idx=1 OmacIdx=1
      [   37.371783] IPv6: ADDRCONF(NETDEV_UP): apclix0: link is not ready
      [   37.687890] ra1: ===> mbss_virtual_if_open
      [   37.692115] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT
      [   37.698557] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
      [   37.704930] wifi_sys_open(), wdev idx = 1
      [   37.708964] rcUpdateBandForBFMU      PhyCtrl[0].RadioCtrl.IsBfBand = 1
      [   37.715072] rcUpdateBandForBFMU      PhyCtrl[1].RadioCtrl.IsBfBand = 1
      [   37.721180] TxBfModuleEnCtrl:u1BfNum = 2, u1BfBitmap = 3, u1BfSelBand[0] = 0
      [   37.728274] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0
      [   37.734057] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0
      [   37.739847] phy_oper_init(): operate TxStream = 2, RxStream = 2
      [   37.745919] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   37.754011] MtCmdChannelSwitch: control_chl = 11,control_ch2=0, central_chl = 9 DBDCIdx= 0, Band= 0
      [   37.763085] BW = 1,TXStream = 2, RXStream = 2, scan(0)
      [   37.768430] MtCmdSetTxRxPath: control_chl = 11,control_ch2=0, central_chl = 9, BW = 1,TXStream = 2, RXStream = 2,RXPath = 3, BandIdx =0,  scan(0), Ch
      annel_Band = 0
      [   37.783360] Caller: wlan_operate_init+0x104/0x118
      [   37.788065]
      [   37.788065] phy_mode=78, ch=11, wdev_type=1
      [   37.793760] ht_cap: ht_cap->HtCapInfo,
      [   37.797600] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   37.805267] ht_cap: ht_cap->HtCapParm,
      [   37.809101] mdpu_density=5, ampdu_factor=3
      [   37.813302] wdev_attr_update(): wdevId1 = 52:41:b9:1f:1e:f4
      [   37.819089] AP inf up for ra_1(func_idx) OmacIdx=17
      [   37.824017] AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn
      [   37.830409] ApAutoChannelAtBootUp----------------->
      [   37.835308] ApAutoChannelAtBootUp: AutoChannelBootup[0] = 1
      [   37.841198] MtCmdSetMacTxRx:(ret = 0)
      [   37.845005] MtCmdSetMacTxRx:(ret = 0)
      [   37.848667]  ap_run_at_boot() : ACS is disable !!
      [   37.854086] [PMF]APPMFInit:: apidx=1, MFPC=0, MFPR=0, SHA256=0
      [   37.860021] Caller: SetCommonHT+0x100/0x170
      [   37.864203]
      [   37.864203] phy_mode=78, ch=11, wdev_type=1
      [   37.869875] ht_cap: ht_cap->HtCapInfo,
      [   37.873712] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   37.881374] ht_cap: ht_cap->HtCapParm,
      [   37.885208] mdpu_density=5, ampdu_factor=3
      [   37.889323] wifi_sys_linkup(), wdev idx = 1
      [   37.893529] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:285 for WDEV_TYPE:1
      [   37.893529]  LinkToOmacIdx = 11, LinkToWdevType = 1
      [   37.906505] TRTableInsertMcastEntry:band0 group_idx[1]=1
      [   38.023125] (bssUpdateChannel), ucPrimCh=11, ucCentChSeg0=9, ucCentChSeg1=0, BW=1, ucHetbRU26Disable=0, ucHetbAllDisable=1
      [   38.034217] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 8320
      [   38.052298] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 11
      [   38.058154] BeaconTransmitRequired():2.4G Bcn Tx is blocked!
      [   38.058185] MtCmdTxPowerSKUCtrl: tx_pwr_sku_en: 1, BandIdx: 0
      [   38.058214] MtCmdTxBfBackoffCtrl: fgTxBFBackoffEn: 0, BandIdx: 0
      [   38.058237] MtCmdTxPowerPercentCtrl: fgTxPowerPercentEn: 1, BandIdx: 0
      [   38.058262] TxCCKStreamCtrl: set wrong parameters
      [   38.067088] set muru_update_he_cfg()!!!!
      [   38.067096] SrMbssInit: Spatial Reuse initialize via profile.
      [   38.067108] PrintSrCmd:
      [   38.067108] u1CmdSubId = f, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   38.067108] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   38.067136] PrintSrCmd:
      [   38.067136] u1CmdSubId = 13, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   38.067136] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   38.067160] PrintSrCmd:
      [   38.067160] u1CmdSubId = 10, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   38.067160] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   38.067213] apidx 1 for WscUUIDInit
      [   38.067217] Generate UUID for apidx(1)
      [   38.146356] ra1: ===> mbss_virtual_if_close
      [   38.150704] ExtEventBeaconLostHandler::FW EVENT (52:41:b9:1f:1e:f4), Reason 0x10
      [   38.150708]   AP Beacon OFF!!!
      [   38.161367] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_DOWN
      [   38.168115] UpdateBeaconHandler, wdev(1) bss not ready (state:2, caller:ap_link_down+0x58/0xb8)!!
      [   38.177244] wifi_sys_linkdown(), wdev idx = 1
      [   38.183511] (bssUpdateChannel), ucPrimCh=11, ucCentChSeg0=9, ucCentChSeg1=0, BW=1, ucHetbRU26Disable=0, ucHetbAllDisable=1
      [   38.194614] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0
      [   38.208929] wifi_sys_close(), wdev idx = 1
      [   38.213994] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_DEINIT
      [   38.232741] ra2: ===> mbss_virtual_if_open
      [   38.236863] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT
      [   38.243357] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
      [   38.249718] wifi_sys_open(), wdev idx = 2
      [   38.253766] rcUpdateBandForBFMU      PhyCtrl[0].RadioCtrl.IsBfBand = 1
      [   38.259872] rcUpdateBandForBFMU      PhyCtrl[1].RadioCtrl.IsBfBand = 1
      [   38.265965] TxBfModuleEnCtrl:u1BfNum = 2, u1BfBitmap = 3, u1BfSelBand[0] = 0
      [   38.273073] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0
      [   38.278817] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0
      [   38.284608] phy_oper_init(): operate TxStream = 2, RxStream = 2
      [   38.290698] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   38.298765] MtCmdChannelSwitch: control_chl = 11,control_ch2=0, central_chl = 9 DBDCIdx= 0, Band= 0
      [   38.307840] BW = 1,TXStream = 2, RXStream = 2, scan(0)
      [   38.313207] MtCmdSetTxRxPath: control_chl = 11,control_ch2=0, central_chl = 9, BW = 1,TXStream = 2, RXStream = 2,RXPath = 3, BandIdx =0,  scan(0), Ch
      annel_Band = 0
      [   38.328121] Caller: wlan_operate_init+0x104/0x118
      [   38.332887]
      [   38.332887] phy_mode=78, ch=11, wdev_type=1
      [   38.338554] ht_cap: ht_cap->HtCapInfo,
      [   38.342435] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   38.350120] ht_cap: ht_cap->HtCapParm,
      [   38.353955] mdpu_density=5, ampdu_factor=3
      [   38.358128] wdev_attr_update(): wdevId2 = 52:41:b9:2f:1e:f4
      [   38.364039] AP inf up for ra_2(func_idx) OmacIdx=17
      [   38.368944] AsicRadioOnOffCtrl(): DbdcIdx=0 RadioOn
      [   38.375327] ApAutoChannelAtBootUp----------------->
      [   38.380259] ApAutoChannelAtBootUp: AutoChannelBootup[0] = 1
      [   38.386107] MtCmdSetMacTxRx:(ret = 0)
      [   38.389945] MtCmdSetMacTxRx:(ret = 0)
      [   38.393608]  ap_run_at_boot() : ACS is disable !!
      [   38.399007] [PMF]APPMFInit:: apidx=2, MFPC=0, MFPR=0, SHA256=0
      [   38.404953] Caller: SetCommonHT+0x100/0x170
      [   38.409135]
      [   38.409135] phy_mode=78, ch=11, wdev_type=1
      [   38.414809] ht_cap: ht_cap->HtCapInfo,
      [   38.418647] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   38.426311] ht_cap: ht_cap->HtCapParm,
      [   38.430169] mdpu_density=5, ampdu_factor=3
      [   38.434289] wifi_sys_linkup(), wdev idx = 2
      [   38.438479] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:285 for WDEV_TYPE:1
      [   38.438479]  LinkToOmacIdx = 11, LinkToWdevType = 1
      [   38.451468] TRTableInsertMcastEntry:band0 group_idx[2]=2
      [   38.568296] (bssUpdateChannel), ucPrimCh=11, ucCentChSeg0=9, ucCentChSeg1=0, BW=1, ucHetbRU26Disable=0, ucHetbAllDisable=1
      [   38.579371] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 8320
      [   38.597475] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 11
      [   38.603349] BeaconTransmitRequired():2.4G Bcn Tx is blocked!
      [   38.603373] MtCmdTxPowerSKUCtrl: tx_pwr_sku_en: 1, BandIdx: 0
      [   38.603404] MtCmdTxBfBackoffCtrl: fgTxBFBackoffEn: 0, BandIdx: 0
      [   38.603427] MtCmdTxPowerPercentCtrl: fgTxPowerPercentEn: 1, BandIdx: 0
      [   38.603452] TxCCKStreamCtrl: set wrong parameters
      [   38.632361] ExtEventBeaconLostHandler::FW EVENT (52:41:b9:2f:1e:f4), Reason 0x10
      [   38.639768]   AP Beacon OFF!!!
      [   38.642986] set muru_update_he_cfg()!!!!
      [   38.646912] SrMbssInit: Spatial Reuse initialize via profile.
      [   38.652710] PrintSrCmd:
      [   38.652710] u1CmdSubId = f, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   38.652710] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   38.666761] PrintSrCmd:
      [   38.666761] u1CmdSubId = 13, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   38.666761] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   38.680895] PrintSrCmd:
      [   38.680895] u1CmdSubId = 10, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0
      [   38.680895] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   38.695053] apidx 2 for WscUUIDInit
      [   38.698540] Generate UUID for apidx(2)
      [   38.712191] ra2: ===> mbss_virtual_if_close
      [   38.716400] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_DOWN
      [   38.723043] UpdateBeaconHandler, wdev(2) bss not ready (state:2, caller:ap_link_down+0x58/0xb8)!!
      [   38.732121] wifi_sys_linkdown(), wdev idx = 2
      [   38.738210] (bssUpdateChannel), ucPrimCh=11, ucCentChSeg0=9, ucCentChSeg1=0, BW=1, ucHetbRU26Disable=0, ucHetbAllDisable=1
      [   38.749310] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0
      [   38.763502] wifi_sys_close(), wdev idx = 2
      [   38.767968] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_DEINIT
      [   38.799543] ==>Set_RadioOn_Proc (ON) equal to current state, ignore!!! (wdev_idx 0)
      [   38.942063] I/F(apcli0) Set_ApCli_Enable_Proc::(enable = 0)
      [   38.947895] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   38.956066] MtCmdChannelSwitch: control_chl = 11,control_ch2=0, central_chl = 9 DBDCIdx= 0, Band= 0
      [   38.965159] BW = 1,TXStream = 2, RXStream = 2, scan(0)
      [   38.970548] MtCmdSetTxRxPath: control_chl = 11,control_ch2=0, central_chl = 9, BW = 1,TXStream = 2, RXStream = 2,RXPath = 3, BandIdx =0,  scan(0), Ch
      annel_Band = 0
      [   38.994602] apcli0: ===> msta_virtual_if_close
      [   38.999072] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_DOWN
      [   39.008040] wifi_sys_close(), wdev idx = 6
      [   39.012676] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_DEINIT
      [   39.030204] apcli0: ===> msta_virtual_if_open
      [   39.034586] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT
      [   39.041069] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
      [   39.047444] wifi_sys_open(), wdev idx = 6
      [   39.051493] rcUpdateBandForBFMU      PhyCtrl[0].RadioCtrl.IsBfBand = 1
      [   39.057583] rcUpdateBandForBFMU      PhyCtrl[1].RadioCtrl.IsBfBand = 1
      [   39.063701] TxBfModuleEnCtrl:u1BfNum = 2, u1BfBitmap = 3, u1BfSelBand[0] = 0
      [   39.070814] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0
      [   39.076558] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0
      [   39.082364] phy_oper_init(): operate TxStream = 2, RxStream = 2
      [   39.088422] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   39.096519] MtCmdChannelSwitch: control_chl = 11,control_ch2=0, central_chl = 9 DBDCIdx= 0, Band= 0
      [   39.105620] BW = 1,TXStream = 2, RXStream = 2, scan(0)
      [   39.111091] MtCmdSetTxRxPath: control_chl = 11,control_ch2=0, central_chl = 9, BW = 1,TXStream = 2, RXStream = 2,RXPath = 3, BandIdx =0,  scan(0), Ch
      annel_Band = 0
      [   39.126139] Caller: wlan_operate_init+0x104/0x118
      [   39.131147]
      [   39.131147] phy_mode=78, ch=11, wdev_type=2
      [   39.136854] ht_cap: ht_cap->HtCapInfo,
      [   39.140754] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   39.148414] ht_cap: ht_cap->HtCapParm,
      [   39.152287] mdpu_density=0, ampdu_factor=3
      [   39.156491] wdev_attr_update(): wdevId6 = 56:41:b9:1f:1e:f4
      [   39.162481] Caller: SetCommonHT+0x100/0x170
      [   39.166668]
      [   39.166668] phy_mode=78, ch=11, wdev_type=2
      [   39.172359] ht_cap: ht_cap->HtCapInfo,
      [   39.176196] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   39.183869] ht_cap: ht_cap->HtCapParm,
      [   39.187703] mdpu_density=0, ampdu_factor=3
      [   39.191891] MSTA interface up for apcli0 func_idx=0 OmacIdx=1
      [   39.197797] IPv6: ADDRCONF(NETDEV_UP): apcli0: link is not ready
      [   39.222301] rax1: ===> mbss_virtual_if_open
      [   39.226509] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT
      [   39.232988] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
      [   39.239348] wifi_sys_open(), wdev idx = 4
      [   39.243401] rcUpdateBandForBFMU      PhyCtrl[0].RadioCtrl.IsBfBand = 1
      [   39.249491] rcUpdateBandForBFMU      PhyCtrl[1].RadioCtrl.IsBfBand = 1
      [   39.255601] TxBfModuleEnCtrl:u1BfNum = 2, u1BfBitmap = 3, u1BfSelBand[0] = 0
      [   39.262720] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0
      [   39.268468] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0
      [   39.274264] phy_oper_init(): operate TxStream = 2, RxStream = 2
      [   39.280386] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   39.288472] MtCmdChannelSwitch: control_chl = 40,control_ch2=0, central_chl = 42 DBDCIdx= 1, Band= 1
      [   39.297635] BW = 2,TXStream = 2, RXStream = 2, scan(0)
      [   39.302998] MtCmdSetTxRxPath: control_chl = 40,control_ch2=0, central_chl = 42, BW = 2,TXStream = 2, RXStream = 2,RXPath = 3, BandIdx =1,  scan(0), C
      hannel_Band = 1
      [   39.318006] Caller: wlan_operate_init+0x104/0x118
      [   39.322743]
      [   39.322743] phy_mode=177, ch=40, wdev_type=1
      [   39.328487] ht_cap: ht_cap->HtCapInfo,
      [   39.332351] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   39.340025] ht_cap: ht_cap->HtCapParm,
      [   39.343858] mdpu_density=5, ampdu_factor=3
      [   39.348029] wdev_attr_update(): wdevId4 = 52:41:b9:4f:1e:f4
      [   39.353946] AP inf up for ra_4(func_idx) OmacIdx=17
      [   39.358860] AsicRadioOnOffCtrl(): DbdcIdx=1 RadioOn
      [   39.365244] ApAutoChannelAtBootUp----------------->
      [   39.370160] ApAutoChannelAtBootUp: AutoChannelBootup[1] = 1
      [   39.376006] MtCmdSetMacTxRx:(ret = 0)
      [   39.379825] MtCmdSetMacTxRx:(ret = 0)
      [   39.383488]  ap_run_at_boot() : ACS is disable !!
      [   39.388887] [PMF]APPMFInit:: apidx=4, MFPC=0, MFPR=0, SHA256=0
      [   39.394826] Caller: SetCommonHT+0x100/0x170
      [   39.399008]
      [   39.399008] phy_mode=177, ch=40, wdev_type=1
      [   39.404763] ht_cap: ht_cap->HtCapInfo,
      [   39.408600] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   39.416265] ht_cap: ht_cap->HtCapParm,
      [   39.420112] mdpu_density=5, ampdu_factor=3
      [   39.424231] wifi_sys_linkup(), wdev idx = 4
      [   39.428420] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:285 for WDEV_TYPE:1
      [   39.428420]  LinkToOmacIdx = 11, LinkToWdevType = 1
      [   39.441401] TRTableInsertMcastEntry:band1 group_idx[4]=4
      [   39.557877] (bssUpdateChannel), ucPrimCh=40, ucCentChSeg0=42, ucCentChSeg1=0, BW=2, ucHetbRU26Disable=0, ucHetbAllDisable=1
      [   39.569038] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8192, CmdBssInfoBmcRate.u2McTransmit = 8320
      [   39.587373] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 11
      [   39.593274] MtCmdTxPowerSKUCtrl: tx_pwr_sku_en: 1, BandIdx: 1
      [   39.599052] MtCmdTxBfBackoffCtrl: fgTxBFBackoffEn: 0, BandIdx: 1
      [   39.605110] MtCmdTxPowerPercentCtrl: fgTxPowerPercentEn: 1, BandIdx: 1
      [   39.620115] set muru_update_he_cfg()!!!!
      [   39.624042] SrMbssInit: Spatial Reuse initialize via profile.
      [   39.629809] PrintSrCmd:
      [   39.629809] u1CmdSubId = f, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   39.629809] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   39.643863] PrintSrCmd:
      [   39.643863] u1CmdSubId = 13, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   39.643863] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   39.657993] PrintSrCmd:
      [   39.657993] u1CmdSubId = 10, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   39.657993] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   39.672169] apidx 4 for WscUUIDInit
      [   39.675656] Generate UUID for apidx(4)
      [   39.689258] rax1: ===> mbss_virtual_if_close
      [   39.693821] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_DOWN
      [   39.700441] UpdateBeaconHandler, wdev(4) bss not ready (state:2, caller:ap_link_down+0x58/0xb8)!!
      [   39.709310] wifi_sys_linkdown(), wdev idx = 4
      [   39.715431] (bssUpdateChannel), ucPrimCh=40, ucCentChSeg0=42, ucCentChSeg1=0, BW=2, ucHetbRU26Disable=0, ucHetbAllDisable=1
      [   39.726599] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0
      [   39.740817] wifi_sys_close(), wdev idx = 4
      [   39.745286] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_DEINIT
      [   39.762725] rax2: ===> mbss_virtual_if_open
      [   39.766933] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT
      [   39.773405] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
      [   39.779797] wifi_sys_open(), wdev idx = 5
      [   39.783835] rcUpdateBandForBFMU      PhyCtrl[0].RadioCtrl.IsBfBand = 1
      [   39.789940] rcUpdateBandForBFMU      PhyCtrl[1].RadioCtrl.IsBfBand = 1
      [   39.796032] TxBfModuleEnCtrl:u1BfNum = 2, u1BfBitmap = 3, u1BfSelBand[0] = 0
      [   39.803153] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0
      [   39.808901] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0
      [   39.814692] phy_oper_init(): operate TxStream = 2, RxStream = 2
      [   39.820813] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   39.828912] MtCmdChannelSwitch: control_chl = 40,control_ch2=0, central_chl = 42 DBDCIdx= 1, Band= 1
      [   39.838076] BW = 2,TXStream = 2, RXStream = 2, scan(0)
      [   39.843459] MtCmdSetTxRxPath: control_chl = 40,control_ch2=0, central_chl = 42, BW = 2,TXStream = 2, RXStream = 2,RXPath = 3, BandIdx =1,  scan(0), C
      hannel_Band = 1
      [   39.858480] Caller: wlan_operate_init+0x104/0x118
      [   39.863219]
      [   39.863219] phy_mode=177, ch=40, wdev_type=1
      [   39.868965] ht_cap: ht_cap->HtCapInfo,
      [   39.872839] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   39.880514] ht_cap: ht_cap->HtCapParm,
      [   39.884348] mdpu_density=5, ampdu_factor=3
      [   39.888523] wdev_attr_update(): wdevId5 = 52:41:b9:5f:1e:f4
      [   39.894423] AP inf up for ra_5(func_idx) OmacIdx=17
      [   39.899337] AsicRadioOnOffCtrl(): DbdcIdx=1 RadioOn
      [   39.905749] ApAutoChannelAtBootUp----------------->
      [   39.910664] ApAutoChannelAtBootUp: AutoChannelBootup[1] = 1
      [   39.916513] MtCmdSetMacTxRx:(ret = 0)
      [   39.920358] MtCmdSetMacTxRx:(ret = 0)
      [   39.924021]  ap_run_at_boot() : ACS is disable !!
      [   39.929419] [PMF]APPMFInit:: apidx=5, MFPC=0, MFPR=0, SHA256=0
      [   39.935366] Caller: SetCommonHT+0x100/0x170
      [   39.939549]
      [   39.939549] phy_mode=177, ch=40, wdev_type=1
      [   39.945311] ht_cap: ht_cap->HtCapInfo,
      [   39.949150] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   39.956810] ht_cap: ht_cap->HtCapParm,
      [   39.960659] mdpu_density=5, ampdu_factor=3
      [   39.964779] wifi_sys_linkup(), wdev idx = 5
      [   39.968969] wtc_acquire_groupkey_wcid: Found a non-occupied wtbl_idx:285 for WDEV_TYPE:1
      [   39.968969]  LinkToOmacIdx = 11, LinkToWdevType = 1
      [   39.981958] TRTableInsertMcastEntry:band1 group_idx[5]=5
      [   40.098351] (bssUpdateChannel), ucPrimCh=40, ucCentChSeg0=42, ucCentChSeg1=0, BW=2, ucHetbRU26Disable=0, ucHetbAllDisable=1
      [   40.109521] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 8192, CmdBssInfoBmcRate.u2McTransmit = 8320
      [   40.128033] UpdateBeaconHandler, BCN_UPDATE_INIT, OmacIdx = 11
      [   40.133981] MtCmdTxPowerSKUCtrl: tx_pwr_sku_en: 1, BandIdx: 1
      [   40.139805] MtCmdTxBfBackoffCtrl: fgTxBFBackoffEn: 0, BandIdx: 1
      [   40.145845] MtCmdTxPowerPercentCtrl: fgTxPowerPercentEn: 1, BandIdx: 1
      [   40.160881] set muru_update_he_cfg()!!!!
      [   40.164809] SrMbssInit: Spatial Reuse initialize via profile.
      [   40.170578] PrintSrCmd:
      [   40.170578] u1CmdSubId = f, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   40.170578] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   40.184627] PrintSrCmd:
      [   40.184627] u1CmdSubId = 13, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   40.184627] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0
      [   40.198755] PrintSrCmd:
      [   40.198755] u1CmdSubId = 10, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0
      [   40.198755] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1
      [   40.212935] apidx 5 for WscUUIDInit
      [   40.216423] Generate UUID for apidx(5)
      [   40.230237] rax2: ===> mbss_virtual_if_close
      [   40.234562] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_DOWN
      [   40.241364] UpdateBeaconHandler, wdev(5) bss not ready (state:2, caller:ap_link_down+0x58/0xb8)!!
      [   40.250303] wifi_sys_linkdown(), wdev idx = 5
      [   40.256551] (bssUpdateChannel), ucPrimCh=40, ucCentChSeg0=42, ucCentChSeg1=0, BW=2, ucHetbRU26Disable=0, ucHetbAllDisable=1
      [   40.267802] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0
      [   40.282344] wifi_sys_close(), wdev idx = 5
      [   40.287117] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_DEINIT
      [   40.313566] ==>Set_RadioOn_Proc (ON) equal to current state, ignore!!! (wdev_idx 3)
      [   40.524809] set_radar_min_lpn_proc():LPN Update 8
      [   40.537495] I/F(apcli1) Set_ApCli_Enable_Proc::(enable = 0)
      [   40.543336] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   40.551447] MtCmdChannelSwitch: control_chl = 40,control_ch2=0, central_chl = 42 DBDCIdx= 1, Band= 1
      [   40.560608] BW = 2,TXStream = 2, RXStream = 2, scan(0)
      [   40.565974] MtCmdSetTxRxPath: control_chl = 40,control_ch2=0, central_chl = 42, BW = 2,TXStream = 2, RXStream = 2,RXPath = 3, BandIdx =1,  scan(0), C
      hannel_Band = 1
      [   40.590160] apclix0: ===> msta_virtual_if_close
      [   40.594715] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_DOWN
      [   40.603739] wifi_sys_close(), wdev idx = 7
      [   40.608362] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_DEINIT
      [   40.625462] apclix0: ===> msta_virtual_if_open
      [   40.630005] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_INIT
      [   40.636453] RTMP_COM_IoctlHandle -> CMD_RTPRIV_IOCTL_VIRTUAL_INF_UP
      [   40.642880] wifi_sys_open(), wdev idx = 7
      [   40.646903] rcUpdateBandForBFMU      PhyCtrl[0].RadioCtrl.IsBfBand = 1
      [   40.653013] rcUpdateBandForBFMU      PhyCtrl[1].RadioCtrl.IsBfBand = 1
      [   40.659106] TxBfModuleEnCtrl:u1BfNum = 2, u1BfBitmap = 3, u1BfSelBand[0] = 0
      [   40.666207] ucAction = 0, ucBandIdx = 0, ucSmthIntlBypass = 0
      [   40.671979] ucAction = 0, ucBandIdx = 1, ucSmthIntlBypass = 0
      [   40.677745] phy_oper_init(): operate TxStream = 2, RxStream = 2
      [   40.683828] mt7915_apply_dpd_flatness_data: DPD Pre-Cal finished, load DPD Pre-Cal data
      [   40.691927] MtCmdChannelSwitch: control_chl = 40,control_ch2=0, central_chl = 42 DBDCIdx= 1, Band= 1
      [   40.701086] BW = 2,TXStream = 2, RXStream = 2, scan(0)
      [   40.706432] MtCmdSetTxRxPath: control_chl = 40,control_ch2=0, central_chl = 42, BW = 2,TXStream = 2, RXStream = 2,RXPath = 3, BandIdx =1,  scan(0), C
      hannel_Band = 1
      [   40.721441] Caller: wlan_operate_init+0x104/0x118
      [   40.726145]
      [   40.726145] phy_mode=177, ch=40, wdev_type=2
      [   40.731929] ht_cap: ht_cap->HtCapInfo,
      [   40.735769] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   40.743442] ht_cap: ht_cap->HtCapParm,
      [   40.747277] mdpu_density=0, ampdu_factor=3
      [   40.751480] wdev_attr_update(): wdevId7 = 5a:41:b9:1f:1e:f4
      [   40.757386] Caller: SetCommonHT+0x100/0x170
      [   40.761602]
      [   40.761602] phy_mode=177, ch=40, wdev_type=2
      [   40.767346] ht_cap: ht_cap->HtCapInfo,
      [   40.771198] ldpc=1,ch_width=1,gf=0,sgi20=1,sgi40=1,tx_stbc=1,rx_stbc=1,amsdu_size=1
      [   40.778849] ht_cap: ht_cap->HtCapParm,
      [   40.782696] mdpu_density=0, ampdu_factor=3
      [   40.786871] MSTA interface up for apcli1 func_idx=1 OmacIdx=1
      [   40.792790] IPv6: ADDRCONF(NETDEV_UP): apclix0: link is not ready
      [   42.529841] UpdateBeaconHandler, wdev(1) bss not ready (state:0, caller:MlmePeriodicExec+0x214/0xa8c)!!
      [   42.539266] UpdateBeaconHandler, wdev(2) bss not ready (state:0, caller:MlmePeriodicExec+0x214/0xa8c)!!
      [   42.548691] Mlme count 0 start beacon
      [   48.989780] br-lan: port 2(ra0) entered forwarding state
      [   52.109776] br-lan: port 3(rax0) entered forwarding state