Guest User

Untitled

a guest
Mar 19th, 2022
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 39.67 KB | None | 0 0
  1. /bin $ cat /proc/mtd
  2. dev:    size   erasesize  name
  3. mtd0: 00020000 00010000 "u-boot"
  4. mtd1: 00010000 00010000 "pation-table"
  5. mtd2: 00010000 00010000 "product-info"
  6. mtd3: 00180000 00010000 "kernel"
  7. mtd4: 00d40000 00010000 "rootfs"
  8. mtd5: 00030000 00010000 "config"
  9. mtd6: 00080000 00010000 "mutil-log"
  10. mtd7: 00040000 00010000 "oops"
  11. mtd8: 00010000 00010000 "ART"
  12.  
  13.  
  14. diff /etc/EAP225-Outdoor_1.0/dev_config.json /etc/EAP225-Outdoor_3.0/dev_config.json
  15. 16c16
  16. <               "phyType": "AR8033"
  17. ---
  18. >               "phyType": "RTL8211"
  19.  
  20.  diff /etc/EAP225-Outdoor_1.0/oem.json /etc/EAP225-Outdoor_3.0/oem.json
  21. 3,4c3,4
  22. <               {"region": "EU", "id": "B25804C9CD75F8B0818D64E28CAEACA2"},
  23. <               {"region": "US", "id": "4AA4229D24E7E3DD29CE0F6334559DB9"}
  24. ---
  25. >               {"region": "EU", "id": "0463A0DF27093E0C425239F674F8B8C7"},
  26. >               {"region": "US", "id": "E77F1360A030D1276F99B7C82E3788D8"}
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  cat kernel-log.txt
  34. [    0.000000] Linux version 3.3.8 (jenkins@sohoiapbuild) (gcc version 4.3.3 (GCC) ) #1 Mon Nov 15 16:32:45 CST 2021
  35. [    0.000000] bootconsole [early0] enabled
  36. [    0.000000] CPU revision is: 00019750 (MIPS 74Kc)
  37. [    0.000000] SoC: Qualcomm Atheros QCA956X rev 0
  38. [    0.000000] Clocks: CPU:775.000MHz, DDR:650.000MHz, AHB:258.333MHz, Ref:25.000MHz
  39. [    0.000000] Determined physical RAM map:
  40. [    0.000000]  memory: 08000000 @ 00000000 (usable)
  41. [    0.000000] User-defined physical RAM map:
  42. [    0.000000]  memory: 08000000 @ 00000000 (usable)
  43. [    0.000000] Initrd not found or empty - disabling initrd
  44. [    0.000000] Zone PFN ranges:
  45. [    0.000000]   Normal   0x00000000 -> 0x00008000
  46. [    0.000000] Movable zone start PFN for each node
  47. [    0.000000] Early memory PFN ranges
  48. [    0.000000]     0: 0x00000000 -> 0x00008000
  49. [    0.000000] On node 0 totalpages: 32768
  50. [    0.000000] free_area_init_node: node 0, pgdat 802d9570, node_mem_map 81000000
  51. [    0.000000]   Normal zone: 256 pages used for memmap
  52. [    0.000000]   Normal zone: 0 pages reserved
  53. [    0.000000]   Normal zone: 32512 pages, LIFO batch:7
  54. [    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
  55. [    0.000000] pcpu-alloc: [0] 0
  56. [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512
  57. [    0.000000] Kernel command line:  0x9f040000 console=ttyS0,115200 root=31:04 rootfstype=squashfs init=/init mtdparts=spi0.0:128k(u-boot),64k(pation-table),64k(product-info),1536k(kernel),13568k(rootfs),192k(config),512k(mutil-log),256k(oops),64k(ART) mem=128M board=AP152
  58. [    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
  59. [    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
  60. [    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
  61. [    0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
  62. [    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
  63. [    0.000000] Writing ErrCtl register=00000000
  64. [    0.000000] Readback ErrCtl register=00000000
  65. [    0.000000] Memory: 126596k/131072k available (2034k kernel code, 4476k reserved, 500k data, 180k init, 0k highmem)
  66. [    0.000000] SLUB: Genslabs=9, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  67. [    0.000000] NR_IRQS:83
  68. [    0.000000] Calibrating delay loop... 385.84 BogoMIPS (lpj=1929216)
  69. [    0.060000] pid_max: default: 32768 minimum: 301
  70. [    0.060000] Mount-cache hash table entries: 512
  71. [    0.070000] NET: Registered protocol family 16
  72. [    0.070000] gpiochip_add: registered GPIOs 0 to 22 on device: ath79
  73. [    0.080000] MIPS: machine is Qualcomm Atheros AP152 reference board
  74. [    0.600000] Max resets limit reached exiting...
  75. [    0.610000]
  76. [    0.610000] WLAN firmware dump buffer allocation of 2097152 bytes @ address 0x87a00000- SUCCESS !!!
  77. [    0.620000] registering PCI controller with io_map_base unset
  78. [    0.620000] ar71xx: using random MAC address for eth0
  79. [    0.830000] bio: create slab <bio-0> at 0
  80. [    0.830000] PCI host bridge to bus 0000:00
  81. [    0.830000] pci_bus 0000:00: root bus resource [mem 0x12000000-0x13ffffff]
  82. [    0.840000] pci_bus 0000:00: root bus resource [io  0x0001]
  83. [    0.840000] pci 0000:00:00.0: [168c:0056] type 0 class 0x000280
  84. [    0.840000] pci 0000:00:00.0: reg 10: [mem 0x00000000-0x001fffff 64bit]
  85. [    0.840000] pci 0000:00:00.0: PME# supported from D0 D3hot
  86. [    0.840000] pci 0000:00:00.0: BAR 0: assigned [mem 0x12000000-0x121fffff 64bit]
  87. [    0.850000] pci 0000:00:00.0: using irq 40 for pin 1
  88. [    0.850000] Switching to clocksource MIPS
  89. [    0.860000] NET: Registered protocol family 2
  90. [    0.860000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
  91. [    0.860000] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
  92. [    0.870000] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
  93. [    0.870000] TCP: Hash tables configured (established 4096 bind 4096)
  94. [    0.880000] TCP reno registered
  95. [    0.880000] UDP hash table entries: 256 (order: 0, 4096 bytes)
  96. [    0.890000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  97. [    0.890000] NET: Registered protocol family 1
  98. [    0.900000] PCI: CLS 0 bytes, default 32
  99. [    0.910000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  100. [    0.910000] msgmni has been set to 247
  101. [    0.920000] io scheduler noop registered
  102. [    0.920000] io scheduler deadline registered (default)
  103. [    0.930000] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
  104. [    0.950000] serial8250.0: ttyS0 at MMIO 0x18020000 (irq = 11) is a 16550A
  105. [    0.960000] console [ttyS0] enabled, bootconsole disabled
  106. [    0.970000] m25p80 spi0.0: found en25q128a, expected m25p80
  107. [    0.980000] m25p80 spi0.0: en25q128a (16384 Kbytes)
  108. [    0.980000] 9 cmdlinepart partitions found on MTD device spi0.0
  109. [    0.990000] Creating 9 MTD partitions on "spi0.0":
  110. [    0.990000] 0x000000000000-0x000000020000 : "u-boot"
  111. [    1.000000] 0x000000020000-0x000000030000 : "pation-table"
  112. [    1.010000] 0x000000030000-0x000000040000 : "product-info"
  113. [    1.010000] 0x000000040000-0x0000001c0000 : "kernel"
  114. [    1.020000] 0x0000001c0000-0x000000f00000 : "rootfs"
  115. [    1.030000] mtd: partition "rootfs" set to be root filesystem
  116. [    1.030000] 0x000000f00000-0x000000f30000 : "config"
  117. [    1.040000] 0x000000f30000-0x000000fb0000 : "mutil-log"
  118. [    1.050000] 0x000000fb0000-0x000000ff0000 : "oops"
  119. [    1.050000] 0x000000ff0000-0x000001000000 : "ART"
  120. [    1.060000] ag71xx_mdio: probed
  121. [    1.070000] eth0: Atheros AG71xx at 0xb9000000, irq 4
  122. [    1.620000] ag71xx ag71xx.0: eth0: connected to PHY at ag71xx-mdio.0:06 [uid=001cc916, driver=RealTek 8211FS-CG PHY]
  123. [    1.640000] TCP cubic registered
  124. [    1.640000] NET: Registered protocol family 17
  125. [    1.640000] 8021q: 802.1Q VLAN Support v1.8
  126. [    1.650000] ### of_selftest(): No testcase data in device tree; not running tests
  127. [    1.660000] tty_open: Opening ttyS0 and default set O_NONBLOCK...
  128. [    1.670000] VFS: Mounted root (squashfs filesystem) readonly on device 31:4.
  129. [    1.680000] Freeing unused kernel memory: 180k freed
  130. [    2.260000] tty_open: Opening ttyS0 and default set O_NONBLOCK...
  131. [    2.700000] mtdoops: Attached to MTD device 7
  132. [    2.720000] mtdoops: ready 0, 1
  133. [    2.960000] xt_time: kernel timezone is -0000
  134. [    2.970000] nf_conntrack version 0.5.0 (1980 buckets, 15840 max)
  135. [    3.120000] ip_tables: (C) 2000-2006 Netfilter Core Team
  136. [    3.240000] Ebtables v2.0 registered
  137. [    3.310000] ---portal module open ok
  138. [    3.320000] Register vlan_manage hooks success.
  139. [    3.370000] [Debug gpio_parse_conf:271] Open File /etc/EAP225-Outdoor_3.0/gpio.conf SUCCESS!!
  140. [    3.390000] [Debug gpio_parse_conf:360] Ignore line (0), skipLen 14, readCount 256
  141. [    3.400000] [Debug gpio_parse_conf:360] Ignore line (0), skipLen 44, readCount 256
  142. [    3.410000] [Debug gpio_parse_conf:360] Ignore line (0), skipLen 6 , readCount 256
  143. [    3.420000] [Debug gpio_parse_conf:360] Ignore line (0), skipLen 7 , readCount 256
  144. [    3.420000] [Debug gpio_parse_conf:360] Ignore line (0), skipLen 2 , readCount 256
  145. [    3.430000] [Debug gpio_parse_conf:360] Ignore line (0), skipLen 7 , readCount 256
  146. [    3.440000] [Debug gpio_parse_conf:360] Ignore line (0), skipLen 44, readCount 256
  147. [    3.450000] [Debug gpio_parse_conf:360] Ignore line (0), skipLen 6 , readCount 256
  148. [    3.450000] [Debug gpio_parse_conf:360] Ignore line (0), skipLen 7 , readCount 256
  149. [    3.460000] [Debug gpio_parse_conf:360] Ignore line (0), skipLen 2 , readCount 256
  150. [    3.470000] [Debug gpio_parse_conf:360] Ignore line (0), skipLen 7 , readCount 256
  151. [    3.480000] [Debug gpio_parse_conf:360] Ignore line (0), skipLen 44, readCount 256
  152. [    3.490000] [Debug gpio_parse_conf:360] Ignore line (0), skipLen 7 , readCount 247
  153. [    3.490000] [Debug gpio_parse_conf:360] Ignore line (0), skipLen 6 , readCount 240
  154. [    3.500000] [Debug gpio_parse_conf:360] Ignore line (0), skipLen 6 , readCount 234
  155. [    3.510000] [Debug gpio_parse_conf:360] Ignore line (0), skipLen 6 , readCount 228
  156. [    3.520000] [Debug gpio_parse_conf:360] Ignore line (0), skipLen 2 , readCount 222
  157. [    3.530000] [Debug gpio_parse_conf:360] Ignore line (0), skipLen 51, readCount 220
  158. [    3.530000] [Debug gpio_parse_conf:360] Ignore line (0), skipLen 44, readCount 169
  159. [    3.540000] [Debug gpio_parse_conf:388] GPIO Parse OK:  led_green   led(1) low (0) low (0) 7
  160. [    3.550000] [Debug gpio_parse_conf:388] GPIO Parse OK:  led_yellow  led(1) low (0) high(1) 9
  161. [    3.560000] [Debug gpio_parse_conf:388] GPIO Parse OK:  btn_reset   btn(2) low (0) high(1) 2
  162. [    3.570000] [Debug btn_netlink_init:179] btn: create netlink socket SUCCESS.
  163. [    3.570000] [Debug wdt_module_init:249] Create watchdog proc dir SUCCESS.
  164. [    3.580000] [Debug led_entry_handler:771] Create led_green   proc dir SUCCESS.
  165. [    3.590000] [Debug led_entry_handler:771] Create led_yellow  proc dir SUCCESS.
  166. [    3.600000] [Debug btn_entry_handler:913] Init button: btn_reset 2 2 0 success.
  167. [    3.660000] rate_limit: module license 'BSD' taints kernel.
  168. [    3.670000] Disabling lock debugging due to kernel taint
  169. [    3.780000] tty_open: Opening ttyS0 and default set O_NONBLOCK...
  170. [    4.490000] [Debug btn_netlink_receive:72] BTN netlink with user space daemon 343 SUCCESS.
  171. [    5.030000] [Debug led_proc_write:639] Write led_yellow.
  172. [    5.040000] [Debug led_common_write_proc:478] Execute LED action:    { 1   0   0   0   0 }
  173. [    5.090000] [Debug led_proc_write:639] Write led_green.
  174. [    5.090000] [Debug led_common_write_proc:478] Execute LED action:    { 2   0   0   0   0 }
  175. [    5.870000] [Debug led_proc_write:639] Write led_green.
  176. [    5.880000] [Debug led_common_write_proc:478] Execute LED action:    { 5   0   0   0   0 }
  177. [    5.890000] [NOTICE led_common_write_proc:515] pledconf->backup.mode 0 1
  178. [    5.940000] device eth0 entered promiscuous mode
  179. [    5.960000]
  180. [    5.960000] Disable VlanManage, data.enable(0), data.vid(1)
  181. [    5.970000] mspi_read_id get id=0x1c
  182. [    6.070000]
  183. [    6.070000] manage vlan set port: ssh (22), http (80), https (443)
  184. [    6.070000]
  185. [    6.070000] manage vlan set port: ssh (22), http (80), https (443)
  186. [    6.090000] mspi_read_id get id=0x1c
  187. [    6.150000] tty_open: Opening ttyS0 and default set O_NONBLOCK...
  188. [    6.420000] ath_hal: 0.9.17.1 (AR9380, REGOPS_FUNC, WRITE_EEPROM, 11D)
  189. [    6.490000] ath_rate_atheros: Copyright (c) 2001-2005 Atheros Communications, Inc, All Rights Reserved
  190. [    6.500000] ath_spectral: Version 2.0.0
  191. [    6.500000] Copyright (c) 2005-2009 Atheros Communications, Inc. All Rights Reserved
  192. [    6.500000] SPECTRAL module built on Nov 15 2021 16:40:59
  193. [    6.510000] ath_dfs: Version 2.0.0
  194. [    6.510000] Copyright (c) 2005-2006 Atheros Communications, Inc. All Rights Reserved
  195. [    6.560000] ath_tx99: Version 2.0
  196. [    6.560000] Copyright (c) 2010 Atheros Communications, Inc, All Rights Reserved
  197. [    6.750000] ath_dev: Copyright (c) 2001-2007 Atheros Communications, Inc, All Rights Reserved
  198. [    7.890000] __ath_attach: Set global_scn[0]
  199. [    7.890000] *** All the minfree values should be <= ATH_TXBUF-32, otherwise default value will be used instead ***
  200. [    7.910000] ACBKMinfree = 48
  201. [    7.910000] ACBEMinfree = 32
  202. [    7.910000] ACVIMinfree = 16
  203. [    7.910000] ACVOMinfree = 0
  204. [    7.920000] CABMinfree = 48
  205. [    7.920000] UAPSDMinfree = 0
  206. [    7.920000] ATH_TXBUF=2700
  207. [    7.930000] Enterprise mode: 0x03bda000
  208. [    7.930000]
  209. [    7.930000] ART Version : -48.0.0
  210. [    7.940000] SW Image Version : -48.0.0.0.0
  211. [    7.940000] Board Revision :
  212. [    7.950000] ar9300_attach: nf_2_nom -110 nf_2_max -60 nf_2_min -125
  213. [    7.960000] SPECTRAL : get_capability not registered
  214. [    7.960000] HAL_CAP_PHYDIAG : Capable
  215. [    7.960000] SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 237)
  216. [    7.960000] SPECTRAL : get_capability not registered
  217. [    7.960000] HAL_CAP_RADAR   : Capable
  218. [    7.960000] SPECTRAL : Need to fix the capablity check for SPECTRAL
  219. [    7.960000]  (spectral_attach : 242)
  220. [    7.960000] SPECTRAL : get_capability not registered
  221. [    7.960000] HAL_CAP_SPECTRAL_SCAN : Capable
  222. [    7.960000] SPECTRAL : get_tsf64 not registered
  223. [    7.960000] spectral_init_netlink 78 NULL SKB
  224. [    7.960000] SPECTRAL : No ADVANCED SPECTRAL SUPPORT
  225. [    7.960000] SPECTRAL :----- module attached
  226. [    7.970000] ath_get_caps[6421] rx chainmask mismatch actual 3 sc_chainmak 0
  227. [    7.980000] ath_get_caps[6396] tx chainmask mismatch actual 3 sc_chainmak 0
  228. [    7.990000] band steering initialized for direct attach hardware
  229. [    8.000000] ieee80211_bsteering_attach: Band steering initialized
  230. [    8.000000] ath_attach_dfs[13193] dfsdomain 1
  231. [    8.010000] dfs_attach: event log enabled by default
  232. [    8.020000] SPECTRAL : module already attached
  233. [    8.030000] ath_tx_paprd_init sc 872d8000 PAPRD disabled in HAL
  234. [    8.040000] wifi0: Atheros 956X: mem=0xb8100000, irq=47
  235. [    8.040000] ath_pci:  (Atheros/multi-bss)
  236. [    8.040000] ol_ath_pci_probe: PCI device id 0056 :0056
  237. [    8.040000] ath_pci 0000:00:00.0: BAR 0: assigned [mem 0x12000000-0x121fffff 64bit]
  238. [    8.040000] PCI: Enabling device 0000:00:00.0 (0000 -> 0002)
  239. [    8.050000]  *********** Besra *************
  240. [    8.050000]
  241. [    8.050000] __ol_ath_attach() Allocated scn 85e40380
  242. [    8.050000] ath_pci 0000:00:00.0: ath DEBUG: sc=0x87245000
  243. [    8.050000]
  244. [    8.050000]  ol_ath_pci_configure : num_desired MSI set to 0
  245. [    8.050000]
  246. [    8.050000]  Using PCI Legacy Interrupt
  247. [    8.050000] chip_id 0xc chip_revision 0x0
  248. [    8.060000]
  249. [    8.060000]  CLOCK PLL skipped
  250. [    8.060000] HIF_PCIDeviceProbed: setting the target pll frac ffffffff intval ffffffff
  251. [    8.060000] HIF_PCIDeviceProbed: no frac provided, skipping pre-configuring PLL
  252. [    8.070000] __ol_ath_attach: dev name wifi1
  253. [    8.070000] ol_ath_attach interface_id 1
  254. [    8.070000] ol_ath_attach() BMI inited.
  255. [    8.070000] ol_ath_attach() BMI Get Target Info.
  256. [    8.070000] Chip id: 0xc, chip version: 0x1000000
  257. [    8.080000]
  258. [    8.080000]  CE WAR Disabled
  259. [    8.080000] NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0
  260. [    8.080000] ol_ath_attach() configure Target .
  261. [    8.080000]
  262. [    8.080000]  Target Version is 1000000
  263. [    8.080000]
  264. [    8.080000]  Flash Download Address  c0000
  265. [    8.090000] ol_transfer_bin_file: flash data file defined
  266. [    8.090000] Cal location [0]: 00004000
  267. [    8.100000]
  268. [    8.100000]  wifi1 NAND FLASH Select OFFSET 0x5000
  269. [    8.110000] qc98xx_verify_checksum: flash checksum passed: 0xf95e
  270. [    8.120000] ol_transfer_bin_file 3590: Download Flash data len 12064
  271. [    8.120000] Board extended Data download address: 0x0
  272. [    8.150000]
  273. [    8.150000]  Board data initialized
  274. [    8.150000] ol_ath_download_firmware: Download OTP, flash download ADDRESS 0xc0000
  275. [    8.150000]
  276. [    8.150000]  Selecting  OTP binary for CHIP Version 0
  277. [    8.200000] ol_transfer_bin_file 3410: downloading file 0, Download data len 8964
  278. [    8.240000]
  279. [    8.240000]  First OTP send param 8000
  280. [    8.480000] ol_ath_download_firmware :First OTP download and Execute is good address:0x6000 return param 4660
  281. [    8.490000] ol_ath_download_firmware:##Board Id 24 , CHIP Id 0
  282. [    8.490000] ol_ath_download_firmware: BOARDDATA DOWNLOAD TO address 0xc0000
  283. [    8.490000]
  284. [    8.490000]  wifi1: Selecting board data file name boardData_2_0_QCA9888_5G_YA105.bin
  285. [    8.500000] ol_transfer_bin_file: Board Data File download to address=0xc0000 file name=QCA9888/hw.2/boardData_2_0_QCA9888_5G_YA105.bin
  286. [    8.520000] ol_transfer_bin_file 3410: downloading file 3, Download data len 12064
  287. [    8.520000] Board extended Data download address: 0x0
  288. [    8.540000] ol_ath_download_firmware: Using 0x1234 for the remainder of init
  289. [    8.540000]
  290. [    8.540000]  Selecting  OTP binary for CHIP Version 0
  291. [    8.540000] ol_transfer_bin_file 3410: downloading file 0, Download data len 8964
  292. [    8.580000]
  293. [    8.580000]  [Flash] : Ignore Module param
  294. [    8.580000]
  295. [    8.580000]  Second otp download Param 10000
  296. [    8.830000] ol_ath_download_firmware : Second OTP download and Execute is good, param=0x0
  297. [    8.840000]
  298. [    8.840000]  Mission mode: Firmware CHIP Version 0
  299. [    8.930000] ol_swap_seg_alloc: Successfully allocated memory for SWAP size=262144
  300. [    8.940000] Swap: bytes_left to copy: fw:16; dma_page:61457
  301. [    8.940000] Swap: wrong length read:0
  302. [    8.940000] ol_swap_wlan_memory_expansion: Swap total_bytes copied: 200687 Target address 419540
  303. [    8.940000] scn=85e40380  target_write_addr=419540 seg_info=871aec10
  304. [    8.940000] ol_transfer_swap_struct:Code swap structure successfully downloaded for bin type =2
  305. [    8.940000] bin_filename=QCA9888/hw.2/athwlan.bin swap_filename=/lib/firmware/QCA9888/hw.2/athwlan.codeswap.bin
  306. [    8.940000] ol_transfer_bin_file: Downloading firmware file: QCA9888/hw.2/athwlan.bin
  307. [    9.400000] ol_transfer_bin_file 3410: downloading file 1, Download data len 354632
  308. [   10.770000] ol_ath_attach() Download FW done.
  309. [   10.770000] ol_ath_attach() HT Create .
  310. [   10.770000] ol_ath_attach() HIF Claim.
  311. [   10.770000] ol_ath_attach() BMI Done.
  312. [   10.770000] ol_ath_attach 7615 host_enable 0 nss_nwifi_offload 0
  313. [   10.770000] ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko)
  314. [   10.770000]  OL_ACBKMinfree : 0
  315. [   10.770000]  OL_ACBEMinfree : 0
  316. [   10.770000]  OL_ACVIMinfree : 0
  317. [   10.770000]  OL_ACVOMinfree : 0
  318. [   10.770000] ol_ath_attach() WMI attached. wmi_handle 85ec0000
  319. [   10.770000] CE_recv_buf_enqueue 877 Populate last entry 512 for CE 5
  320. [   10.770000] CE_recv_buf_enqueue 886 CE 5 wi 511 dest_ptr 0x55d8820 nbytes 0 recv_ctxt 0x855c5780
  321. [   10.770000] Startup Mode-0 set
  322. [   10.770000]
  323. [   10.770000] <=== cfg max peer id 1056 ====>
  324. [   10.780000] HTC Service:0x0300 ep:1 TX flow control disabled
  325. [   10.780000] htt_peer_map_timer_init Enter pdev 85660000 hrtimer 85664800
  326. [   10.790000]
  327. [   10.790000]  htt_alloc_peer_map_mem : Alloc Success : host q vaddr 85698000 paddr 5698000
  328. [   10.800000]
  329. [   10.800000]  htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts
  330. [   10.810000] CE_pkt_dl_len_set CE 4 Pkt download length 64
  331. [   10.810000] ol_txrx_pdev_attach: 2500 tx desc's allocated ; range starts from 85300000
  332. [   10.810000] HTC Service:0x0100 ep:2 TX flow control disabled
  333. [   10.820000] wmi_service_ready_event_rx:  WMI UNIFIED SERVICE READY event
  334. [   10.820000] Firmware_Build_Number:99
  335. [   10.820000] num_rf_chain:0x00000002  ht_cap_info:0x0000085b  vht_cap_info:0x339979f2  vht_supp_mcs:0x0000fffa
  336. [   10.830000]
  337. [   10.830000]  RES CFG Support wmi_service_bitmap 9778
  338. [   10.840000]
  339. [   10.840000]  Sending Ext resource cfg: HOST PLATFORM as 1 and fw_feature_bitmap as 50 to TGT
  340. [   10.850000] ol_ath_service_ready_event: tt_support: 1
  341. [   10.850000] ol_ath_service_ready_event: periodic_chan_stats: 0
  342. [   10.850000] Peer Caching Enabled ; num_peers = 530, num_active_peers = 52 num_tids = 104, num_vdevs = 17
  343. [   10.850000] idx 1 req 2  num_units 1 num_unit_info 12 unit size 256 actual units 53
  344. [   10.850000] ol_ath_alloc_host_mem_chunk req_id 2 idx 0 num_units 53 unit_len 256,
  345. [   10.860000] idx 2 req 3  num_units 1 num_unit_info 12 unit size 1024 actual units 53
  346. [   10.860000] ol_ath_alloc_host_mem_chunk req_id 3 idx 1 num_units 53 unit_len 1024,
  347. [   10.870000] idx 3 req 4  num_units 1 num_unit_info 12 unit size 4096 actual units 53
  348. [   10.870000] ol_ath_alloc_host_mem_chunk req_id 4 idx 2 num_units 53 unit_len 4096,
  349. [   10.880000] idx 0 req 1  num_units 0 num_unit_info 2 unit size 872 actual units 531
  350. [   10.880000] ol_ath_alloc_host_mem_chunk req_id 1 idx 3 num_units 265 unit_len 872,
  351. [   10.890000] ol_ath_alloc_host_mem_chunk req_id 1 idx 4 num_units 266 unit_len 872,
  352. [   10.890000] idx 4 req 5  num_units 0 num_unit_info 2 unit size 1892 actual units 531
  353. [   10.890000] ol_ath_alloc_host_mem_chunk req_id 5 idx 5 num_units 132 unit_len 1892,
  354. [   10.900000] ol_ath_alloc_host_mem_chunk req_id 5 idx 6 num_units 133 unit_len 1892,
  355. [   10.910000] ol_ath_alloc_host_mem_chunk req_id 5 idx 7 num_units 133 unit_len 1892,
  356. [   10.920000] ol_ath_alloc_host_mem_chunk req_id 5 idx 8 num_units 133 unit_len 1892,
  357. [   10.930000] chunk 0 len 13568 requested ,ptr  0x52dc000
  358. [   10.930000] chunk 1 len 54272 requested ,ptr  0x5330000
  359. [   10.930000] chunk 2 len 217088 requested ,ptr  0x5340000
  360. [   10.930000] chunk 3 len 231080 requested ,ptr  0x5380000
  361. [   10.930000] chunk 4 len 231952 requested ,ptr  0x53c0000
  362. [   10.930000] chunk 5 len 249744 requested ,ptr  0x4c00000
  363. [   10.930000] chunk 6 len 251636 requested ,ptr  0x4c40000
  364. [   10.930000] chunk 7 len 251636 requested ,ptr  0x4c80000
  365. [   10.930000] chunk 8 len 251636 requested ,ptr  0x4cc0000
  366. [   10.970000] wmi_ready_event_rx:  WMI UNIFIED READY event
  367. [   10.980000] ol_ath_connect_htc() WMI is ready
  368. [   10.980000] target uses HTT version 2.2; host uses 2.2
  369. [   10.980000] ol_ath_attach() connect HTC.
  370. [   10.980000] bypasswmi : 0
  371. [   10.980000] ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0.
  372. [   10.980000] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x2) flags 0x2150
  373. [   10.980000] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x4) flags 0xa0
  374. [   10.980000] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x8) flags 0xc0
  375. [   10.980000] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x20) flags 0xd0
  376. [   10.980000] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x40) flags 0x150
  377. [   10.980000] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x800) flags 0x10080
  378. [   10.980000] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x2000) flags 0x20080
  379. [   10.980000] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x4000) flags 0x40080
  380. [   10.980000] Add VHT80 channel: 5210
  381. [   10.980000] Add VHT80 channel: 5290
  382. [   10.980000] Add VHT80 channel: 5530
  383. [   10.980000] Add VHT80 channel: 5610
  384. [   10.980000] Add VHT80 channel: 5690
  385. [   10.980000] Add VHT80 channel: 5775
  386. [   10.980000] Skipping VHT80 channel 5825
  387. [   10.980000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5210,5290
  388. [   10.980000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5290,5210
  389. [   10.980000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5530,5610
  390. [   10.980000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5610,5530
  391. [   10.980000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5210,5530
  392. [   10.980000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5530,5210
  393. [   10.980000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5210,5610
  394. [   10.980000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5610,5210
  395. [   10.980000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5210,5690
  396. [   10.980000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5690,5210
  397. [   10.980000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5210,5775
  398. [   10.980000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5775,5210
  399. [   10.980000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5290,5530
  400. [   10.980000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5530,5290
  401. [   10.980000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5290,5610
  402. [   10.980000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5610,5290
  403. [   10.980000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5290,5690
  404. [   10.980000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5690,5290
  405. [   10.980000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5290,5775
  406. [   10.980000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5775,5290
  407. [   10.980000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5530,5690
  408. [   10.980000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5690,5530
  409. [   10.980000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5530,5775
  410. [   10.980000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5775,5530
  411. [   10.980000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5610,5775
  412. [   10.980000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5775,5610
  413. [   10.980000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5690,5775
  414. [   10.980000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5775,5690
  415. [   10.990000] ol_ath_phyerr_attach: called
  416. [   10.990000] OL Resmgr Init-ed
  417. [   10.990000] ieee80211_bsteering_attach: Band steering initialized
  418. [   10.990000] ol_if_spectral_setup
  419. [   10.990000] SPECTRAL : get_capability not registered
  420. [   10.990000] HAL_CAP_PHYDIAG : Capable
  421. [   10.990000] SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 237)
  422. [   10.990000] SPECTRAL : get_capability not registered
  423. [   10.990000] HAL_CAP_RADAR   : Capable
  424. [   10.990000] SPECTRAL : Need to fix the capablity check for SPECTRAL
  425. [   10.990000]  (spectral_attach : 242)
  426. [   10.990000] SPECTRAL : get_capability not registered
  427. [   10.990000] HAL_CAP_SPECTRAL_SCAN : Capable
  428. [   10.990000] SPECTRAL : get_tsf64 not registered
  429. [   10.990000] spectral_init_netlink 78 NULL SKB
  430. [   10.990000] rate power table override is only supported for AR98XX
  431. [   10.990000] ol_if_dfs_setup: called
  432. [   10.990000] ol_if_dfs_attach: called; ptr=84d21974, radar_info=87089ae8
  433. [   10.990000] dfs_attach: event log enabled by default
  434. [   11.000000] ol_ath_attach() UMAC attach .
  435. [   11.000000]
  436. [   11.000000]  BURSTING enabled by default
  437. [   11.000000]
  438. [   11.000000] ****************************************************
  439. [   11.010000]                   tp mesh init
  440. [   11.010000] ****************************************************
  441. [   11.020000] __ol_ath_attach: needed_headroom reservation 44
  442. [   11.020000] ol_ath_thermal_mitigation_attach: --
  443. [   11.380000] ath_attach_dfs[13193] dfsdomain 1
  444. [   11.390000] dfs_attach: event log enabled by default
  445. [   11.500000] wlan_vap_create : enter. devhandle=0x865c0380, opmode=IEEE80211_M_HOSTAP, flags=0x1
  446. [   11.500000]
  447. [   11.510000] ieee80211_mbo_vattach:MBO Initialized
  448. [   11.510000] wlan_vap_create : exit. devhandle=0x865c0380, opmode=IEEE80211_M_HOSTAP, flags=0x1.
  449. [   11.510000]
  450. [   11.520000] VAP device ath0 created osifp: (85693b80) os_if: (86458000)
  451. [   11.540000] ath_attach_dfs[13193] dfsdomain 2
  452. [   11.550000] dfs_attach: event log enabled by default
  453. [   11.710000] siwfreq
  454. [   11.710000] Set freq vap 0 stop send + 86458000
  455. [   11.720000] Set freq vap 0 stop send -86458000
  456. [   11.750000] Set wait done --86458000
  457. [   11.760000]
  458. [   11.760000]  DES SSID SET=TP-Link_2.4GHz_669E66
  459. [   11.810000] Set beacon rate: 1000
  460. [   11.810000] wlan_set_param : This rate is not allowed. Please try a valid rate.
  461. [   11.830000] Set bcast rate: 1000
  462. [   11.830000] Rate is not allowed in current mode:
  463. [   11.840000] Set mcast rate: 1000
  464. [   11.840000] Rate is not allowed in current mode:
  465. [   11.860000] Set mgmt rate: 1000
  466. [   11.870000] Set data minrate: 0
  467. [   11.880000] Set sta minrate: 1000
  468. [   11.900000] Set disable CCK rate: 0
  469. [   11.980000] device ath0 entered promiscuous mode
  470. [   12.080000]  ieee80211_ioctl_siwmode: imr.ifm_active=131712, new mode=3, valid=1
  471. [   12.090000]  DEVICE IS DOWN ifname=ath0
  472. [   12.090000]  DEVICE IS DOWN ifname=ath0
  473. [   12.110000] ar9300_override_ini: reset 0x9e14, 0x317b5de2
  474. [   12.180000] br0: port 2(ath0) entered forwarding state
  475. [   12.180000] br0: port 2(ath0) entered forwarding state
  476. [   12.180000] 8021q: adding VLAN 0 to HW filter on device ath0
  477. [   12.190000] ar9300_override_ini: reset 0x9e14, 0x3179e162
  478. [   12.230000] isCountryCodeValid: EEPROM regdomain 0x0
  479. [   12.230000] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x2) flags 0x2150
  480. [   12.230000] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x4) flags 0xa0
  481. [   12.230000] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x8) flags 0xc0
  482. [   12.230000] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x20) flags 0xd0
  483. [   12.230000] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x40) flags 0x150
  484. [   12.230000] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x800) flags 0x10080
  485. [   12.230000] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x2000) flags 0x20080
  486. [   12.230000] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x4000) flags 0x40080
  487. [   12.230000] Add VHT80 channel: 5210
  488. [   12.230000] Add VHT80 channel: 5290
  489. [   12.230000] Add VHT80 channel: 5530
  490. [   12.230000] Add VHT80 channel: 5610
  491. [   12.230000] Skipping VHT80 channel 5660
  492. [   12.230000] Skipping VHT80 channel 5680
  493. [   12.230000] Skipping VHT80 channel 5700
  494. [   12.230000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5210,5290
  495. [   12.230000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5290,5210
  496. [   12.230000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5530,5610
  497. [   12.230000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5610,5530
  498. [   12.230000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5210,5530
  499. [   12.230000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5530,5210
  500. [   12.230000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5210,5610
  501. [   12.230000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5610,5210
  502. [   12.230000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5290,5530
  503. [   12.230000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5530,5290
  504. [   12.230000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5290,5610
  505. [   12.230000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5610,5290
  506. [   12.290000] set improve dfs switch = 1
  507. [   12.390000] wmi_unified_vdev_create_send: ID = 0 Type = 1, Subtype = 0 VAP Addr = b4:b0:24:66:9e:67:
  508. [   12.400000] ieee80211_mbo_vattach:MBO Initialized
  509. [   12.410000] VAP device ath10 created osifp: (8645e380) os_if: (84dc0000)
  510. [   12.430000] isCountryCodeValid: EEPROM regdomain 0x0
  511. [   12.430000] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x2) flags 0x2150
  512. [   12.430000] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x4) flags 0xa0
  513. [   12.430000] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x8) flags 0xc0
  514. [   12.430000] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x20) flags 0xd0
  515. [   12.430000] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x40) flags 0x150
  516. [   12.430000] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x800) flags 0x10080
  517. [   12.430000] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x2000) flags 0x20080
  518. [   12.430000] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x4000) flags 0x40080
  519. [   12.430000] Add VHT80 channel: 5210
  520. [   12.430000] Add VHT80 channel: 5290
  521. [   12.430000] Add VHT80 channel: 5530
  522. [   12.430000] Add VHT80 channel: 5610
  523. [   12.430000] Skipping VHT80 channel 5660
  524. [   12.430000] Skipping VHT80 channel 5680
  525. [   12.430000] Skipping VHT80 channel 5700
  526. [   12.430000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5210,5290
  527. [   12.430000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5290,5210
  528. [   12.430000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5530,5610
  529. [   12.430000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5610,5530
  530. [   12.430000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5210,5530
  531. [   12.430000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5530,5210
  532. [   12.430000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5210,5610
  533. [   12.430000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5610,5210
  534. [   12.430000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5290,5530
  535. [   12.430000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5530,5290
  536. [   12.430000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5290,5610
  537. [   12.430000] Add VHT160/VHT80_80 pri80 and sec80 centers: 5610,5290
  538. [   12.480000] ME Pool succesfully initialized vaddr - 84de0000 paddr - 0
  539. [   12.480000] num_elems = 1424 buf_size - 64 pool_size = 102528
  540. [   12.490000] Enable MCAST_TO_UCAST
  541. [   12.550000] set channellimit = 0
  542. [   12.610000] siwfreq
  543. [   12.610000] Set freq vap 0 stop send + 84dc0000
  544. [   12.610000] Set freq vap 0 stop send -84dc0000
  545. [   12.650000] Set wait done --84dc0000
  546. [   12.660000]
  547. [   12.660000]  DES SSID SET=TP-Link_5GHz_669E67
  548. [   12.710000] Set beacon rate: 6000
  549. [   12.720000] Set bcast rate: 6000
  550. [   12.720000] Configuring BCAST RATE is deffered as channel is not yet set for VAP
  551. [   12.740000] Set mcast rate: 6000
  552. [   12.740000] Configuring MCAST RATE is deffered as channel is not yet set for VAP
  553. [   12.760000] Set mgmt rate: 6000
  554. [   12.760000] Configuring MGMT RATE is deffered as channel is not yet set for VAP
  555. [   12.770000] Set data minrate: 0
  556. [   12.780000] Disable data minrate
  557. [   12.780000] bw_nss_val: 0x0
  558. [   12.790000] Set sta minrate: 6000
  559. [   12.800000] Set sta minrate: 6000
  560. [   12.810000] Set disable CCK rate: 0
  561. [   12.840000] WARNING: Fragmentation with HT mode NOT ALLOWED!!
  562. [   12.910000] device ath10 entered promiscuous mode
  563. [   12.950000]  ieee80211_ioctl_siwmode: imr.ifm_active=66176, new mode=3, valid=1
  564. [   12.960000]  DEVICE IS DOWN ifname=ath10
  565. [   12.970000]  DEVICE IS DOWN ifname=ath10
  566. [   13.000000] br0: port 3(ath10) entered forwarding state
  567. [   13.000000] br0: port 3(ath10) entered forwarding state
  568. [   13.000000] 8021q: adding VLAN 0 to HW filter on device ath10
  569. [   13.060000]
  570. [   13.060000] manage vlan set ssid vlan: idx (0), intfName (ath0), vlan (0)
  571. [   13.070000]
  572. [   13.070000] manage vlan set ssid vlan: idx (1), intfName (ath10), vlan (0)
  573. [   13.160000] tp mesh events being sent to PID:818
  574. [   13.270000] wmi_unified_vdev_create_send: ID = 1 Type = 1, Subtype = 0 VAP Addr = ba:b0:24:66:9e:67:
  575. [   13.280000] ieee80211_mbo_vattach:MBO Initialized
  576. [   13.280000] VAP device bkhap1 created osifp: (8645fb80) os_if: (84e2c000)
  577. [   13.300000]  ieee80211_ioctl_siwmode: imr.ifm_active=66176, new mode=3, valid=1
  578. [   13.480000] set channellimit = 0
  579. [   13.510000] osif_vap_init: Scan in progress.. Cancelling it. vap: 0x84dc0000
  580. [   13.580000]
  581. [   13.580000]  DES SSID SET=mesh_b4b024669e66
  582. [   13.610000] device bkhap1 entered promiscuous mode
  583. [   13.620000]  ieee80211_ioctl_siwmode: imr.ifm_active=66176, new mode=3, valid=1
  584. [   13.630000]  DEVICE IS DOWN ifname=bkhap1
  585. [   13.640000]  DEVICE IS DOWN ifname=bkhap1
  586. [   13.780000] osif_vap_init: Scan in progress.. Cancelling it. vap: 0x84e2c000
  587. [   13.810000] br0: port 4(bkhap1) entered forwarding state
  588. [   13.810000] br0: port 4(bkhap1) entered forwarding state
  589. [   13.820000] [Debug led_proc_write:639] Write led_yellow.
  590. [   13.830000] [Debug led_common_write_proc:478] Execute LED action:    { 1   0   0   0   0 }
  591. [   13.840000] [Debug led_proc_write:639] Write led_green.
  592. [   13.850000] [Debug led_common_write_proc:478] Execute LED action:    { 3   0   500 500 4 }
  593. [   13.970000] Switching to Tx Mode-0
  594. [   14.940000] ar9300_override_ini: reset 0x9e14, 0x317b5de2
  595. [   14.960000] mlme_create_infra_bss : Overriding HT40 channel with HT20 channel
  596. [   14.980000] ar9300_override_ini: reset 0x9e14, 0x317b5de2
  597. [   15.000000] ar9300_override_ini: reset 0x9e14, 0x3179e162
  598. [   15.850000] mspi_read_id get id=0x1c
  599. [   16.820000] [Debug led_proc_write:639] Write led_green.
  600. [   16.830000] [Debug led_common_write_proc:478] Execute LED action:    { 7   0   0   0   0 }
  601. [   19.370000] ACS failed to derive the channel. So,selecting channel with least BSS
  602. [   19.380000] random channel is 36
  603. [   19.400000] ******** ACS report ********
  604. [   19.400000]  Channel | BSS  | minrssi | maxrssi | NF | Ch load | spect load | sec_chan
  605. [   19.410000] ---------------------------------------------------------------------
  606. [   19.420000]  5180( 36)    0        0         0   -101       1           0          1
  607. [   19.420000]  5200( 40)    7       12        13   -100       7           0          1
  608. [   19.430000]  5220( 44)    2       27        27   -101       1           0          1
  609. [   19.440000]  5240( 48)    1        9         9   -101       2           0          1
  610. [   19.450000]  5260( 52)    0        0         0   -101       0           0          1
  611. [   19.460000]  5280( 56)    0        0         0   -101       0           0          1
  612. [   19.470000]  5300( 60)    1        4         4   -101       1           0          0
  613. [   19.470000]  5320( 64)    0        0         0   -102       0           0          1
  614. [   19.480000]  5500(100)    0        0         0   -103       0           0          1
  615. [   19.490000]  5520(104)    0        0         0   -103       0           0          1
  616. [   19.500000]  5540(108)    0        0         0   -102       1           0          1
  617. [   19.510000]  5560(112)    6        8         9   -102       2           0          0
  618. [   19.510000]  5580(116)    0        0         0   -103       1           0          1
  619. [   19.520000]  5600(120)    0        0         0   -102       0           0          1
  620. [   19.530000]  5620(124)    2       17        27   -102       1           0          0
  621. [   19.540000]  5640(128)    0        0         0   -101       1           0          1
  622. [   19.550000]  5660(132)    0        0         0   -100       0           0          0
  623. [   19.560000]  5680(136)    0        0         0   -101       1           0          0
  624. [   19.560000]  5700(140)    0        0         0   -100       0           0          0
  625. [   19.570000] OL vap_start +
  626. [   19.580000] OL vap_start -
  627. [   19.580000] ol_ath_vap_set_param: Now supported MCAST RATE is 6000(kbps) and rate code: 0x3
  628. [   19.590000] ol_ath_vap_set_param: Now supported BCAST RATE is 6000(kbps) and rate code: 0x3
  629. [   19.600000] ol_ath_vap_set_param: Now supported BCAST RATE is 6000(kbps) and rate code: 0x3
  630. [   19.600000] ol_ath_vap_set_param: Now supported MCAST RATE is 6000(kbps) and rate code: 0x3
  631. [   19.610000] OL vap_start +
  632. [   19.620000] OL vap_start -
  633. [   21.640000] eth0: link up (100Mbps/Full duplex)
  634. [   21.640000] br0: port 1(eth0) entered forwarding state
  635. [   21.640000] br0: port 1(eth0) entered forwarding state
  636. [   24.480000] tp dfs events being sent to PID:354
  637. [  378.510000] query url:       tplinkeapnet
  638. [  378.520000] query url:       tplinkeapnet
  639. [  378.700000] query url:       tplinkeapnet
  640. [  378.710000] query url:       tplinkeapnet
  641. [  379.230000] query url:       tplinkeapnet
  642. [  381.720000] query url:       tplinkeapnet
  643. [  389.320000] query url:       tplinkeapnet
  644. [  389.320000] query url:       tplinkeapnet
  645. [  389.350000] <mesh core kernel>[debug]proc_write_config_func(770): set lbd switch to 0
  646. [  389.380000] br0: port 4(bkhap1) entered disabled state
  647. [  389.450000] [Debug led_proc_write:639] Write led_green.
  648. [  389.450000] [Debug led_common_write_proc:478] Execute LED action:    { 7   0   0   0   0 }
  649. [  432.110000] query url:       tplinkeapnet
  650. [  433.940000] query url:       tplinkeapnet
  651. [  433.950000] query url:       tplinkeapnet
  652. [  438.240000] query url:       tplinkeapnet
  653. [  440.410000]
  654. [  440.410000] manage vlan set port: ssh (22), http (80), https (443)
  655. [  452.240000] query url:       tplinkeapnet
  656. [  452.240000] query url:       tplinkeapnet
  657. [  456.210000] tty_open: Opening pts0 and default set O_NONBLOCK...
  658. [  456.220000] tty_open: Opening pts0 and default set O_NONBLOCK...
  659. [  456.230000] tty_open: Opening pts0 and default set O_NONBLOCK...
  660. [  686.020000] query url:       tplinkeapnet
  661. [  686.020000] query url:       tplinkeapnet
  662. [  690.670000] tty_open: Opening pts0 and default set O_NONBLOCK...
  663. [  690.680000] tty_open: Opening pts0 and default set O_NONBLOCK...
  664. [  690.690000] tty_open: Opening pts0 and default set O_NONBLOCK...
  665. [  705.030000] tty_open: Opening pts0 and default set O_NONBLOCK...
  666. [  708.040000] tty_open: Opening pts0 and default set O_NONBLOCK...
  667. [  712.030000] tty_open: Opening pts0 and default set O_NONBLOCK...
  668. [  747.670000] query url:       tplinkeapnet
  669. [  747.680000] query url:       tplinkeapnet
  670.  
  671.  
Advertisement
Add Comment
Please, Sign In to add comment