Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revisionNext revisionBoth sides next revision | ||
| inbox:toh:asus:rt-ac57u_v2 [2021/10/28 17:21] – [Forum] hsxsky | inbox:toh:asus:rt-ac57u_v2 [2022/04/17 22:25] – [Installing OpenWrt] remove confusing info about similar devices (updated tag in repo has symlinks for all devices); clarify partition layout note alex.const | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== ASUS RT-AC57U | + | ====== ASUS RT-AC57U |
| {{page> | {{page> | ||
| - | AC1200 Dual Band WiFi Gigabit Router. | + | AC1200 Dual Band WiFi Gigabit Router.\\ |
| + | Support for this device is **Work In Progress**! | ||
| - | Features: | + | ^ Links ^^ |
| - | | + | | wikidevi |
| - | | + | | GPL Source Code (select " |
| - | * 4 pc Gigabit LAN ports | + | |
| - | * 1 pc Gigabit WAN ports | + | |
| - | * 1 pc USB 2.0 port | + | |
| - | Router may use two slightly different SOC: | + | ===== Common information ===== |
| - | * Qualcomm Atheros QCA5502 ver 1 rev 0 | + | |
| - | * Qualcomm Atheros QCA5502 rev 0 | + | |
| - | The router has 9 leds: | + | This section describes information that is shared across the series of related devices. |
| + | |||
| + | ^ Common Links ^^ | ||
| + | | Forum thread | https:// | ||
| + | | WIP PR for qcn5502 (802.11n at 2.4GHz) Wi-Fi | https:// | ||
| + | | FCC | https:// | ||
| + | | Similar or identical devices | ||
| + | |||
| + | ^ Common specifications ^^ | ||
| + | | SoC | Qualcomm QCN5502 WiSoC| | ||
| + | | CPU | MIPS 74Kc (v5.0) @775MHz| | ||
| + | | WLAN1 | Qualcomm Atheros QCN5502 (bgn)| | ||
| + | | WLAN2 | Qualcomm Atheros QCA9888 (an+ac, 2T2R, 5GHz)| | ||
| + | | RAM | 128 MiB (Winbond W971GG6SB-25)| | ||
| + | | USB | one USB 2.0 port| | ||
| + | | Switch | ||
| + | | Ethernet speed | 1000Mbps| | ||
| + | | LAN ports | 4| | ||
| + | | WAN ports | 1| | ||
| + | |||
| + | Serial: there are 4 connection points in the upper right corner of the board. | ||
| + | |||
| + | Left to right: power, ground, TX, RX. Check the labels near the holes. Baud-rate is 115200. | ||
| + | |||
| + | The router has 9 LEDs: | ||
| * Power | * Power | ||
| * Port4 | * Port4 | ||
| Line 23: | Line 43: | ||
| * Port1 | * Port1 | ||
| * Wan | * Wan | ||
| - | * 2.4Ghz | + | * 2.4Ghz |
| - | * 5 Ghz Wifi | + | * 5 Ghz WiFi |
| - | * Usb | + | * USB |
| - | ===== Ssh ===== | + | |
| - | Ssh access can be enabled by router web admin page at this menu point: Administration - System - Service | + | ==== Stock firmware ==== |
| + | ssh access can be enabled on the router web admin page at this menu point: Administration -> System -> Service. | ||
| + | You have full root access. | ||
| - | I suggest these settings | + | ^ Default |
| - | * Enable Telnet: No | + | | SSID 2.4GHz| ASUS| |
| - | | + | | SSID 5GHz | ASUS_5G| |
| - | * SSH Port: port from 1025 to 65535 | + | | IP address | 192.168.50.1| |
| - | * Allow Password | + | | User | admin| |
| + | | Password | ||
| - | Get device type: | + | ==== Installing OpenWrt ==== |
| - | * uname -n | + | |
| - | * RT-AC57U_V2 | + | |
| + | NOTE! There is no official support at this point. The following link leads to an unofficial, personal repository where the development is taking place. | ||
| + | You can download the WIP source code and community images at https:// | ||
| + | - Building from source: branch apjet01-802.11n is probably what you want as it is the only one with qcn5502 support | ||
| + | - Using unofficial images (NO WARRANTY! **BACK UP YOUR FLASH!**) | ||
| + | - make sure your stock flash layout matches the table under the "Flash Layout" | ||
| + | - checkout the '' | ||
| + | - select the file depending on the name **(and version!)** of your device | ||
| + | - '' | ||
| + | In recovery mode, the bootloader will start a tftp //server// and wait for you to send the image. | ||
| - | ===== Forum ===== | + | - Connect router' |
| - | https://forum.openwrt.org/ | + | - Set static IP of computer to '' |
| + | - Make sure the router is turned off | ||
| + | - Hold the reset button | ||
| + | - Turn the router on and keep holding the button a few seconds until you see the power LED blinking slowly | ||
| + | - Use a tftp **client** to send the image file to IP 192.168.1.1 at port 69 (example with atftp: '' | ||
| + | - If there are no errors from tftp client, bootloader is installing OpenWrt; wait 2-3 minutes | ||
| + | - Remove static IP from your computer' | ||
| + | |||
| + | ==== Flash Layout | ||
| + | |||
| + | ^ partition | ||
| + | |mtd0| 0x000000000000 | 0x000000040000 | Bootloader| | ||
| + | |mtd1| 0x000000040000 | 0x000000050000 | nvram | | ||
| + | |mtd2| 0x000000050000 | 0x000000060000 | Factory | ||
| + | |mtd3| 0x000000060000 | 0x000000f80000 | linux | | ||
| + | |mtd4| 0x0000001ecb00 | 0x000000f80000 | rootfs | ||
| + | |mtd5| 0x000000f80000 | 0x000001000000 | jffs2 | | ||
| + | |mtd6| 0x000000000000 | 0x000001000000 | ALL | | ||
| + | |||
| + | You can backup a partition like this: | ||
| + | * Login via ssh, telnet or serial console | ||
| + | * Use dd command to backup (Danger, wrong usage can overwrite rom): '' | ||
| + | * Use scp to download the image | ||
| + | |||
| + | |||
| + | ===== Hardware ===== | ||
| + | |||
| + | Router was produced at two slightly different **SOC**: | ||
| + | * Qualcomm Atheros QCA5502 ver 1 rev 0 | ||
| + | * Qualcomm Atheros QCA5502 rev 0 | ||
| + | |||
| + | 74Kc MIPS processor with 64 KB I-Cache and 32 KB D-Cache, targeted to operate at up to 775 MHz | ||
| + | |||
| + | **Switch**: Atheros AR8337 rev. 2 | ||
| + | |||
| + | < | ||
| <WRAP bootlog> | <WRAP bootlog> | ||
| < | < | ||
| - | May 5 05:05:23 kernel: ctl-> | + | IMQ driver loaded successfully. (numdevs |
| - | May 5 05:05:23 kernel: ctl-> | + | |
| - | May 5 05:05:23 kernel: mt7615_fw_prepare(): | + | |
| - | May 5 05:05:23 kernel: mt7615_fw_prepare(2708): | + | libphy: ag71xx_mdio: probed |
| - | May 5 05:05:23 kernel: AndesMTLoadRomMethodFwDlRing(1035), | + | switch0: Atheros AR8337 rev. 2 switch registered |
| - | May 5 05:05:23 kernel: AndesRestartCheck: | + | ar71xx: using random MAC address for 0 |
| - | May 5 05:05:23 kernel: AndesRestartCheck: | + | eth0: Atheros AG71xx at 0xb9000000, irq 4 |
| - | May 5 05:05:23 kernel: 20170809192718a | + | ag71xx 19000000.ethernet: connected |
| - | May 5 05:05:23 kernel: platform | + | PPP generic driver |
| - | May 5 05:05:23 kernel: ALPS | + | PPP MPPE Compression |
| - | May 5 05:05:23 kernel: hw/sw version = | + | NET: Registered protocol family 24 |
| - | May 5 05:05:23 kernel: 8a108a10 | + | PPTP driver |
| - | May 5 05:05:23 kernel: patch version = | + | ath79_wdt: WDOG_REG_CTRL: 0x80000000 |
| - | May 5 05:05:23 kernel: 00000010 | + | |
| - | May 5 05:05:23 kernel: Patch SEM Status=2 | + | |
| - | May 5 05:05:23 kernel: MtCmdPatchSemGet: | + | |
| - | May 5 05:05:23 kernel: Patch is not ready && get semaphore success, SemStatus(2) | + | |
| - | May 5 05:05:23 kernel: EventGenericEventHandler: | + | |
| - | May 5 05:05:23 kernel: MtCmdAddressLenReq: | + | |
| - | May 5 05:05:23 kernel: MtCmdPatchFinishReq | + | |
| - | May 5 05:05:23 kernel: EventGenericEventHandler: | + | |
| - | May 5 05:05:23 kernel: Send checksum req.. | + | |
| - | May 5 05:05:23 kernel: Patch SEM Status=3 | + | |
| - | May 5 05:05:23 kernel: MtCmdPatchSemGet: | + | |
| - | May 5 05:05:23 kernel: Release patch semaphore, SemStatus(3) | + | |
| - | May 5 05:05:23 kernel: AndesMTEraseRomPatch | + | |
| - | May 5 05:05:23 kernel: WfMcuHwInit: | + | |
| - | May 5 05:05:23 kernel: AndesMTLoadFwMethodFwDlRing(809), | + | |
| - | May 5 05:05:23 kernel: Build Date: | + | |
| - | May 5 05:05:23 kernel: Build Date: | + | |
| - | May 5 05:05:23 kernel: AndesRestartCheck: | + | |
| - | May 5 05:05:23 kernel: AndesRestartCheck: | + | |
| - | May 5 05:05:23 kernel: EventGenericEventHandler: | + | |
| - | May 5 05:05:23 kernel: MtCmdAddressLenReq: | + | |
| - | May 5 05:05:23 kernel: EventGenericEventHandler: | + | |
| - | May 5 05:05:23 kernel: MtCmdAddressLenReq: | + | |
| - | May 5 05:05:23 kernel: MtCmdFwStartReq: | + | |
| - | May 5 05:05:23 kernel: EventGenericEventHandler: | + | |
| - | May 5 05:05:23 kernel: Build Date: | + | |
| - | May 5 05:05:23 kernel: EventGenericEventHandler: | + | |
| - | May 5 05:05:23 kernel: MtCmdAddressLenReq: | + | |
| - | May 5 05:05:23 kernel: MtCmdFwStartReq: | + | |
| - | May 5 05:05:23 kernel: EventGenericEventHandler: | + | |
| - | May 5 05:05:23 kernel: WfMcuHwInit: | + | |
| - | May 5 05:05:23 kernel: MCU Init Done! | + | |
| - | May 5 05:05:23 kernel: efuse_probe: | + | |
| - | May 5 05:05:23 kernel: RtmpChipOpsEepromHook:: | + | |
| - | May 5 05:05:23 kernel: RtmpEepromGetDefault:: | + | |
| - | May 5 05:05:23 kernel: RtmpChipOpsEepromHook: | + | |
| - | May 5 05:05:23 kernel: NVM is FLASH mode. dev_idx [1] FLASH OFFSET [0x8000] | + | |
| - | May 5 05:05:23 kernel: ^[[34mNICReadEEPROMParameters: | + | |
| - | May 5 05:05:23 kernel: ^[[34mNICReadEEPROMParameters: | + | |
| - | May 5 05:05:31 kernel: Country Region from e2p = 101 | + | |
| - | May 5 05:05:31 kernel: mt7615_antenna_default_reset(): | + | |
| - | May 5 05:05:31 kernel: mt7615_antenna_default_reset(): | + | |
| - | May 5 05:05:31 kernel: mt7615_antenna_default_reset(): | + | |
| - | May 5 05:05:31 kernel: rtmp_read_txpwr_from_eeprom(233): | + | |
| - | May 5 05:05:31 kernel: RTMPReadTxPwrPerRate(1381): | + | |
| - | May 5 05:05:31 kernel: RcRadioInit(): | + | |
| - | May 5 05:05:31 kernel: RcRadioInit(): | + | |
| - | May 5 05:05:31 kernel: Band Rf: 1, Phy Mode: 2 | + | |
| - | May 5 05:05:31 kernel: AntCfgInit(2766): | + | |
| - | May 5 05:05:31 kernel: MtSingleSkuLoadParam: | + | |
| - | May 5 05:05:31 kernel: MtBfBackOffLoadTable: | + | |
| - | May 5 05:05:31 kernel: EEPROM Init Done! | + | |
| - | May 5 05:05:31 kernel: mt_mac_init()--> | + | |
| - | May 5 05:05:31 kernel: mt_mac_pse_init(2750): | + | |
| - | May 5 05:05:31 kernel: mt7615_init_mac_cr()--> | + | |
| - | May 5 05:05:31 kernel: mt7615_init_mac_cr(): | + | |
| - | May 5 05:05:31 kernel: MtAsicSetMacMaxLen(1300): | + | |
| - | May 5 05:05:31 kernel: < | + | |
| - | May 5 05:05:31 kernel: CmdRxHdrTransBLUpdateRsp:: | + | |
| - | May 5 05:05:31 kernel: CmdRxHdrTransBLUpdateRsp:: | + | |
| - | May 5 05:05:31 kernel: CmdRxHdrTransBLUpdateRsp:: | + | |
| - | May 5 05:05:31 kernel: MAC Init Done! | + | |
| - | May 5 05:05:31 kernel: MT7615BBPInit(): | + | |
| - | May 5 05:05:31 kernel: | + | |
| - | May 5 05:05:31 kernel: | + | |
| - | May 5 05:05:31 kernel: MT7615BBPInit() todo | + | |
| - | May 5 05:05:31 kernel: PHY Init Done! | + | |
| - | May 5 05:05:31 kernel: tx_pwr_comp_init(): | + | |
| - | May 5 05:05:31 kernel: MtCmdSetMacTxRx: | + | |
| - | May 5 05:05:31 kernel: CountryCode(2.4G/ | + | |
| - | May 5 05:05:31 kernel: ApAutoChannelAtBootUp-----------------> | + | |
| - | May 5 05:05:31 kernel: ApAutoChannelAtBootUp: | + | |
| - | May 5 05:05:31 kernel: MtCmdSetMacTxRx: | + | |
| - | May 5 05:05:31 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:31 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:31 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:31 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:31 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:31 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:31 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:31 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:32 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:32 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:32 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:32 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:32 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:32 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:32 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:32 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:32 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:32 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:32 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:32 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:32 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:32 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:32 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:32 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:33 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:33 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:33 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:33 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:33 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:33 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:33 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:33 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:33 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:33 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:33 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:33 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:33 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:33 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:34 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:34 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:34 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:34 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:34 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:34 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:34 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:34 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:34 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:34 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:34 kernel: ==================================================================== | + | |
| - | May 5 05:05:34 kernel: Channel | + | |
| - | May 5 05:05:34 kernel: Channel | + | |
| - | May 5 05:05:34 kernel: Channel | + | |
| - | May 5 05:05:34 kernel: Channel | + | |
| - | May 5 05:05:34 kernel: Channel | + | |
| - | May 5 05:05:34 kernel: Channel | + | |
| - | May 5 05:05:34 kernel: Channel | + | |
| - | May 5 05:05:34 kernel: Channel | + | |
| - | May 5 05:05:34 kernel: Channel 100 : Busy Time = 0, Skip Channel = FALSE, BwCap = TRUE | + | |
| - | May 5 05:05:34 kernel: Channel 104 : Busy Time = 0, Skip Channel = FALSE, BwCap = TRUE | + | |
| - | May 5 05:05:34 kernel: Channel 108 : Busy Time = 0, Skip Channel = FALSE, BwCap = TRUE | + | |
| - | May 5 05:05:34 kernel: Channel 112 : Busy Time = 0, Skip Channel = FALSE, BwCap = TRUE | + | |
| - | May 5 05:05:34 kernel: ==================================================================== | + | |
| - | May 5 05:05:35 kernel: Rule 3 Channel Busy time value : Select Primary Channel 52 | + | |
| - | May 5 05:05:35 kernel: Rule 3 Channel Busy time value : Min Channel Busy = 0 | + | |
| - | May 5 05:05:35 kernel: Rule 3 Channel Busy time value : BW = 80 | + | |
| - | May 5 05:05:35 kernel: ^[[41m AutoChSelUpdateChannel(): | + | |
| - | May 5 05:05:35 kernel: ApAutoChannelAtBootUp< | + | |
| - | May 5 05:05:35 kernel: WifiSysOpen(), | + | |
| - | May 5 05:05:35 kernel: wdev_attr_update(): | + | |
| - | May 5 05:05:35 kernel: MtAsicSetChBusyStat(840): | + | |
| - | May 5 05:05:35 kernel: [PMF]APPMFInit:: | + | |
| - | May 5 05:05:35 kernel: HcUpdatePhyMode(): | + | |
| - | May 5 05:05:35 kernel: CountryCode(2.4G/ | + | |
| - | May 5 05:05:35 kernel: Enable 20/40 BSSCoex Channel Scan(BssCoex=1) | + | |
| - | May 5 05:05:35 kernel: wtc_acquire_groupkey_wcid: | + | |
| - | May 5 05:05:35 kernel: | + | |
| - | May 5 05:05:35 kernel: ^[[1;33m [RadarStateCheck]Set into RD_SILENCE_MODE! ^[[m | + | |
| - | May 5 05:05:35 kernel: bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), | + | |
| - | May 5 05:05:35 kernel: MtCmdTxPowerSKUCtrl: | + | |
| - | May 5 05:05:35 kernel: MtCmdTxPowerPercentCtrl: | + | |
| - | May 5 05:05:35 kernel: MtCmdTxBfBackoffCtrl: | + | |
| - | May 5 05:05:35 kernel: mt7615_bbp_adjust(): | + | |
| - | May 5 05:05:35 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:35 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:35 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:35 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(0) | + | |
| - | May 5 05:05:35 kernel: ap_phy_rrm_init_byRf(): | + | |
| - | May 5 05:05:35 kernel: [WrapDfsRadarDetectStart]: | + | |
| - | May 5 05:05:35 kernel: [WrapDfsRadarDetectStart]: | + | |
| - | May 5 05:05:35 kernel: LeadTimeForBcn, | + | |
| - | May 5 05:05:35 kernel: MtAsicSetRalinkBurstMode(2605): | + | |
| - | May 5 05:05:35 kernel: MtAsicSetPiggyBack(777): | + | |
| - | May 5 05:05:35 kernel: MtAsicSetTxPreamble(2584): | + | |
| - | May 5 05:05:35 kernel: Main bssid = 04: | + | |
| - | May 5 05:05:35 kernel: AsicRadioOnOffCtrl(): | + | |
| - | May 5 05:05:35 kernel: MtCmdSetMacTxRx: | + | |
| - | May 5 05:05:35 kernel: MCS Set = ff ff ff ff 01 | + | |
| - | May 5 05:05:35 kernel: <==== mt_wifi_init, | + | |
| - | May 5 05:05:35 kernel: MtCmdEDCCACtrl: | + | |
| - | May 5 05:05:35 kernel: WDS_Init(): | + | |
| - | May 5 05:05:35 kernel: The new WDS interface MAC = FF: | + | |
| - | May 5 05:05:35 kernel: | + | |
| - | May 5 05:05:35 kernel: The new WDS interface MAC = FF: | + | |
| - | May 5 05:05:35 kernel: | + | |
| - | May 5 05:05:35 kernel: The new WDS interface MAC = FF: | + | |
| - | May 5 05:05:35 kernel: | + | |
| - | May 5 05:05:35 kernel: The new WDS interface MAC = FF: | + | |
| - | May 5 05:05:35 kernel: | + | |
| - | May 5 05:05:35 kernel: Total allocated 4 WDS interfaces! | + | |
| - | May 5 05:05:35 kernel: WtcSetMaxStaNum: | + | |
| - | May 5 05:05:35 kernel: red_is_enabled: | + | |
| - | May 5 05:05:35 kernel: cp_support_is_enabled: | + | |
| - | May 5 05:05:35 kernel: Correct apidx from 0 to 0 for WscUUIDInit | + | |
| - | May 5 05:05:35 kernel: Generate UUID for apidx(0) | + | |
| - | May 5 05:05:35 kernel: Set_TxPower_Proc: | + | |
| - | May 5 05:05:35 nat: apply redirect rules | + | |
| - | May 5 05:05:35 WAN Connection: ISP's DHCP did not function properly. | + | |
| - | May 5 05:05:35 WAN Connection: Ethernet link down. | + | |
| - | May 5 05:05:36 dnsmasq[340]: | + | |
| - | May 5 05:05:36 RT-AC85P: start httpd:80 | + | |
| - | May 5 05:05:36 kernel: set watchdog pid as: 360 | + | |
| - | May 5 05:05:36 kernel: : | + | |
| - | May 5 05:05:36 kernel: set watchdog pid as: 360 | + | |
| - | May 5 05:05:36 syslog: Generating SSL certificate... | + | |
| - | May 5 05: | + | |
| - | May 5 05:05:36 AAE: AAE Service is started | + | |
| - | May 5 05:05:36 disk monitor: be idle | + | |
| - | May 5 05:05:36 hour monitor: daemon is starting | + | |
| - | May 5 05:05:36 hour monitor: daemon terminates | + | |
| - | May 5 05:05:36 miniupnpd[409]: | + | |
| - | May 5 05:05:36 miniupnpd[409]: | + | |
| - | May 5 05:05:36 miniupnpd[409]: | + | |
| - | May 5 05:05:36 kernel: GDMA2_MAC_ADRH -- : 0x00000492 | + | |
| - | May 5 05:05:36 kernel: GDMA2_MAC_ADRL -- : 0x26451150 | + | |
| - | May 5 05:05:36 kernel: eth3: ===> VirtualIF_open | + | |
| - | May 5 05:05:37 Mastiff: init | + | |
| - | May 5 05:05:37 syslog: module scsi_mod not found in modules.dep | + | |
| - | May 5 05:05:37 syslog: module scsi_wait_scan not found in modules.dep | + | |
| - | May 5 05:05:05 syslogd started: BusyBox v1.17.4 | + | |
| - | May 5 05:05:05 kernel: klogd started: BusyBox v1.17.4 (2018-10-26 18:35:09 CST) | + | |
| - | May 5 05:05:05 kernel: Ralink gpio driver initialized | + | |
| - | May 5 05:05:05 kernel: MediaTek Nand driver init, version v2.1 Fix AHB virt2phys error | + | |
| - | May 5 05:05:05 kernel: Enable NFI Clock | + | |
| - | May 5 05:05:05 kernel: # MTK NAND # : Use HW ECC | + | |
| - | May 5 05:05:05 kernel: NAND ID [C2 F1 80 95 02, 00809502] | + | |
| - | May 5 05:05:05 kernel: Not Support this Device! ^M | + | |
| - | May 5 05:05:05 kernel: chip_mode=00000001 | + | |
| - | May 5 05:05:05 kernel: Support this Device in MTK table! c2f1 ^M | + | |
| - | May 5 05:05:05 syslog: module rt2860v2_ap not found in modules.dep | + | |
| - | May 5 05:05:05 kernel: [NAND]select ecc bit:4, sparesize :64 spare_per_sector=16 | + | |
| - | May 5 05:05:05 kernel: Signature matched and data read! | + | |
| - | May 5 05:05:05 kernel: load_fact_bbt success 1023 | + | |
| - | May 5 05:05:05 kernel: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | + | |
| - | May 5 05:05:05 kernel: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | + | |
| - | May 5 05:05:05 kernel: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | + | |
| - | May 5 05:05:05 kernel: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | + | |
| - | May 5 05:05:05 kernel: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | + | |
| - | May 5 05:05:05 kernel: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | + | |
| - | May 5 05:05:05 kernel: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | + | |
| - | May 5 05:05:05 kernel: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 4973! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5723! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5729! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5734! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5736! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5739! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5754! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5761! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5774! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5776! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5783! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5792! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] start find root file system! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5007 hw2-> | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5010! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5007 hw2-> | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5010! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5007 hw2-> | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5010! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5007 hw2-> | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5010! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5007 hw2-> | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5010! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5007 hw2-> | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5013! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5018! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5020 rfs_offset = 001AAFC0! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5007 hw2-> | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5010! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5024! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5030! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5036! | + | |
| - | May 5 05:05:05 kernel: partition 4: 3e0000 3200000 | + | |
| - | May 5 05:05:05 kernel: partition 5: 58afc0 3055040 | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] end find root file system! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5723! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5729! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5734! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5736! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5739! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5754! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5761! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5774! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5776! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5783! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5792! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] start find root file system! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5007 hw2-> | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5010! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5007 hw2-> | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5010! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5007 hw2-> | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5010! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5007 hw2-> | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5010! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5007 hw2-> | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5010! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5007 hw2-> | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5010! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5007 hw2-> | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5013! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5018! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5020 rfs_offset = 001AAFC0! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5007 hw2-> | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5010! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5024! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5030! | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] Line = 5036! | + | |
| - | May 5 05:05:05 kernel: partition 6: 35e0000 3200000 | + | |
| - | May 5 05:05:05 kernel: partition 7: 378afc0 3055040 | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] end find root file system! | + | |
| - | May 5 05:05:05 kernel: Creating 10 MTD partitions | + | |
| - | May 5 05:05:05 kernel: 0x000000000000-0x0000000e0000 : " | + | |
| - | May 5 05:05:05 kernel: 0x0000000e0000-0x0000001e0000 : " | + | |
| - | May 5 05:05:05 kernel: 0x0000001e0000-0x0000002e0000 : " | + | |
| - | May 5 05:05:05 kernel: 0x0000002e0000-0x0000003e0000 : " | + | |
| - | May 5 05:05:05 kernel: 0x0000003e0000-0x0000035e0000 : " | + | |
| - | May 5 05:05:05 kernel: 0x00000058afc0-0x0000035e0000 : " | + | |
| - | May 5 05:05:05 kernel: 0x0000035e0000-0x0000067e0000 : " | + | |
| - | May 5 05:05:05 kernel: 0x00000378afc0-0x0000067e0000 : " | + | |
| - | May 5 05:05:05 kernel: 0x000006b80000-0x000007f80000 : " | + | |
| - | May 5 05:05:05 kernel: 0x000000000000-0x000007f80000 : " | + | |
| - | May 5 05:05:05 kernel: [mtk_nand] probe successfully! | + | |
| - | May 5 05:05:06 kernel: rdm_major = 253 | + | |
| - | May 5 05:05:06 kernel: GMAC1_MAC_ADRH -- : 0x00000492 | + | |
| - | May 5 05:05:06 kernel: GMAC1_MAC_ADRL -- : 0x26451154 | + | |
| - | May 5 05:05:06 kernel: Ralink APSoC Ethernet Driver Initilization. v3.1 1024 rx/tx descriptors allocated, mtu = 1500! | + | |
| - | May 5 05:05:06 kernel: GMAC1_MAC_ADRH -- : 0x00000492 | + | |
| - | May 5 05:05:06 kernel: GMAC1_MAC_ADRL -- : 0x26451154 | + | |
| - | May 5 05:05:06 kernel: PROC INIT OK! | + | |
| - | May 5 05:05:06 kernel: Type=Linux | + | |
| - | May 5 05:05:06 kernel: offset 0x19000 elapse 4ms | + | |
| - | May 5 05:05:06 kernel: bled: Unknown symbol swports_check_traffic (err 0) | + | |
| - | May 5 05:05:06 kernel: bled: Unknown symbol swports_led_printer (err 0) | + | |
| - | May 5 05:05:06 kernel: bled: Unknown symbol gpio_api_tbl (err 0) | + | |
| - | May 5 05:05:06 kernel: bled: Unknown symbol swports_reset_check_traffic (err 0) | + | |
| - | May 5 05:05:06 kernel: | + | |
| - | May 5 05:05:06 kernel: Raeth v3.1 (Tasklet) | + | |
| - | May 5 05:05:06 kernel: set CLK_CFG_0 = 0x40a00020!!!!!!!!!!!!!!!!!!1 | + | |
| - | May 5 05:05:06 kernel: phy_free_head is 0xf76e000!!! | + | |
| - | May 5 05:05:06 kernel: phy_free_tail_phy is 0xf76fff0!!! | + | |
| - | May 5 05:05:06 kernel: txd_pool=af770000 phy_txd_pool=0F770000 | + | |
| - | May 5 05:05:06 kernel: ei_local-> | + | |
| - | May 5 05:05:06 kernel: free_txd: 0f770010, ei_local-> | + | |
| - | May 5 05:05:06 kernel: | + | |
| - | May 5 05:05:06 kernel: ----------------+---------+-------- | + | |
| - | May 5 05:05:06 kernel: | + | |
| - | May 5 05:05:06 kernel: phy_qrx_ring = 0x0f764000, qrx_ring = 0xaf764000 | + | |
| - | May 5 05:05:06 kernel: phy_rx_ring0 = 0x0f778000, rx_ring0 = 0xaf778000 | + | |
| - | May 5 05:05:06 kernel: MT7530 Reset Completed!! | + | |
| - | May 5 05:05:06 kernel: change HW-TRAP to 0x17c8f | + | |
| - | May 5 05:05:06 kernel: set LAN/WAN LLLLW | + | |
| - | May 5 05:05:06 kernel: GMAC1_MAC_ADRH -- : 0x00000492 | + | |
| - | May 5 05:05:06 kernel: GMAC1_MAC_ADRL -- : 0x26451154 | + | |
| - | May 5 05:05:06 kernel: GDMA2_MAC_ADRH -- : 0x00000492 | + | |
| - | May 5 05:05:06 kernel: GDMA2_MAC_ADRL -- : 0x26451150 | + | |
| - | May 5 05:05:06 kernel: eth3: ===> VirtualIF_open | + | |
| - | May 5 05:05:06 kernel: MT7621 GE2 link rate to 1G | + | |
| - | May 5 05:05:06 kernel: ESW: Link Status Changed - Port4 Link Down | + | |
| - | May 5 05:05:06 kernel: CDMA_CSG_CFG = 81000000 | + | |
| - | May 5 05:05:06 kernel: GDMA1_FWD_CFG = 20710000 | + | |
| - | May 5 05:05:06 kernel: GDMA2_FWD_CFG = 20710000 | + | |
| - | May 5 05:05:06 kernel: Algorithmics/ | + | |
| - | May 5 05:05:06 kernel: register mt_drv | + | |
| - | May 5 05:05:06 kernel: === pAd = c0a01000, size = 2278832 === | + | |
| - | May 5 05:05:06 kernel: <-- RTMPAllocAdapterBlock, | + | |
| - | May 5 05:05:06 kernel: pAd-> | + | |
| - | May 5 05:05:06 kernel: RTMPInitPCIeDevice(): | + | |
| - | May 5 05:05:06 kernel: DriverOwn():: | + | |
| - | May 5 05:05:06 kernel: DriverOwn():: | + | |
| - | May 5 05:05:06 kernel: mt_pci_chip_cfg(): | + | |
| - | May 5 05:05:06 kernel: mt_pci_chip_cfg(): | + | |
| - | May 5 05:05:06 kernel: RtmpChipOpsHook(492): | + | |
| - | May 5 05:05:06 kernel: mt7615_init()--> | + | |
| - | May 5 05:05:06 kernel: Use 1st iPAiLNA default bin. | + | |
| - | May 5 05:05:06 kernel: Use 0st / | + | |
| - | May 5 05:05:06 kernel: < | + | |
| - | May 5 05:05:06 kernel: ChipOpsMCUHook | + | |
| - | May 5 05:05:06 kernel: cut_through_token_list_init(): | + | |
| - | May 5 05:05:06 kernel: cut_through_token_list_init(): | + | |
| - | May 5 05:05:06 kernel: cut_through_token_list_init(): | + | |
| - | May 5 05:05:06 kernel: cut_through_token_list_init(): | + | |
| - | May 5 05:05:06 kernel: <-- RTMPAllocTxRxRingMemory, | + | |
| - | May 5 05:05:06 kernel: === pAd = c0d81000, size = 2278832 === | + | |
| - | May 5 05:05:06 kernel: <-- RTMPAllocAdapterBlock, | + | |
| - | May 5 05:05:06 kernel: pAd-> | + | |
| - | May 5 05:05:06 kernel: RTMPInitPCIeDevice(): | + | |
| - | May 5 05:05:06 kernel: DriverOwn():: | + | |
| - | May 5 05:05:06 kernel: DriverOwn():: | + | |
| - | May 5 05:05:06 kernel: mt_pci_chip_cfg(): | + | |
| - | May 5 05:05:06 kernel: mt_pci_chip_cfg(): | + | |
| - | May 5 05:05:06 kernel: RtmpChipOpsHook(492): | + | |
| - | May 5 05:05:06 kernel: mt7615_init()--> | + | |
| - | May 5 05:05:06 kernel: Use 2nd ePAeLNA default bin. | + | |
| - | May 5 05:05:06 kernel: Use 1st / | + | |
| - | May 5 05:05:06 kernel: < | + | |
| - | May 5 05:05:06 kernel: ChipOpsMCUHook | + | |
| - | May 5 05:05:06 kernel: cut_through_token_list_init(): | + | |
| - | May 5 05:05:06 kernel: cut_through_token_list_init(): | + | |
| - | May 5 05:05:06 kernel: cut_through_token_list_init(): | + | |
| - | May 5 05:05:06 kernel: cut_through_token_list_init(): | + | |
| - | May 5 05:05:06 kernel: <-- RTMPAllocTxRxRingMemory, | + | |
| - | May 5 05:05:06 kernel: === pAd = c0d81000, size = 2278832 === | + | |
| - | May 5 05:05:06 kernel: <-- RTMPAllocAdapterBlock, | + | |
| - | May 5 05:05:06 kernel: pAd-> | + | |
| - | May 5 05:05:06 kernel: RTMPInitPCIeDevice(): | + | |
| - | May 5 05:05:06 kernel: DriverOwn():: | + | |
| - | May 5 05:05:06 kernel: DriverOwn():: | + | |
| - | May 5 05:05:06 kernel: mt_pci_chip_cfg(): | + | |
| - | May 5 05:05:06 kernel: mt_pci_chip_cfg(): | + | |
| - | May 5 05:05:06 kernel: RtmpChipOpsHook(492): | + | |
| - | May 5 05:05:06 kernel: mt7615_init()--> | + | |
| - | May 5 05:05:06 kernel: Use 2nd ePAeLNA default bin. | + | |
| - | May 5 05:05:06 kernel: Use 1st / | + | |
| - | May 5 05:05:06 kernel: < | + | |
| - | May 5 05:05:06 kernel: ChipOpsMCUHook | + | |
| - | May 5 05:05:06 kernel: cut_through_token_list_init(): | + | |
| - | May 5 05:05:06 kernel: cut_through_token_list_init(): | + | |
| - | May 5 05:05:06 kernel: cut_through_token_list_init(): | + | |
| - | May 5 05:05:06 kernel: cut_through_token_list_init(): | + | |
| - | May 5 05:05:06 kernel: <-- RTMPAllocTxRxRingMemory, | + | |
| - | May 5 05:05:06 kernel: UBI: attaching mtd8 to ubi0 | + | |
| - | May 5 05:05:06 kernel: UBI: scanning is finished | + | |
| - | May 5 05:05:06 kernel: UBI: attached mtd8 (name " | + | |
| - | May 5 05:05:06 kernel: UBI: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes | + | |
| - | May 5 05:05:06 kernel: UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 | + | |
| - | May 5 05:05:06 kernel: UBI: VID header offset: 2048 (aligned 2048), data offset: 4096 | + | |
| - | May 5 05:05:06 kernel: UBI: good PEBs: 160, bad PEBs: 0, corrupted PEBs: 0 | + | |
| - | May 5 05:05:06 kernel: UBI: user volume: 1, internal volumes: 1, max. volumes count: 128 | + | |
| - | May 5 05:05:06 kernel: UBI: max/mean erase counter: 3/1, WL threshold: 4096, image sequence number: 1460767654 | + | |
| - | May 5 05:05:06 kernel: UBI: available PEBs: 0, total reserved PEBs: 160, PEBs reserved for bad PEB handling: 20 | + | |
| - | May 5 05:05:06 kernel: UBI: background thread " | + | |
| - | May 5 05:05:06 kernel: UBIFS: background thread " | + | |
| - | May 5 05:05:06 kernel: UBIFS: recovery needed | + | |
| - | May 5 05:05:06 kernel: UBIFS: recovery completed | + | |
| - | May 5 05:05:06 kernel: UBIFS: mounted UBI device 0, volume 0, name " | + | |
| - | May 5 05:05:06 kernel: UBIFS: LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes | + | |
| - | May 5 05:05:06 kernel: UBIFS: FS size: 15998976 bytes (15 MiB, 126 LEBs), journal size 2539520 bytes (2 MiB, 20 LEBs) | + | |
| - | May 5 05:05:06 kernel: UBIFS: reserved for root: 0 bytes (0 KiB) | + | |
| - | May 5 05:05:06 kernel: UBIFS: media format: w4/r0 (latest is w4/r0), UUID 59837361-60FB-4D1F-82E2-E09F003F2B72, | + | |
| - | May 5 05:05:06 kernel: *****run project phy. | + | |
| - | May 5 05:05:06 kernel: FM_OUT value: u4FmOut = 0(0x00000000) | + | |
| - | May 5 05:05:06 kernel: FM_OUT value: u4FmOut = 0(0x00000000) | + | |
| - | May 5 05:05:06 kernel: FM_OUT value: u4FmOut = 0(0x00000000) | + | |
| - | May 5 05:05:06 kernel: FM_OUT value: u4FmOut = 0(0x00000000) | + | |
| - | May 5 05:05:06 kernel: FM_OUT value: u4FmOut = 0(0x00000000) | + | |
| - | May 5 05:05:06 kernel: FM_OUT value: u4FmOut = 0(0x00000000) | + | |
| - | May 5 05:05:06 kernel: FM_OUT value: u4FmOut = 0(0x00000000) | + | |
| - | May 5 05:05:06 kernel: FM_OUT value: u4FmOut = 0(0x00000000) | + | |
| - | May 5 05:05:06 kernel: FM_OUT value: u4FmOut = 0(0x00000000) | + | |
| - | May 5 05:05:06 kernel: FM_OUT value: u4FmOut = 0(0x00000000) | + | |
| - | May 5 05:05:06 kernel: FM_OUT value: u4FmOut = 0(0x00000000) | + | |
| - | May 5 05:05:06 kernel: FM_OUT value: u4FmOut = 0(0x00000000) | + | |
| - | May 5 05:05:06 kernel: FM_OUT value: u4FmOut = 0(0x00000000) | + | |
| - | May 5 05:05:06 kernel: FM_OUT value: u4FmOut = 0(0x00000000) | + | |
| - | May 5 05:05:06 kernel: FM_OUT value: u4FmOut = 0(0x00000000) | + | |
| - | May 5 05:05:06 kernel: FM_OUT value: u4FmOut = 0(0x00000000) | + | |
| - | May 5 05:05:06 kernel: FM_OUT value: u4FmOut = 0(0x00000000) | + | |
| - | May 5 05:05:06 kernel: FM_OUT value: u4FmOut = 0(0x00000000) | + | |
| - | May 5 05:05:06 kernel: FM_OUT value: u4FmOut = 0(0x00000000) | + | |
| - | May 5 05:05:06 kernel: FM_OUT value: u4FmOut = 0(0x00000000) | + | |
| - | May 5 05:05:07 kernel: xhci-hcd xhci-hcd: ## USB3 port 0/0 addr(be1c0420) s1(00000080) --> (00000080) | + | |
| - | May 5 05:05:07 kernel: mtd_local_read: | + | |
| - | May 5 05:05:07 kernel: check_runtime_para 864: don't need to check runtime para | + | |
| - | May 5 05:05:07 kernel: DriverOwn():: | + | |
| - | May 5 05:05:07 kernel: APWdsInitialize(): | + | |
| - | May 5 05:05:07 kernel: APWdsInitialize(): | + | |
| - | May 5 05:05:07 kernel: APWdsInitialize(): | + | |
| - | May 5 05:05:07 kernel: APWdsInitialize(): | + | |
| - | May 5 05:05:07 kernel: E2pAccessMode=2 | + | |
| - | May 5 05:05:07 kernel: SSID[0]=ASUS_50_2G, | + | |
| - | May 5 05:05:07 kernel: cfg_mode=9 | + | |
| - | May 5 05:05:07 kernel: cfg_mode=9 | + | |
| - | May 5 05:05:07 kernel: wmode_band_equal(): | + | |
| - | May 5 05:05:07 kernel: [TxPower] BAND0: 100 | + | |
| - | May 5 05:05:07 kernel: [SKUenable] BAND0: 1 | + | |
| - | May 5 05:05:07 kernel: APEdca0 | + | |
| - | May 5 05:05:07 kernel: APEdca1 | + | |
| - | May 5 05:05:07 kernel: APEdca2 | + | |
| - | May 5 05:05:07 kernel: APEdca3 | + | |
| - | May 5 05:05:07 kernel: APSDCapable[0]=1 | + | |
| - | May 5 05:05:07 kernel: APSDCapable[1]=1 | + | |
| - | May 5 05:05:07 kernel: APSDCapable[2]=1 | + | |
| - | May 5 05:05:07 kernel: APSDCapable[3]=1 | + | |
| - | May 5 05:05:07 kernel: APSDCapable[4]=1 | + | |
| - | May 5 05:05:07 kernel: APSDCapable[5]=1 | + | |
| - | May 5 05:05:07 kernel: APSDCapable[6]=1 | + | |
| - | May 5 05:05:07 kernel: APSDCapable[7]=1 | + | |
| - | May 5 05:05:07 kernel: APSDCapable[8]=1 | + | |
| - | May 5 05:05:07 kernel: APSDCapable[9]=1 | + | |
| - | May 5 05:05:07 kernel: APSDCapable[10]=1 | + | |
| - | May 5 05:05:07 kernel: APSDCapable[11]=1 | + | |
| - | May 5 05:05:07 kernel: APSDCapable[12]=1 | + | |
| - | May 5 05:05:07 kernel: APSDCapable[13]=1 | + | |
| - | May 5 05:05:07 kernel: APSDCapable[14]=1 | + | |
| - | May 5 05:05:07 kernel: APSDCapable[15]=1 | + | |
| - | May 5 05:05:07 kernel: [RTMPSetProfileParameters]Disable DFS/Zero wait=0/0 | + | |
| - | May 5 05:05:07 kernel: rtmp_read_wds_from_file(): | + | |
| - | May 5 05:05:07 kernel: HT: WDEV[0] Ext Channel = ABOVE | + | |
| - | May 5 05:05:07 kernel: HT: greenap_cap = 0 | + | |
| - | May 5 05:05:07 kernel: RTMPSetProfileParameters: | + | |
| - | May 5 05:05:07 kernel: RTMPSetProfileParameters: | + | |
| - | May 5 05:05:07 kernel: WtcSetMaxStaNum: | + | |
| - | May 5 05:05:07 kernel: Top Init Done! | + | |
| - | May 5 05:05:07 kernel: Use alloc_skb | + | |
| - | May 5 05:05:07 kernel: RX[0] DESC aee18000 size = 16384 | + | |
| - | May 5 05:05:07 kernel: RX[1] DESC aee1c000 size = 8192 | + | |
| - | May 5 05:05:07 kernel: Hif Init Done! | + | |
| - | May 5 05:05:07 kernel: ctl->txq = c0c2a6c8 | + | |
| - | May 5 05:05:07 kernel: ctl->rxq = c0c2a6d4 | + | |
| - | May 5 05:05:07 kernel: ctl-> | + | |
| - | May 5 05:05:07 kernel: ctl-> | + | |
| - | May 5 05:05:07 kernel: ctl-> | + | |
| - | May 5 05:05:07 kernel: ctl-> | + | |
| - | May 5 05:05:07 kernel: mt7615_fw_prepare(): | + | |
| - | May 5 05:05:07 kernel: mt7615_fw_prepare(2708): | + | |
| - | May 5 05:05:07 kernel: AndesMTLoadRomMethodFwDlRing(1035), | + | |
| - | May 5 05:05:07 kernel: AndesRestartCheck: | + | |
| - | May 5 05:05:07 kernel: AndesRestartCheck: | + | |
| - | May 5 05:05:07 kernel: 20170809192718a | + | |
| - | May 5 05:05:07 kernel: platform = | + | |
| - | May 5 05:05:07 kernel: ALPS | + | |
| - | May 5 05:05:07 kernel: hw/sw version = | + | |
| - | May 5 05:05:07 kernel: 8a108a10 | + | |
| - | May 5 05:05:07 kernel: patch version = | + | |
| - | May 5 05:05:07 kernel: 00000010 | + | |
| - | May 5 05:05:07 kernel: Patch SEM Status=2 | + | |
| - | May 5 05:05:07 kernel: MtCmdPatchSemGet: | + | |
| - | May 5 05:05:07 kernel: Patch is not ready && get semaphore success, SemStatus(2) | + | |
| - | May 5 05:05:07 kernel: EventGenericEventHandler: | + | |
| - | May 5 05:05:07 kernel: MtCmdAddressLenReq: | + | |
| - | May 5 05:05:07 kernel: MtCmdPatchFinishReq | + | |
| - | May 5 05:05:07 kernel: EventGenericEventHandler: | + | |
| - | May 5 05:05:07 kernel: Send checksum req.. | + | |
| - | May 5 05:05:07 kernel: Patch SEM Status=3 | + | |
| - | May 5 05:05:07 kernel: MtCmdPatchSemGet: | + | |
| - | May 5 05:05:07 kernel: Release patch semaphore, SemStatus(3) | + | |
| - | May 5 05:05:07 kernel: AndesMTEraseRomPatch | + | |
| - | May 5 05:05:07 kernel: WfMcuHwInit: | + | |
| - | May 5 05:05:07 kernel: AndesMTLoadFwMethodFwDlRing(809), | + | |
| - | May 5 05:05:07 kernel: Build Date: | + | |
| - | May 5 05:05:07 kernel: Build Date: | + | |
| - | May 5 05:05:07 kernel: AndesRestartCheck: | + | |
| - | May 5 05:05:07 kernel: AndesRestartCheck: | + | |
| - | May 5 05:05:07 kernel: EventGenericEventHandler: | + | |
| - | May 5 05:05:07 kernel: MtCmdAddressLenReq: | + | |
| - | May 5 05:05:07 kernel: EventGenericEventHandler: | + | |
| - | May 5 05:05:07 kernel: MtCmdAddressLenReq: | + | |
| - | May 5 05:05:07 kernel: MtCmdFwStartReq: | + | |
| - | May 5 05:05:07 kernel: EventGenericEventHandler: | + | |
| - | May 5 05:05:07 kernel: Build Date: | + | |
| - | May 5 05:05:07 kernel: EventGenericEventHandler: | + | |
| - | May 5 05:05:07 kernel: MtCmdAddressLenReq: | + | |
| - | May 5 05:05:07 kernel: MtCmdFwStartReq: | + | |
| - | May 5 05:05:07 kernel: EventGenericEventHandler: | + | |
| - | May 5 05:05:07 kernel: WfMcuHwInit: | + | |
| - | May 5 05:05:07 kernel: MCU Init Done! | + | |
| - | May 5 05:05:07 kernel: efuse_probe: | + | |
| - | May 5 05:05:07 kernel: RtmpChipOpsEepromHook:: | + | |
| - | May 5 05:05:07 kernel: RtmpEepromGetDefault:: | + | |
| - | May 5 05:05:07 kernel: RtmpChipOpsEepromHook: | + | |
| - | May 5 05:05:07 kernel: NVM is FLASH mode. dev_idx [0] FLASH OFFSET [0x0] | + | |
| - | May 5 05:05:07 kernel: ^[[34mNICReadEEPROMParameters: | + | |
| - | May 5 05:05:07 kernel: ^[[34mNICReadEEPROMParameters: | + | |
| - | May 5 05:05:14 kernel: Country Region from e2p = 101 | + | |
| - | May 5 05:05:14 kernel: mt7615_antenna_default_reset(): | + | |
| - | May 5 05:05:14 kernel: mt7615_antenna_default_reset(): | + | |
| - | May 5 05:05:14 kernel: mt7615_antenna_default_reset(): | + | |
| - | May 5 05:05:14 kernel: rtmp_read_txpwr_from_eeprom(233): | + | |
| - | May 5 05:05:14 kernel: RTMPReadTxPwrPerRate(1381): | + | |
| - | May 5 05:05:14 kernel: RcRadioInit(): | + | |
| - | May 5 05:05:14 kernel: RcRadioInit(): | + | |
| - | May 5 05:05:14 kernel: Band Rf: 1, Phy Mode: 2 | + | |
| - | May 5 05:05:14 kernel: AntCfgInit(2766): | + | |
| - | May 5 05:05:14 kernel: MtSingleSkuLoadParam: | + | |
| - | May 5 05:05:14 kernel: MtBfBackOffLoadTable: | + | |
| - | May 5 05:05:14 kernel: EEPROM Init Done! | + | |
| - | May 5 05:05:14 kernel: mt_mac_init()--> | + | |
| - | May 5 05:05:14 kernel: mt_mac_pse_init(2750): | + | |
| - | May 5 05:05:14 kernel: mt7615_init_mac_cr()--> | + | |
| - | May 5 05:05:14 kernel: mt7615_init_mac_cr(): | + | |
| - | May 5 05:05:14 kernel: MtAsicSetMacMaxLen(1300): | + | |
| - | May 5 05:05:14 kernel: < | + | |
| - | May 5 05:05:14 kernel: CmdRxHdrTransBLUpdateRsp:: | + | |
| - | May 5 05:05:14 kernel: CmdRxHdrTransBLUpdateRsp:: | + | |
| - | May 5 05:05:14 kernel: CmdRxHdrTransBLUpdateRsp:: | + | |
| - | May 5 05:05:14 kernel: MAC Init Done! | + | |
| - | May 5 05:05:14 kernel: MT7615BBPInit(): | + | |
| - | May 5 05:05:14 kernel: | + | |
| - | May 5 05:05:14 kernel: | + | |
| - | May 5 05:05:14 kernel: MT7615BBPInit() todo | + | |
| - | May 5 05:05:14 kernel: | + | |
| - | May 5 05:05:14 kernel: tx_pwr_comp_init(): | + | |
| - | May 5 05:05:14 kernel: MtCmdSetMacTxRx: | + | |
| - | May 5 05:05:14 kernel: CountryCode(2.4G/5G)=1/1, RFIC=25, PHY mode(2.4G/ | + | |
| - | May 5 05:05:14 kernel: ApAutoChannelAtBootUp-----------------> | + | |
| - | May 5 05:05:14 kernel: ApAutoChannelAtBootUp: | + | |
| - | ay 5 05:05:14 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:14 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:14 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:14 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:15 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:15 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:15 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:15 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:15 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:15 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:15 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:15 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:15 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:15 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:15 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:15 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:16 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:16 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:16 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:16 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:16 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:16 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:16 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:16 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:16 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:16 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:16 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:16 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:17 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:17 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:17 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:17 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:17 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:17 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:17 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:17 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:17 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:17 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:17 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:17 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:17 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:17 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:17 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:17 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:18 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:18 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:18 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:18 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:18 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:18 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:18 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:18 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:18 kernel: ==================================================================== | + | |
| - | May 5 05:05:18 kernel: Channel | + | |
| - | May 5 05:05:18 kernel: Channel | + | |
| - | May 5 05:05:18 kernel: Channel | + | |
| - | May 5 05:05:18 kernel: Channel | + | |
| - | May 5 05:05:18 kernel: Channel | + | |
| - | May 5 05:05:18 kernel: Channel | + | |
| - | May 5 05:05:18 kernel: Channel | + | |
| - | May 5 05:05:18 kernel: Channel | + | |
| - | May 5 05:05:18 kernel: Channel | + | |
| - | May 5 05:05:18 kernel: Channel | + | |
| - | May 5 05:05:18 kernel: Channel | + | |
| - | May 5 05:05:18 kernel: Channel | + | |
| - | May 5 05:05:18 kernel: Channel | + | |
| - | May 5 05:05:18 kernel: ==================================================================== | + | |
| - | May 5 05:05:18 kernel: Rule 3 Channel Busy time value : Select Primary Channel 1 | + | |
| - | May 5 05:05:19 kernel: Rule 3 Channel Busy time value : Min Channel Busy = 0 | + | |
| - | May 5 05:05:19 kernel: Rule 3 Channel Busy time value : BW = 20 | + | |
| - | May 5 05:05:19 kernel: ^[[41m AutoChSelUpdateChannel(): | + | |
| - | May 5 05:05:19 kernel: ApAutoChannelAtBootUp< | + | |
| - | May 5 05:05:19 kernel: WifiSysOpen(), | + | |
| - | May 5 05:05:19 kernel: wdev_attr_update(): | + | |
| - | May 5 05:05:19 kernel: MtAsicSetChBusyStat(840): | + | |
| - | May 5 05:05:19 kernel: [PMF]APPMFInit:: | + | |
| - | May 5 05:05:19 kernel: HcUpdatePhyMode(): | + | |
| - | May 5 05:05:19 kernel: CountryCode(2.4G/5G)=1/1, RFIC=25, PHY mode(2.4G/ | + | |
| - | May 5 05:05:19 kernel: Enable 20/40 BSSCoex Channel Scan(BssCoex=1) | + | |
| - | May 5 05:05:19 kernel: MtCmdSetMacTxRx: | + | |
| - | May 5 05:05:19 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:19 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:19 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:19 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:19 kernel: AP OBSS SYNC - BBP R4 to 20MHz.l | + | |
| - | May 5 05:05:19 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:19 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:19 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:19 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:19 kernel: AP OBSS SYNC - BBP R4 to 20MHz.l | + | |
| - | May 5 05:05:19 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:19 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:20 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:20 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:20 kernel: AP OBSS SYNC - BBP R4 to 20MHz.l | + | |
| - | May 5 05:05:20 kernel: : | + | |
| - | May 5 05:05:20 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:20 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:20 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:20 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:20 kernel: AP OBSS SYNC - BBP R4 to 20MHz.l | + | |
| - | May 5 05:05:20 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:20 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:20 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:20 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:20 kernel: AP OBSS SYNC - BBP R4 to 20MHz.l | + | |
| - | May 5 05:05:21 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:21 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:21 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:21 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:21 kernel: AP OBSS SYNC - BBP R4 to 20MHz.l | + | |
| - | May 5 05:05:21 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:21 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:21 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:21 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:21 kernel: AP OBSS SYNC - BBP R4 to 20MHz.l | + | |
| - | May 5 05:05:22 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:22 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:22 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:22 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:22 kernel: AP OBSS SYNC - BBP R4 to 20MHz.l | + | |
| - | May 5 05:05:22 kernel: wtc_acquire_groupkey_wcid: | + | |
| - | May 5 05:05:22 kernel: | + | |
| - | May 5 05:05:22 kernel: ^[[1;33m [RadarStateCheck]Set into RD_NORMAL_MODE ^[[m | + | |
| - | May 5 05:05:22 kernel: bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), | + | |
| - | May 5 05:05:22 kernel: MtCmdTxPowerSKUCtrl: | + | |
| - | May 5 05:05:22 kernel: MtCmdTxPowerPercentCtrl: | + | |
| - | May 5 05:05:22 kernel: MtCmdTxBfBackoffCtrl: | + | |
| - | May 5 05:05:22 kernel: mt7615_bbp_adjust(): | + | |
| - | May 5 05:05:23 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:23 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:23 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:23 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(0) | + | |
| - | May 5 05:05:23 kernel: ap_phy_rrm_init_byRf(): | + | |
| - | May 5 05:05:23 kernel: LeadTimeForBcn, | + | |
| - | May 5 05:05:23 kernel: MtAsicSetRalinkBurstMode(2605): | + | |
| - | May 5 05:05:23 kernel: MtAsicSetPiggyBack(777): | + | |
| - | May 5 05:05:23 kernel: MtAsicSetTxPreamble(2584): | + | |
| - | May 5 05:05:23 kernel: Main bssid = 04: | + | |
| - | May 5 05:05:23 kernel: AsicRadioOnOffCtrl(): | + | |
| - | May 5 05:05:23 kernel: MtCmdSetMacTxRx: | + | |
| - | May 5 05:05:23 kernel: MCS Set = ff ff ff ff 01 | + | |
| - | May 5 05:05:23 kernel: <==== mt_wifi_init, | + | |
| - | May 5 05:05:23 kernel: MtCmdEDCCACtrl: | + | |
| - | May 5 05:05:24 kernel: WDS_Init(): | + | |
| - | May 5 05:05:24 kernel: The new WDS interface MAC = FF: | + | |
| - | May 5 05:05:24 kernel: | + | |
| - | May 5 05:05:24 kernel: The new WDS interface MAC = FF: | + | |
| - | May 5 05:05:24 kernel: | + | |
| - | May 5 05:05:24 kernel: The new WDS interface MAC = FF: | + | |
| - | May 5 05:05:24 kernel: | + | |
| - | May 5 05:05:24 kernel: The new WDS interface MAC = FF: | + | |
| - | May 5 05:05:24 kernel: | + | |
| - | May 5 05:05:24 kernel: Total allocated 4 WDS interfaces! | + | |
| - | May 5 05:05:24 kernel: WtcSetMaxStaNum: | + | |
| - | May 5 05:05:24 kernel: red_is_enabled: | + | |
| - | May 5 05:05:24 kernel: cp_support_is_enabled: | + | |
| - | May 5 05:05:24 kernel: Correct apidx from 0 to 0 for WscUUIDInit | + | |
| - | May 5 05:05:24 kernel: Generate UUID for apidx(0) | + | |
| - | May 5 05:05:24 kernel: Set_TxPower_Proc: | + | |
| - | May 5 05:05:24 kernel: mtd_local_read: | + | |
| - | May 5 05:05:24 kernel: check_runtime_para 864: don't need to check runtime para | + | |
| - | May 5 05:05:24 kernel: DriverOwn():: | + | |
| - | May 5 05:05:24 kernel: APWdsInitialize(): | + | |
| - | May 5 05:05:24 kernel: APWdsInitialize(): | + | |
| - | May 5 05:05:24 kernel: APWdsInitialize(): | + | |
| - | May 5 05:05:24 kernel: APWdsInitialize(): | + | |
| - | May 5 05:05:24 kernel: E2pAccessMode=2 | + | |
| - | May 5 05:05:24 kernel: SSID[0]=ASUS_50_5G, | + | |
| - | May 5 05:05:24 kernel: cfg_mode=14 | + | |
| - | May 5 05:05:24 kernel: cfg_mode=14 | + | |
| - | May 5 05:05:24 kernel: wmode_band_equal(): | + | |
| - | May 5 05:05:24 kernel: [TxPower] BAND0: 100 | + | |
| - | May 5 05:05:24 kernel: [SKUenable] BAND0: 1 | + | |
| - | May 5 05:05:24 kernel: [BFBACKOFFenable] BAND0: 1 | + | |
| - | May 5 05:05:24 kernel: APEdca0 | + | |
| - | May 5 05:05:24 kernel: APEdca1 | + | |
| - | May 5 05:05:24 kernel: APEdca2 | + | |
| - | May 5 05:05:24 kernel: APEdca3 | + | |
| - | May 5 05:05:24 kernel: APSDCapable[0]=1 | + | |
| - | May 5 05:05:24 kernel: APSDCapable[1]=1 | + | |
| - | May 5 05:05:24 kernel: APSDCapable[2]=1 | + | |
| - | May 5 05:05:24 kernel: APSDCapable[3]=1 | + | |
| - | May 5 05:05:24 kernel: APSDCapable[4]=1 | + | |
| - | May 5 05:05:24 kernel: APSDCapable[5]=1 | + | |
| - | May 5 05:05:24 kernel: APSDCapable[6]=1 | + | |
| - | May 5 05:05:24 kernel: APSDCapable[7]=1 | + | |
| - | May 5 05:05:24 kernel: APSDCapable[8]=1 | + | |
| - | May 5 05:05:24 kernel: APSDCapable[9]=1 | + | |
| - | May 5 05:05:24 kernel: APSDCapable[10]=1 | + | |
| - | May 5 05:05:24 kernel: APSDCapable[11]=1 | + | |
| - | May 5 05:05:24 kernel: APSDCapable[12]=1 | + | |
| - | May 5 05:05:24 kernel: APSDCapable[13]=1 | + | |
| - | May 5 05:05:24 kernel: APSDCapable[14]=1 | + | |
| - | May 5 05:05:24 kernel: APSDCapable[15]=1 | + | |
| - | May 5 05:05:24 kernel: rtmp_read_wds_from_file(): | + | |
| - | May 5 05:05:24 kernel: HT: WDEV[0] Ext Channel = BELOW | + | |
| - | May 5 05:05:24 kernel: HT: greenap_cap = 0 | + | |
| - | May 5 05:05:24 kernel: RTMPSetProfileParameters: | + | |
| - | May 5 05:05:24 kernel: RTMPSetProfileParameters: | + | |
| - | May 5 05:05:24 kernel: WtcSetMaxStaNum: | + | |
| - | May 5 05:05:24 kernel: Top Init Done! | + | |
| - | May 5 05:05:24 kernel: Use alloc_skb | + | |
| - | May 5 05:05:24 kernel: RX[0] DESC ad878000 size = 16384 | + | |
| - | May 5 05:05:24 kernel: RX[1] DESC ad876000 size = 8192 | + | |
| - | May 5 05:05:24 kernel: Hif Init Done! | + | |
| - | May 5 05:05:24 kernel: ctl->txq = c0faa6c8 | + | |
| - | May 5 05:05:24 kernel: ctl->rxq = c0faa6d4 | + | |
| - | May 5 05:05:24 kernel: ctl-> | + | |
| - | May 5 05:05:24 kernel: ctl-> | + | |
| - | May 5 05:05:24 kernel: ctl-> | + | |
| - | May 5 05:05:24 kernel: ctl-> | + | |
| - | May 5 05:05:24 kernel: mt7615_fw_prepare(): | + | |
| - | May 5 05:05:24 kernel: mt7615_fw_prepare(2708): | + | |
| - | May 5 05:05:24 kernel: AndesMTLoadRomMethodFwDlRing(1035), | + | |
| - | May 5 05:05:24 kernel: AndesRestartCheck: | + | |
| - | May 5 05:05:24 kernel: AndesRestartCheck: | + | |
| - | May 5 05:05:24 kernel: 20170809192718a | + | |
| - | May 5 05:05:24 kernel: platform = | + | |
| - | May 5 05:05:24 kernel: ALPS | + | |
| - | May 5 05:05:24 kernel: hw/sw version | + | |
| - | May 5 05:05:24 kernel: 8a108a10 | + | |
| - | May 5 05:05:24 kernel: patch version = | + | |
| - | May 5 05:05:24 kernel: 00000010 | + | |
| - | May 5 05:05:24 kernel: Patch SEM Status=2 | + | |
| - | May 5 05:05:24 kernel: MtCmdPatchSemGet: | + | |
| - | May 5 05:05:24 kernel: Patch is not ready && get semaphore success, SemStatus(2) | + | |
| - | May 5 05:05:24 kernel: EventGenericEventHandler: | + | |
| - | May 5 05:05:24 kernel: MtCmdAddressLenReq: | + | |
| - | May 5 05:05:24 kernel: MtCmdPatchFinishReq | + | |
| - | May 5 05:05:24 kernel: EventGenericEventHandler: | + | |
| - | May 5 05:05:24 kernel: Send checksum req.. | + | |
| - | May 5 05:05:24 kernel: Patch SEM Status=3 | + | |
| - | May 5 05:05:24 kernel: MtCmdPatchSemGet: | + | |
| - | May 5 05:05:24 kernel: Release patch semaphore, SemStatus(3) | + | |
| - | May 5 05:05:24 kernel: AndesMTEraseRomPatch | + | |
| - | May 5 05:05:24 kernel: WfMcuHwInit: | + | |
| - | May 5 05:05:24 kernel: AndesMTLoadFwMethodFwDlRing(809), | + | |
| - | May 5 05:05:24 kernel: Build Date: | + | |
| - | May 5 05:05:24 kernel: Build Date: | + | |
| - | May 5 05:05:24 kernel: AndesRestartCheck: | + | |
| - | May 5 05:05:24 kernel: AndesRestartCheck: | + | |
| - | May 5 05:05:24 kernel: EventGenericEventHandler: | + | |
| - | May 5 05:05:24 kernel: MtCmdAddressLenReq: | + | |
| - | May 5 05:05:24 kernel: EventGenericEventHandler: | + | |
| - | May 5 05:05:24 kernel: MtCmdAddressLenReq: | + | |
| - | May 5 05:05:24 kernel: MtCmdFwStartReq: | + | |
| - | May 5 05:05:24 kernel: EventGenericEventHandler: | + | |
| - | May 5 05:05:24 kernel: Build Date: | + | |
| - | May 5 05:05:24 kernel: EventGenericEventHandler: | + | |
| - | May 5 05:05:24 kernel: MtCmdAddressLenReq: | + | |
| - | May 5 05:05:24 kernel: MtCmdFwStartReq: | + | |
| - | May 5 05:05:24 kernel: EventGenericEventHandler: | + | |
| - | May 5 05:05:24 kernel: WfMcuHwInit: | + | |
| - | May 5 05:05:24 kernel: MCU Init Done! | + | |
| - | May 5 05:05:24 kernel: efuse_probe: | + | |
| - | May 5 05:05:24 kernel: RtmpChipOpsEepromHook:: | + | |
| - | May 5 05:05:24 kernel: RtmpEepromGetDefault:: | + | |
| - | May 5 05:05:24 kernel: RtmpChipOpsEepromHook: | + | |
| - | May 5 05:05:24 kernel: NVM is FLASH mode. dev_idx [1] FLASH OFFSET [0x8000] | + | |
| - | May 5 05:05:24 kernel: ^[[34mNICReadEEPROMParameters: | + | |
| - | May 5 05:05:24 kernel: ^[[34mNICReadEEPROMParameters: | + | |
| - | May 5 05:05:32 kernel: Country Region from e2p = 101 | + | |
| - | May 5 05:05:32 kernel: mt7615_antenna_default_reset(): | + | |
| - | May 5 05:05:32 kernel: mt7615_antenna_default_reset(): | + | |
| - | May 5 05:05:32 kernel: mt7615_antenna_default_reset(): | + | |
| - | May 5 05:05:32 kernel: rtmp_read_txpwr_from_eeprom(233): | + | |
| - | May 5 05:05:32 kernel: RTMPReadTxPwrPerRate(1381): | + | |
| - | May 5 05:05:32 kernel: RcRadioInit(): | + | |
| - | May 5 05:05:32 kernel: RcRadioInit(): | + | |
| - | May 5 05:05:32 kernel: Band Rf: 1, Phy Mode: 2 | + | |
| - | May 5 05:05:32 kernel: AntCfgInit(2766): | + | |
| - | May 5 05:05:32 kernel: MtSingleSkuLoadParam: | + | |
| - | May 5 05:05:32 kernel: MtBfBackOffLoadTable: | + | |
| - | May 5 05:05:32 kernel: EEPROM Init Done! | + | |
| - | May 5 05:05:32 kernel: mt_mac_init()--> | + | |
| - | May 5 05:05:32 kernel: mt_mac_pse_init(2750): | + | |
| - | May 5 05:05:32 kernel: mt7615_init_mac_cr()--> | + | |
| - | May 5 05:05:32 kernel: mt7615_init_mac_cr(): | + | |
| - | May 5 05:05:32 kernel: MtAsicSetMacMaxLen(1300): | + | |
| - | May 5 05:05:32 kernel: < | + | |
| - | May 5 05:05:32 kernel: CmdRxHdrTransBLUpdateRsp:: | + | |
| - | May 5 05:05:32 kernel: CmdRxHdrTransBLUpdateRsp:: | + | |
| - | May 5 05:05:32 kernel: CmdRxHdrTransBLUpdateRsp:: | + | |
| - | May 5 05:05:32 kernel: MAC Init Done! | + | |
| - | May 5 05:05:32 kernel: MT7615BBPInit(): | + | |
| - | May 5 05:05:32 kernel: | + | |
| - | May 5 05:05:32 kernel: | + | |
| - | May 5 05:05:32 kernel: MT7615BBPInit() todo | + | |
| - | May 5 05:05:32 kernel: PHY Init Done! | + | |
| - | May 5 05:05:32 kernel: tx_pwr_comp_init(): | + | |
| - | May 5 05:05:32 kernel: MtCmdSetMacTxRx: | + | |
| - | May 5 05:05:32 kernel: CountryCode(2.4G/ | + | |
| - | May 5 05:05:32 kernel: ApAutoChannelAtBootUp-----------------> | + | |
| - | May 5 05:05:32 kernel: ApAutoChannelAtBootUp: | + | |
| - | May 5 05:05:32 kernel: MtCmdSetMacTxRx: | + | |
| - | May 5 05:05:32 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:32 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:32 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:32 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:32 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:32 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:33 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:33 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:33 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:33 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:33 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:33 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:33 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:33 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:33 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:33 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:33 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:33 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:33 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:33 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:34 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:34 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:34 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:34 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:34 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:34 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:34 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:34 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:34 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:34 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:34 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:34 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:34 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:34 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:34 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:34 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:35 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:35 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:35 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:35 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:35 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:35 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:35 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:35 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:35 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:35 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:35 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:35 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:05:35 kernel: ==================================================================== | + | |
| - | May 5 05:05:35 kernel: Channel | + | |
| - | May 5 05:05:35 kernel: Channel | + | |
| - | May 5 05:05:35 kernel: Channel | + | |
| - | May 5 05:05:35 kernel: Channel | + | |
| - | May 5 05:05:35 kernel: Channel | + | |
| - | May 5 05:05:35 kernel: Channel | + | |
| - | May 5 05:05:35 kernel: Channel | + | |
| - | May 5 05:05:35 kernel: Channel | + | |
| - | May 5 05:05:35 kernel: Channel 100 : Busy Time = 0, Skip Channel = FALSE, BwCap = TRUE | + | |
| - | May 5 05:05:35 kernel: Channel 104 : Busy Time = 0, Skip Channel = FALSE, BwCap = TRUE | + | |
| - | May 5 05:05:35 kernel: Channel 108 : Busy Time = 0, Skip Channel = FALSE, BwCap = TRUE | + | |
| - | May 5 05:05:36 kernel: Channel 112 : Busy Time = 0, Skip Channel = FALSE, BwCap = TRUE | + | |
| - | May 5 05:05:36 kernel: ==================================================================== | + | |
| - | May 5 05:05:36 kernel: Rule 3 Channel Busy time value : Select Primary Channel 52 | + | |
| - | May 5 05:05:36 kernel: Rule 3 Channel Busy time value : Min Channel Busy = 0 | + | |
| - | May 5 05:05:36 kernel: Rule 3 Channel Busy time value : BW = 80 | + | |
| - | May 5 05:05:36 kernel: ^[[41m AutoChSelUpdateChannel(): | + | |
| - | May 5 05:05:36 kernel: ApAutoChannelAtBootUp< | + | |
| - | May 5 05:05:36 kernel: WifiSysOpen(), | + | |
| - | May 5 05:05:36 kernel: wdev_attr_update(): | + | |
| - | May 5 05:05:36 kernel: MtAsicSetChBusyStat(840): | + | |
| - | May 5 05:05:36 kernel: [PMF]APPMFInit:: | + | |
| - | May 5 05:05:36 kernel: HcUpdatePhyMode(): | + | |
| - | May 5 05:05:36 kernel: CountryCode(2.4G/ | + | |
| - | May 5 05:05:36 kernel: Enable 20/40 BSSCoex Channel Scan(BssCoex=1) | + | |
| - | May 5 05:05:36 kernel: wtc_acquire_groupkey_wcid: | + | |
| - | May 5 05:05:36 kernel: | + | |
| - | May 5 05:05:36 kernel: ^[[1;33m [RadarStateCheck]Set into RD_SILENCE_MODE! ^[[m | + | |
| - | May 5 05:05:36 kernel: bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), | + | |
| - | May 5 05:05:36 kernel: MtCmdTxPowerSKUCtrl: | + | |
| - | May 5 05:05:36 kernel: MtCmdTxPowerPercentCtrl: | + | |
| - | May 5 05:05:36 kernel: MtCmdTxBfBackoffCtrl: | + | |
| - | May 5 05:05:36 kernel: mt7615_bbp_adjust(): | + | |
| - | May 5 05:05:36 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:05:36 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:05:36 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:05:36 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(0) | + | |
| - | May 5 05:05:36 kernel: ap_phy_rrm_init_byRf(): | + | |
| - | May 5 05:05:36 kernel: [WrapDfsRadarDetectStart]: | + | |
| - | May 5 05:05:36 kernel: [WrapDfsRadarDetectStart]: | + | |
| - | May 5 05:05:36 kernel: LeadTimeForBcn, | + | |
| - | May 5 05:05:36 kernel: MtAsicSetRalinkBurstMode(2605): | + | |
| - | May 5 05:05:36 kernel: MtAsicSetPiggyBack(777): | + | |
| - | May 5 05:05:36 kernel: MtAsicSetTxPreamble(2584): | + | |
| - | May 5 05:05:36 kernel: Main bssid = 04: | + | |
| - | May 5 05:05:36 kernel: AsicRadioOnOffCtrl(): | + | |
| - | May 5 05:05:36 kernel: MtCmdSetMacTxRx: | + | |
| - | May 5 05:05:36 kernel: MCS Set = ff ff ff ff 01 | + | |
| - | May 5 05:05:36 kernel: <==== mt_wifi_init, | + | |
| - | May 5 05:05:36 kernel: MtCmdEDCCACtrl: | + | |
| - | May 5 05:05:36 kernel: WDS_Init(): | + | |
| - | May 5 05:05:36 kernel: The new WDS interface MAC = FF: | + | |
| - | May 5 05:05:36 kernel: | + | |
| - | May 5 05:05:36 kernel: The new WDS interface MAC = FF: | + | |
| - | May 5 05:05:36 kernel: | + | |
| - | May 5 05:05:36 kernel: The new WDS interface MAC = FF: | + | |
| - | May 5 05:05:36 kernel: | + | |
| - | May 5 05:05:36 kernel: The new WDS interface MAC = FF: | + | |
| - | May 5 05:05:36 kernel: | + | |
| - | May 5 05:05:36 kernel: Total allocated 4 WDS interfaces! | + | |
| - | May 5 05:05:36 kernel: WtcSetMaxStaNum: | + | |
| - | May 5 05:05:36 kernel: red_is_enabled: | + | |
| - | May 5 05:05:36 kernel: cp_support_is_enabled: | + | |
| - | May 5 05:05:36 kernel: Correct apidx from 0 to 0 for WscUUIDInit | + | |
| - | May 5 05:05:36 kernel: Generate UUID for apidx(0) | + | |
| - | May 5 05:05:36 kernel: Set_TxPower_Proc: | + | |
| - | May 5 05:05:36 nat: apply redirect rules | + | |
| - | May 5 05:05:36 WAN Connection: ISP's DHCP did not function properly. | + | |
| - | May 5 05:05:36 WAN Connection: Ethernet link down. | + | |
| - | May 5 05:05:37 dnsmasq[341]: | + | |
| - | May 5 05:05:37 RT-AC85P: start httpd:80 | + | |
| - | May 5 05:05:37 kernel: : | + | |
| - | May 5 05:05:37 kernel: set watchdog pid as: 360 | + | |
| - | May 5 05:05:37 kernel: set watchdog pid as: 360 | + | |
| - | May 5 05:05:37 NAT Tunnel: AAE Service is stopped | + | |
| - | May 5 05:05:37 disk monitor: be idle | + | |
| - | May 5 05:05:37 AAE: AAE Service is started | + | |
| - | May 5 05:05:37 syslog: Generating SSL certificate... | + | |
| - | May 5 05:05:37 hour monitor: daemon is starting | + | |
| - | May 5 05:05:37 hour monitor: daemon terminates | + | |
| - | May 5 05:05:37 miniupnpd[422]: | + | |
| - | May 5 05:05:37 miniupnpd[422]: | + | |
| - | May 5 05:05:37 miniupnpd[422]: | + | |
| - | May 5 05:05:37 kernel: GDMA2_MAC_ADRH -- : 0x00000492 | + | |
| - | May 5 05:05:37 kernel: GDMA2_MAC_ADRL -- : 0x26451150 | + | |
| - | May 5 05:05:37 kernel: eth3: ===> VirtualIF_open | + | |
| - | May 5 05:05:38 Mastiff: init | + | |
| - | May 5 05:05:38 syslog: | + | |
| - | May 5 05:05:38 syslog: module scsi_wait_scan not found in modules.dep | + | |
| - | May 5 05:05:49 kernel: ESW: Link Status Changed - Port4 Link UP | + | |
| - | May 5 05:06:26 rc_service: httpd 355: | + | |
| - | May 5 05:06:51 rc_service: httpd 355: | + | |
| - | May 5 05:06:57 rc_service: httpd 355: | + | |
| - | May 5 05:07:18 rc_service: httpd 355: | + | |
| - | May 5 05:07:18 kernel: WifiSysClose(), | + | |
| - | May 5 05:07:18 kernel: ExtEventBeaconLostHandler:: | + | |
| - | May 5 05:07:18 kernel: | + | |
| - | May 5 05:07:18 kernel: WifiSysGetBssInfoState(): | + | |
| - | May 5 05:07:18 kernel: WifiSysUpdateBssInfoState(): | + | |
| - | May 5 05:07:18 kernel: MtAsicSetPiggyBack(777): | + | |
| - | May 5 05:07:18 kernel: MtAsicSetPiggyBack(777): | + | |
| - | May 5 05:07:18 kernel: WifiSysClose(), | + | |
| - | May 5 05:07:18 kernel: kill LoopBackTxTask task failed! | + | |
| - | May 5 05:07:18 kernel: AndesRestartCheck: | + | |
| - | May 5 05:07:18 kernel: CmdReStartDLRsp: | + | |
| - | May 5 05:07:18 kernel: AndesRestartCheck: | + | |
| - | May 5 05:07:18 kernel: EventExtEventHandler: | + | |
| - | May 5 05:07:18 kernel: RT28xxPciAsicRadioOff(): | + | |
| - | May 5 05:07:18 kernel: RTMPDrvClose call RT28xxPciAsicRadioOff fail !! | + | |
| - | May 5 05:07:18 kernel: tx_kickout_fail_count = 0 | + | |
| - | May 5 05:07:18 kernel: tx_timeout_fail_count = 0 | + | |
| - | May 5 05:07:18 kernel: rx_receive_fail_count = 0 | + | |
| - | May 5 05:07:18 kernel: alloc_cmd_msg = 574 | + | |
| - | May 5 05:07:18 kernel: free_cmd_msg = 574 | + | |
| - | May 5 05:07:18 kernel: cut_through_token_list_destroy(): | + | |
| - | May 5 05:07:18 kernel: cut_through_token_list_destroy(): | + | |
| - | May 5 05:07:18 kernel: FwOwn():: | + | |
| - | May 5 05:07:18 kernel: RTMP_AllTimerListRelease: | + | |
| - | May 5 05:07:18 kernel: FwOwn():: | + | |
| - | May 5 05:07:18 kernel: < | + | |
| - | May 5 05:07:18 kernel: WifiSysClose(), | + | |
| - | May 5 05:07:18 kernel: ExtEventBeaconLostHandler:: | + | |
| - | May 5 05:07:18 kernel: | + | |
| - | May 5 05:07:18 kernel: WifiSysGetBssInfoState(): | + | |
| - | May 5 05:07:18 kernel: WifiSysUpdateBssInfoState(): | + | |
| - | May 5 05:07:18 kernel: MtAsicSetPiggyBack(777): | + | |
| - | May 5 05:07:18 kernel: WifiSysClose(), | + | |
| - | May 5 05:07:18 kernel: MtAsicSetPiggyBack(777): | + | |
| - | May 5 05:07:18 kernel: kill LoopBackTxTask task failed! | + | |
| - | May 5 05:07:18 kernel: AndesRestartCheck: | + | |
| - | May 5 05:07:18 kernel: CmdReStartDLRsp: | + | |
| - | May 5 05:07:18 kernel: AndesRestartCheck: | + | |
| - | May 5 05:07:18 kernel: RT28xxPciAsicRadioOff(): | + | |
| - | May 5 05:07:18 kernel: RTMPDrvClose call RT28xxPciAsicRadioOff fail !! | + | |
| - | May 5 05:07:18 kernel: tx_kickout_fail_count = 0 | + | |
| - | May 5 05:07:18 kernel: tx_timeout_fail_count = 0 | + | |
| - | May 5 05:07:18 kernel: rx_receive_fail_count = 0 | + | |
| - | May 5 05:07:18 kernel: alloc_cmd_msg = 524 | + | |
| - | May 5 05:07:18 kernel: free_cmd_msg = 524 | + | |
| - | May 5 05:07:18 kernel: cut_through_token_list_destroy(): | + | |
| - | May 5 05:07:18 kernel: cut_through_token_list_destroy(): | + | |
| - | May 5 05:07:19 kernel: FwOwn():: | + | |
| - | May 5 05:07:19 kernel: RTMP_AllTimerListRelease: | + | |
| - | May 5 05:07:19 kernel: FwOwn():: | + | |
| - | May 5 05:07:19 kernel: < | + | |
| - | May 5 05:07:21 syslog: module rt2860v2_ap not found in modules.dep | + | |
| - | May 5 05:07:22 kernel: mtd_local_read: | + | |
| - | May 5 05:07:22 kernel: check_runtime_para 864: don't need to check runtime para | + | |
| - | May 5 05:07:22 kernel: DriverOwn():: | + | |
| - | May 5 05:07:22 kernel: DriverOwn():: | + | |
| - | May 5 05:07:22 kernel: APWdsInitialize(): | + | |
| - | May 5 05:07:22 kernel: APWdsInitialize(): | + | |
| - | May 5 05:07:22 kernel: APWdsInitialize(): | + | |
| - | May 5 05:07:22 kernel: APWdsInitialize(): | + | |
| - | May 5 05:07:22 kernel: E2pAccessMode=2 | + | |
| - | May 5 05:07:22 kernel: SSID[0]=ASUS_50_2G, | + | |
| - | May 5 05:07:22 kernel: cfg_mode=9 | + | |
| - | May 5 05:07:22 kernel: cfg_mode=9 | + | |
| - | May 5 05:07:22 kernel: wmode_band_equal(): | + | |
| - | May 5 05:07:22 kernel: [TxPower] BAND0: 100 | + | |
| - | May 5 05:07:22 kernel: [SKUenable] BAND0: 1 | + | |
| - | May 5 05:07:22 kernel: APEdca0 | + | |
| - | May 5 05:07:22 kernel: APEdca1 | + | |
| - | May 5 05:07:22 kernel: APEdca2 | + | |
| - | May 5 05:07:22 kernel: APEdca3 | + | |
| - | May 5 05:07:22 kernel: APSDCapable[0]=1 | + | |
| - | May 5 05:07:22 kernel: APSDCapable[1]=1 | + | |
| - | May 5 05:07:22 kernel: APSDCapable[2]=1 | + | |
| - | May 5 05:07:22 kernel: APSDCapable[3]=1 | + | |
| - | May 5 05:07:22 kernel: APSDCapable[4]=1 | + | |
| - | May 5 05:07:22 kernel: APSDCapable[5]=1 | + | |
| - | May 5 05:07:22 kernel: APSDCapable[6]=1 | + | |
| - | May 5 05:07:22 kernel: APSDCapable[7]=1 | + | |
| - | May 5 05:07:22 kernel: APSDCapable[8]=1 | + | |
| - | May 5 05:07:22 kernel: APSDCapable[9]=1 | + | |
| - | May 5 05:07:22 kernel: APSDCapable[10]=1 | + | |
| - | May 5 05:07:22 kernel: APSDCapable[11]=1 | + | |
| - | May 5 05:07:22 kernel: APSDCapable[12]=1 | + | |
| - | May 5 05:07:22 kernel: APSDCapable[13]=1 | + | |
| - | May 5 05:07:22 kernel: APSDCapable[14]=1 | + | |
| - | May 5 05:07:22 kernel: APSDCapable[15]=1 | + | |
| - | May 5 05:07:22 kernel: [RTMPSetProfileParameters]Disable DFS/Zero wait=0/0 | + | |
| - | May 5 05:07:22 kernel: rtmp_read_wds_from_file(): | + | |
| - | May 5 05:07:22 kernel: HT: WDEV[0] Ext Channel = ABOVE | + | |
| - | May 5 05:07:22 kernel: HT: greenap_cap = 0 | + | |
| - | May 5 05:07:22 kernel: RTMPSetProfileParameters: | + | |
| - | May 5 05:07:22 kernel: RTMPSetProfileParameters: | + | |
| - | May 5 05:07:22 kernel: WtcSetMaxStaNum: | + | |
| - | May 5 05:07:22 kernel: Top Init Done! | + | |
| - | May 5 05:07:22 kernel: Use alloc_skb | + | |
| - | May 5 05:07:22 kernel: cut_through_token_list_init(): | + | |
| - | May 5 05:07:22 kernel: cut_through_token_list_init(): | + | |
| - | May 5 05:07:22 kernel: cut_through_token_list_init(): | + | |
| - | May 5 05:07:22 kernel: cut_through_token_list_init(): | + | |
| - | May 5 05:07:22 kernel: RX[0] DESC adc14000 size = 16384 | + | |
| - | May 5 05:07:22 kernel: RX[1] DESC adc12000 size = 8192 | + | |
| - | May 5 05:07:22 kernel: Hif Init Done! | + | |
| - | May 5 05:07:22 kernel: ctl->txq = c0c2a6c8 | + | |
| - | May 5 05:07:22 kernel: ctl->rxq = c0c2a6d4 | + | |
| - | May 5 05:07:22 kernel: ctl-> | + | |
| - | May 5 05:07:22 kernel: ctl-> | + | |
| - | May 5 05:07:22 kernel: ctl-> | + | |
| - | May 5 05:07:22 kernel: ctl-> | + | |
| - | May 5 05:07:22 kernel: mt7615_fw_prepare(): | + | |
| - | May 5 05:07:22 kernel: mt7615_fw_prepare(2708): | + | |
| - | May 5 05:07:22 kernel: AndesMTLoadRomMethodFwDlRing(1035), | + | |
| - | May 5 05:07:22 kernel: AndesRestartCheck: | + | |
| - | May 5 05:07:22 kernel: AndesRestartCheck: | + | |
| - | May 5 05:07:22 kernel: 20170809192718a | + | |
| - | May 5 05:07:22 kernel: platform = | + | |
| - | May 5 05:07:22 kernel: ALPS | + | |
| - | May 5 05:07:22 kernel: hw/sw version | + | |
| - | May 5 05:07:22 kernel: 8a108a10 | + | |
| - | May 5 05:07:22 kernel: patch version = | + | |
| - | May 5 05:07:22 kernel: 00000010 | + | |
| - | May 5 05:07:22 kernel: Patch SEM Status=1 | + | |
| - | May 5 05:07:22 kernel: MtCmdPatchSemGet: | + | |
| - | May 5 05:07:22 kernel: Patch is ready, continue to ILM/DLM DL, SemStatus(1) | + | |
| - | May 5 05:07:22 kernel: Patch SEM Status=3 | + | |
| - | May 5 05:07:22 kernel: MtCmdPatchSemGet: | + | |
| - | May 5 05:07:22 kernel: Release patch semaphore, SemStatus(3) | + | |
| - | May 5 05:07:22 kernel: AndesMTEraseRomPatch | + | |
| - | May 5 05:07:22 kernel: WfMcuHwInit: | + | |
| - | May 5 05:07:22 kernel: AndesMTLoadFwMethodFwDlRing(809), | + | |
| - | May 5 05:07:22 kernel: Build Date: | + | |
| - | May 5 05:07:22 kernel: Build Date: | + | |
| - | May 5 05:07:22 kernel: AndesRestartCheck: | + | |
| - | May 5 05:07:22 kernel: AndesRestartCheck: | + | |
| - | May 5 05:07:22 kernel: EventGenericEventHandler: | + | |
| - | May 5 05:07:22 kernel: MtCmdAddressLenReq: | + | |
| - | May 5 05:07:22 kernel: EventGenericEventHandler: | + | |
| - | May 5 05:07:22 kernel: MtCmdAddressLenReq: | + | |
| - | May 5 05:07:22 kernel: MtCmdFwStartReq: | + | |
| - | May 5 05:07:22 kernel: EventGenericEventHandler: | + | |
| - | May 5 05:07:22 kernel: Build Date: | + | |
| - | May 5 05:07:22 kernel: EventGenericEventHandler: | + | |
| - | May 5 05:07:22 kernel: MtCmdAddressLenReq: | + | |
| - | May 5 05:07:23 kernel: MtCmdFwStartReq: | + | |
| - | May 5 05:07:23 kernel: EventGenericEventHandler: | + | |
| - | May 5 05:07:23 kernel: WfMcuHwInit: | + | |
| - | May 5 05:07:23 kernel: MCU Init Done! | + | |
| - | May 5 05:07:23 kernel: efuse_probe: | + | |
| - | May 5 05:07:23 kernel: RtmpChipOpsEepromHook:: | + | |
| - | May 5 05:07:23 kernel: RtmpEepromGetDefault:: | + | |
| - | May 5 05:07:23 kernel: RtmpChipOpsEepromHook: | + | |
| - | May 5 05:07:23 kernel: NVM is FLASH mode. dev_idx [0] FLASH OFFSET [0x0] | + | |
| - | May 5 05:07:23 kernel: ^[[34mNICReadEEPROMParameters: | + | |
| - | May 5 05:07:23 kernel: ^[[34mNICReadEEPROMParameters: | + | |
| - | May 5 05:07:30 kernel: Country Region from e2p = 101 | + | |
| - | May 5 05:07:30 kernel: mt7615_antenna_default_reset(): | + | |
| - | May 5 05:07:30 kernel: mt7615_antenna_default_reset(): | + | |
| - | May 5 05:07:30 kernel: mt7615_antenna_default_reset(): | + | |
| - | May 5 05:07:30 kernel: rtmp_read_txpwr_from_eeprom(233): | + | |
| - | May 5 05:07:30 kernel: RTMPReadTxPwrPerRate(1381): | + | |
| - | May 5 05:07:30 kernel: RcRadioInit(): | + | |
| - | May 5 05:07:30 kernel: RcRadioInit(): | + | |
| - | May 5 05:07:30 kernel: Band Rf: 1, Phy Mode: 2 | + | |
| - | May 5 05:07:30 kernel: AntCfgInit(2766): | + | |
| - | May 5 05:07:30 kernel: MtSingleSkuLoadParam: | + | |
| - | May 5 05:07:30 kernel: MtBfBackOffLoadTable: | + | |
| - | May 5 05:07:30 kernel: EEPROM Init Done! | + | |
| - | May 5 05:07:30 kernel: mt_mac_init()--> | + | |
| - | May 5 05:07:30 kernel: mt_mac_pse_init(2750): | + | |
| - | May 5 05:07:30 kernel: mt7615_init_mac_cr()--> | + | |
| - | May 5 05:07:30 kernel: mt7615_init_mac_cr(): | + | |
| - | May 5 05:07:30 kernel: MtAsicSetMacMaxLen(1300): | + | |
| - | May 5 05:07:30 kernel: < | + | |
| - | May 5 05:07:30 kernel: CmdRxHdrTransBLUpdateRsp:: | + | |
| - | May 5 05:07:30 kernel: CmdRxHdrTransBLUpdateRsp:: | + | |
| - | May 5 05:07:30 kernel: CmdRxHdrTransBLUpdateRsp:: | + | |
| - | May 5 05:07:30 kernel: MAC Init Done! | + | |
| - | May 5 05:07:30 kernel: MT7615BBPInit(): | + | |
| - | May 5 05:07:30 kernel: | + | |
| - | May 5 05:07:30 kernel: | + | |
| - | May 5 05:07:30 kernel: MT7615BBPInit() todo | + | |
| - | May 5 05:07:30 kernel: PHY Init Done! | + | |
| - | May 5 05:07:30 kernel: tx_pwr_comp_init(): | + | |
| - | May 5 05:07:30 kernel: MtCmdSetMacTxRx: | + | |
| - | May 5 05:07:30 kernel: CountryCode(2.4G/ | + | |
| - | May 5 05:07:30 kernel: ApAutoChannelAtBootUp-----------------> | + | |
| - | May 5 05:07:30 kernel: ApAutoChannelAtBootUp: | + | |
| - | May 5 05:07:30 kernel: MtCmdSetMacTxRx: | + | |
| - | May 5 05:07:30 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:07:30 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:07:31 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:07:31 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:07:31 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:07:31 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:07:31 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:07:31 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:07:31 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:07:31 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:07:31 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:07:31 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:07:31 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:07:31 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:07:31 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:07:31 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:07:31 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:07:31 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:07:32 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:07:32 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:07:32 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:07:32 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:07:32 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:07:32 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:07:32 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:07:32 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:07:32 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:07:32 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:07:32 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:07:32 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:07:32 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:07:32 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:07:32 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:07:32 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:07:33 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:07:33 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:07:33 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:07:33 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:07:33 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:07:33 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:07:33 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:07:33 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:07:33 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:07:33 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:07:33 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:07:33 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:07:33 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:07:33 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:07:34 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:07:34 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:07:34 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:07:34 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:07:34 kernel: ==================================================================== | + | |
| - | May 5 05:07:34 kernel: Channel | + | |
| - | May 5 05:07:34 kernel: Channel | + | |
| - | May 5 05:07:34 kernel: Channel | + | |
| - | May 5 05:07:34 kernel: Channel | + | |
| - | May 5 05:07:34 kernel: Channel | + | |
| - | May 5 05:07:34 kernel: Channel | + | |
| - | May 5 05:07:34 kernel: Channel | + | |
| - | May 5 05:07:34 kernel: Channel | + | |
| - | May 5 05:07:34 kernel: Channel | + | |
| - | May 5 05:07:34 kernel: Channel | + | |
| - | May 5 05:07:34 kernel: Channel | + | |
| - | May 5 05:07:34 kernel: Channel | + | |
| - | May 5 05:07:34 kernel: Channel | + | |
| - | May 5 05:07:34 kernel: ==================================================================== | + | |
| - | May 5 05:07:34 kernel: Rule 3 Channel Busy time value : Select Primary Channel 1 | + | |
| - | May 5 05:07:34 kernel: Rule 3 Channel Busy time value : Min Channel Busy = 0 | + | |
| - | May 5 05:07:34 kernel: Rule 3 Channel Busy time value : BW = 20 | + | |
| - | May 5 05:07:34 kernel: ^[[41m AutoChSelUpdateChannel(): | + | |
| - | May 5 05:07:34 kernel: ApAutoChannelAtBootUp< | + | |
| - | May 5 05:07:34 kernel: WifiSysOpen(), | + | |
| - | May 5 05:07:34 kernel: wdev_attr_update(): | + | |
| - | May 5 05:07:34 kernel: [PMF]APPMFInit:: | + | |
| - | May 5 05:07:34 kernel: HcUpdatePhyMode(): | + | |
| - | May 5 05:07:34 kernel: CountryCode(2.4G/5G)=1/1, RFIC=25, PHY mode(2.4G/ | + | |
| - | May | + | |
| - | May 5 05:07:34 kernel: MtCmdSetMacTxRx: | + | |
| - | May 5 05:07:34 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:07:34 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:07:34 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:07:34 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:07:34 kernel: AP OBSS SYNC - BBP R4 to 20MHz.l | + | |
| - | May 5 05:07:34 kernel: : | + | |
| - | May 5 05:07:34 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:07:34 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:07:34 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:07:34 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:07:34 kernel: AP OBSS SYNC - BBP R4 to 20MHz.l | + | |
| - | May 5 05:07:35 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:07:35 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:07:35 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:07:35 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:07:35 kernel: AP OBSS SYNC - BBP R4 to 20MHz.l | + | |
| - | May 5 05:07:35 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:07:35 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:07:35 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:07:35 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:07:35 kernel: AP OBSS SYNC - BBP R4 to 20MHz.l | + | |
| - | May 5 05:07:36 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:07:36 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:07:36 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:07:36 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:07:36 kernel: AP OBSS SYNC - BBP R4 to 20MHz.l | + | |
| - | May 5 05:07:36 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:07:36 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:07:36 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:07:36 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:07:36 kernel: AP OBSS SYNC - BBP R4 to 20MHz.l | + | |
| - | May 5 05:07:36 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:07:36 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:07:36 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:07:36 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:07:36 kernel: AP OBSS SYNC - BBP R4 to 20MHz.l | + | |
| - | May 5 05:07:37 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:07:37 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:07:37 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:07:37 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:07:37 kernel: AP OBSS SYNC - BBP R4 to 20MHz.l | + | |
| - | May 5 05:07:37 kernel: wtc_acquire_groupkey_wcid: | + | |
| - | May 5 05:07:37 kernel: | + | |
| - | May 5 05:07:37 kernel: ^[[1;33m [RadarStateCheck]Set into RD_NORMAL_MODE ^[[m | + | |
| - | May 5 05:07:37 kernel: bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), | + | |
| - | May 5 05:07:37 kernel: MtCmdTxPowerSKUCtrl: | + | |
| - | May 5 05:07:37 kernel: MtCmdTxPowerPercentCtrl: | + | |
| - | May 5 05:07:37 kernel: MtCmdTxBfBackoffCtrl: | + | |
| - | May 5 05:07:37 kernel: mt7615_bbp_adjust(): | + | |
| - | May 5 05:07:37 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:07:37 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:07:37 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:07:37 kernel: BW = 0,TXStream = 4, RXStream = 4, scan(0) | + | |
| - | May 5 05:07:38 kernel: ap_phy_rrm_init_byRf(): | + | |
| - | May 5 05:07:38 kernel: LeadTimeForBcn, | + | |
| - | May 5 05:07:38 kernel: MtAsicSetRalinkBurstMode(2605): | + | |
| - | May 5 05:07:38 kernel: MtAsicSetPiggyBack(777): | + | |
| - | May 5 05:07:38 kernel: MtAsicSetTxPreamble(2584): | + | |
| - | May 5 05:07:38 kernel: Main bssid = 04: | + | |
| - | May 5 05:07:38 kernel: AsicRadioOnOffCtrl(): | + | |
| - | May 5 05:07:38 kernel: MtCmdSetMacTxRx: | + | |
| - | May 5 05:07:38 kernel: MCS Set = ff ff ff ff 01 | + | |
| - | May 5 05:07:38 kernel: <==== mt_wifi_init, | + | |
| - | May 5 05:07:38 kernel: MtCmdEDCCACtrl: | + | |
| - | May 5 05:07:38 kernel: WtcSetMaxStaNum: | + | |
| - | May 5 05:07:38 kernel: red_is_enabled: | + | |
| - | May 5 05:07:38 kernel: cp_support_is_enabled: | + | |
| - | May 5 05:07:38 kernel: Correct apidx from 0 to 0 for WscUUIDInit | + | |
| - | May 5 05:07:38 kernel: Generate UUID for apidx(0) | + | |
| - | May 5 05:07:38 kernel: Set_TxPower_Proc: | + | |
| - | May 5 05:07:38 kernel: mtd_local_read: | + | |
| - | May 5 05:07:38 kernel: check_runtime_para 864: don't need to check runtime para | + | |
| - | May 5 05:07:38 kernel: DriverOwn():: | + | |
| - | May 5 05:07:38 kernel: DriverOwn():: | + | |
| - | May 5 05:07:38 kernel: APWdsInitialize(): | + | |
| - | May 5 05:07:38 kernel: APWdsInitialize(): | + | |
| - | May 5 05:07:38 kernel: APWdsInitialize(): | + | |
| - | May 5 05:07:38 kernel: APWdsInitialize(): | + | |
| - | May 5 05:07:38 kernel: E2pAccessMode=2 | + | |
| - | May 5 05:07:38 kernel: SSID[0]=ASUS_50_5G, | + | |
| - | May 5 05:07:39 kernel: cfg_mode=14 | + | |
| - | May 5 05:07:39 kernel: cfg_mode=14 | + | |
| - | May 5 05:07:39 kernel: wmode_band_equal(): | + | |
| - | May 5 05:07:39 kernel: [TxPower] BAND0: 100 | + | |
| - | May 5 05:07:39 kernel: [SKUenable] BAND0: 1 | + | |
| - | May 5 05:07:39 kernel: [BFBACKOFFenable] BAND0: 1 | + | |
| - | May 5 05:07:39 kernel: APEdca0 | + | |
| - | May 5 05:07:39 kernel: APEdca1 | + | |
| - | May 5 05:07:39 kernel: APEdca2 | + | |
| - | May 5 05:07:39 kernel: APEdca3 | + | |
| - | May 5 05:07:39 kernel: APSDCapable[0]=1 | + | |
| - | May 5 05:07:39 kernel: APSDCapable[1]=1 | + | |
| - | May 5 05:07:39 kernel: APSDCapable[2]=1 | + | |
| - | May 5 05:07:39 kernel: APSDCapable[3]=1 | + | |
| - | May 5 05:07:39 kernel: APSDCapable[4]=1 | + | |
| - | May 5 05:07:39 kernel: APSDCapable[5]=1 | + | |
| - | May 5 05:07:39 kernel: APSDCapable[6]=1 | + | |
| - | May 5 05:07:39 kernel: APSDCapable[7]=1 | + | |
| - | May 5 05:07:39 kernel: APSDCapable[8]=1 | + | |
| - | May 5 05:07:39 kernel: APSDCapable[9]=1 | + | |
| - | May 5 05:07:39 kernel: APSDCapable[10]=1 | + | |
| - | May 5 05:07:39 kernel: APSDCapable[11]=1 | + | |
| - | May 5 05:07:39 kernel: APSDCapable[12]=1 | + | |
| - | May 5 05:07:39 kernel: APSDCapable[13]=1 | + | |
| - | May 5 05:07:39 kernel: APSDCapable[14]=1 | + | |
| - | May 5 05:07:39 kernel: APSDCapable[15]=1 | + | |
| - | May 5 05:07:39 kernel: rtmp_read_wds_from_file(): | + | |
| - | May 5 05:07:39 kernel: HT: WDEV[0] Ext Channel = BELOW | + | |
| - | May 5 05:07:39 kernel: HT: greenap_cap = 0 | + | |
| - | May 5 05:07:39 kernel: RTMPSetProfileParameters: | + | |
| - | May 5 05:07:39 kernel: RTMPSetProfileParameters: | + | |
| - | May 5 05:07:39 kernel: WtcSetMaxStaNum: | + | |
| - | May 5 05:07:39 kernel: Top Init Done! | + | |
| - | May 5 05:07:39 kernel: Use alloc_skb | + | |
| - | May 5 05:07:39 kernel: cut_through_token_list_init(): | + | |
| - | May 5 05:07:39 kernel: cut_through_token_list_init(): | + | |
| - | May 5 05:07:39 kernel: cut_through_token_list_init(): | + | |
| - | May 5 05:07:39 kernel: cut_through_token_list_init(): | + | |
| - | May 5 05:07:39 kernel: RX[0] DESC ad878000 size = 16384 | + | |
| - | May 5 05:07:39 kernel: RX[1] DESC ad876000 size = 8192 | + | |
| - | May 5 05:07:39 kernel: Hif Init Done! | + | |
| - | May 5 05:07:39 kernel: ctl->txq = c0faa6c8 | + | |
| - | May 5 05:07:39 kernel: ctl->rxq = c0faa6d4 | + | |
| - | May 5 05:07:39 kernel: ctl-> | + | |
| - | May 5 05:07:39 kernel: ctl-> | + | |
| - | May 5 05:07:39 kernel: ctl-> | + | |
| - | May 5 05:07:39 kernel: ctl-> | + | |
| - | May 5 05:07:39 kernel: mt7615_fw_prepare(): | + | |
| - | May 5 05:07:39 kernel: mt7615_fw_prepare(2708): | + | |
| - | May 5 05:07:39 kernel: AndesMTLoadRomMethodFwDlRing(1035), | + | |
| - | May 5 05:07:39 kernel: AndesRestartCheck: | + | |
| - | May 5 05:07:39 kernel: AndesRestartCheck: | + | |
| - | May 5 05:07:39 kernel: 20170809192718a | + | |
| - | May 5 05:07:39 kernel: platform = | + | |
| - | May 5 05:07:39 kernel: ALPS | + | |
| - | May 5 05:07:39 kernel: hw/sw version = | + | |
| - | May 5 05:07:39 kernel: 8a108a10 | + | |
| - | May 5 05:07:39 kernel: patch version = | + | |
| - | May 5 05:07:39 kernel: 00000010 | + | |
| - | May 5 05:07:39 kernel: Patch SEM Status=1 | + | |
| - | May 5 05:07:39 kernel: MtCmdPatchSemGet: | + | |
| - | May 5 05:07:39 kernel: Patch is ready, continue to ILM/DLM DL, SemStatus(1) | + | |
| - | May 5 05:07:39 kernel: Patch SEM Status=3 | + | |
| - | May 5 05:07:39 kernel: MtCmdPatchSemGet: | + | |
| - | May 5 05:07:39 kernel: Release patch semaphore, SemStatus(3) | + | |
| - | May 5 05:07:39 kernel: AndesMTEraseRomPatch | + | |
| - | May 5 05:07:39 kernel: WfMcuHwInit: | + | |
| - | May 5 05:07:39 kernel: AndesMTLoadFwMethodFwDlRing(809), | + | |
| - | May 5 05:07:39 kernel: Build Date: | + | |
| - | May 5 05:07:39 kernel: Build Date: | + | |
| - | May 5 05:07:39 kernel: AndesRestartCheck: | + | |
| - | May 5 05:07:39 kernel: AndesRestartCheck: | + | |
| - | May 5 05:07:39 kernel: EventGenericEventHandler: | + | |
| - | May 5 05:07:39 kernel: MtCmdAddressLenReq: | + | |
| - | May 5 05:07:39 kernel: EventGenericEventHandler: | + | |
| - | May 5 05:07:39 kernel: MtCmdAddressLenReq: | + | |
| - | May 5 05:07:39 kernel: MtCmdFwStartReq: | + | |
| - | May 5 05:07:39 kernel: EventGenericEventHandler: | + | |
| - | May 5 05:07:39 kernel: Build Date: | + | |
| - | May 5 05:07:39 kernel: EventGenericEventHandler: | + | |
| - | May 5 05:07:39 kernel: MtCmdAddressLenReq: | + | |
| - | May 5 05:07:39 kernel: MtCmdFwStartReq: | + | |
| - | May 5 05:07:39 kernel: EventGenericEventHandler: | + | |
| - | May 5 05:07:39 kernel: WfMcuHwInit: | + | |
| - | May 5 05:07:39 kernel: MCU Init Done! | + | |
| - | May 5 05:07:39 kernel: efuse_probe: | + | |
| - | May 5 05:07:39 kernel: RtmpChipOpsEepromHook:: | + | |
| - | May 5 05:07:39 kernel: RtmpEepromGetDefault:: | + | |
| - | May 5 05:07:39 kernel: RtmpChipOpsEepromHook: | + | |
| - | May 5 05:07:39 kernel: NVM is FLASH mode. dev_idx [1] FLASH OFFSET [0x8000] | + | |
| - | May 5 05:07:39 kernel: ^[[34mNICReadEEPROMParameters: | + | |
| - | May 5 05:07:39 kernel: ^[[34mNICReadEEPROMParameters: | + | |
| - | May 5 05:07:47 kernel: Country Region from e2p = 101 | + | |
| - | May 5 05:07:47 kernel: mt7615_antenna_default_reset(): | + | |
| - | May 5 05:07:47 kernel: mt7615_antenna_default_reset(): | + | |
| - | May 5 05:07:47 kernel: mt7615_antenna_default_reset(): | + | |
| - | May 5 05:07:47 kernel: rtmp_read_txpwr_from_eeprom(233): | + | |
| - | May 5 05:07:47 kernel: RTMPReadTxPwrPerRate(1381): | + | |
| - | May 5 05:07:47 kernel: RcRadioInit(): | + | |
| - | May 5 05:07:47 kernel: RcRadioInit(): | + | |
| - | May 5 05:07:47 kernel: Band Rf: 1, Phy Mode: 2 | + | |
| - | May 5 05:07:47 kernel: AntCfgInit(2766): | + | |
| - | May 5 05:07:47 kernel: MtSingleSkuLoadParam: | + | |
| - | May 5 05:07:47 kernel: MtBfBackOffLoadTable: | + | |
| - | May 5 05:07:47 kernel: EEPROM Init Done! | + | |
| - | May 5 05:07:47 kernel: mt_mac_init()--> | + | |
| - | May 5 05:07:47 kernel: mt_mac_pse_init(2750): | + | |
| - | May 5 05:07:47 kernel: mt7615_init_mac_cr()--> | + | |
| - | May 5 05:07:47 kernel: mt7615_init_mac_cr(): | + | |
| - | May 5 05:07:47 kernel: MtAsicSetMacMaxLen(1300): | + | |
| - | May 5 05:07:47 kernel: < | + | |
| - | May 5 05:07:47 kernel: CmdRxHdrTransBLUpdateRsp:: | + | |
| - | May 5 05:07:47 kernel: CmdRxHdrTransBLUpdateRsp:: | + | |
| - | May 5 05:07:47 kernel: CmdRxHdrTransBLUpdateRsp:: | + | |
| - | May 5 05:07:47 kernel: MAC Init Done! | + | |
| - | May 5 05:07:47 kernel: MT7615BBPInit(): | + | |
| - | May 5 05:07:47 kernel: | + | |
| - | May 5 05:07:47 kernel: | + | |
| - | May 5 05:07:47 kernel: MT7615BBPInit() todo | + | |
| - | May 5 05:07:47 kernel: PHY Init Done! | + | |
| - | May 5 05:07:47 kernel: tx_pwr_comp_init(): | + | |
| - | May 5 05:07:47 kernel: MtCmdSetMacTxRx: | + | |
| - | May 5 05:07:47 kernel: CountryCode(2.4G/ | + | |
| - | May 5 05:07:47 kernel: ApAutoChannelAtBootUp-----------------> | + | |
| - | May 5 05:07:47 kernel: ApAutoChannelAtBootUp: | + | |
| - | May 5 05:07:47 kernel: MtCmdSetMacTxRx: | + | |
| - | May 5 05:07:47 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:07:47 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:07:47 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:07:47 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:07:47 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:07:47 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:07:47 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:07:47 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:07:47 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:07:47 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:07:47 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:07:47 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:07:48 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:07:48 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:07:48 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:07:48 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:07:48 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:07:48 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:07:48 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:07:48 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:07:48 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:07:48 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:07:48 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:07:48 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:07:48 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:07:48 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:07:49 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:07:49 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:07:49 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:07:49 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:07:49 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:07:49 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:07:49 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:07:49 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:07:49 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:07:49 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:07:49 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:07:49 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:07:49 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:07:49 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:07:50 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:07:50 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:07:50 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:07:50 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:07:50 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:07:50 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:07:50 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:07:50 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(1) | + | |
| - | May 5 05:07:50 kernel: ==================================================================== | + | |
| - | May 5 05:07:50 kernel: Channel | + | |
| - | May 5 05:07:50 kernel: Channel | + | |
| - | May 5 05:07:50 kernel: Channel | + | |
| - | May 5 05:07:50 kernel: Channel | + | |
| - | May 5 05:07:50 kernel: Channel | + | |
| - | May 5 05:07:50 kernel: Channel | + | |
| - | May 5 05:07:50 kernel: Channel | + | |
| - | May 5 05:07:50 kernel: Channel | + | |
| - | May 5 05:07:50 kernel: Channel 100 : Busy Time = 0, Skip Channel = FALSE, BwCap = TRUE | + | |
| - | May 5 05:07:50 kernel: Channel 104 : Busy Time = 0, Skip Channel = FALSE, BwCap = TRUE | + | |
| - | May 5 05:07:50 kernel: Channel 108 : Busy Time = 0, Skip Channel = FALSE, BwCap = TRUE | + | |
| - | May 5 05:07:50 kernel: Channel 112 : Busy Time = 0, Skip Channel = FALSE, BwCap = TRUE | + | |
| - | May 5 05:07:50 kernel: ==================================================================== | + | |
| - | May 5 05:07:50 kernel: Rule 3 Channel Busy time value : Select Primary Channel 52 | + | |
| - | May 5 05:07:50 kernel: Rule 3 Channel Busy time value : Min Channel Busy = 0 | + | |
| - | May 5 05:07:50 kernel: Rule 3 Channel Busy time value : BW = 80 | + | |
| - | May 5 05:07:50 kernel: ^[[41m AutoChSelUpdateChannel(): | + | |
| - | May 5 05:07:50 kernel: ApAutoChannelAtBootUp< | + | |
| - | May 5 05:07:50 kernel: WifiSysOpen(), | + | |
| - | May 5 05:07:50 kernel: wdev_attr_update(): | + | |
| - | May 5 05:07:50 kernel: [PMF]APPMFInit:: | + | |
| - | May 5 05:07:50 kernel: HcUpdatePhyMode(): | + | |
| - | May 5 05:07:50 kernel: CountryCode(2.4G/ | + | |
| - | May 5 05:07:50 kernel: Enable 20/40 BSSCoex Channel Scan(BssCoex=1) | + | |
| - | May 5 05:07:50 kernel: wtc_acquire_groupkey_wcid: | + | |
| - | May 5 05:07:50 kernel: | + | |
| - | May 5 05:07:50 kernel: ^[[1;33m [RadarStateCheck]Set into RD_SILENCE_MODE! ^[[m | + | |
| - | May 5 05:07:50 kernel: bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), | + | |
| - | May 5 05:07:50 kernel: MtCmdTxPowerSKUCtrl: | + | |
| - | May 5 05:07:50 kernel: MtCmdTxPowerPercentCtrl: | + | |
| - | May 5 05:07:50 kernel: MtCmdTxBfBackoffCtrl: | + | |
| - | May 5 05:07:50 kernel: mt7615_bbp_adjust(): | + | |
| - | May 5 05:07:50 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 1 is 0, do runtime cal , skip RX reload | + | |
| - | May 5 05:07:50 kernel: mt7615_apply_cal_data() : eeprom 0x52 bit 0 is 0, do runtime cal , skip TX reload | + | |
| - | May 5 05:07:50 kernel: MtCmdChannelSwitch: | + | |
| - | May 5 05:07:50 kernel: BW = 2,TXStream = 4, RXStream = 4, scan(0) | + | |
| - | May 5 05:07:50 kernel: ap_phy_rrm_init_byRf(): | + | |
| - | May 5 05:07:50 kernel: [WrapDfsRadarDetectStart]: | + | |
| - | May 5 05:07:50 kernel: [WrapDfsRadarDetectStart]: | + | |
| - | May 5 05:07:51 kernel: LeadTimeForBcn, | + | |
| - | May 5 05:07:51 kernel: MtAsicSetRalinkBurstMode(2605): | + | |
| - | May 5 05:07:51 kernel: MtAsicSetPiggyBack(777): | + | |
| - | May 5 05:07:51 kernel: MtAsicSetTxPreamble(2584): | + | |
| - | May 5 05:07:51 kernel: Main bssid = 04: | + | |
| - | May 5 05:07:51 kernel: AsicRadioOnOffCtrl(): | + | |
| - | May 5 05:07:51 kernel: MtCmdSetMacTxRx: | + | |
| - | May 5 05:07:51 kernel: MCS Set = ff ff ff ff 01 | + | |
| - | May 5 05:07:51 kernel: <==== mt_wifi_init, | + | |
| - | May 5 05:07:51 kernel: MtCmdEDCCACtrl: | + | |
| - | May 5 05:07:51 kernel: WtcSetMaxStaNum: | + | |
| - | May 5 05:07:51 kernel: red_is_enabled: | + | |
| - | May 5 05:07:51 kernel: cp_support_is_enabled: | + | |
| - | May 5 05:07:51 kernel: Correct apidx from 0 to 0 for WscUUIDInit | + | |
| - | May 5 05:07:51 kernel: Generate UUID for apidx(0) | + | |
| - | May 5 05:07:51 kernel: Set_TxPower_Proc: | + | |
| - | May 5 05:07:51 rc_service: httpd 355: | + | |
| - | May 5 05:07:51 rc_service: waitting " | + | |
| - | May 5 05:07:51 kernel: set watchdog pid as: 360 | + | |
| - | May 5 05:07:51 kernel: set watchdog pid as: 360 | + | |
| - | May 5 05:07:51 kernel: klogd: exiting | + | |
| - | May 5 05:07:51 syslogd exiting | + | |
| - | May 5 07:07:51 syslogd started: BusyBox v1.17.4 | + | |
| - | May 5 07:07:51 kernel: klogd started: BusyBox v1.17.4 (2018-10-26 18:35:09 CST) | + | |
| - | May 5 07:07:51 kernel: : | + | |
| - | May 5 07:07:52 kernel: nf_conntrack_rtsp v0.7 loading | + | |
| - | May 5 07:07:52 kernel: nf_nat_rtsp v0.7 loading | + | |
| - | May 5 07:07:52 miniupnpd[723]: | + | |
| - | May 5 07:07:52 miniupnpd[723]: | + | |
| - | May 5 07:07:52 miniupnpd[723]: | + | |
| - | May 5 07:07:52 hour monitor: daemon is starting | + | |
| - | May 5 07:07:52 hour monitor: daemon terminates | + | |
| - | May 5 05:07:55 rc_service: httpd 355: | + | |
| - | May 5 07:07:55 FTP Server: daemon is stoped | + | |
| - | May 5 07:07:55 Samba Server: smb daemon is stoped | + | |
| - | May 5 07:07:55 dnsmasq[730]: | + | |
| - | May 5 07:08:45 rc_service: httpd 355: | + | |
| - | May 5 07:08:45 kernel: klogd: exiting | + | |
| - | May 5 07:08:45 syslogd exiting | + | |
| - | May 5 07:08:45 syslogd started: BusyBox v1.17.4 | + | |
| - | May 5 07:08:45 kernel: klogd started: BusyBox v1.17.4 (2018-10-26 18:35:09 CST) | + | |
| - | May 5 07:09:26 miniupnpd[761]: | + | |
| - | May 5 07:09:26 miniupnpd[761]: | + | |
| - | May 5 07:09:26 miniupnpd[761]: | + | |
| - | May 5 07:09:26 miniupnpd[761]: | + | |
| - | May 5 07:09:26 hour monitor: daemon is starting | + | |
| - | May 5 07:09:26 hour monitor: daemon terminates | + | |
| - | May 5 07:09:26 miniupnpd[765]: | + | |
| - | May 5 07:09:26 miniupnpd[765]: | + | |
| - | May 5 07:09:26 miniupnpd[765]: | + | |
| + | ath79_wdt: Last system reboot was due to WDOG | ||
| + | u32 classifier | ||
| + | Performance counters on | ||
| + | nf_conntrack version 0.5.0 (1948 buckets, 7792 max) | ||
| + | xt_time: kernel timezone is -0000 | ||
| + | gre: GRE over IPv4 demultiplexor driver | ||
| + | ip_tables: (C) 2000-2006 Netfilter Core Team | ||
| + | arp_tables: (C) 2002 David S. Miller | ||
| + | NET: Registered protocol family 10 | ||
| + | ip6_tables: (C) 2000-2006 Netfilter Core Team | ||
| + | NET: Registered protocol family 17 | ||
| + | bridge: automatic filtering via arp/ | ||
| + | Bridge firewalling registered | ||
| + | l2tp_core: L2TP core driver, V2.0 | ||
| + | l2tp_ppp: PPPoL2TP kernel driver, V2.0 | ||
| + | l2tp_netlink: | ||
| + | 8021q: 802.1Q VLAN Support v1.8 | ||
| </ | </ | ||
| </ | </ | ||
| + | </ | ||
| + | |||
| + | **WLAN Hardware** | ||
| + | |||
| + | < | ||
| + | |||
| + | Qualcomm Atheros 5500 (integrated to SOC?) | ||
| + | * WLAN 2.4GHz: bgn | ||
| + | < | ||
| + | wifi0: Qualcomm Atheros 5500: mem_start: =0xb8100000, | ||
| + | ath_da_pci: | ||
| + | ath_ol_pci: | ||
| + | hif_pci_enable_bus: | ||
| + | ath_ol_pci 0000: | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | wifi0 Link encap: | ||
| + | UP BROADCAST RUNNING MULTICAST | ||
| + | RX packets: | ||
| + | TX packets: | ||
| + | | ||
| + | RX bytes: | ||
| + | | ||
| + | </ | ||
| + | |||
| + | Qualcomm Atheros QCA9888 | ||
| + | * WLAN 5.0GHz: a/n/ac | ||
| + | <WRAP bootlog> | ||
| + | < | ||
| + | PCI: Enabling device 0000: | ||
| + | hif_pci_enable_bus: | ||
| + | chip_id 0xc chip_revision 0x0 | ||
| + | |||
| + | CLOCK PLL skipped | ||
| + | hif_set_hia_extnd: | ||
| + | hif_set_hia_extnd: | ||
| + | hif_pci_bus_configure: | ||
| + | hif_napi_event: | ||
| + | __ol_ath_attach() Allocated scn 86500400 | ||
| + | __ol_ath_attach: | ||
| + | ol_ath_attach interface_id 1 | ||
| + | ol_target_init() BMI inited. | ||
| + | ol_target_init() BMI Get Target Info. | ||
| + | Chip id: 0xc, chip version: 0x1000000 | ||
| + | |||
| + | CE WAR Disabled | ||
| + | NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0 | ||
| + | ol_target_init() configure Target . | ||
| + | |||
| + | | ||
| + | |||
| + | Flash Download Address | ||
| + | ol_transfer_bin_file: | ||
| + | ath_mtd_read: | ||
| + | qc98xx_verify_checksum: | ||
| + | ol_transfer_bin_file 3929: Download Flash data len 12064 | ||
| + | Board extended Data download address: 0x0 | ||
| + | |||
| + | Board data initialized | ||
| + | ol_ath_download_firmware: | ||
| + | |||
| + | | ||
| + | ath_ol_pci 0000: | ||
| + | ath_ol_pci 0000: | ||
| + | ol_transfer_bin_file 3738: downloading file 0, Download data len 9116 | ||
| + | |||
| + | First OTP send param 8000 | ||
| + | ol_ath_download_firmware :First OTP download and Execute is good address: | ||
| + | ol_ath_download_firmware:## | ||
| + | ol_ath_download_firmware: | ||
| + | |||
| + | | ||
| + | ol_transfer_bin_file: | ||
| + | ath_ol_pci 0000: | ||
| + | ath_ol_pci 0000: | ||
| + | ol_transfer_bin_file 3738: downloading file 3, Download data len 12064 | ||
| + | Board extended Data download address: 0x0 | ||
| + | ol_ath_download_firmware: | ||
| + | |||
| + | | ||
| + | ath_ol_pci 0000: | ||
| + | ath_ol_pci 0000: | ||
| + | ol_transfer_bin_file 3738: downloading file 0, Download data len 9116 | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | wifi1 Link encap: | ||
| + | UP BROADCAST RUNNING MULTICAST | ||
| + | RX packets: | ||
| + | TX packets: | ||
| + | | ||
| + | RX bytes: | ||
| + | | ||
| + | </ | ||
| + | |||
| + | </ | ||
| + | |||
| + | |||
| + | ===== Data ===== | ||
| + | Device datta according: [[: | ||
| + | |||
| + | < | ||
| + | |||
| + | dmesg: | ||
| + | <WRAP bootlog> | ||
| + | < | ||
| + | admin@RT-AC57U_V2:/# | ||
| + | io scheduler noop registered | ||
| + | io scheduler deadline registered (default) | ||
| + | Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled | ||
| + | console [ttyS0] disabled | ||
| + | 18020000.uart: | ||
| + | console [ttyS0] enabled | ||
| + | brd: module loaded | ||
| + | ath79_spi_fixup_mac_addr: | ||
| + | m25p80 spi0.0: found w25q128, expected n25q128a11 | ||
| + | m25p80 spi0.0: w25q128 (16384 Kbytes) | ||
| + | Creating 7 MTD partitions on " | ||
| + | 0x000000000000-0x000000040000 : " | ||
| + | 0x000000040000-0x000000050000 : " | ||
| + | 0x000000050000-0x000000060000 : " | ||
| + | 0x000000060000-0x000000f80000 : " | ||
| + | 0x0000001ecb00-0x000000f80000 : " | ||
| + | 0x000000f80000-0x000001000000 : " | ||
| + | 0x000000000000-0x000001000000 : " | ||
| + | IMQ driver loaded successfully. (numdevs = 8, numqueues = 1, imq_dev_accurate_stats = 1) | ||
| + | Hooking IMQ after NAT on PREROUTING. | ||
| + | Hooking IMQ before NAT on POSTROUTING. | ||
| + | libphy: ag71xx_mdio: | ||
| + | switch0: Atheros AR8337 rev. 2 switch registered on 19000000.mdio | ||
| + | ar71xx: using random MAC address for 0 | ||
| + | eth0: Atheros AG71xx at 0xb9000000, irq 4 | ||
| + | ag71xx 19000000.ethernet: | ||
| + | PPP generic driver version 2.4.2 | ||
| + | PPP MPPE Compression module registered | ||
| + | NET: Registered protocol family 24 | ||
| + | PPTP driver version 0.8.5 | ||
| + | ath79_wdt: WDOG_REG_CTRL: | ||
| + | |||
| + | ath79_wdt: Last system reboot was due to WDOG | ||
| + | u32 classifier | ||
| + | Performance counters on | ||
| + | nf_conntrack version 0.5.0 (1948 buckets, 7792 max) | ||
| + | xt_time: kernel timezone is -0000 | ||
| + | gre: GRE over IPv4 demultiplexor driver | ||
| + | ip_tables: (C) 2000-2006 Netfilter Core Team | ||
| + | arp_tables: (C) 2002 David S. Miller | ||
| + | NET: Registered protocol family 10 | ||
| + | ip6_tables: (C) 2000-2006 Netfilter Core Team | ||
| + | NET: Registered protocol family 17 | ||
| + | bridge: automatic filtering via arp/ | ||
| + | Bridge firewalling registered | ||
| + | l2tp_core: L2TP core driver, V2.0 | ||
| + | l2tp_ppp: PPPoL2TP kernel driver, V2.0 | ||
| + | l2tp_netlink: | ||
| + | 8021q: 802.1Q VLAN Support v1.8 | ||
| + | fdt: not creating '/ | ||
| + | VFS: Mounted root (squashfs filesystem) readonly on device 31:4. | ||
| + | devtmpfs: mounted | ||
| + | Freeing unused kernel memory: 176K (804a4000 - 804d0000) | ||
| + | random: init: uninitialized urandom read (4 bytes read, 6 bits of entropy available) | ||
| + | random: modprobe: uninitialized urandom read (4 bytes read, 8 bits of entropy available) | ||
| + | random: modprobe: uninitialized urandom read (4 bytes read, 8 bits of entropy available) | ||
| + | random: modprobe: uninitialized urandom read (4 bytes read, 8 bits of entropy available) | ||
| + | random: modprobe: uninitialized urandom read (4 bytes read, 8 bits of entropy available) | ||
| + | random: ln: uninitialized urandom read (4 bytes read, 8 bits of entropy available) | ||
| + | random: modprobe: uninitialized urandom read (4 bytes read, 9 bits of entropy available) | ||
| + | random: modprobe: uninitialized urandom read (4 bytes read, 9 bits of entropy available) | ||
| + | random: modprobe: uninitialized urandom read (4 bytes read, 9 bits of entropy available) | ||
| + | random: modprobe: uninitialized urandom read (4 bytes read, 9 bits of entropy available) | ||
| + | offset 0x8000 elapse 0ms | ||
| + | found private data block and skip it | ||
| + | bled: GPIO#15: netdev ath0. | ||
| + | bled: GPIO#5: netdev ath1. | ||
| + | ssdk_switch_device_num_init[985]: | ||
| + | ssdk_plat_init start | ||
| + | ssdk_driver_register[2427]: | ||
| + | f1_phy_api_ops_init[1513]: | ||
| + | regi_init[3370]: | ||
| + | mem_manager: | ||
| + | Disabling lock debugging due to kernel taint | ||
| + | ath_dfs: Version 2.0.0 | ||
| + | Copyright (c) 2005-2006 Atheros Communications, | ||
| + | ath_spectral: | ||
| + | Copyright (c) 2005-2009 Atheros Communications, | ||
| + | ath_hal: 0.9.17.1 (AR5416, AR9380, REGOPS_FUNC, | ||
| + | ath_rate_atheros: | ||
| + | ath_tx99: Version 2.0 | ||
| + | Copyright (c) 2010 Atheros Communications, | ||
| + | ath_dev: Copyright (c) 2001-2007 Atheros Communications, | ||
| + | | ||
| + | __ath_attach: | ||
| + | *** All the minfree values should be <= ATH_TXBUF-32, | ||
| + | ACBKMinfree = 48 | ||
| + | ACBEMinfree = 32 | ||
| + | ACVIMinfree = 16 | ||
| + | ACVOMinfree = 0 | ||
| + | CABMinfree = 48 | ||
| + | UAPSDMinfree = 0 | ||
| + | ATH_TXBUF=2700 | ||
| + | | ||
| + | Enterprise mode: 0x03bda000 | ||
| + | Restoring Cal data from DRAM | ||
| + | ath_mtd_read: | ||
| + | |||
| + | ART Version : -48.0.0 | ||
| + | SW Image Version : -48.0.0.0.0 | ||
| + | Board Revision : | ||
| + | ar9300_attach: | ||
| + | | ||
| + | HAL_CAP_TXSTATUSLEN : 36 | ||
| + | HAL_CAP_RXSTATUSLEN : 56 | ||
| + | SPECTRAL : get_capability not registered | ||
| + | HAL_CAP_PHYDIAG : Capable | ||
| + | SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 242) | ||
| + | SPECTRAL : get_capability not registered | ||
| + | HAL_CAP_RADAR | ||
| + | SPECTRAL : Need to fix the capablity check for SPECTRAL | ||
| + | | ||
| + | SPECTRAL : get_capability not registered | ||
| + | HAL_CAP_SPECTRAL_SCAN : Capable | ||
| + | SPECTRAL : get_tsf64 not registered | ||
| + | spectral_init_netlink 85 NULL SKB | ||
| + | SPECTRAL : No ADVANCED SPECTRAL SUPPORT | ||
| + | SPECTRAL :----- module attached | ||
| + | Green-AP : Green-AP : Attached | ||
| + | |||
| + | Starting random number generator thread | ||
| + | ath_get_caps[6248] rx chainmask mismatch actual 15 sc_chainmak 0 | ||
| + | ath_get_caps[6211] tx chainmask mismatch actual 15 sc_chainmak 0 | ||
| + | ieee80211_cbs_init CBS Inited | ||
| + | band steering initialized for direct attach hardware | ||
| + | ieee80211_bsteering_attach: | ||
| + | acfg_attach: | ||
| + | ath_attach_dfs[12767] dfsdomain 1 | ||
| + | dfs_attach: event log enabled by default | ||
| + | SPECTRAL : module already attached | ||
| + | ath_attach: Set global_ic[1]..gloabl_ic ptr: | ||
| + | osif_wrap_attach: | ||
| + | osif_wrap_devt_init: | ||
| + | Wrap Attached: Wrap_com =87174000 ic-> | ||
| + | ath_tx_paprd_init sc 86cf8000 PAPRD disabled in HAL | ||
| + | ath_thermal_mitigation_attach: | ||
| + | wifi0: Qualcomm Atheros 5500: mem_start: =0xb8100000, | ||
| + | ath_da_pci: | ||
| + | ath_ol_pci: | ||
| + | hif_pci_enable_bus: | ||
| + | ath_ol_pci 0000: | ||
| + | PCI: Enabling device 0000: | ||
| + | hif_pci_enable_bus: | ||
| + | chip_id 0xc chip_revision 0x0 | ||
| + | |||
| + | CLOCK PLL skipped | ||
| + | hif_set_hia_extnd: | ||
| + | hif_set_hia_extnd: | ||
| + | hif_pci_bus_configure: | ||
| + | hif_napi_event: | ||
| + | __ol_ath_attach() Allocated scn 86500400 | ||
| + | __ol_ath_attach: | ||
| + | ol_ath_attach interface_id 1 | ||
| + | ol_target_init() BMI inited. | ||
| + | ol_target_init() BMI Get Target Info. | ||
| + | Chip id: 0xc, chip version: 0x1000000 | ||
| + | |||
| + | CE WAR Disabled | ||
| + | NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0 | ||
| + | ol_target_init() configure Target . | ||
| + | |||
| + | | ||
| + | |||
| + | Flash Download Address | ||
| + | ol_transfer_bin_file: | ||
| + | ath_mtd_read: | ||
| + | qc98xx_verify_checksum: | ||
| + | ol_transfer_bin_file 3929: Download Flash data len 12064 | ||
| + | Board extended Data download address: 0x0 | ||
| + | |||
| + | Board data initialized | ||
| + | ol_ath_download_firmware: | ||
| + | |||
| + | | ||
| + | ath_ol_pci 0000: | ||
| + | ath_ol_pci 0000: | ||
| + | ol_transfer_bin_file 3738: downloading file 0, Download data len 9116 | ||
| + | |||
| + | First OTP send param 8000 | ||
| + | ol_ath_download_firmware :First OTP download and Execute is good address: | ||
| + | ol_ath_download_firmware:## | ||
| + | ol_ath_download_firmware: | ||
| + | |||
| + | | ||
| + | ol_transfer_bin_file: | ||
| + | ath_ol_pci 0000: | ||
| + | ath_ol_pci 0000: | ||
| + | ol_transfer_bin_file 3738: downloading file 3, Download data len 12064 | ||
| + | Board extended Data download address: 0x0 | ||
| + | ol_ath_download_firmware: | ||
| + | |||
| + | | ||
| + | ath_ol_pci 0000: | ||
| + | ath_ol_pci 0000: | ||
| + | ol_transfer_bin_file 3738: downloading file 0, Download data len 9116 | ||
| + | |||
| + | | ||
| + | |||
| + | | ||
| + | ol_ath_download_firmware : Second OTP download and Execute is good, param=0x0 | ||
| + | |||
| + | | ||
| + | ath_ol_pci 0000: | ||
| + | ath_ol_pci 0000: | ||
| + | ol_swap_seg_alloc: | ||
| + | ath_ol_pci 0000: | ||
| + | ath_ol_pci 0000: | ||
| + | ol_swap_wlan_memory_expansion: | ||
| + | ol_swap_wlan_memory_expansion: | ||
| + | Swap: bytes_left to copy: fw:16; dma_page: | ||
| + | ol_swap_wlan_memory_expansion: | ||
| + | Swap: wrong length read:0 | ||
| + | ol_swap_wlan_memory_expansion: | ||
| + | scn=86500400 | ||
| + | ol_transfer_swap_struct: | ||
| + | bin_filename=QCA9888/ | ||
| + | ol_transfer_bin_file: | ||
| + | ath_ol_pci 0000: | ||
| + | ath_ol_pci 0000: | ||
| + | ol_transfer_bin_file 3738: downloading file 1, Download data len 395380 | ||
| + | ol_target_init() Download FW done. | ||
| + | ol_ath_attach() WMI attached. wmi_handle 8646a000 | ||
| + | wmi_unified_register_event_handler: | ||
| + | +htc_create .. HIF : | ||
| + | htc_wmi_init() HT Create . 8717a800 | ||
| + | htc_wmi_init 8437 host_enable 0 nss_nwifi_offload 0 | ||
| + | ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko) | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | hif_enable_fastpath, | ||
| + | +HWT | ||
| + | hif_completion_thread_startup: | ||
| + | -HWT | ||
| + | Startup Mode-0 set | ||
| + | |||
| + | <=== cfg max peer id 1056 ====> | ||
| + | htt_peer_map_timer_init Enter pdev 85ff8000 hrtimer 85ffc970 | ||
| + | |||
| + | | ||
| + | |||
| + | | ||
| + | ol_txrx_pdev_attach: | ||
| + | Firmware_Build_Number: | ||
| + | FW wireless modes: 0x1f9001 | ||
| + | num_rf_chain: | ||
| + | wmi_service_coex_gpio 0, wmi_service_4_wire_coex_support 0, coex_version 0 | ||
| + | |||
| + | Sending Ext resource cfg: HOST PLATFORM as 1 | ||
| + | fw_feature_bitmap as 50 to TGT | ||
| + | ol_ath_service_ready_event: | ||
| + | ol_ath_service_ready_event: | ||
| + | ol_ath_service_ready_event: | ||
| + | Peer Caching Enabled ; num_peers = 530, num_active_peers = 52 num_tids = 104, num_vdevs = 17 | ||
| + | EXT NSS Supported | ||
| + | idx 1 req 2 num_units 1 num_unit_info 12 unit size 256 actual units 53 | ||
| + | ol_ath_alloc_host_mem_chunk req_id 2 idx 0 num_units 53 unit_len 256, | ||
| + | idx 2 req 3 num_units 1 num_unit_info 12 unit size 1024 actual units 53 | ||
| + | ol_ath_alloc_host_mem_chunk req_id 3 idx 1 num_units 53 unit_len 1024, | ||
| + | idx 3 req 4 num_units 1 num_unit_info 12 unit size 4096 actual units 53 | ||
| + | ol_ath_alloc_host_mem_chunk req_id 4 idx 2 num_units 53 unit_len 4096, | ||
| + | idx 6 req 9 num_units 1 num_unit_info 8 unit size 819200 actual units 1 | ||
| + | ol_ath_alloc_host_mem_chunk req_id 9 idx 3 num_units 1 unit_len 819200, | ||
| + | idx 0 req 1 num_units 0 num_unit_info 2 unit size 880 actual units 531 | ||
| + | ol_ath_alloc_host_mem_chunk req_id 1 idx 4 num_units 531 unit_len 880, | ||
| + | idx 4 req 5 num_units 0 num_unit_info 2 unit size 2076 actual units 531 | ||
| + | ol_ath_alloc_host_mem_chunk req_id 5 idx 5 num_units 531 unit_len 2076, | ||
| + | Support not added yet for Service 91 | ||
| + | Support not added yet for Service 92 | ||
| + | No EXT_MSG send INIT now | ||
| + | chunk 0 len 13568 requested , ptr 0x5498000 | ||
| + | chunk 1 len 54272 requested , ptr 0x5500000 | ||
| + | chunk 2 len 217088 requested , ptr 0x5540000 | ||
| + | chunk 3 len 819200 requested , ptr 0x5600000 | ||
| + | chunk 4 len 467280 requested , ptr 0x5580000 | ||
| + | chunk 5 len 1102356 requested , ptr 0x4c00000 | ||
| + | chunk 6 len 0 requested , ptr 0xffffffff | ||
| + | ol_ath_service_ready_event[4288] WAPI MBSSID 2 | ||
| + | smart_log_init: | ||
| + | Version = 16777216 3 status = 0 | ||
| + | ol_ath_connect_htc() WMI is ready | ||
| + | htt_h2t_frag_desc_bank_cfg_msg - HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for radio ID = 1 | ||
| + | target uses HTT version 2.2; host uses 2.2 | ||
| + | ol_ath_attach() connect HTC. | ||
| + | bypasswmi : 0 | ||
| + | ol_regdmn_start: | ||
| + | ol_regdmn_init_channels: | ||
| + | ol_regdmn_init_channels: | ||
| + | ol_regdmn_init_channels: | ||
| + | ol_regdmn_init_channels: | ||
| + | ol_regdmn_init_channels: | ||
| + | ol_regdmn_init_channels: | ||
| + | ol_regdmn_init_channels: | ||
| + | ol_regdmn_init_channels: | ||
| + | Add VHT80 channel: 5210 | ||
| + | Add VHT80 channel: 5290 | ||
| + | Add VHT80 channel: 5530 | ||
| + | Add VHT80 channel: 5610 | ||
| + | Add VHT80 channel: 5690 | ||
| + | Add VHT80 channel: 5775 | ||
| + | Skipping VHT80 channel 5825 | ||
| + | ol_regdmn_init_channels: | ||
| + | ol_regdmn_init_channels: | ||
| + | ol_ath_phyerr_attach: | ||
| + | freq=58 | ||
| + | freq=106 | ||
| + | freq=122 | ||
| + | OL Resmgr Init-ed | ||
| + | ieee80211_cbs_init CBS Inited | ||
| + | ieee80211_bsteering_attach: | ||
| + | acfg_attach: | ||
| + | ol_if_spectral_setup | ||
| + | SPECTRAL : get_capability not registered | ||
| + | HAL_CAP_PHYDIAG : Capable | ||
| + | SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 242) | ||
| + | SPECTRAL : get_capability not registered | ||
| + | HAL_CAP_RADAR | ||
| + | SPECTRAL : Need to fix the capablity check for SPECTRAL | ||
| + | | ||
| + | SPECTRAL : get_capability not registered | ||
| + | HAL_CAP_SPECTRAL_SCAN : Capable | ||
| + | SPECTRAL : get_tsf64 not registered | ||
| + | spectral_init_netlink 85 NULL SKB | ||
| + | Green-AP : Green-AP : Attached | ||
| + | |||
| + | Green-AP : Attached | ||
| + | rate power table override is only supported for AR98XX | ||
| + | ol_ath_smart_ant_attach: | ||
| + | ol_if_dfs_setup: | ||
| + | ol_if_dfs_attach: | ||
| + | dfs_attach: event log enabled by default | ||
| + | ol_ath_rtt_meas_report_attach: | ||
| + | ol_ath_lowi_wmi_event_attach: | ||
| + | >>>> | ||
| + | ol_ath_attach() UMAC attach . | ||
| + | |||
| + | | ||
| + | ol_ath_attach: | ||
| + | ath_lowi_if_netlink_init LOWI Netlink successfully created | ||
| + | osif_wrap_attach: | ||
| + | osif_wrap_devt_init: | ||
| + | Wrap Attached: Wrap_com =87174600 ic-> | ||
| + | __ol_ath_attach: | ||
| + | ol_ath_thermal_mitigation_attach: | ||
| + | ol_ath_pci_probe num_radios=0, | ||
| + | ath_sysfs_diag_init: | ||
| + | Suspending Target | ||
| + | waiting for target paused event from target | ||
| + | ol_ath_thermal_mitigation_detach: | ||
| + | ol_ath_thermal_mitigation_detach: | ||
| + | freq=58 | ||
| + | freq=106 | ||
| + | freq=122 | ||
| + | ol_if_dfs_clist_update: | ||
| + | ce_h2t_tx_ce_cleanup 1039 Fastpath mode ON, Cleaning up HTT Tx CEsmart_log_deinit: | ||
| + | ol_tx_me_exit: | ||
| + | hif_pci_device_reset: | ||
| + | hif_napi_destroy: | ||
| + | sc nodebug 0 | ||
| + | Starting the target before sending the command | ||
| + | hif_pci_enable_bus: | ||
| + | ath_ol_pci 0000: | ||
| + | hif_pci_enable_bus: | ||
| + | chip_id 0xc chip_revision 0x0 | ||
| + | |||
| + | CLOCK PLL skipped | ||
| + | hif_set_hia_extnd: | ||
| + | hif_set_hia_extnd: | ||
| + | hif_pci_bus_configure: | ||
| + | hif_napi_event: | ||
| + | ol_target_init() BMI inited. | ||
| + | ol_target_init() BMI Get Target Info. | ||
| + | Chip id: 0xc, chip version: 0x1000000 | ||
| + | |||
| + | CE WAR Disabled | ||
| + | NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0 | ||
| + | ol_target_init() configure Target . | ||
| + | |||
| + | | ||
| + | |||
| + | Flash Download Address | ||
| + | ol_transfer_bin_file: | ||
| + | ath_mtd_read: | ||
| + | qc98xx_verify_checksum: | ||
| + | ol_transfer_bin_file 3929: Download Flash data len 12064 | ||
| + | Board extended Data download address: 0x0 | ||
| + | |||
| + | Board data initialized | ||
| + | ol_ath_download_firmware: | ||
| + | |||
| + | | ||
| + | ath_ol_pci 0000: | ||
| + | ath_ol_pci 0000: | ||
| + | ol_transfer_bin_file 3738: downloading file 0, Download data len 9116 | ||
| + | |||
| + | First OTP send param 8000 | ||
| + | ol_ath_download_firmware :First OTP download and Execute is good address: | ||
| + | ol_ath_download_firmware:## | ||
| + | ol_ath_download_firmware: | ||
| + | |||
| + | | ||
| + | ol_transfer_bin_file: | ||
| + | ath_ol_pci 0000: | ||
| + | ath_ol_pci 0000: | ||
| + | ol_transfer_bin_file 3738: downloading file 3, Download data len 12064 | ||
| + | Board extended Data download address: 0x0 | ||
| + | ol_ath_download_firmware: | ||
| + | |||
| + | | ||
| + | ath_ol_pci 0000: | ||
| + | ath_ol_pci 0000: | ||
| + | ol_transfer_bin_file 3738: downloading file 0, Download data len 9116 | ||
| + | |||
| + | | ||
| + | |||
| + | | ||
| + | ol_ath_download_firmware : Second OTP download and Execute is good, param=0x0 | ||
| + | |||
| + | | ||
| + | ath_ol_pci 0000: | ||
| + | ath_ol_pci 0000: | ||
| + | ol_swap_wlan_memory_expansion: | ||
| + | ol_swap_wlan_memory_expansion: | ||
| + | Swap: bytes_left to copy: fw:16; dma_page: | ||
| + | ol_swap_wlan_memory_expansion: | ||
| + | Swap: wrong length read:0 | ||
| + | ol_swap_wlan_memory_expansion: | ||
| + | scn=86500400 | ||
| + | ol_transfer_swap_struct: | ||
| + | bin_filename=QCA9888/ | ||
| + | ol_transfer_bin_file: | ||
| + | ath_ol_pci 0000: | ||
| + | ath_ol_pci 0000: | ||
| + | ol_transfer_bin_file 3738: downloading file 1, Download data len 395380 | ||
| + | ol_target_init() Download FW done. | ||
| + | +htc_create .. HIF : | ||
| + | htc_wmi_init() HT Create . 857bd800 | ||
| + | htc_wmi_init 8437 host_enable 0 nss_nwifi_offload 0 | ||
| + | ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko) | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | hif_enable_fastpath, | ||
| + | +HWT | ||
| + | hif_completion_thread_startup: | ||
| + | -HWT | ||
| + | wmi_unified_register_event_handler : event handler already registered 0x8002 | ||
| + | Startup Mode-0 set | ||
| + | |||
| + | <=== cfg max peer id 1056 ====> | ||
| + | htt_peer_map_timer_init Enter pdev 85d00000 hrtimer 85d04970 | ||
| + | |||
| + | | ||
| + | |||
| + | | ||
| + | ol_txrx_pdev_attach: | ||
| + | Firmware_Build_Number: | ||
| + | FW wireless modes: 0x1f9001 | ||
| + | num_rf_chain: | ||
| + | wmi_service_coex_gpio 0, wmi_service_4_wire_coex_support 0, coex_version 0 | ||
| + | |||
| + | Sending Ext resource cfg: HOST PLATFORM as 1 | ||
| + | fw_feature_bitmap as 50 to TGT | ||
| + | ol_ath_service_ready_event: | ||
| + | ol_ath_service_ready_event: | ||
| + | ol_ath_service_ready_event: | ||
| + | Peer Caching Enabled ; num_peers = 530, num_active_peers = 52 num_tids = 104, num_vdevs = 17 | ||
| + | EXT NSS Supported | ||
| + | idx 1 req 2 num_units 1 num_unit_info 12 unit size 256 actual units 53 | ||
| + | ol_ath_alloc_host_mem_chunk req_id 2 idx 0 num_units 53 unit_len 256, | ||
| + | idx 2 req 3 num_units 1 num_unit_info 12 unit size 1024 actual units 53 | ||
| + | ol_ath_alloc_host_mem_chunk req_id 3 idx 1 num_units 53 unit_len 1024, | ||
| + | idx 3 req 4 num_units 1 num_unit_info 12 unit size 4096 actual units 53 | ||
| + | ol_ath_alloc_host_mem_chunk req_id 4 idx 2 num_units 53 unit_len 4096, | ||
| + | idx 6 req 9 num_units 1 num_unit_info 8 unit size 819200 actual units 1 | ||
| + | ol_ath_alloc_host_mem_chunk req_id 9 idx 3 num_units 1 unit_len 819200, | ||
| + | idx 0 req 1 num_units 0 num_unit_info 2 unit size 880 actual units 531 | ||
| + | ol_ath_alloc_host_mem_chunk req_id 1 idx 4 num_units 531 unit_len 880, | ||
| + | idx 4 req 5 num_units 0 num_unit_info 2 unit size 2076 actual units 531 | ||
| + | ol_ath_alloc_host_mem_chunk req_id 5 idx 5 num_units 531 unit_len 2076, | ||
| + | Support not added yet for Service 91 | ||
| + | Support not added yet for Service 92 | ||
| + | No EXT_MSG send INIT now | ||
| + | chunk 0 len 13568 requested , ptr 0x5498000 | ||
| + | chunk 1 len 54272 requested , ptr 0x5500000 | ||
| + | chunk 2 len 217088 requested , ptr 0x5540000 | ||
| + | chunk 3 len 819200 requested , ptr 0x5600000 | ||
| + | chunk 4 len 467280 requested , ptr 0x5580000 | ||
| + | chunk 5 len 1102356 requested , ptr 0x4c00000 | ||
| + | chunk 6 len 0 requested , ptr 0xffffffff | ||
| + | ol_ath_service_ready_event[4288] WAPI MBSSID 2 | ||
| + | smart_log_init: | ||
| + | Version = 16777216 3 status = 0 | ||
| + | ol_ath_connect_htc() WMI is ready | ||
| + | htt_h2t_frag_desc_bank_cfg_msg - HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for radio ID = 1 | ||
| + | target uses HTT version 2.2; host uses 2.2 | ||
| + | wmi_unified_register_event_handler : event handler already registered 0x900b | ||
| + | wmi_unified_register_event_handler : event handler already registered 0x9042 | ||
| + | >>>> | ||
| + | ol_ath_thermal_mitigation_attach: | ||
| + | ol_if_dfs_setup: | ||
| + | ath_sysfs_diag_init: | ||
| + | +hif_update_pipe_callback pipeid 8 | ||
| + | -hif_update_pipe_callback | ||
| + | ath_net80211_dfs_clist_update: | ||
| + | ath_attach_dfs[12767] dfsdomain 1 | ||
| + | dfs_attach: event log enabled by default | ||
| + | isCountryCodeValid: | ||
| + | ol_regdmn_init_channels: | ||
| + | ol_regdmn_init_channels: | ||
| + | ol_regdmn_init_channels: | ||
| + | ol_regdmn_init_channels: | ||
| + | ol_regdmn_init_channels: | ||
| + | ol_regdmn_init_channels: | ||
| + | ol_regdmn_init_channels: | ||
| + | ol_regdmn_init_channels: | ||
| + | Add VHT80 channel: 5210 | ||
| + | Add VHT80 channel: 5290 | ||
| + | Add VHT80 channel: 5530 | ||
| + | Skipping VHT80 channel 5580 | ||
| + | Skipping VHT80 channel 5660 | ||
| + | Skipping VHT80 channel 5680 | ||
| + | Skipping VHT80 channel 5700 | ||
| + | ol_regdmn_init_channels: | ||
| + | ol_regdmn_init_channels: | ||
| + | freq=58 | ||
| + | freq=106 | ||
| + | [wifi1] FWLOG: [3171] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x94c, 0x94c, 0x0 ) | ||
| + | [wifi1] FWLOG: [3171] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x94c, 0x94c, 0x0 ) | ||
| + | [wifi1] FWLOG: [3171] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x94c, 0x94c, 0x0 ) | ||
| + | [wifi1] FWLOG: [3171] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x94c, 0x94c, 0x0 ) | ||
| + | [wifi1] FWLOG: [3171] WAL_DBGID_TX_AC_BUFFER_SET ( 0x100, 0x11e1a300 ) | ||
| + | [wifi1] FWLOG: [3362] WAL_DBGID_PDEV_INFO_PRINT ( 0x37, 0x199, 0x130, 0x30, 0x0 ) | ||
| + | [wifi1] FWLOG: [3362] WAL_DBGID_PDEV_INFO_PRINT ( 0x37, 0x30, 0x0, 0x30, 0x0 ) | ||
| + | random: nonblocking pool is initialized | ||
| + | wlan_vap_create : enter. devhandle=0x873d0400, | ||
| + | ieee80211_mbo_vattach: | ||
| + | ieee80211_oce_vattach: | ||
| + | wlan_vap_create : exit. devhandle=0x873d0400, | ||
| + | __ieee80211_smart_ant_init: | ||
| + | VAP device ath0 created osifp: (857be400) os_if: (85fa8000) | ||
| + | Switching to Tx Mode-0 | ||
| + | wlan_vap_create : enter. devhandle=0x86500400, | ||
| + | send_vdev_create_cmd_non_tlv: | ||
| + | ieee80211_mbo_vattach: | ||
| + | ieee80211_oce_vattach: | ||
| + | wlan_vap_create : exit. devhandle=0x86500400, | ||
| + | __ieee80211_smart_ant_init: | ||
| + | Enabling TX checksum bit for the vap ath1 features 4000 | ||
| + | Enabling SG bit for the vap ath1 features 4000 | ||
| + | Enabling SG bit for the vap ath1 features 4000 | ||
| + | Enabling TSO bit for the vap ath1 features 4000 | ||
| + | Enabling LRO bit for the vap ath1 features 4000 | ||
| + | VAP device ath1 created osifp: (85fbc400) os_if: (85fc8000) | ||
| + | wlan_vap_create : enter. devhandle=0x873d0400, | ||
| + | ieee80211_mbo_vattach: | ||
| + | ieee80211_oce_vattach: | ||
| + | wlan_vap_create : exit. devhandle=0x873d0400, | ||
| + | __ieee80211_smart_ant_init: | ||
| + | VAP device ath001 created osifp: (85fbe400) os_if: (85fd0000) | ||
| + | jffs2: version 2.2 (NAND) (ZLIB) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. | ||
| + | nvram_commit(): | ||
| + | found private data block and skip it | ||
| + | usbcore: registered new interface driver usbfs | ||
| + | usbcore: registered new interface driver hub | ||
| + | usbcore: registered new device driver usb | ||
| + | ehci_hcd: USB 2.0 ' | ||
| + | ehci_ath79: unknown parameter ' | ||
| + | ehci-ath79 1b000000.usb: | ||
| + | ehci-ath79 1b000000.usb: | ||
| + | ehci-ath79 1b000000.usb: | ||
| + | ehci-ath79 1b000000.usb: | ||
| + | hub 1-0:1.0: USB hub found | ||
| + | hub 1-0:1.0: 1 port detected | ||
| + | ohci_hcd: USB 1.1 ' | ||
| + | usbcore: registered new interface driver cdc_acm | ||
| + | cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters | ||
| + | usbcore: registered new interface driver asix | ||
| + | usbcore: registered new interface driver cdc_ether | ||
| + | usbcore: registered new interface driver rndis_host | ||
| + | usbcore: registered new interface driver cdc_ncm | ||
| + | device vlan1 entered promiscuous mode | ||
| + | device eth0 entered promiscuous mode | ||
| + | device ath0 entered promiscuous mode | ||
| + | device ath1 entered promiscuous mode | ||
| + | device ath001 entered promiscuous mode | ||
| + | DCS for CW interference mitigation: | ||
| + | DCS for WLAN interference mitigation: 0 | ||
| + | siwfreq | ||
| + | Set freq vap 0 stop send + 85fc8000 | ||
| + | Set freq vap 0 stop send -85fc8000 | ||
| + | Set wait done --85fc8000 | ||
| + | eth0: link up (1000Mbps/ | ||
| + | br0: port 1(vlan1) entered forwarding state | ||
| + | br0: port 1(vlan1) entered forwarding state | ||
| + | [DEBUG] vap-0(ath0): | ||
| + | |||
| + | DES SSID SET=**Secret** | ||
| + | br0: port 2(ath0) entered forwarding state | ||
| + | br0: port 2(ath0) entered forwarding state | ||
| + | 8021q: adding VLAN 0 to HW filter on device ath0 | ||
| + | Ebtables v2.0 registered | ||
| + | usbcore: registered new interface driver usb-storage | ||
| + | ---- ACS CALCULATE ---- | ||
| + | Chan 1 pre_param 0 param 0 | ||
| + | Chan 6 pre_param 0 param 0 | ||
| + | Chan 6 pre_param 0 param 0 | ||
| + | Best Channel Selected 1 | ||
| + | __ieee80211_smart_ant_init: | ||
| + | | ||
| + | br0: port 2(ath0) entered disabled state | ||
| + | | ||
| + | | ||
| + | Warning: node not in table 0x84f27000 | ||
| + | __ieee80211_smart_ant_init: | ||
| + | br0: port 2(ath0) entered forwarding state | ||
| + | br0: port 2(ath0) entered forwarding state | ||
| + | 8021q: adding VLAN 0 to HW filter on device ath0 | ||
| + | su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1 | ||
| + | su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1 | ||
| + | su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1 | ||
| + | su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1 | ||
| + | su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1 | ||
| + | [DEBUG] vap-0(ath1): | ||
| + | |||
| + | DES SSID SET=SZ2BTP | ||
| + | send_wmm_update_cmd_non_tlv: | ||
| + | send_wmm_update_cmd_non_tlv: | ||
| + | send_wmm_update_cmd_non_tlv: | ||
| + | send_wmm_update_cmd_non_tlv: | ||
| + | OL vap_start + | ||
| + | VDEV START | ||
| + | OL vap_start - | ||
| + | ol_vdev_start_resp_ev for vap 0 (8646a000) | ||
| + | send_wmm_update_cmd_non_tlv: | ||
| + | ol_if_dfs_configure: | ||
| + | ol_if_dfs_configure: | ||
| + | ol_if_dfs_disable: | ||
| + | ol_if_dfs_enable: | ||
| + | ol_ath_vap_set_param: | ||
| + | ol_ath_vap_set_param: | ||
| + | br0: port 3(ath1) entered forwarding state | ||
| + | br0: port 3(ath1) entered forwarding state | ||
| + | 8021q: adding VLAN 0 to HW filter on device ath1 | ||
| + | | ||
| + | [wifi1] FWLOG: [22781] WAL_DBGID_PDEV_INFO_PRINT ( 0x2, 0x0 ) | ||
| + | [wifi1] FWLOG: [22951] vap-0 WMI_CMD_PARAMS ( 0xff, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [23093] WAL_DBGID_DEV_RESET ( 0xc01d, 0x49b ) | ||
| + | [wifi1] FWLOG: [23279] vap-0 VDEV_MGR_VDEV_START ( 0x15a4, 0x2, 0x0, 0x1 ) | ||
| + | [wifi1] FWLOG: [23285] WAL channel change freq=5540, mode=10 flags=0 rx_ok=1 tx_ok=1 | ||
| + | STOPPED EVENT for vap 0 (8646a000) | ||
| + | send_vdev_down_cmd_non_tlv for vap 0 | ||
| + | br0: port 3(ath1) entered disabled state | ||
| + | | ||
| + | | ||
| + | dfs_deliver_event: | ||
| + | dfs_deliver_event: | ||
| + | dfs_deliver_event: | ||
| + | dfs_deliver_event: | ||
| + | OL vap_start + | ||
| + | VDEV START | ||
| + | OL vap_start - | ||
| + | ol_vdev_start_resp_ev for vap 0 (8646a000) | ||
| + | send_wmm_update_cmd_non_tlv: | ||
| + | ol_if_dfs_configure: | ||
| + | ol_if_dfs_configure: | ||
| + | ol_if_dfs_disable: | ||
| + | ol_if_dfs_enable: | ||
| + | ol_ath_vap_set_param: | ||
| + | ol_ath_vap_set_param: | ||
| + | br0: port 3(ath1) entered forwarding state | ||
| + | br0: port 3(ath1) entered forwarding state | ||
| + | 8021q: adding VLAN 0 to HW filter on device ath1 | ||
| + | dfs_deliver_event: | ||
| + | dfs_deliver_event: | ||
| + | dfs_deliver_event: | ||
| + | dfs_deliver_event: | ||
| + | [DEBUG] vap-1(ath001): | ||
| + | |||
| + | DES SSID SET=**Secret** | ||
| + | br0: port 4(ath001) entered forwarding state | ||
| + | br0: port 4(ath001) entered forwarding state | ||
| + | 8021q: adding VLAN 0 to HW filter on device ath001 | ||
| + | | ||
| + | br0: port 4(ath001) entered disabled state | ||
| + | | ||
| + | | ||
| + | Warning: node not in table 0x84929000 | ||
| + | [wifi1] FWLOG: [23499] VDEV_MGR_VDEV_START_RESP ( 0x0 ) | ||
| + | [wifi1] FWLOG: [23689] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) | ||
| + | [wifi1] FWLOG: [23689] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) | ||
| + | [wifi1] FWLOG: [24128] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [24128] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 ) | ||
| + | [wifi1] FWLOG: [24158] vap-0 VDEV_MGR_VDEV_START ( 0x15a4, 0x2, 0x0, 0x1 ) | ||
| + | [wifi1] FWLOG: [24158] VDEV_MGR_VDEV_START_RESP ( 0x0 ) | ||
| + | br0: port 4(ath001) entered forwarding state | ||
| + | br0: port 4(ath001) entered forwarding state | ||
| + | 8021q: adding VLAN 0 to HW filter on device ath001 | ||
| + | siwfreq | ||
| + | Set freq vap 0 stop send + 85fa8000 | ||
| + | print_assoc_deny_ratelimit: | ||
| + | Set freq vap 0 stop send -85fa8000 | ||
| + | Set wait done --85fa8000 | ||
| + | Set freq vap 1 stop send + 85fd0000 | ||
| + | Set freq vap 1 stop send -85fd0000 | ||
| + | Set wait done --85fd0000 | ||
| + | __ieee80211_smart_ant_init: | ||
| + | ath0: [a4: | ||
| + | ath0: [24: | ||
| + | cac_timeout cac expired, chan 5540 curr time 4294767 | ||
| + | cac_timeout : 1629 CAC expired here, adding to etsi_precac_done_list | ||
| + | dfs_deliver_event: | ||
| + | dfs_deliver_event: | ||
| + | dfs_deliver_event: | ||
| + | dfs_deliver_event: | ||
| + | su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1 | ||
| + | send_vdev_up_cmd_non_tlv for vap 0 | ||
| + | Beacon mode set to staggered. Cannot enable FD | ||
| + | __ieee80211_smart_ant_init: | ||
| + | [wifi1] FWLOG: [87638] VDEV_MGR_HP_START_TIME ( 0x0, 0x15a4, 0x4eb6001 ) | ||
| + | [wifi1] FWLOG: [87638] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 ) | ||
| + | [wifi1] FWLOG: [87638] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 ) | ||
| + | [wifi1] FWLOG: [87638] VDEV_MGR_AP_TBTT_CONFIG ( 0x0, 0x15a4, 0x0, 0x0 ) | ||
| + | ath0: [9c: | ||
| + | ath0: [9c: | ||
| + | [wifi1] FWLOG: [3700523] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [3700523] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x2 ) | ||
| + | ath001: [cc: | ||
| + | ath001: [cc: | ||
| + | [wifi1] FWLOG: [7376775] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [7376775] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 ) | ||
| + | ath1: [4c: | ||
| + | [wifi1] FWLOG: [10104076] RATE: ChainMask 3, peer_mac db:46, phymode 10, ni_flags 0x0621b006, vht_mcs_set 0xfffa, ht_mcs_set 0xffff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [10104080] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [10104080] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 ) | ||
| + | [wifi1] FWLOG: [10104115] MGMT_TXRX_MU_GID_MGMT ( 0xaf, 0x1, 0x0, 0xfffe, 0x0 ) | ||
| + | [wifi1] FWLOG: [10104115] MGMT_TXRX_MU_GID_MGMT ( 0xb3, 0x0, 0x0, 0x0, 0x0 ) | ||
| + | [wifi1] FWLOG: [10104116] MGMT_TXRX_MU_GID_MGMT ( 0xadd, 0x1, 0x0 ) | ||
| + | [wifi1] FWLOG: [10104117] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0xdb46, 0x0 ) | ||
| + | [wifi1] FWLOG: [10104117] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [10104117] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [10104348] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0xdb460006, 0x2, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [10104349] RATE: ChainMask 3, peer_mac db:46, phymode 15, ni_flags 0x0621b006, vht_mcs_set 0xfffa, ht_mcs_set 0xffff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [10104366] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0xdb460000, 0x0, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [10104400] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0xdb460002, 0x0, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [10775493] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0xdb460001, 0x0, 0x40, 0x1 ) | ||
| + | ath0: [4c: | ||
| + | [wifi1] FWLOG: [11053040] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [11054072] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [11055105] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [11056137] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [11057159] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [11057159] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x2 ) | ||
| + | ath1: [4c: | ||
| + | [wifi1] FWLOG: [11062746] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [11062746] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 ) | ||
| + | ath001: [cc: | ||
| + | ath001: [cc: | ||
| + | ath1: [4c: | ||
| + | [wifi1] FWLOG: [12916377] RATE: ChainMask 3, peer_mac db:46, phymode 10, ni_flags 0x0621b006, vht_mcs_set 0xfffa, ht_mcs_set 0xffff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [12916395] MGMT_TXRX_MU_GID_MGMT ( 0xaf, 0x1, 0x0, 0xfffe, 0x0 ) | ||
| + | [wifi1] FWLOG: [12916395] MGMT_TXRX_MU_GID_MGMT ( 0xb3, 0x0, 0x0, 0x0, 0x0 ) | ||
| + | [wifi1] FWLOG: [12916396] MGMT_TXRX_MU_GID_MGMT ( 0xadd, 0x1, 0x0 ) | ||
| + | [wifi1] FWLOG: [12916407] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0xdb46, 0x0 ) | ||
| + | [wifi1] FWLOG: [12916407] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [12916407] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [12916543] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0xdb460006, 0x2, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [12916543] RATE: ChainMask 3, peer_mac db:46, phymode 15, ni_flags 0x0621b006, vht_mcs_set 0xfffa, ht_mcs_set 0xffff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [12924620] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0xdb460002, 0x0, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [12945581] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0xdb460000, 0x0, 0x40, 0x1 ) | ||
| + | ath0: [4c: | ||
| + | ath0: [4c: | ||
| + | ath1: [4c: | ||
| + | ath1: [4c: | ||
| + | [wifi1] FWLOG: [13376988] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0xdb46, 0x0 ) | ||
| + | [wifi1] FWLOG: [13376988] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [13376988] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [13377199] RATE: ChainMask 3, peer_mac db:46, phymode 10, ni_flags 0x0621b006, vht_mcs_set 0xfffa, ht_mcs_set 0xffff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [13377223] MGMT_TXRX_MU_GID_MGMT ( 0xaf, 0x1, 0x0, 0xfffe, 0x0 ) | ||
| + | [wifi1] FWLOG: [13377223] MGMT_TXRX_MU_GID_MGMT ( 0xb3, 0x0, 0x0, 0x0, 0x0 ) | ||
| + | [wifi1] FWLOG: [13377224] MGMT_TXRX_MU_GID_MGMT ( 0xadd, 0x1, 0x0 ) | ||
| + | [wifi1] FWLOG: [13377229] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0xdb46, 0x0 ) | ||
| + | [wifi1] FWLOG: [13377229] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [13377229] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [13377292] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0xdb460006, 0x2, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [13377293] RATE: ChainMask 3, peer_mac db:46, phymode 15, ni_flags 0x0621b006, vht_mcs_set 0xfffa, ht_mcs_set 0xffff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [13377511] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [13377547] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [13377547] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x2 ) | ||
| + | [wifi1] FWLOG: [13380937] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0xdb460000, 0x0, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [13381380] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0xdb460002, 0x0, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [13494984] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0xdb460001, 0x0, 0x40, 0x1 ) | ||
| + | ath0: [4c: | ||
| + | ath001: [cc: | ||
| + | [wifi1] FWLOG: [17053827] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [17053902] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [17053902] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 ) | ||
| + | ath001: [cc: | ||
| + | [wifi1] FWLOG: [20730135] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [20730349] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [20730349] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x2 ) | ||
| + | ath001: [cc: | ||
| + | ath001: [cc: | ||
| + | [wifi1] FWLOG: [24406529] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [24406775] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [24406775] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 ) | ||
| + | ath001: [cc: | ||
| + | [wifi1] FWLOG: [28083168] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [28083454] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [28083454] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x2 ) | ||
| + | ath001: [cc: | ||
| + | [wifi1] FWLOG: [31759907] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [31760124] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [31760124] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 ) | ||
| + | ath001: [cc: | ||
| + | ath001: [cc: | ||
| + | [wifi1] FWLOG: [35436517] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [35436765] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [35436765] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x2 ) | ||
| + | [wifi1] FWLOG: [39112821] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [39113003] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [39113003] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 ) | ||
| + | ath001: [cc: | ||
| + | ath001: [cc: | ||
| + | ath0: [04: | ||
| + | ath0: [04: | ||
| + | ath1: [04: | ||
| + | [wifi1] FWLOG: [40086732] RATE: ChainMask 1, peer_mac 58:da, phymode 10, ni_flags 0x0620b006, vht_mcs_set 0xfffe, ht_mcs_set 0x00ff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [40086821] MGMT_TXRX_MU_GID_MGMT ( 0xaf, 0x2, 0x1, 0xfffe, 0x0 ) | ||
| + | [wifi1] FWLOG: [40086821] MGMT_TXRX_MU_GID_MGMT ( 0xb3, 0x404114, 0x0, 0x0, 0x0 ) | ||
| + | [wifi1] FWLOG: [40086822] MGMT_TXRX_MU_GID_MGMT ( 0xadd, 0x2, 0x1 ) | ||
| + | [wifi1] FWLOG: [40086973] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0x58da, 0x0 ) | ||
| + | [wifi1] FWLOG: [40086973] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [40086973] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f488 ) | ||
| + | [wifi1] FWLOG: [40086993] WAL_DBGID_TX_BA_SETUP ( 0x44f488, 0x58da0006, 0x2, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [40086995] RATE: ChainMask 1, peer_mac 58:da, phymode 15, ni_flags 0x0620b006, vht_mcs_set 0xfffe, ht_mcs_set 0x00ff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [40087085] WAL_DBGID_TX_BA_SETUP ( 0x44f488, 0x58da0002, 0x0, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [40089565] WAL_DBGID_TX_BA_SETUP ( 0x44f488, 0x58da0000, 0x0, 0x40, 0x1 ) | ||
| + | ath1: [04: | ||
| + | [wifi1] FWLOG: [40098571] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0x58da, 0x0 ) | ||
| + | [wifi1] FWLOG: [40098571] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [40098571] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f488 ) | ||
| + | [wifi1] FWLOG: [40099094] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [40099150] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [40099150] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x2 ) | ||
| + | Interference detected | ||
| + | rx_clear=100, | ||
| + | Interference detected | ||
| + | rx_clear=99, | ||
| + | ath001: [cc: | ||
| + | ath001: [cc: | ||
| + | ath001: [cc: | ||
| + | ath001: [cc: | ||
| + | ath001: [cc: | ||
| + | ath001: [cc: | ||
| + | ath001: [cc: | ||
| + | ath0: [4c: | ||
| + | ath1: [4c: | ||
| + | [wifi1] FWLOG: [42698603] vap-0 VDEV_MGR_AP_KEEPALIVE_UNRESPONSIVE ( 0x1, 0x12d, 0x0, 0x1 ) | ||
| + | [wifi1] FWLOG: [42698609] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0xdb46, 0x0 ) | ||
| + | [wifi1] FWLOG: [42698609] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [42698609] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [42699122] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [42699122] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 ) | ||
| + | ath0: [04: | ||
| + | ath0: [04: | ||
| + | [wifi1] FWLOG: [46375514] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [46375514] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x2 ) | ||
| + | ath1: [04: | ||
| + | [wifi1] FWLOG: [46391737] RATE: ChainMask 1, peer_mac 58:da, phymode 10, ni_flags 0x0620b006, vht_mcs_set 0xfffe, ht_mcs_set 0x00ff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [46391769] MGMT_TXRX_MU_GID_MGMT ( 0xaf, 0x1, 0x0, 0xfffe, 0x0 ) | ||
| + | [wifi1] FWLOG: [46391769] MGMT_TXRX_MU_GID_MGMT ( 0xb3, 0x0, 0x0, 0x0, 0x0 ) | ||
| + | [wifi1] FWLOG: [46391770] MGMT_TXRX_MU_GID_MGMT ( 0xadd, 0x1, 0x0 ) | ||
| + | [wifi1] FWLOG: [46391910] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0x58da, 0x0 ) | ||
| + | [wifi1] FWLOG: [46391910] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [46391910] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [46392142] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0006, 0x2, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [46392144] RATE: ChainMask 1, peer_mac 58:da, phymode 15, ni_flags 0x0620b006, vht_mcs_set 0xfffe, ht_mcs_set 0x00ff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [46392374] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0000, 0x0, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [46392405] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0002, 0x0, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [46393128] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0001, 0x0, 0x40, 0x1 ) | ||
| + | ath1: [04: | ||
| + | [wifi1] FWLOG: [46616655] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0x58da, 0x0 ) | ||
| + | [wifi1] FWLOG: [46616655] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [46616655] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [46617167] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [46617167] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 ) | ||
| + | [wifi1] FWLOG: [50293651] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [50293651] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x2 ) | ||
| + | Interference detected | ||
| + | rx_clear=100, | ||
| + | ath0: [4c: | ||
| + | ath0: [9c: | ||
| + | ath0: [9c: | ||
| + | [wifi1] FWLOG: [53969933] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [53969933] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 ) | ||
| + | [wifi1] FWLOG: [57646375] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [57646375] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x2 ) | ||
| + | [wifi1] FWLOG: [61322897] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [61322897] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 ) | ||
| + | ath0: [9c: | ||
| + | ath0: [9c: | ||
| + | ath0: [9c: | ||
| + | ath0: [9c: | ||
| + | [wifi1] FWLOG: [64999126] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [64999126] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x2 ) | ||
| + | ath0: [9c: | ||
| + | ath0: [9c: | ||
| + | ath0: [04: | ||
| + | ath0: [04: | ||
| + | ath0: [9c: | ||
| + | [wifi1] FWLOG: [68675617] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [68675617] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 ) | ||
| + | ath0: [9c: | ||
| + | ath0: [04: | ||
| + | ath0: [04: | ||
| + | ath0: [9c: | ||
| + | ath0: [04: | ||
| + | ath0: [04: | ||
| + | ath1: [04: | ||
| + | [wifi1] FWLOG: [70946956] RATE: ChainMask 1, peer_mac 58:da, phymode 10, ni_flags 0x0620b006, vht_mcs_set 0xfffe, ht_mcs_set 0x00ff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [70947121] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0x58da, 0x0 ) | ||
| + | [wifi1] FWLOG: [70947121] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [70947121] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [70947150] MGMT_TXRX_MU_GID_MGMT ( 0xaf, 0x1, 0x0, 0xfffe, 0x0 ) | ||
| + | [wifi1] FWLOG: [70947150] MGMT_TXRX_MU_GID_MGMT ( 0xb3, 0x0, 0x0, 0x0, 0x0 ) | ||
| + | [wifi1] FWLOG: [70947150] MGMT_TXRX_MU_GID_MGMT ( 0xadd, 0x1, 0x0 ) | ||
| + | [wifi1] FWLOG: [70947159] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0006, 0x2, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [70947161] RATE: ChainMask 1, peer_mac 58:da, phymode 15, ni_flags 0x0620b006, vht_mcs_set 0xfffe, ht_mcs_set 0x00ff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [70951158] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0000, 0x0, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [70956946] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0001, 0x0, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [70973768] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0002, 0x0, 0x40, 0x1 ) | ||
| + | ath1: [04: | ||
| + | [wifi1] FWLOG: [71307773] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0x58da, 0x0 ) | ||
| + | [wifi1] FWLOG: [71307773] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [71307773] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [71308286] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [71308286] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x2 ) | ||
| + | ath1: [04: | ||
| + | [wifi1] FWLOG: [71600785] RATE: ChainMask 1, peer_mac 58:da, phymode 10, ni_flags 0x0620b006, vht_mcs_set 0xfffe, ht_mcs_set 0x00ff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [71600911] MGMT_TXRX_MU_GID_MGMT ( 0xaf, 0x1, 0x0, 0xfffe, 0x0 ) | ||
| + | [wifi1] FWLOG: [71600911] MGMT_TXRX_MU_GID_MGMT ( 0xb3, 0x0, 0x0, 0x0, 0x0 ) | ||
| + | [wifi1] FWLOG: [71600912] MGMT_TXRX_MU_GID_MGMT ( 0xadd, 0x1, 0x0 ) | ||
| + | [wifi1] FWLOG: [71600922] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0x58da, 0x0 ) | ||
| + | [wifi1] FWLOG: [71600922] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [71600922] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [71601156] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0006, 0x2, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [71601158] RATE: ChainMask 1, peer_mac 58:da, phymode 15, ni_flags 0x0620b006, vht_mcs_set 0xfffe, ht_mcs_set 0x00ff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [71601382] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0000, 0x0, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [71601437] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0002, 0x0, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [71602122] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0001, 0x0, 0x40, 0x1 ) | ||
| + | ath1: [04: | ||
| + | [wifi1] FWLOG: [71958760] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0x58da, 0x0 ) | ||
| + | [wifi1] FWLOG: [71958760] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [71958760] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [71959273] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [71959273] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 ) | ||
| + | ath0: [04: | ||
| + | ath0: [04: | ||
| + | ath0: [04: | ||
| + | ath0: [04: | ||
| + | ath1: [04: | ||
| + | [wifi1] FWLOG: [74068017] RATE: ChainMask 1, peer_mac 58:da, phymode 10, ni_flags 0x0620b006, vht_mcs_set 0xfffe, ht_mcs_set 0x00ff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [74068083] MGMT_TXRX_MU_GID_MGMT ( 0xaf, 0x1, 0x0, 0xfffe, 0x0 ) | ||
| + | [wifi1] FWLOG: [74068083] MGMT_TXRX_MU_GID_MGMT ( 0xb3, 0x0, 0x0, 0x0, 0x0 ) | ||
| + | [wifi1] FWLOG: [74068083] MGMT_TXRX_MU_GID_MGMT ( 0xadd, 0x1, 0x0 ) | ||
| + | [wifi1] FWLOG: [74068163] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0x58da, 0x0 ) | ||
| + | [wifi1] FWLOG: [74068163] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [74068163] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [74068367] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0006, 0x2, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [74068368] RATE: ChainMask 1, peer_mac 58:da, phymode 15, ni_flags 0x0620b006, vht_mcs_set 0xfffe, ht_mcs_set 0x00ff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [74068618] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0000, 0x0, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [74068651] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0002, 0x0, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [74068767] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0001, 0x0, 0x40, 0x1 ) | ||
| + | ath0: [04: | ||
| + | ath0: [04: | ||
| + | ath1: [04: | ||
| + | [wifi1] FWLOG: [74111505] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0x58da, 0x0 ) | ||
| + | [wifi1] FWLOG: [74111505] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [74111505] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [74112018] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [74112018] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x2 ) | ||
| + | ath1: [04: | ||
| + | [wifi1] FWLOG: [74135479] RATE: ChainMask 1, peer_mac 58:da, phymode 10, ni_flags 0x0620b006, vht_mcs_set 0xfffe, ht_mcs_set 0x00ff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [74135671] MGMT_TXRX_MU_GID_MGMT ( 0xaf, 0x1, 0x0, 0xfffe, 0x0 ) | ||
| + | [wifi1] FWLOG: [74135671] MGMT_TXRX_MU_GID_MGMT ( 0xb3, 0x0, 0x0, 0x0, 0x0 ) | ||
| + | [wifi1] FWLOG: [74135671] MGMT_TXRX_MU_GID_MGMT ( 0xadd, 0x1, 0x0 ) | ||
| + | [wifi1] FWLOG: [74136547] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0x58da, 0x0 ) | ||
| + | [wifi1] FWLOG: [74136547] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [74136547] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [74136569] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0006, 0x3, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [74136570] RATE: ChainMask 1, peer_mac 58:da, phymode 15, ni_flags 0x0620b006, vht_mcs_set 0xfffe, ht_mcs_set 0x00ff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [74137618] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0001, 0x0, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [74139162] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0000, 0x0, 0x40, 0x1 ) | ||
| + | ath0: [04: | ||
| + | ath0: [04: | ||
| + | ath1: [04: | ||
| + | [wifi1] FWLOG: [74195537] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0x58da, 0x0 ) | ||
| + | [wifi1] FWLOG: [74195537] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [74195537] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | ath0: [04: | ||
| + | [wifi1] FWLOG: [74196050] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [74196050] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 ) | ||
| + | ath0: [04: | ||
| + | ath1: [04: | ||
| + | [wifi1] FWLOG: [74280862] RATE: ChainMask 1, peer_mac 58:da, phymode 10, ni_flags 0x0620b006, vht_mcs_set 0xfffe, ht_mcs_set 0x00ff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [74280883] MGMT_TXRX_MU_GID_MGMT ( 0xaf, 0x1, 0x0, 0xfffe, 0x0 ) | ||
| + | [wifi1] FWLOG: [74280883] MGMT_TXRX_MU_GID_MGMT ( 0xb3, 0x0, 0x0, 0x0, 0x0 ) | ||
| + | [wifi1] FWLOG: [74280883] MGMT_TXRX_MU_GID_MGMT ( 0xadd, 0x1, 0x0 ) | ||
| + | [wifi1] FWLOG: [74280997] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0x58da, 0x0 ) | ||
| + | [wifi1] FWLOG: [74280997] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [74280997] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [74281021] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0006, 0x2, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [74281023] RATE: ChainMask 1, peer_mac 58:da, phymode 15, ni_flags 0x0620b006, vht_mcs_set 0xfffe, ht_mcs_set 0x00ff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [74281024] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0000, 0x0, 0x40, 0x1 ) | ||
| + | ath0: [04: | ||
| + | ath1: [04: | ||
| + | [wifi1] FWLOG: [74293954] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0x58da, 0x0 ) | ||
| + | [wifi1] FWLOG: [74293954] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [74293954] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [74294467] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [74294467] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x2 ) | ||
| + | ath1: [04: | ||
| + | [wifi1] FWLOG: [74295218] RATE: ChainMask 1, peer_mac 58:da, phymode 10, ni_flags 0x0620b006, vht_mcs_set 0xfffe, ht_mcs_set 0x00ff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [74295220] MGMT_TXRX_MU_GID_MGMT ( 0xaf, 0x1, 0x0, 0xfffe, 0x0 ) | ||
| + | [wifi1] FWLOG: [74295220] MGMT_TXRX_MU_GID_MGMT ( 0xb3, 0x0, 0x0, 0x0, 0x0 ) | ||
| + | [wifi1] FWLOG: [74295220] MGMT_TXRX_MU_GID_MGMT ( 0xadd, 0x1, 0x0 ) | ||
| + | [wifi1] FWLOG: [74295294] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0x58da, 0x0 ) | ||
| + | [wifi1] FWLOG: [74295294] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [74295294] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [74295313] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0006, 0x2, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [74295315] RATE: ChainMask 1, peer_mac 58:da, phymode 15, ni_flags 0x0620b006, vht_mcs_set 0xfffe, ht_mcs_set 0x00ff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [74297191] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0002, 0x0, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [74301223] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0000, 0x0, 0x40, 0x1 ) | ||
| + | ath0: [04: | ||
| + | ath0: [04: | ||
| + | ath0: [04: | ||
| + | ath1: [04: | ||
| + | [wifi1] FWLOG: [74377483] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0x58da, 0x0 ) | ||
| + | [wifi1] FWLOG: [74377483] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [74377483] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | ath0: [04: | ||
| + | [wifi1] FWLOG: [74377996] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [74377996] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 ) | ||
| + | ath0: [04: | ||
| + | ath1: [04: | ||
| + | [wifi1] FWLOG: [74421932] RATE: ChainMask 1, peer_mac 58:da, phymode 10, ni_flags 0x0620b006, vht_mcs_set 0xfffe, ht_mcs_set 0x00ff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [74421999] MGMT_TXRX_MU_GID_MGMT ( 0xaf, 0x1, 0x0, 0xfffe, 0x0 ) | ||
| + | [wifi1] FWLOG: [74421999] MGMT_TXRX_MU_GID_MGMT ( 0xb3, 0x0, 0x0, 0x0, 0x0 ) | ||
| + | [wifi1] FWLOG: [74421999] MGMT_TXRX_MU_GID_MGMT ( 0xadd, 0x1, 0x0 ) | ||
| + | [wifi1] FWLOG: [74422087] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0x58da, 0x0 ) | ||
| + | [wifi1] FWLOG: [74422087] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [74422087] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [74422113] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0006, 0x2, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [74422115] RATE: ChainMask 1, peer_mac 58:da, phymode 15, ni_flags 0x0620b006, vht_mcs_set 0xfffe, ht_mcs_set 0x00ff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [74423063] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0001, 0x0, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [74430832] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0000, 0x0, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [74490870] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0002, 0x1, 0x40, 0x1 ) | ||
| + | ath1: [04: | ||
| + | [wifi1] FWLOG: [74525065] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0x58da, 0x0 ) | ||
| + | [wifi1] FWLOG: [74525065] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [74525065] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [74525578] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [74525578] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x2 ) | ||
| + | ath0: [b4: | ||
| + | [wifi1] FWLOG: [78201998] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [78201998] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 ) | ||
| + | ath1: [04: | ||
| + | [wifi1] FWLOG: [78676706] RATE: ChainMask 1, peer_mac 58:da, phymode 10, ni_flags 0x0620b006, vht_mcs_set 0xfffe, ht_mcs_set 0x00ff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [78676773] MGMT_TXRX_MU_GID_MGMT ( 0xaf, 0x1, 0x0, 0xfffe, 0x0 ) | ||
| + | [wifi1] FWLOG: [78676773] MGMT_TXRX_MU_GID_MGMT ( 0xb3, 0x0, 0x0, 0x0, 0x0 ) | ||
| + | [wifi1] FWLOG: [78676774] MGMT_TXRX_MU_GID_MGMT ( 0xadd, 0x1, 0x0 ) | ||
| + | [wifi1] FWLOG: [78676878] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0x58da, 0x0 ) | ||
| + | [wifi1] FWLOG: [78676878] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [78676878] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [78677102] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0006, 0x2, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [78677103] RATE: ChainMask 1, peer_mac 58:da, phymode 15, ni_flags 0x0620b006, vht_mcs_set 0xfffe, ht_mcs_set 0x00ff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [78677322] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0000, 0x0, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [78677360] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0002, 0x0, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [78677775] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0001, 0x0, 0x40, 0x1 ) | ||
| + | ath0: [a4: | ||
| + | ath0: [b4: | ||
| + | ath0: [b4: | ||
| + | ath0: [b4: | ||
| + | ath0: [b4: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | ath0: [9c: | ||
| + | ath0: [c4: | ||
| + | ath0: [c4: | ||
| + | ath0: [a4: | ||
| + | ath0: [c4: | ||
| + | ath0: [a4: | ||
| + | ath0: [c4: | ||
| + | ath0: [c4: | ||
| + | ath0: [a4: | ||
| + | ath0: [c4: | ||
| + | ath0: [70: | ||
| + | ath0: [9c: | ||
| + | ath0: [70: | ||
| + | ath0: [70: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | [wifi1] FWLOG: [81878359] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [81878394] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [81878394] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x2 ) | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | ath001: [cc: | ||
| + | ath001: [cc: | ||
| + | ath001: [cc: | ||
| + | ath001: [cc: | ||
| + | ath001: [cc: | ||
| + | ath001: [cc: | ||
| + | ath1: [04: | ||
| + | ath001: [cc: | ||
| + | [wifi1] FWLOG: [84426934] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0x58da, 0x0 ) | ||
| + | [wifi1] FWLOG: [84426934] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [84426934] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [84427446] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [84427446] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 ) | ||
| + | ath0: [9c: | ||
| + | Interference detected | ||
| + | rx_clear=99, | ||
| + | Interference detected | ||
| + | rx_clear=99, | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | ath0: [24: | ||
| + | ath0: [24: | ||
| + | ath0: [24: | ||
| + | ath0: [24: | ||
| + | ath1: [04: | ||
| + | [wifi1] FWLOG: [87027070] RATE: ChainMask 1, peer_mac 58:da, phymode 10, ni_flags 0x0620b006, vht_mcs_set 0xfffe, ht_mcs_set 0x00ff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [87027184] MGMT_TXRX_MU_GID_MGMT ( 0xaf, 0x1, 0x0, 0xfffe, 0x0 ) | ||
| + | [wifi1] FWLOG: [87027184] MGMT_TXRX_MU_GID_MGMT ( 0xb3, 0x0, 0x0, 0x0, 0x0 ) | ||
| + | [wifi1] FWLOG: [87027185] MGMT_TXRX_MU_GID_MGMT ( 0xadd, 0x1, 0x0 ) | ||
| + | [wifi1] FWLOG: [87027205] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0x58da, 0x0 ) | ||
| + | [wifi1] FWLOG: [87027205] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [87027205] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [87027538] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0006, 0x2, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [87027540] RATE: ChainMask 1, peer_mac 58:da, phymode 15, ni_flags 0x0620b006, vht_mcs_set 0xfffe, ht_mcs_set 0x00ff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [87027843] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0000, 0x0, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [87027915] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0002, 0x0, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [87028511] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0001, 0x0, 0x40, 0x1 ) | ||
| + | ath0: [9c: | ||
| + | [wifi1] FWLOG: [88103402] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [88103499] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [88103499] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x2 ) | ||
| + | ath0: [9c: | ||
| + | ath001: [cc: | ||
| + | ath0: [9c: | ||
| + | ath001: [cc: | ||
| + | ath1: [04: | ||
| + | [wifi1] FWLOG: [89467116] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0x58da, 0x0 ) | ||
| + | [wifi1] FWLOG: [89467116] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [89467116] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [89467629] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [89467629] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 ) | ||
| + | ath0: [9c: | ||
| + | Interference detected | ||
| + | rx_clear=99, | ||
| + | Interference detected | ||
| + | rx_clear=100, | ||
| + | ath0: [9c: | ||
| + | ath0: [9c: | ||
| + | Interference detected | ||
| + | rx_clear=99, | ||
| + | Interference detected | ||
| + | rx_clear=100, | ||
| + | Interference detected | ||
| + | rx_clear=99, | ||
| + | Interference detected | ||
| + | rx_clear=99, | ||
| + | Interference detected | ||
| + | rx_clear=99, | ||
| + | Interference detected | ||
| + | rx_clear=100, | ||
| + | ath0: [9c: | ||
| + | [wifi1] FWLOG: [93143736] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [93143736] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x2 ) | ||
| + | ath001: [cc: | ||
| + | ath001: [cc: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | found private data block and skip it | ||
| + | [wifi1] FWLOG: [96820111] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [96820111] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 ) | ||
| + | ath1: [4c: | ||
| + | [wifi1] FWLOG: [97418632] RATE: ChainMask 3, peer_mac db:46, phymode 10, ni_flags 0x0621b006, vht_mcs_set 0xfffa, ht_mcs_set 0xffff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [97418674] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0xdb46, 0x0 ) | ||
| + | [wifi1] FWLOG: [97418674] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [97418674] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [97418756] MGMT_TXRX_MU_GID_MGMT ( 0xaf, 0x1, 0x0, 0xfffe, 0x0 ) | ||
| + | [wifi1] FWLOG: [97418756] MGMT_TXRX_MU_GID_MGMT ( 0xb3, 0x0, 0x0, 0x0, 0x0 ) | ||
| + | [wifi1] FWLOG: [97418756] MGMT_TXRX_MU_GID_MGMT ( 0xadd, 0x1, 0x0 ) | ||
| + | [wifi1] FWLOG: [97418902] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0xdb460006, 0x2, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [97418904] RATE: ChainMask 3, peer_mac db:46, phymode 15, ni_flags 0x0621b006, vht_mcs_set 0xfffa, ht_mcs_set 0xffff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [97418918] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0xdb460000, 0x0, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [97418971] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0xdb460002, 0x0, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [97459931] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0xdb460001, 0x0, 0x40, 0x1 ) | ||
| + | ath0: [4c: | ||
| + | ath1: [4c: | ||
| + | [wifi1] FWLOG: [97793532] vap-0 VDEV_MGR_AP_KEEPALIVE_UNRESPONSIVE ( 0x1, 0x12d, 0x0, 0x1 ) | ||
| + | [wifi1] FWLOG: [97793538] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0xdb46, 0x0 ) | ||
| + | [wifi1] FWLOG: [97793538] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [97793538] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [97794051] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [97794051] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x2 ) | ||
| + | ath001: [cc: | ||
| + | ath001: [cc: | ||
| + | [wifi1] FWLOG: [101470632] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [101470632] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 ) | ||
| + | [wifi1] FWLOG: [105147192] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [105147192] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x2 ) | ||
| + | ath001: [cc: | ||
| + | ath001: [cc: | ||
| + | [wifi1] FWLOG: [108823912] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [108823912] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 ) | ||
| + | ath001: [cc: | ||
| + | ath001: [cc: | ||
| + | [wifi1] FWLOG: [112500560] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [112500560] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x2 ) | ||
| + | [wifi1] FWLOG: [116177314] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [116177314] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 ) | ||
| + | ath001: [cc: | ||
| + | ath001: [cc: | ||
| + | [wifi1] FWLOG: [119854199] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [119854199] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x2 ) | ||
| + | ath001: [cc: | ||
| + | ath001: [cc: | ||
| + | [wifi1] FWLOG: [123531123] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [123531123] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 ) | ||
| + | [wifi1] FWLOG: [127207886] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [127207886] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x2 ) | ||
| + | ath001: [cc: | ||
| + | ath001: [cc: | ||
| + | ath1: [04: | ||
| + | [wifi1] FWLOG: [129047157] RATE: ChainMask 1, peer_mac 58:da, phymode 10, ni_flags 0x0620b006, vht_mcs_set 0xfffe, ht_mcs_set 0x00ff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [129047313] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0x58da, 0x0 ) | ||
| + | [wifi1] FWLOG: [129047313] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [129047313] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [129047336] MGMT_TXRX_MU_GID_MGMT ( 0xaf, 0x1, 0x0, 0xfffe, 0x0 ) | ||
| + | [wifi1] FWLOG: [129047336] MGMT_TXRX_MU_GID_MGMT ( 0xb3, 0x0, 0x0, 0x0, 0x0 ) | ||
| + | [wifi1] FWLOG: [129047336] MGMT_TXRX_MU_GID_MGMT ( 0xadd, 0x1, 0x0 ) | ||
| + | [wifi1] FWLOG: [129047477] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0006, 0x2, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [129047479] RATE: ChainMask 1, peer_mac 58:da, phymode 15, ni_flags 0x0620b006, vht_mcs_set 0xfffe, ht_mcs_set 0x00ff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [129047726] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0000, 0x0, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [129047813] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0002, 0x0, 0x40, 0x1 ) | ||
| + | ath1: [04: | ||
| + | [wifi1] FWLOG: [129175318] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0x58da, 0x0 ) | ||
| + | [wifi1] FWLOG: [129175318] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [129175318] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [129175830] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [129175830] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 ) | ||
| + | ath001: [cc: | ||
| + | ath001: [cc: | ||
| + | ath001: [cc: | ||
| + | ath001: [cc: | ||
| + | ath001: [cc: | ||
| + | ath001: [cc: | ||
| + | ath001: [cc: | ||
| + | ath1: [04: | ||
| + | [wifi1] FWLOG: [131445173] RATE: ChainMask 1, peer_mac 58:da, phymode 10, ni_flags 0x0620b006, vht_mcs_set 0xfffe, ht_mcs_set 0x00ff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [131445280] MGMT_TXRX_MU_GID_MGMT ( 0xaf, 0x1, 0x0, 0xfffe, 0x0 ) | ||
| + | [wifi1] FWLOG: [131445280] MGMT_TXRX_MU_GID_MGMT ( 0xb3, 0x0, 0x0, 0x0, 0x0 ) | ||
| + | [wifi1] FWLOG: [131445281] MGMT_TXRX_MU_GID_MGMT ( 0xadd, 0x1, 0x0 ) | ||
| + | [wifi1] FWLOG: [131445299] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0x58da, 0x0 ) | ||
| + | [wifi1] FWLOG: [131445299] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [131445299] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [131445502] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0006, 0x2, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [131445504] RATE: ChainMask 1, peer_mac 58:da, phymode 15, ni_flags 0x0620b006, vht_mcs_set 0xfffe, ht_mcs_set 0x00ff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [131445748] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0000, 0x0, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [131445831] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0002, 0x0, 0x40, 0x1 ) | ||
| + | ath1: [04: | ||
| + | [wifi1] FWLOG: [131480930] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0x58da, 0x0 ) | ||
| + | [wifi1] FWLOG: [131480930] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [131480930] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [131481442] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [131481442] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x2 ) | ||
| + | ath0: [f8: | ||
| + | ath0: [f8: | ||
| + | ath0: [f8: | ||
| + | ath0: [d4: | ||
| + | ath0: [d4: | ||
| + | ath0: [d4: | ||
| + | ath0: [d4: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | ath0: [d4: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | ath0: [d4: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | ath0: [d4: | ||
| + | ath0: [a4: | ||
| + | ath0: [d4: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | ath0: [f8: | ||
| + | Interference detected | ||
| + | rx_clear=100, | ||
| + | [wifi1] FWLOG: [940382] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [940382] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 ) | ||
| + | [wifi1] FWLOG: [4617415] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [4617415] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x2 ) | ||
| + | ath1: [4c: | ||
| + | [wifi1] FWLOG: [6586811] RATE: ChainMask 3, peer_mac db:46, phymode 10, ni_flags 0x0621b006, vht_mcs_set 0xfffa, ht_mcs_set 0xffff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [6586843] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0xdb46, 0x0 ) | ||
| + | [wifi1] FWLOG: [6586843] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [6586843] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [6586869] MGMT_TXRX_MU_GID_MGMT ( 0xaf, 0x1, 0x0, 0xfffe, 0x0 ) | ||
| + | [wifi1] FWLOG: [6586869] MGMT_TXRX_MU_GID_MGMT ( 0xb3, 0x0, 0x0, 0x0, 0x0 ) | ||
| + | [wifi1] FWLOG: [6586870] MGMT_TXRX_MU_GID_MGMT ( 0xadd, 0x1, 0x0 ) | ||
| + | [wifi1] FWLOG: [6592939] RATE: ChainMask 3, peer_mac db:46, phymode 15, ni_flags 0x0621b006, vht_mcs_set 0xfffa, ht_mcs_set 0xffff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [6602880] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0xdb460002, 0x6, 0x40, 0x1 ) | ||
| + | ath0: [9c: | ||
| + | ath0: [9c: | ||
| + | ath0: [4c: | ||
| + | [wifi1] FWLOG: [6769364] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0xdb460000, 0x0, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [7034176] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0xdb460006, 0xa, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [7712247] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0xdb460001, 0x0, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [8294366] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [8294677] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [8294677] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 ) | ||
| + | ath0: [b4: | ||
| + | ath0: [b4: | ||
| + | [wifi1] FWLOG: [11971287] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [11971528] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [11971528] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x2 ) | ||
| + | [wifi1] FWLOG: [15647864] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [15648141] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [15648141] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 ) | ||
| + | ath0: [4c: | ||
| + | ath1: [4c: | ||
| + | [wifi1] FWLOG: [17759345] vap-0 VDEV_MGR_AP_KEEPALIVE_UNRESPONSIVE ( 0x1, 0x12d, 0x0, 0x1 ) | ||
| + | [wifi1] FWLOG: [17759351] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0xdb46, 0x0 ) | ||
| + | [wifi1] FWLOG: [17759351] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [17759351] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [17759864] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [17759864] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x2 ) | ||
| + | ath0: [9c: | ||
| + | ath0: [9c: | ||
| + | ath0: [9c: | ||
| + | ath0: [9c: | ||
| + | ath0: [9c: | ||
| + | ath1: [04: | ||
| + | [wifi1] FWLOG: [19158233] RATE: ChainMask 1, peer_mac 58:da, phymode 10, ni_flags 0x0620b006, vht_mcs_set 0xfffe, ht_mcs_set 0x00ff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [19158261] MGMT_TXRX_MU_GID_MGMT ( 0xaf, 0x1, 0x0, 0xfffe, 0x0 ) | ||
| + | [wifi1] FWLOG: [19158261] MGMT_TXRX_MU_GID_MGMT ( 0xb3, 0x0, 0x0, 0x0, 0x0 ) | ||
| + | [wifi1] FWLOG: [19158261] MGMT_TXRX_MU_GID_MGMT ( 0xadd, 0x1, 0x0 ) | ||
| + | [wifi1] FWLOG: [19158370] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0x58da, 0x0 ) | ||
| + | [wifi1] FWLOG: [19158370] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [19158370] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [19158611] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0006, 0x2, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [19158613] RATE: ChainMask 1, peer_mac 58:da, phymode 15, ni_flags 0x0620b006, vht_mcs_set 0xfffe, ht_mcs_set 0x00ff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [19158829] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0000, 0x0, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [19158864] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0002, 0x0, 0x40, 0x1 ) | ||
| + | ath0: [9c: | ||
| + | ath1: [04: | ||
| + | [wifi1] FWLOG: [20022086] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0x58da, 0x0 ) | ||
| + | [wifi1] FWLOG: [20022086] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [20022086] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [20022598] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [20022598] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 ) | ||
| + | [wifi1] FWLOG: [23699150] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [23699150] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x2 ) | ||
| + | ath1: [04: | ||
| + | [wifi1] FWLOG: [26570241] RATE: ChainMask 1, peer_mac 58:da, phymode 10, ni_flags 0x0620b006, vht_mcs_set 0xfffe, ht_mcs_set 0x00ff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [26570397] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0x58da, 0x0 ) | ||
| + | [wifi1] FWLOG: [26570397] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [26570397] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [26570425] MGMT_TXRX_MU_GID_MGMT ( 0xaf, 0x1, 0x0, 0xfffe, 0x0 ) | ||
| + | [wifi1] FWLOG: [26570425] MGMT_TXRX_MU_GID_MGMT ( 0xb3, 0x0, 0x0, 0x0, 0x0 ) | ||
| + | [wifi1] FWLOG: [26570425] MGMT_TXRX_MU_GID_MGMT ( 0xadd, 0x1, 0x0 ) | ||
| + | [wifi1] FWLOG: [26570633] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0006, 0x2, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [26570634] RATE: ChainMask 1, peer_mac 58:da, phymode 15, ni_flags 0x0620b006, vht_mcs_set 0xfffe, ht_mcs_set 0x00ff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [26570833] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0000, 0x0, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [26570859] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0002, 0x0, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [26571605] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0001, 0x0, 0x40, 0x1 ) | ||
| + | ath1: [04: | ||
| + | [wifi1] FWLOG: [27206933] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0x58da, 0x0 ) | ||
| + | [wifi1] FWLOG: [27206933] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [27206933] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [27207467] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [27207467] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 ) | ||
| + | [wifi1] FWLOG: [30883830] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [30883830] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x2 ) | ||
| + | ath0: [9c: | ||
| + | ath0: [9c: | ||
| + | ath1: [04: | ||
| + | [wifi1] FWLOG: [31128054] RATE: ChainMask 1, peer_mac 58:da, phymode 10, ni_flags 0x0620b006, vht_mcs_set 0xfffe, ht_mcs_set 0x00ff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [31128118] MGMT_TXRX_MU_GID_MGMT ( 0xaf, 0x1, 0x0, 0xfffe, 0x0 ) | ||
| + | [wifi1] FWLOG: [31128118] MGMT_TXRX_MU_GID_MGMT ( 0xb3, 0x0, 0x0, 0x0, 0x0 ) | ||
| + | [wifi1] FWLOG: [31128118] MGMT_TXRX_MU_GID_MGMT ( 0xadd, 0x1, 0x0 ) | ||
| + | [wifi1] FWLOG: [31128189] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0x58da, 0x0 ) | ||
| + | [wifi1] FWLOG: [31128189] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [31128189] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [31128368] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0006, 0x2, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [31128369] RATE: ChainMask 1, peer_mac 58:da, phymode 15, ni_flags 0x0620b006, vht_mcs_set 0xfffe, ht_mcs_set 0x00ff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [31128587] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0000, 0x0, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [31128644] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0002, 0x0, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [31129354] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0x58da0001, 0x0, 0x40, 0x1 ) | ||
| + | ath1: [04: | ||
| + | [wifi1] FWLOG: [31143554] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0x58da, 0x0 ) | ||
| + | [wifi1] FWLOG: [31143554] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [31143554] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [31144066] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [31144066] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 ) | ||
| + | found private data block and skip it | ||
| + | ath0: [9c: | ||
| + | ath0: [9c: | ||
| + | ath0: [9c: | ||
| + | ath0: [9c: | ||
| + | [wifi1] FWLOG: [34820346] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [34820346] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x2 ) | ||
| + | ath1: [4c: | ||
| + | [wifi1] FWLOG: [35316989] RATE: ChainMask 3, peer_mac db:46, phymode 10, ni_flags 0x0621b006, vht_mcs_set 0xfffa, ht_mcs_set 0xffff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [35317021] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0xdb46, 0x0 ) | ||
| + | [wifi1] FWLOG: [35317021] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [35317021] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [35317147] MGMT_TXRX_MU_GID_MGMT ( 0xaf, 0x1, 0x0, 0xfffe, 0x0 ) | ||
| + | [wifi1] FWLOG: [35317147] MGMT_TXRX_MU_GID_MGMT ( 0xb3, 0x0, 0x0, 0x0, 0x0 ) | ||
| + | [wifi1] FWLOG: [35317148] MGMT_TXRX_MU_GID_MGMT ( 0xadd, 0x1, 0x0 ) | ||
| + | [wifi1] FWLOG: [35355066] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0xdb460002, 0x0, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [35355067] RATE: ChainMask 3, peer_mac db:46, phymode 15, ni_flags 0x0621b006, vht_mcs_set 0xfffa, ht_mcs_set 0xffff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [35360143] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0xdb460006, 0x2, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [35366044] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0xdb460000, 0x0, 0x40, 0x1 ) | ||
| + | ath0: [04: | ||
| + | ath0: [04: | ||
| + | ath1: [04: | ||
| + | [wifi1] FWLOG: [35453959] RATE: ChainMask 1, peer_mac 58:da, phymode 10, ni_flags 0x0620b006, vht_mcs_set 0xfffe, ht_mcs_set 0x00ff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [35453962] MGMT_TXRX_MU_GID_MGMT ( 0xaf, 0x2, 0x1, 0xfffe, 0x0 ) | ||
| + | [wifi1] FWLOG: [35453962] MGMT_TXRX_MU_GID_MGMT ( 0xb3, 0x404114, 0x0, 0x0, 0x0 ) | ||
| + | [wifi1] FWLOG: [35453963] MGMT_TXRX_MU_GID_MGMT ( 0xadd, 0x2, 0x1 ) | ||
| + | [wifi1] FWLOG: [35454130] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0x58da, 0x0 ) | ||
| + | [wifi1] FWLOG: [35454130] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [35454130] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f488 ) | ||
| + | [wifi1] FWLOG: [35454179] WAL_DBGID_TX_BA_SETUP ( 0x44f488, 0x58da0006, 0x2, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [35454181] RATE: ChainMask 1, peer_mac 58:da, phymode 15, ni_flags 0x0620b006, vht_mcs_set 0xfffe, ht_mcs_set 0x00ff, legacy_rate_set 0x0ff0 | ||
| + | ath0: [4c: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | [wifi1] FWLOG: [35460192] WAL_DBGID_TX_BA_SETUP ( 0x44f488, 0x58da0000, 0x6, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [35462735] WAL_DBGID_TX_BA_SETUP ( 0x44f488, 0x58da0002, 0x0, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [35463918] WAL_DBGID_TX_BA_SETUP ( 0x44f488, 0x58da0001, 0x0, 0x40, 0x1 ) | ||
| + | ath1: [04: | ||
| + | [wifi1] FWLOG: [35473654] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0x58da, 0x0 ) | ||
| + | [wifi1] FWLOG: [35473654] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [35473654] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f488 ) | ||
| + | [wifi1] FWLOG: [35474177] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [35474224] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [35474224] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 ) | ||
| + | ath0: [9c: | ||
| + | ath0: [a4: | ||
| + | ath0: [a4: | ||
| + | [wifi1] FWLOG: [36679361] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0xdb460001, 0x0, 0x40, 0x1 ) | ||
| + | ath0: [4c: | ||
| + | ath1: [4c: | ||
| + | ath1: [4c: | ||
| + | [wifi1] FWLOG: [37035283] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0xdb46, 0x0 ) | ||
| + | [wifi1] FWLOG: [37035283] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [37035283] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [37035494] RATE: ChainMask 3, peer_mac db:46, phymode 10, ni_flags 0x0621b006, vht_mcs_set 0xfffa, ht_mcs_set 0xffff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [37035524] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0xdb46, 0x0 ) | ||
| + | [wifi1] FWLOG: [37035524] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [37035524] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [37035524] MGMT_TXRX_MU_GID_MGMT ( 0xaf, 0x1, 0x0, 0xfffe, 0x0 ) | ||
| + | [wifi1] FWLOG: [37035524] MGMT_TXRX_MU_GID_MGMT ( 0xb3, 0x0, 0x0, 0x0, 0x0 ) | ||
| + | [wifi1] FWLOG: [37035525] MGMT_TXRX_MU_GID_MGMT ( 0xadd, 0x1, 0x0 ) | ||
| + | [wifi1] FWLOG: [37035571] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0xdb460000, 0x0, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [37035572] RATE: ChainMask 3, peer_mac db:46, phymode 15, ni_flags 0x0621b006, vht_mcs_set 0xfffa, ht_mcs_set 0xffff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [37035807] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [37035811] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [37035811] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x2 ) | ||
| + | ath0: [4c: | ||
| + | ath001: [cc: | ||
| + | ath001: [cc: | ||
| + | ath001: [cc: | ||
| + | ath001: [cc: | ||
| + | ath001: [cc: | ||
| + | ath001: [cc: | ||
| + | [wifi1] FWLOG: [38250497] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0xdb460002, 0x2, 0x40, 0x1 ) | ||
| + | ath001: [cc: | ||
| + | [wifi1] FWLOG: [38770998] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0xdb460006, 0x17, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [38772395] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0xdb460001, 0x0, 0x40, 0x1 ) | ||
| + | ath0: [4c: | ||
| + | ath1: [4c: | ||
| + | ath1: [4c: | ||
| + | [wifi1] FWLOG: [39941865] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0xdb46, 0x0 ) | ||
| + | [wifi1] FWLOG: [39941865] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [39941865] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [39942076] RATE: ChainMask 3, peer_mac db:46, phymode 10, ni_flags 0x0621b006, vht_mcs_set 0xfffa, ht_mcs_set 0xffff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [39942107] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0xdb46, 0x0 ) | ||
| + | [wifi1] FWLOG: [39942107] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [39942107] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [39942223] MGMT_TXRX_MU_GID_MGMT ( 0xaf, 0x1, 0x0, 0xfffe, 0x0 ) | ||
| + | [wifi1] FWLOG: [39942223] MGMT_TXRX_MU_GID_MGMT ( 0xb3, 0x0, 0x0, 0x0, 0x0 ) | ||
| + | [wifi1] FWLOG: [39942311] MGMT_TXRX_MU_GID_MGMT ( 0xadd, 0x1, 0x0 ) | ||
| + | [wifi1] FWLOG: [39942311] RATE: ChainMask 3, peer_mac db:46, phymode 15, ni_flags 0x0621b006, vht_mcs_set 0xfffa, ht_mcs_set 0xffff, legacy_rate_set 0x0ff0 | ||
| + | [wifi1] FWLOG: [39942319] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0xdb460006, 0x3, 0x40, 0x1 ) | ||
| + | [wifi1] FWLOG: [39942388] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [39942408] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [39942408] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x1 ) | ||
| + | [wifi1] FWLOG: [39982253] WAL_DBGID_TX_BA_SETUP ( 0x44f5f0, 0xdb460000, 0x1, 0x40, 0x1 ) | ||
| + | ath0: [4c: | ||
| + | ath0: [4c: | ||
| + | [wifi1] FWLOG: [40052506] vap-0 AP PS: AID=1 detected out-of-sync now=174270234 tx_waiting=174259919 txq_depth=0 | ||
| + | ath1: [4c: | ||
| + | [wifi1] FWLOG: [40343331] vap-0 VDEV_MGR_AP_KEEPALIVE_UNRESPONSIVE ( 0x1, 0x12d, 0x0, 0x1 ) | ||
| + | [wifi1] FWLOG: [40343337] WAL_DBGID_SECURITY_UCAST_KEY_SET ( 0xdb46, 0x0 ) | ||
| + | [wifi1] FWLOG: [40343337] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [40343337] WAL_DBGID_SECURITY_ALLOW_DATA ( 0x44f5f0 ) | ||
| + | [wifi1] FWLOG: [40343850] WAL_DBGID_SECURITY_ENCR_EN ( ) | ||
| + | [wifi1] FWLOG: [40343850] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x2 ) | ||
| + | admin@RT-AC57U_V2:/# | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | admin@RT-AC57U_V2:/# | ||
| + | board=DTB console=ttyS0, | ||
| + | |||
| + | admin@RT-AC57U_V2:/# | ||
| + | system type : Qualcomm Atheros QCA5502 ver 1 rev 0 | ||
| + | machine | ||
| + | processor | ||
| + | cpu model : MIPS 74Kc V5.0 | ||
| + | BogoMIPS | ||
| + | wait instruction | ||
| + | microsecond timers | ||
| + | tlb_entries | ||
| + | extra interrupt vector | ||
| + | hardware watchpoint | ||
| + | isa : mips1 mips2 mips32r1 mips32r2 | ||
| + | ASEs implemented | ||
| + | shadow register sets : 1 | ||
| + | kscratch registers | ||
| + | package | ||
| + | core : 0 | ||
| + | VCED exceptions | ||
| + | VCEI exceptions | ||
| + | |||
| + | admin@RT-AC57U_V2:/# | ||
| + | MemTotal: | ||
| + | MemFree: | ||
| + | MemAvailable: | ||
| + | Buffers: | ||
| + | Cached: | ||
| + | SwapCached: | ||
| + | Active: | ||
| + | Inactive: | ||
| + | Active(anon): | ||
| + | Inactive(anon): | ||
| + | Active(file): | ||
| + | Inactive(file): | ||
| + | Unevictable: | ||
| + | Mlocked: | ||
| + | SwapTotal: | ||
| + | SwapFree: | ||
| + | Dirty: | ||
| + | Writeback: | ||
| + | AnonPages: | ||
| + | Mapped: | ||
| + | Shmem: | ||
| + | Slab: 26164 kB | ||
| + | SReclaimable: | ||
| + | SUnreclaim: | ||
| + | KernelStack: | ||
| + | PageTables: | ||
| + | NFS_Unstable: | ||
| + | Bounce: | ||
| + | WritebackTmp: | ||
| + | CommitLimit: | ||
| + | Committed_AS: | ||
| + | VmallocTotal: | ||
| + | VmallocUsed: | ||
| + | VmallocChunk: | ||
| + | |||
| + | admin@RT-AC57U_V2:/# | ||
| + | Character devices: | ||
| + | 1 mem | ||
| + | 2 pty | ||
| + | 3 ttyp | ||
| + | 4 ttyS | ||
| + | 5 /dev/tty | ||
| + | 5 / | ||
| + | 5 /dev/ptmx | ||
| + | 10 misc | ||
| + | 90 mtd | ||
| + | 108 ppp | ||
| + | 128 ptm | ||
| + | 136 pts | ||
| + | 166 ttyACM | ||
| + | 180 usb | ||
| + | 189 usb_device | ||
| + | 228 nvram | ||
| + | 254 bled | ||
| + | |||
| + | Block devices: | ||
| + | 1 ramdisk | ||
| + | 259 blkext | ||
| + | 8 sd | ||
| + | 31 mtdblock | ||
| + | 65 sd | ||
| + | 66 sd | ||
| + | 67 sd | ||
| + | 68 sd | ||
| + | 69 sd | ||
| + | 70 sd | ||
| + | 71 sd | ||
| + | 128 sd | ||
| + | 129 sd | ||
| + | 130 sd | ||
| + | 131 sd | ||
| + | 132 sd | ||
| + | 133 sd | ||
| + | 134 sd | ||
| + | 135 sd | ||
| + | |||
| + | admin@RT-AC57U_V2:/# | ||
| + | ahb | ||
| + | alarmtimer | ||
| + | |||
| + | admin@RT-AC57U_V2:/# | ||
| + | dev: size | ||
| + | mtd0: 00040000 00010000 " | ||
| + | mtd1: 00010000 00010000 " | ||
| + | mtd2: 00010000 00010000 " | ||
| + | mtd3: 00f20000 00010000 " | ||
| + | mtd4: 00d93500 00010000 " | ||
| + | mtd5: 00080000 00010000 " | ||
| + | mtd6: 01000000 00010000 " | ||
| + | |||
| + | admin@RT-AC57U_V2:/# | ||
| + | 0 | ||
| + | 262144 | ||
| + | 327680 | ||
| + | 393216 | ||
| + | 2018048 | ||
| + | 16252928 | ||
| + | 0 | ||
| + | |||
| + | </ | ||
| + | |||
| + | ifconfig (configured as AP) | ||
| + | <WRAP bootlog> | ||
| + | < | ||
| + | admin@RT-AC57U_V2:/# | ||
| + | ath0 Link encap: | ||
| + | UP BROADCAST RUNNING | ||
| + | RX packets: | ||
| + | TX packets: | ||
| + | | ||
| + | RX bytes: | ||
| + | |||
| + | ath001 | ||
| + | UP BROADCAST RUNNING | ||
| + | RX packets: | ||
| + | TX packets: | ||
| + | | ||
| + | RX bytes: | ||
| + | |||
| + | ath1 Link encap: | ||
| + | UP BROADCAST RUNNING | ||
| + | RX packets: | ||
| + | TX packets: | ||
| + | | ||
| + | RX bytes: | ||
| + | |||
| + | br0 Link encap: | ||
| + | inet addr: | ||
| + | UP BROADCAST RUNNING ALLMULTI MULTICAST | ||
| + | RX packets: | ||
| + | TX packets: | ||
| + | | ||
| + | RX bytes: | ||
| + | |||
| + | eth0 Link encap: | ||
| + | UP BROADCAST RUNNING MULTICAST | ||
| + | RX packets: | ||
| + | TX packets: | ||
| + | | ||
| + | RX bytes: | ||
| + | | ||
| + | |||
| + | imq0 Link encap: | ||
| + | | ||
| + | RX packets:0 errors:0 dropped:0 overruns:0 frame:0 | ||
| + | TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 | ||
| + | | ||
| + | RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) | ||
| + | |||
| + | imq1 Link encap: | ||
| + | | ||
| + | RX packets:0 errors:0 dropped:0 overruns:0 frame:0 | ||
| + | TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 | ||
| + | | ||
| + | RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) | ||
| + | |||
| + | imq2 Link encap: | ||
| + | | ||
| + | RX packets:0 errors:0 dropped:0 overruns:0 frame:0 | ||
| + | TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 | ||
| + | | ||
| + | RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) | ||
| + | |||
| + | imq3 Link encap: | ||
| + | | ||
| + | RX packets:0 errors:0 dropped:0 overruns:0 frame:0 | ||
| + | TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 | ||
| + | | ||
| + | RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) | ||
| + | |||
| + | imq4 Link encap: | ||
| + | | ||
| + | RX packets:0 errors:0 dropped:0 overruns:0 frame:0 | ||
| + | TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 | ||
| + | | ||
| + | RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) | ||
| + | |||
| + | imq5 Link encap: | ||
| + | | ||
| + | RX packets:0 errors:0 dropped:0 overruns:0 frame:0 | ||
| + | TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 | ||
| + | | ||
| + | RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) | ||
| + | |||
| + | imq6 Link encap: | ||
| + | | ||
| + | RX packets:0 errors:0 dropped:0 overruns:0 frame:0 | ||
| + | TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 | ||
| + | | ||
| + | RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) | ||
| + | |||
| + | imq7 Link encap: | ||
| + | | ||
| + | RX packets:0 errors:0 dropped:0 overruns:0 frame:0 | ||
| + | TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 | ||
| + | | ||
| + | RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) | ||
| + | |||
| + | lo Link encap:Local Loopback | ||
| + | inet addr: | ||
| + | UP LOOPBACK RUNNING MULTICAST | ||
| + | RX packets:125 errors:0 dropped:0 overruns:0 frame:0 | ||
| + | TX packets:125 errors:0 dropped:0 overruns:0 carrier:0 | ||
| + | | ||
| + | RX bytes:42246 (41.2 KiB) TX bytes:42246 (41.2 KiB) | ||
| + | |||
| + | miireg | ||
| + | [NO FLAGS] | ||
| + | RX packets:0 errors:0 dropped:0 overruns:0 frame:0 | ||
| + | TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 | ||
| + | | ||
| + | RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) | ||
| + | |||
| + | vlan1 Link encap: | ||
| + | UP BROADCAST RUNNING ALLMULTI MULTICAST | ||
| + | RX packets: | ||
| + | TX packets: | ||
| + | | ||
| + | RX bytes: | ||
| + | |||
| + | vlan2 Link encap: | ||
| + | | ||
| + | RX packets:0 errors:0 dropped:0 overruns:0 frame:0 | ||
| + | TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 | ||
| + | | ||
| + | RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) | ||
| + | |||
| + | wifi0 Link encap: | ||
| + | UP BROADCAST RUNNING MULTICAST | ||
| + | RX packets: | ||
| + | TX packets: | ||
| + | | ||
| + | RX bytes: | ||
| + | | ||
| + | |||
| + | wifi1 Link encap: | ||
| + | UP BROADCAST RUNNING MULTICAST | ||
| + | RX packets: | ||
| + | TX packets: | ||
| + | | ||
| + | RX bytes: | ||
| + | | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | |||
| + | admin@RT-AC57U_V2:/# | ||
| + | ath0 ath1 eth0 imq1 imq3 imq5 imq7 miireg | ||
| + | ath001 | ||
| + | |||
| + | |||
| + | admin@RT-AC57U_V2:/# | ||
| + | bridge name | ||
| + | br0 | ||
| + | ath0 | ||
| + | ath1 | ||
| + | ath001 | ||
| + | |||
| + | |||
| + | |||
| + | admin@RT-AC57U_V2:/# | ||
| + | GPIOs 0-22, platform/ | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | |||
| + | </ | ||
| + | |||
| + | </ | ||
| + | |||
| + | ===== Tags ===== | ||
| + | |||
| + | {{tagpage> | ||