Guest User

Untitled

a guest
Jan 23rd, 2018
744
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 102.18 KB | None | 0 0
  1.  
  2.  
  3. U-Boot 2012.07 [Chaos Calmer 15.05.1,r35193] (Aug 30 2017 - 16:34:39)
  4.  
  5. smem ram ptable found: ver: 0 len: 5
  6. DRAM: 491 MiB
  7. NAND: SF: Detected S25FL256S with page size 64 KiB, total 32 MiB
  8. ipq_spi: page_size: 0x100, sector_size: 0x10000, size: 0x2000000
  9. 544 MiB
  10. MMC:
  11. PCI0 Link Intialized
  12. PCI1 Link Intialized
  13. In: serial
  14. Out: serial
  15. Err: serial
  16. MMC Device 0 not found
  17. cdp: get part failed for 0:HLOS
  18. MMC Device 0 not found
  19. cdp: get part failed for rootfs
  20. Net: MAC0 addr:00:03:7f:ba:db:00
  21. miiphy_read(0x11) @ 0x1 = 0x0010
  22. MAC2 addr:00:03:7f:ba:db:02
  23. eth0, eth1
  24. Hit any key to stop autoboot: 0
  25. MMC Device 0 not found
  26. MMC Device 0 not found
  27. Device 1: nand1... is now current device
  28. Creating 1 MTD partitions on "nand0":
  29. 0x000000000000-0x000004000000 : "mtd=0"
  30. UBI: attaching mtd2 to ubi0
  31. UBI: physical eraseblock size: 131072 bytes (128 KiB)
  32. UBI: logical eraseblock size: 126976 bytes
  33. UBI: smallest flash I/O unit: 2048
  34. UBI: VID header offset: 2048 (aligned 2048)
  35. UBI: data offset: 4096
  36. UBI: attached mtd2 to ubi0
  37. UBI: MTD device name: "mtd=0"
  38. UBI: MTD device size: 64 MiB
  39. UBI: number of good PEBs: 510
  40. UBI: number of bad PEBs: 2
  41. UBI: max. allowed volumes: 128
  42. UBI: wear-leveling threshold: 4096
  43. UBI: number of internal volumes: 1
  44. UBI: number of user volumes: 3
  45. UBI: available PEBs: 0
  46. UBI: total number of reserved PEBs: 510
  47. UBI: number of PEBs reserved for bad PEB handling: 5
  48. UBI: max/mean erase counter: 2/0
  49. Read 0 bytes from volume kernel to 44000000
  50. No size specified -> Using max size (3936256)
  51. ## Booting kernel from FIT Image at 44000000 ...
  52. Using 'config@v2.0-ap148' configuration
  53. Trying 'kernel@1' kernel subimage
  54. Description: ARM OpenWrt Linux-4.4.60
  55. Type: Kernel Image
  56. Compression: gzip compressed
  57. Data Start: 0x440000e4
  58. Data Size: 3744065 Bytes = 3.6 MiB
  59. Architecture: ARM
  60. OS: Linux
  61. Load Address: 0x42208000
  62. Entry Point: 0x42208000
  63. Hash algo: crc32
  64. Hash value: ac8f2a13
  65. Hash algo: sha1
  66. Hash value: 221f105ca76bf5d5070855b30a5bea739c0aa0dc
  67. Verifying Hash Integrity ... crc32+ sha1+ OK
  68. ## Flattened Device Tree from FIT Image at 44000000
  69. Using 'config@v2.0-ap148' configuration
  70. Trying 'fdt@v2.0-ap148' FDT blob subimage
  71. Description: ARM OpenWrt qcom-ipq806x-akxx device tree blob
  72. Type: Flat Device Tree
  73. Compression: gzip compressed
  74. Data Start: 0x443bb1d0
  75. Data Size: 6619 Bytes = 6.5 KiB
  76. Architecture: ARM
  77. Hash algo: crc32
  78. Hash value: 4aa107f7
  79. Hash algo: sha1
  80. Hash value: 50161b319c2f6b27a407f5996b918219ded77662
  81. Verifying Hash Integrity ... crc32+ sha1+ OK
  82. gzip compressed FDT image found
  83. FDT load address is: 0x43f00000
  84. Loading FDT from 0x443bb1d0 to 0x43f00000
  85. Uncompressing Flat Device Tree ... OK
  86. Booting using the fdt blob at 0x43f00000
  87. Uncompressing Kernel Image ... OK
  88. Loading Device Tree to 47ff6000, end 47fff9bb ... OK
  89. MMC Device 0 not found
  90. cdp: get part failed for 0:HLOS
  91. MMC Device 0 not found
  92. cdp: get part failed for rootfs
  93. mtdparts = mtdparts=nand0:0x4000000@0(rootfs),0x4000000@0x4000000(rootfs_1);nand1:64K@0x0(0:SBL1),128K@0x10000(0:MIBIB),192K@0x30000(0:SBL2),192K@0x60000(0:SBL3),64K@0x90000(0:DDRCONFIG),64K@0xa0000(0:SSD),192K@0xb0000(0:TZ),128K@0xe0000(0:RPM),448K@0x100000(0:APPSBL),64K@0x170000(0:APPSBLENV),256K@0x180000(0:ART),128K@0x1c0000(0:BOOTCONFIG),192K@0x1e0000(0:SBL2_1),192K@0x210000(0:SBL3_1),64K@0x240000(0:DDRCONFIG_1),192K@0x250000(0:TZ_1),128K@0x280000(0:RPM_1),448K@0x2a0000(0:APPSBL_1),128K@0x310000(0:BOOTCONFIG1),
  94. Using machid 0x1260 from environment
  95.  
  96. Starting kernel ...
  97.  
  98. [ 0.000000] Booting Linux on physical CPU 0x0
  99. [ 0.000000] Linux version 4.4.60 (root@frank-Ubuntu-pc) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r48067) ) #9 SMP PREEMPT Tue Jan 23 10:34:50 CST 2018
  100. [ 0.000000] CPU: ARMv7 Processor [512f04d0] revision 0 (ARMv7), cr=10c5787d
  101. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
  102. [ 0.000000] Machine model: QCA IPQ8064/AP148-F1
  103. [ 0.000000] Ignoring memory range 0x40000000 - 0x42000000
  104. [ 0.000000] Reserved memory: OVERLAP DETECTED!
  105. [ 0.000000] wifi_dump@44000000 (0x44000000--0x44600000) overlaps with wigig_dump@44400000 (0x44400000--0x44600000)
  106. [ 0.000000] Memory policy: Data cache writealloc
  107. [ 0.000000] PERCPU: Embedded 12 pages/cpu @ddb91000 s19136 r8192 d21824 u49152
  108. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 120264
  109. [ 0.000000] Kernel command line: console=ttyHSL0,115200n8 ubi.mtd=rootfs root=mtd:ubi_rootfs rootfstype=squashfs console=ttyMSM0,115200n8
  110. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  111. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  112. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  113. [ 0.000000] Memory: 472620K/485376K available (5238K kernel code, 309K rwdata, 1760K rodata, 224K init, 266K bss, 12756K reserved, 0K cma-reserved, 0K highmem)
  114. [ 0.000000] Virtual kernel memory layout:
  115. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  116. [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  117. [ 0.000000] vmalloc : 0xde800000 - 0xff800000 ( 528 MB)
  118. [ 0.000000] lowmem : 0xc0000000 - 0xde000000 ( 480 MB)
  119. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  120. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  121. [ 0.000000] .text : 0xc0208000 - 0xc08ddb94 (6999 kB)
  122. [ 0.000000] .init : 0xc08de000 - 0xc0916000 ( 224 kB)
  123. [ 0.000000] .data : 0xc0916000 - 0xc09636a8 ( 310 kB)
  124. [ 0.000000] .bss : 0xc0966000 - 0xc09a8b1c ( 267 kB)
  125. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  126. [ 0.000000] Preemptible hierarchical RCU implementation.
  127. [ 0.000000] Build-time adjustment of leaf fanout to 32.
  128. [ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
  129. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=2
  130. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  131. [ 0.000000] clocksource: dg_timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 305801671480 ns
  132. [ 0.000006] sched_clock: 32 bits at 6MHz, resolution 160ns, wraps every 343597383600ns
  133. [ 0.000020] Switching to timer-based delay loop, resolution 160ns
  134. [ 0.000269] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.50 BogoMIPS (lpj=62500)
  135. [ 0.000291] pid_max: default: 32768 minimum: 301
  136. [ 0.000426] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  137. [ 0.000442] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  138. [ 0.001148] Initializing cgroup subsys memory
  139. [ 0.001207] CPU: Testing write buffer coherency: ok
  140. [ 0.001512] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  141. [ 0.001594] Setting up static identity map for 0x42208280 - 0x422082d8
  142. [ 0.054223] mem dump base table DT node does not exist
  143. [ 0.094437] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  144. [ 0.094587] Brought up 2 CPUs
  145. [ 0.094608] SMP: Total of 2 processors activated (25.00 BogoMIPS).
  146. [ 0.094618] CPU: All CPU(s) started in SVC mode.
  147. [ 0.106608] VFP support v0.3: implementor 51 architecture 64 part 4d variant 2 rev 0
  148. [ 0.107040] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  149. [ 0.107079] futex hash table entries: 512 (order: 3, 32768 bytes)
  150. [ 0.107648] pinctrl core: initialized pinctrl subsystem
  151. [ 0.109289] NET: Registered protocol family 16
  152. [ 0.110616] DMA: preallocated 2048 KiB pool for atomic coherent allocations
  153. [ 0.134896] cpuidle: using governor ladder
  154. [ 0.165911] cpuidle: using governor menu
  155. [ 0.186436] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  156. [ 0.186451] hw-breakpoint: maximum watchpoint size is 8 bytes.
  157. [ 0.188951] <CORE> glink_init: IPC Logging Disabled
  158. [ 0.189862] qcom_rpm 108000.rpm: RPM firmware 1.0.165
  159. [ 0.196434] IPC logging disabled
  160. [ 0.196446] IPC logging disabled
  161. [ 0.196453] IPC logging disabled
  162. [ 0.196461] IPC logging disabled
  163. [ 0.196468] IPC logging disabled
  164. [ 0.241620] SCSI subsystem initialized
  165. [ 0.243510] Advanced Linux Sound Architecture Driver Initialized.
  166. [ 0.244450] clocksource: Switched to clocksource dg_timer
  167. [ 0.246106] NET: Registered protocol family 2
  168. [ 0.246906] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
  169. [ 0.246952] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
  170. [ 0.247009] TCP: Hash tables configured (established 4096 bind 4096)
  171. [ 0.247058] UDP hash table entries: 256 (order: 1, 8192 bytes)
  172. [ 0.247083] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  173. [ 0.247292] NET: Registered protocol family 1
  174. [ 0.247896] hw perfevents: enabled with armv7_krait PMU driver, 5 counters available
  175. [ 0.258805] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  176. [ 0.258829] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  177. [ 0.265217] Key type asymmetric registered
  178. [ 0.265240] Asymmetric key parser 'x509' registered
  179. [ 0.265295] io scheduler noop registered
  180. [ 0.265315] io scheduler deadline registered (default)
  181. [ 0.267673] 1b500000.pci supply vdda not found, using dummy regulator
  182. [ 0.267771] 1b500000.pci supply vdda_phy not found, using dummy regulator
  183. [ 0.267848] 1b500000.pci supply vdda_refclk not found, using dummy regulator
  184. [ 0.268386] PCI host bridge /soc/pci@1b500000 ranges:
  185. [ 0.268423] IO 0x0fe00000..0x0fefffff -> 0x0fe00000
  186. [ 0.268444] MEM 0x08000000..0x0fdfffff -> 0x08000000
  187. [ 0.374956] qcom-pcie 1b500000.pci: link up
  188. [ 0.375201] qcom-pcie 1b500000.pci: PCI host bridge to bus 0000:00
  189. [ 0.375221] pci_bus 0000:00: root bus resource [bus 00-ff]
  190. [ 0.375240] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0xfe00000-0xfefffff])
  191. [ 0.375255] pci_bus 0000:00: root bus resource [mem 0x08000000-0x0fdfffff]
  192. [ 0.375793] PCI: bus0: Fast back to back transfers disabled
  193. [ 0.377650] PCI: bus1: Fast back to back transfers disabled
  194. [ 0.377829] pci 0000:00:00.0: BAR 8: assigned [mem 0x08000000-0x081fffff]
  195. [ 0.377851] pci 0000:01:00.0: BAR 0: assigned [mem 0x08000000-0x081fffff 64bit]
  196. [ 0.377960] pci 0000:00:00.0: PCI bridge to [bus 01]
  197. [ 0.377981] pci 0000:00:00.0: bridge window [mem 0x08000000-0x081fffff]
  198. [ 0.378321] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
  199. [ 0.378335] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
  200. [ 0.378807] 1b700000.pci supply vdda not found, using dummy regulator
  201. [ 0.378899] 1b700000.pci supply vdda_phy not found, using dummy regulator
  202. [ 0.378976] 1b700000.pci supply vdda_refclk not found, using dummy regulator
  203. [ 0.379505] PCI host bridge /soc/pci@1b700000 ranges:
  204. [ 0.379536] IO 0x31e00000..0x31efffff -> 0x31e00000
  205. [ 0.379555] MEM 0x2e000000..0x31dfffff -> 0x2e000000
  206. [ 0.487886] qcom-pcie 1b700000.pci: link up
  207. [ 0.488119] qcom-pcie 1b700000.pci: PCI host bridge to bus 0001:00
  208. [ 0.488135] pci_bus 0001:00: root bus resource [bus 00-ff]
  209. [ 0.488149] pci_bus 0001:00: root bus resource [mem 0x2e000000-0x31dfffff]
  210. [ 0.488642] PCI: bus0: Fast back to back transfers disabled
  211. [ 0.490587] PCI: bus1: Fast back to back transfers disabled
  212. [ 0.490838] pci 0001:00:00.0: BAR 8: assigned [mem 0x2e000000-0x2e1fffff]
  213. [ 0.490860] pci 0001:01:00.0: BAR 0: assigned [mem 0x2e000000-0x2e1fffff 64bit]
  214. [ 0.490975] pci 0001:00:00.0: PCI bridge to [bus 01]
  215. [ 0.490993] pci 0001:00:00.0: bridge window [mem 0x2e000000-0x2e1fffff]
  216. [ 0.491291] pcieport 0001:00:00.0: Signaling PME through PCIe PME interrupt
  217. [ 0.491304] pci 0001:01:00.0: Signaling PME through PCIe PME interrupt
  218. [ 0.496986] gsbi 16600000.gsbi: GSBI port protocol: 6 crci: 0
  219. [ 0.497558] gsbi 1a200000.gsbi: GSBI port protocol: 3 crci: 0
  220. [ 0.500833] NET: Registered protocol family 27
  221. [ 0.500847] IPC_RTR: ipc_router_create_log_ctx: IPC Logging disabled
  222. [ 0.500872] qmi_log_init: IPC Logging disabled
  223. [ 0.500881] qmi_log_init: IPC Logging disabled
  224. [ 0.501010] msm_rpm_log_probe: OK
  225. [ 0.503129] msm_serial 16640000.serial: msm_serial: detected port #0
  226. [ 0.503210] msm_serial 16640000.serial: uartclk = 7372800
  227. [ 0.503271] 16640000.serial: ttyMSM0 at MMIO 0x16640000 (irq = 174, base_baud = 460800) is a MSM
  228. [ 0.504093] msm_serial: console setup on port #0
  229. [ 1.285223] console [ttyMSM0] enabled
  230. [ 1.290000] msm_serial: driver initialized
  231. [ 1.293646] msm_serial_hsl_init: driver initialized
  232. [ 1.344088] brd: module loaded
  233. [ 1.857058] ahci-ipq 29000000.sata: forcing port_map 0x0 -> 0x1
  234. [ 1.857131] ahci-ipq 29000000.sata: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl platform mode
  235. [ 1.861796] ahci-ipq 29000000.sata: flags: ncq sntf pm led clo only pmp pio slum part ccc apst
  236. [ 1.872428] scsi host0: ahci-ipq
  237. [ 1.879805] ata1: SATA max UDMA/133 mmio [mem 0x29000000-0x2900017f] port 0x100 irq 30
  238. [ 1.883821] spi_qup 1a280000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64
  239. [ 1.892660] m25p80 spi32766.0: s25fl256s1 (32768 Kbytes)
  240. [ 1.897953] 19 ofpart partitions found on MTD device spi32766.0
  241. [ 1.903100] Creating 19 MTD partitions on "spi32766.0":
  242. [ 1.908840] 0x000000000000-0x000000010000 : "0:SBL1"
  243. [ 1.915284] 0x000000010000-0x000000030000 : "0:MIBIB"
  244. [ 1.930662] 0x000000030000-0x000000060000 : "0:SBL2"
  245. [ 1.931914] 0x000000060000-0x000000090000 : "0:SBL3"
  246. [ 1.946341] 0x000000090000-0x0000000a0000 : "0:DDRCONFIG"
  247. [ 1.957919] 0x0000000a0000-0x0000000b0000 : "0:SSD"
  248. [ 1.969465] 0x0000000b0000-0x0000000e0000 : "0:TZ"
  249. [ 1.981002] 0x0000000e0000-0x000000100000 : "0:RPM"
  250. [ 1.992540] 0x000000100000-0x000000170000 : "0:APPSBL"
  251. [ 2.004098] 0x000000170000-0x000000180000 : "0:APPSBLENV"
  252. [ 2.005417] 0x000000180000-0x0000001c0000 : "0:ART"
  253. [ 2.009693] 0x0000001c0000-0x0000001e0000 : "0:BOOTCONFIG"
  254. [ 2.014396] 0x0000001e0000-0x000000210000 : "0:SBL2_1"
  255. [ 2.020067] 0x000000210000-0x000000240000 : "0:SBL3_1"
  256. [ 2.025200] 0x000000240000-0x000000250000 : "0:DDRCONFIG_1"
  257. [ 2.040537] 0x000000250000-0x000000280000 : "0:TZ_1"
  258. [ 2.041845] 0x000000280000-0x0000002a0000 : "0:RPM_1"
  259. [ 2.045751] 0x0000002a0000-0x000000310000 : "0:APPSBL_1"
  260. [ 2.060947] 0x000000310000-0x000000330000 : "0:BOOTCONFIG1"
  261. [ 2.073691] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xac
  262. [ 2.073720] nand: Macronix MX30UF4G28AB
  263. [ 2.079209] nand: 512 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 112
  264. [ 2.082706] 2 ofpart partitions found on MTD device qcom_nand.0
  265. [ 2.090370] Creating 2 MTD partitions on "qcom_nand.0":
  266. [ 2.096277] 0x000000000000-0x000004000000 : "rootfs"
  267. [ 2.182089] mtd: device 19 (rootfs) set to be root filesystem
  268. [ 2.182578] mtdsplit: no squashfs found in "rootfs"
  269. [ 2.186926] 0x000004000000-0x000008000000 : "rootfs_1"
  270. [ 2.225163] ata1: SATA link down (SStatus 0 SControl 300)
  271. [ 2.262707] libphy: Fixed MDIO Bus: probed
  272. [ 2.263204] libphy: GPIO Bitbanged MDIO: probed
  273. [ 2.272485] cnss: Unable to create IPC log context!
  274. [ 2.272772] i2c /dev entries driver
  275. [ 2.278271] Speed bin: 0
  276. [ 2.279632] PVS bin: 1
  277. [ 2.283022] sdhci: Secure Digital Host Controller Interface driver
  278. [ 2.284584] sdhci: Copyright(c) Pierre Ossman
  279. [ 2.290899] sdhci-pltfm: SDHCI platform and OF driver helper
  280. [ 2.298168] L2 @ QSB rate. Forcing new rate.
  281. [ 2.301013] L2 @ 384000 KHz
  282. [ 2.305421] CPU0 @ 800000 KHz
  283. [ 2.307671] CPU1 @ QSB rate. Forcing new rate.
  284. [ 2.310871] CPU1 @ 384000 KHz
  285. [ 2.322915] NET: Registered protocol family 10
  286. [ 2.324230] NET: Registered protocol family 17
  287. [ 2.326438] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
  288. [ 2.330734] Bridge firewalling registered
  289. [ 2.343520] 8021q: 802.1Q VLAN Support v1.8
  290. [ 2.347576] Registering SWP/SWPB emulation handler
  291. [ 2.358806] ubi0: attaching mtd19
  292. [ 2.780344] ubi0: scanning is finished
  293. [ 2.788487] ubi0 warning: print_rsvd_warning: cannot reserve enough PEBs for bad PEB handling, reserved 5, need 78
  294. [ 2.789458] ubi0: attached mtd19 (name "rootfs", size 64 MiB)
  295. [ 2.797797] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
  296. [ 2.803534] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
  297. [ 2.810383] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
  298. [ 2.817226] ubi0: good PEBs: 510, bad PEBs: 2, corrupted PEBs: 0
  299. [ 2.823932] ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128
  300. [ 2.830253] ubi0: max/mean erase counter: 2/0, WL threshold: 4096, image sequence number: 1448651828
  301. [ 2.837282] ubi0: available PEBs: 0, total reserved PEBs: 510, PEBs reserved for bad PEB handling: 5
  302. [ 2.846684] ubi0: background thread "ubi_bgt0d" started, PID 101
  303. [ 2.868064] hctosys: unable to open rtc device (rtc0)
  304. [ 2.874961] ALSA device list:
  305. [ 2.874980] No soundcards found.
  306. [ 2.879225] VFS: Mounted root (squashfs filesystem) readonly on device 31:22.
  307. [ 2.880391] Freeing unused kernel memory: 224K (c08de000 - c0916000)
  308. [ 3.275833] init: Console is alive
  309. [ 3.275955] init: - watchdog -
  310. [ 4.554976] usbcore: registered new interface driver usbfs
  311. [ 4.555039] usbcore: registered new interface driver hub
  312. [ 4.559416] usbcore: registered new device driver usb
  313. [ 4.566209] Button Hotplug driver version 0.4.1
  314. [ 5.080196] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
  315. [ 5.080238] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
  316. [ 5.084721] xhci-hcd xhci-hcd.0.auto: hcc params 0x0228f065 hci version 0x100 quirks 0x00010010
  317. [ 5.092293] xhci-hcd xhci-hcd.0.auto: irq 176, io mem 0x11000000
  318. [ 5.101471] hub 1-0:1.0: USB hub found
  319. [ 5.107204] hub 1-0:1.0: 1 port detected
  320. [ 5.110896] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
  321. [ 5.114696] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
  322. [ 5.120125] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
  323. [ 5.128077] hub 2-0:1.0: USB hub found
  324. [ 5.135948] hub 2-0:1.0: 1 port detected
  325. [ 5.139727] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
  326. [ 5.143521] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3
  327. [ 5.149042] xhci-hcd xhci-hcd.1.auto: hcc params 0x0228f065 hci version 0x100 quirks 0x00010010
  328. [ 5.156445] xhci-hcd xhci-hcd.1.auto: irq 177, io mem 0x10000000
  329. [ 5.165585] hub 3-0:1.0: USB hub found
  330. [ 5.171311] hub 3-0:1.0: 1 port detected
  331. [ 5.175185] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
  332. [ 5.178932] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4
  333. [ 5.184287] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
  334. [ 5.192307] hub 4-0:1.0: USB hub found
  335. [ 5.200203] hub 4-0:1.0: 1 port detected
  336. [ 5.208031] usbcore: registered new interface driver usb-storage
  337. [ 5.283847] init: - preinit -
  338. [ 5.491421] random: mktemp: uninitialized urandom read (6 bytes read, 66 bits of entropy available)
  339. [ 5.493967] random: mktemp: uninitialized urandom read (6 bytes read, 66 bits of entropy available)
  340. [ 5.501874] random: mktemp: uninitialized urandom read (6 bytes read, 66 bits of entropy available)
  341. Press the [f] key and hit [enter] to enter failsafe mode
  342. Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
  343. Before mount_root
  344. [ 6.565657] random: procd: uninitialized urandom read (4 bytes read, 67 bits of entropy available)
  345. [ 6.565832] UBIFS (ubi0:2): background thread "ubifs_bgt0_2" started, PID 130
  346. [ 6.618305] UBIFS (ubi0:2): recovery needed
  347. [ 6.779226] UBIFS (ubi0:2): recovery completed
  348. [ 6.779321] UBIFS (ubi0:2): UBIFS: mounted UBI device 0, volume 2, name "rootfs_data"
  349. [ 6.782561] UBIFS (ubi0:2): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
  350. [ 6.790551] UBIFS (ubi0:2): FS size: 42663936 bytes (40 MiB, 336 LEBs), journal size 2158592 bytes (2 MiB, 17 LEBs)
  351. [ 6.800420] UBIFS (ubi0:2): reserved for root: 2015122 bytes (1967 KiB)
  352. [ 6.810670] UBIFS (ubi0:2): media format: w4/r0 (latest is w4/r0), UUID B1BDFD88-D938-4C40-92B2-7C7F137D7298, small LPT model
  353. [ 6.819192] mount_root: switching to jffs2 overlay
  354. After mount_root
  355. [ 6.853074] procd: - early -
  356. [ 6.853140] procd: - watchdog -
  357. [ 7.518919] procd: - ubus -
  358. [ 8.531232] random: ubusd: uninitialized urandom read (4 bytes read, 76 bits of entropy available)
  359. [ 8.531478] random: ubusd: uninitialized urandom read (4 bytes read, 76 bits of entropy available)
  360. [ 8.539168] random: ubusd: uninitialized urandom read (4 bytes read, 76 bits of entropy available)
  361. [ 8.550168] random: ubusd: uninitialized urandom read (4 bytes read, 76 bits of entropy available)
  362. [ 8.557032] random: ubusd: uninitialized urandom read (4 bytes read, 76 bits of entropy available)
  363. [ 8.566147] random: ubusd: uninitialized urandom read (4 bytes read, 76 bits of entropy available)
  364. [ 8.575308] procd: - init -
  365. Please press Enter to activate this console.
  366. [ 9.419328] nf_conntrack version 0.5.0 (7388 buckets, 29552 max)
  367. [ 9.420695] rfs_ess_init[1114]:ERROR:Cannot find ess-switch
  368. [ 9.430153] ntfs: driver 2.1.32 [Flags: R/O MODULE].
  369. [ 9.434269] Initializing XFRM netlink socket
  370. [ 9.435937] NET: Registered protocol family 15
  371. [ 9.440702] PPP generic driver version 2.4.2
  372. [ 10.783454] ssdk_alloc_priv[4384]:INFO:ess-switch dts node number: 1
  373. [ 10.786215] ssdk_dt_parse[2643]:ERROR:cannot find ess-switch node
  374. [ 10.792417] ssdk_plat_init start
  375. [ 10.795111] ssdk_driver_register[2893]:INFO:Register QCA PHY driver
  376. [ 10.803420] regi_init[4534]:INFO:qca-ssdk module init, no device found!
  377. [ 10.816183] **********************************************************
  378. [ 10.816209] * Driver :NSS GMAC Driver for RTL v(3.72a)
  379. [ 10.821596] * Version :1.0
  380. [ 10.827170] * Copyright :Copyright (c) 2013-2016 The Linux Foundation. All rights reserved.
  381. [ 10.830019] **********************************************************
  382. [ 11.084594] l2tp_core: L2TP core driver, V2.0
  383. [ 11.085322] l2tp_netlink: L2TP netlink interface
  384. [ 11.203065] nss_driver - fw of size 485952 bytes copied to load addr: 40000000, nss_id : 0
  385. [ 11.203618] nss_driver - Turbo Support 1
  386. [ 11.210361] Supported Frequencies -
  387. [ 11.214376] 110Mhz 550Mhz
  388. [ 11.219753] 733Mhz [ 11.220538]
  389. [ 11.241138] nss_driver - fw of size 212800 bytes copied to load addr: 40800000, nss_id : 1
  390. [ 11.244556] sit: IPv6 over IPv4 tunneling driver
  391. [ 11.245314] node size 1 # items 2
  392. [ 11.245319] memory: 40000000 536870912 (avl 501403648) items 2
  393. [ 11.252581] node size 1 # items 2
  394. [ 11.252586] memory: 40000000 536870912 (avl 501403648) items 2
  395. [ 11.267617] nat46: module (version 8ff2ae59ec9840a7b8b45f976c51cae80abe0226) loaded.
  396. [ 11.274232] gre: GRE over IPv4 demultiplexor driver
  397. [ 11.280166] ip_gre: GRE over IPv4 tunneling driver
  398. [ 11.291775] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
  399. [ 11.307713] QCA multicast snooping installed successfully
  400. [ 11.309832] ip6_tables: (C) 2000-2006 Netfilter Core Team
  401. [ 11.325394] nss_lag_init[345]:LAG Manager Installed
  402. [ 11.326801] NET: Registered protocol family 24
  403. [ 11.329973] PPTP driver version 0.8.5
  404. [ 11.336566] <NSS-CRYPTO>:module loaded (platform - IPQ806x, build - Build_ID - 01/23/18, 10:26:24)
  405. [ 11.337467] <NSS-CRYPTO>:Register with NSS driver-
  406. [ 11.347673] crypto bench loaded - Build_ID - 01/23/18, 10:26:28
  407. [ 11.356286] cannot find nss-macsec0 node
  408. [ 11.356759] nss_macsec init success
  409. [ 11.364144] nss_ipsecmgr_init[1058]:NSS IPsec manager loaded: Build Id: 01/23/18, 10:29:39
  410. [ 11.376370] u32 classifier
  411. [ 11.376387] input device check on
  412. [ 11.377960] Actions configured
  413. [ 11.382634] Mirror/redirect action on
  414. [ 11.399043] fuse init (API version 7.23)
  415. [ 11.401869] arp_tables: (C) 2002 David S. Miller
  416. [ 11.404271] ip_tables: (C) 2000-2006 Netfilter Core Team
  417. [ 11.410493] l2tp_ppp: PPPoL2TP kernel driver, V2.0
  418. [ 11.444910] <NSS-CRYPTO>:NSS Firmware initialized
  419. [ 11.445109] <NSS-CRYPTO>:probing engine - 0
  420. [ 11.448585] <NSS-CRYPTO>:Device Tree node found
  421. [ 11.452783] <NSS-CRYPTO>:init completed for Pipe Pair[0]
  422. [ 11.457279] <NSS-CRYPTO>:init completed for Pipe Pair[1]
  423. [ 11.460992] nf_conntrack_rtsp v0.6.21 loading
  424. [ 11.469413] <NSS-CRYPTO>:probing engine - 1
  425. [ 11.472197] <NSS-CRYPTO>:Device Tree node found
  426. [ 11.476413] <NSS-CRYPTO>:init completed for Pipe Pair[0]
  427. [ 11.480713] <NSS-CRYPTO>:init completed for Pipe Pair[1]
  428. [ 11.487646] <NSS-CRYPTO>:probing engine - 2
  429. [ 11.491831] <NSS-CRYPTO>:Device Tree node found
  430. [ 11.495642] <NSS-CRYPTO>:init completed for Pipe Pair[0]
  431. [ 11.499986] <NSS-CRYPTO>:init completed for Pipe Pair[1]
  432. [ 11.507206] <NSS-CRYPTO>:probing engine - 3
  433. [ 11.510824] <NSS-CRYPTO>:Device Tree node found
  434. [ 11.514880] <NSS-CRYPTO>:init completed for Pipe Pair[0]
  435. [ 11.519257] <NSS-CRYPTO>:init completed for Pipe Pair[1]
  436. [ 11.577990] nf_nat_rtsp v0.6.21 loading
  437. [ 11.581836] PPP MPPE Compression module registered
  438. [ 11.605641] xt_time: kernel timezone is -0000
  439. [ 12.743218] random: nonblocking pool is initialized
  440. [ 13.188970] Not a bridge device, or device not found: br-
  441. [ 13.258051] Not a bridge device, or device not found: br-
  442. [ 17.809348] configuring additional NSS pbufs
  443. [ 17.831767] additional pbufs of size 4096000 got added to NSS
  444. [ 17.846029] mem_manager: module license 'unspecified' taints kernel.
  445. [ 17.846054] Disabling lock debugging due to kernel taint
  446. [ 17.876674] ath_dfs: Version 2.0.0
  447. [ 17.876674] Copyright (c) 2005-2006 Atheros Communications, Inc. All Rights Reserved
  448. [ 17.883786] ath_spectral: Version 2.0.0
  449. [ 17.883786] Copyright (c) 2005-2009 Atheros Communications, Inc. All Rights Reserved
  450. [ 18.893442] ath_hal: 0.9.17.1 (AR5416, AR9380, WRITE_EEPROM, 11D)
  451. [ 18.905632] ath_rate_atheros: Copyright (c) 2001-2005 Atheros Communications, Inc, All Rights Reserved
  452. [ 18.911112] ath_tx99: Version 2.0
  453. [ 18.911112] Copyright (c) 2010 Atheros Communications, Inc, All Rights Reserved
  454. [ 18.941953] ath_dev: Copyright (c) 2001-2007 Atheros Communications, Inc, All Rights Reserved
  455. [ 18.960939] ath_da_pci: (Atheros/multi-bss)
  456. [ 19.385716] ath_ol_pci: (Atheros/multi-bss)
  457. [ 19.385907] hif_pci_enable_bus: con_mode = 0x0, device_id = 0x46
  458. [ 19.389089] ath_ol_pci 0000:01:00.0: enabling device (0140 -> 0142)
  459. [ 19.395158] hif_pci_enable_bus: hif_enable_pci done *********** QCA9984 *************hif_pci_enable_bus: hif_type = 0xc, target_type = 0xahif_pci_enable_bus: hif_pci_probe_tgt_wakeup donehif_target_sync: Loop checking FW signalhif_target_sync: Got FW signal, retries = 0hif_config_ce: ce_init donehif_config_ce: X, ret = 0hif_set_hia: Ehif_set_hia_extnd: E
  460. [ 19.438696] chip_id 0xa chip_revision 0x0
  461. [ 19.439573]
  462. [ 19.439573] CLOCK PLL skipped
  463. [ 19.443567] hif_set_hia_extnd: setting the target pll frac ffffffff intval ffffffff
  464. [ 19.447964] hif_set_hia_extnd: no frac provided, skipping pre-configuring PLL
  465. [ 19.455618] hif_set_hia_extnd: targ_clk is not provided, skipping pre-configuring PLL
  466. [ 19.464891] hif_pci_bus_configure: hif_set_hia donehif_configure_irq: Ehif_pci_configure_legacy_irq: Ehif_pci_configure_legacy_irq: X, ret = 0hif_enable: X OKhif_napi_create: NAPI structures initializedhif_napi_create: NAPI id 6 created for pipe 5qca_napi_create: napi instance 32 created on pipe 4
  467. [ 19.492439] hif_napi_event: received evnt: CONF cmd; v = 1 (state=0x1)hif_napi_event: setting configuration to ON
  468. __ol_ath_attach() Allocated scn d7c00500
  469. [ 19.507019] nss register id -1 offload mode enabled = 0 nss config 2 Target Type a
  470. [ 19.510685] __ol_ath_attach: dev name wifi0
  471. [ 19.518383] ol_ath_attach interface_id 0
  472. [ 19.522838] ol_target_init() BMI inited.
  473. [ 19.526938] ol_target_init() BMI Get Target Info.
  474. [ 19.530547] Chip id: 0xa, chip version: 0x1000000
  475. [ 19.535218]
  476. [ 19.535218] CE WAR Disabled
  477. [ 19.540340] NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0
  478. [ 19.545181] ol_target_init() configure Target .
  479. [ 19.549805]
  480. [ 19.549805] Target Version is 1000000
  481. [ 19.553898]
  482. [ 19.553898] Flash Download Address c0000
  483. [ 19.559180] ol_transfer_bin_file: flash data file defined
  484. [ 19.565083] ol_transfer_bin_file[3767] Get Caldata for wifi0.
  485. [ 19.570342] qdf_fs_read[54]: Fail to Open File /tmp/wifi0.caldataol_transfer_bin_file: flash cal data len 4 doesn't equal to 12064
  486. [ 19.581769] ol_ath_download_firmware: Download OTP, flash download ADDRESS 0xc0000
  487. [ 19.587734]
  488. [ 19.587734] Selecting OTP binary for CHIP Version 0
  489. [ 19.603771] ol_transfer_bin_file 3648: downloading file 0, Download data len 9204
  490. [ 19.634571]
  491. [ 19.634571] First OTP send param 10
  492. [ 20.833837] ol_ath_download_firmware :First OTP download and Execute is good address:0xc00 return param 4660
  493. [ 20.833864] ol_ath_download_firmware:##Board Id 3 , CHIP Id 0
  494. [ 20.843020] ol_ath_download_firmware: BOARDDATA DOWNLOAD TO address 0xc0000
  495. [ 20.888356] ol_transfer_bin_file: Board Data File download to address=0xc0000 file name=QCA9984/hw.1/boardData_QCA9984_CUS238_5G_v1_003.bin
  496. [ 20.946483] ol_transfer_bin_file 3648: downloading file 3, Download data len 12064
  497. [ 20.946703] Board extended Data download address: 0x0
  498. [ 20.973314] ol_ath_download_firmware: Using 0x1234 for the remainder of init
  499. [ 20.973338]
  500. [ 20.973338] Selecting OTP binary for CHIP Version 0
  501. [ 20.979611] ol_transfer_bin_file 3648: downloading file 0, Download data len 9204
  502. [ 21.016370]
  503. [ 21.016370] [Non-Flash] : Ignore Module param
  504. [ 21.016393]
  505. [ 21.016393] Second otp download Param 700
  506. [ 22.229232] ol_ath_download_firmware : Second OTP download and Execute is good, param=0x0
  507. [ 22.229259]
  508. [ 22.229259] Mission mode: Firmware CHIP Version 0
  509. [ 22.237343] ol_swap_seg_alloc: Successfully allocated memory for SWAP size=262144
  510. [ 22.242867] ol_swap_wlan_memory_expansion: length:248913 size_left:248933 dma_size_left:262144 fw_temp:e043c004 fw_entry_size:248937
  511. [ 22.250372] ol_swap_wlan_memory_expansion: dma_virt_addr :e03fb000 fw_temp: e043c008 length: 248913
  512. [ 22.262568] Swap: bytes_left to copy: fw:16; dma_page:13231
  513. [ 22.271150] ol_swap_wlan_memory_expansion: length:0 size_left:12 dma_size_left:13231 fw_temp:e0478c5d fw_entry_size:248937
  514. [ 22.276700] Swap: wrong length read:0
  515. [ 22.287789] ol_swap_wlan_memory_expansion: Swap total_bytes copied: 248913 Target address 4231d0
  516. [ 22.291540] scn=d7c00500 target_write_addr=4231d0 seg_info=d95e5a10
  517. [ 22.300397] ol_transfer_swap_struct:Code swap structure successfully downloaded for bin type =2
  518. [ 22.306802] bin_filename=QCA9984/hw.1/athwlan.bin swap_filename=/lib/firmware/QCA9984/hw.1/athwlan.codeswap.bin
  519. [ 22.315687] ol_transfer_bin_file: Downloading firmware file: QCA9984/hw.1/athwlan.bin
  520. [ 22.465570] ol_transfer_bin_file 3648: downloading file 1, Download data len 388620
  521. [ 23.726068] ol_target_init() Download FW done.
  522. [ 23.726106]
  523. [ 23.726106] ol_ath_copy_tgt_iram() iram read paddr: 0x980000 host paddr 0x44000000 Radio id 0
  524. [ 23.893193] ol_ath_attach() WMI attached. wmi_handle dca10000
  525. [ 23.893219] wmi_unified_register_event_handler: Event id 62 is unavailable
  526. [ 23.898011] +htc_create .. HIF :d82d8000-htc_create: (0xdc9e8800)
  527. [ 23.908525] htc_wmi_init() HT Create . dc9e8800
  528. [ 23.911089] htc_wmi_init 7747 host_enable 0 nss_nwifi_offload 0
  529. [ 23.915472] ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko)
  530. [ 23.921293] OL_ACBKMinfree : 0
  531. [ 23.930741] OL_ACBEMinfree : 0
  532. [ 23.933780] OL_ACVIMinfree : 0
  533. [ 23.936985] OL_ACVOMinfree : 0
  534. [ 23.940029] hif_enable_fastpath, Enabling fastpath mode
  535. [ 23.943157] +HWT
  536. [ 23.948560] hif_completion_thread_startup: pipe_num:0 pipe_info:0xd82dcb78hif_completion_thread_startup: pipe_num:3 pipe_info:0xd82dcc50hif_completion_thread_startup: pipe_num:4 pipe_info:0xd82dcc98
  537. [ 23.965511] -HWT
  538. [ 23.967980] Startup Mode-0 set
  539. [ 23.969888] pdev attach (null) -1
  540. [ 23.972760]
  541. [ 23.972760] <=== cfg max peer id 1056 ====>
  542. [ 23.976922] htt_peer_map_timer_init Enter pdev d7938000 hrtimer d793c948
  543. [ 23.982197]
  544. [ 23.982197] htt_alloc_peer_map_mem : Alloc Success : host q vaddr d7942000 paddr 59942000
  545. [ 23.988932]
  546. [ 23.988932] htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts
  547. [ 23.999816] ol_txrx_pdev_attach: 2500 tx desc's allocated ; range starts from d7560000
  548. [ 24.008015] Firmware_Build_Number:38
  549. [ 24.014795] FW wireless modes: 0x7f9001
  550. [ 24.018613] num_rf_chain:0x00000004 ht_cap_info:0x0000185b vht_cap_info:0x339b79fa vht_supp_mcs:0x0000ffaa
  551. [ 24.030110] wmi_service_coex_gpio 0, wmi_service_4_wire_coex_support 0, coex_version 0
  552. [ 24.032265]
  553. [ 24.032265] Sending Ext resource cfg: HOST PLATFORM as 0
  554. [ 24.032265] fw_feature_bitmap as 50 to TGT
  555. [ 24.040039] ol_ath_service_ready_event: tt_support: 1
  556. [ 24.051083] ol_ath_service_ready_event: periodic_chan_stats: 1
  557. [ 24.056087] ol_ath_service_ready_event: sw_cal_support_check_flag: 1
  558. [ 24.061700] Peer Caching Enabled ; num_peers = 530, num_active_peers = 52 num_tids = 104, num_vdevs = 17
  559. [ 24.068249] EXT NSS Supported
  560. [ 24.077754] idx 1 req 2 num_units 1 num_unit_info 12 unit size 256 actual units 53
  561. [ 24.080554] ol_ath_alloc_host_mem_chunk req_id 2 idx 0 num_units 53 unit_len 256,
  562. [ 24.088394] idx 2 req 3 num_units 1 num_unit_info 12 unit size 1024 actual units 53
  563. [ 24.095819] ol_ath_alloc_host_mem_chunk req_id 3 idx 1 num_units 53 unit_len 1024,
  564. [ 24.103572] idx 3 req 4 num_units 1 num_unit_info 12 unit size 4096 actual units 53
  565. [ 24.111186] ol_ath_alloc_host_mem_chunk req_id 4 idx 2 num_units 53 unit_len 4096,
  566. [ 24.118963] idx 0 req 1 num_units 0 num_unit_info 2 unit size 2216 actual units 531
  567. [ 24.127125] ol_ath_alloc_host_mem_chunk req_id 1 idx 3 num_units 531 unit_len 2216,
  568. [ 24.134319] idx 4 req 6 num_units 35 num_unit_info 0 unit size 3072 actual units 35
  569. [ 24.141929] ol_ath_alloc_host_mem_chunk req_id 6 idx 4 num_units 35 unit_len 3072,
  570. [ 24.149760] idx 5 req 7 num_units 1 num_unit_info 0 unit size 12288 actual units 1
  571. [ 24.157220] ol_ath_alloc_host_mem_chunk req_id 7 idx 5 num_units 1 unit_len 12288,
  572. [ 24.165199] idx 6 req 5 num_units 0 num_unit_info 2 unit size 2092 actual units 531
  573. [ 24.173083] ol_ath_alloc_host_mem_chunk req_id 5 idx 6 num_units 531 unit_len 2092,
  574. [ 24.180435] Support not added yet for Service 91
  575. [ 24.187859] Support not added yet for Service 92
  576. [ 24.192706] No EXT_MSG send INIT now
  577. [ 24.197325] chunk 0 len 13568 requested , ptr 0x5aea4000
  578. [ 24.200838] chunk 1 len 54272 requested , ptr 0x59640000
  579. [ 24.206156] chunk 2 len 217088 requested , ptr 0x59680000
  580. [ 24.211527] chunk 3 len 1176696 requested , ptr 0x59000000
  581. [ 24.216950] chunk 4 len 107520 requested , ptr 0x59120000
  582. [ 24.222401] chunk 5 len 12288 requested , ptr 0x5a080000
  583. [ 24.227962] chunk 6 len 1110852 requested , ptr 0x59200000
  584. [ 24.233395] chunk 7 len 0 requested , ptr 0x44000000
  585. [ 24.238829] ol_ath_service_ready_event[4251] WAPI MBSSID 2
  586. [ 24.244125] smart_log_init: Smart logging Enabled buf=d7340000 (size=65536)
  587. [ 24.316365] Version = 16777216 3 status = 0
  588. [ 24.316414] ol_ath_connect_htc() WMI is ready
  589. [ 24.319785] htt_h2t_frag_desc_bank_cfg_msg - HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for radio ID = 0
  590. [ 24.324016] target uses HTT version 2.2; host uses 2.2
  591. [ 24.338981] ol_ath_attach() connect HTC.
  592. [ 24.338998] bypasswmi : 0
  593. [ 24.342954] ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0.
  594. [ 24.345588] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x2) flags 0x2150
  595. [ 24.357232] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x4) flags 0xa0
  596. [ 24.364472] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x8) flags 0xc0
  597. [ 24.371173] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x20) flags 0xd0
  598. [ 24.377952] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x40) flags 0x150
  599. [ 24.384835] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x800) flags 0x10080
  600. [ 24.392101] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x2000) flags 0x20080
  601. [ 24.399131] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x4000) flags 0x40080
  602. [ 24.406838] Add VHT80 channel: 5210
  603. [ 24.414130] Add VHT80 channel: 5290
  604. [ 24.417333] Add VHT80 channel: 5530
  605. [ 24.420797] Add VHT80 channel: 5610
  606. [ 24.424264] Add VHT80 channel: 5690
  607. [ 24.427771] Add VHT80 channel: 5775
  608. [ 24.431247] Skipping VHT80 channel 5825
  609. [ 24.435907] freq=58
  610. [ 24.438510] freq=106
  611. [ 24.440944] freq=122
  612. [ 24.443099] freq=138
  613. [ 24.445402] OL Resmgr Init-ed
  614. [ 24.447675] ieee80211_bsteering_attach: Band steering initialized
  615. [ 24.450586] acfg_attach: 3013: Netlink socket created:d8ed5400
  616. [ 24.456710] SPECTRAL : get_capability not registered
  617. [ 24.462459] HAL_CAP_PHYDIAG : Capable
  618. [ 24.467545] SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 237)
  619. [ 24.471063] SPECTRAL : get_capability not registered
  620. [ 24.479274] HAL_CAP_RADAR : Capable
  621. [ 24.484196] SPECTRAL : Need to fix the capablity check for SPECTRAL
  622. [ 24.484196] (spectral_attach : 242)
  623. [ 24.487823] SPECTRAL : get_capability not registered
  624. [ 24.497666] HAL_CAP_SPECTRAL_SCAN : Capable
  625. [ 24.502595] SPECTRAL : get_tsf64 not registered
  626. [ 24.506510] spectral_init_netlink 78 NULL SKB
  627. [ 24.510996] Green-AP : Green-AP : Attached
  628. [ 24.510996]
  629. [ 24.515533] Green-AP : Attached
  630. [ 24.520894] rate power table override is only supported for AR98XX
  631. [ 24.524112] ol_ath_smart_ant_attach: Hardware doest not support Smart Antenna.
  632. [ 24.530343] ol_if_dfs_attach: called; ptr=d735198c, radar_info=d82d3bb0
  633. [ 24.537493] dfs_attach: event log enabled by default
  634. [ 24.544349] >>>> CB Set (null)
  635. [ 24.549762] ol_ath_attach() UMAC attach .
  636. [ 24.552440]
  637. [ 24.552440] BURSTING enabled by default
  638. [ 24.556411] ol_ath_attach: Set global_ic[1] ..ptr:bfa37e78
  639. [ 24.561835] ath_lowi_if_netlink_init LOWI Netlink successfully created
  640. [ 24.567290] osif_wrap_attach:448 osif wrap attached
  641. [ 24.573715] osif_wrap_devt_init:409 osif wrap dev table init done
  642. [ 24.578494] Wrap Attached: Wrap_com =d76b6200 ic->ic_wrap_com=d76b6200 &wrap_com->wc_devt=d76b6200
  643. [ 24.584730] __ol_ath_attach: needed_headroom reservation 60
  644. [ 24.595346] ol_ath_thermal_mitigation_attach: --
  645. [ 24.599241] ol_ath_pci_probe num_radios=0, wifi_radios[0].sc = d7c00500 wifi_radio_type = 2
  646. [ 24.604177] ath_sysfs_diag_init: diag_fsattr
  647. [ 24.612486] hif_pci_enable_bus: con_mode = 0x0, device_id = 0x46
  648. [ 24.616831] ath_ol_pci 0001:01:00.0: enabling device (0140 -> 0142)
  649. [ 24.622669] hif_pci_enable_bus: hif_enable_pci done *********** QCA9984 *************hif_pci_enable_bus: hif_type = 0xc, target_type = 0xahif_pci_enable_bus: hif_pci_probe_tgt_wakeup donehif_target_sync: Loop checking FW signalhif_target_sync: Got FW signal, retries = 0hif_config_ce: ce_init donehif_config_ce: X, ret = 0hif_set_hia: Ehif_set_hia_extnd: E
  650. [ 24.666486] chip_id 0xa chip_revision 0x0
  651. [ 24.667372]
  652. [ 24.667372] CLOCK PLL skipped
  653. [ 24.671528] hif_set_hia_extnd: setting the target pll frac ffffffff intval ffffffff
  654. [ 24.675800] hif_set_hia_extnd: no frac provided, skipping pre-configuring PLL
  655. [ 24.683411] hif_set_hia_extnd: targ_clk is not provided, skipping pre-configuring PLL
  656. [ 24.692781] hif_pci_bus_configure: hif_set_hia donehif_configure_irq: Ehif_pci_configure_legacy_irq: Ehif_pci_configure_legacy_irq: X, ret = 0hif_enable: X OKhif_napi_create: NAPI structures initializedhif_napi_create: NAPI id 6 created for pipe 5qca_napi_create: napi instance 32 created on pipe 4
  657. [ 24.720314] hif_napi_event: received evnt: CONF cmd; v = 1 (state=0x1)hif_napi_event: setting configuration to ON
  658. __ol_ath_attach() Allocated scn d76c0500
  659. [ 24.734840] nss_wifi_olcfg value is 2
  660. [ 24.738542] Got NSS IFNUM as 118
  661. [ 24.742365] NSS osif_nss_ol_wifi_init :sc d8b40000 NSS ID 0 Taret type a
  662. [ 24.745684] src -> NSS:nentries 4096 mask fff swindex 0 write_index 0 hw_index 0 CE_space 59180000 ownerspace e08c1000
  663. [ 24.752357] dest -> NSS:nentries 0 mask 0 swindex 0 write_index 0 hw_index 0 CE_space 0 ownerspace 0
  664. [ 24.763056] src -> NSS:nentries 0 mask 0 swindex 0 write_index 0 hw_index 0 CE_space 0 ownerspace 0
  665. [ 24.772512] dest -> NSS:nentries 512 mask 1ff swindex 0 write_index 0 hw_index 0 CE_space 5aeca000 ownerspace e08cb000
  666. [ 24.781676] NSS-WifiOffload: nss_wifiol_ctx bf50e4d0
  667. [ 24.792849] NSS WIFI init succeeded for NSS radio 0
  668. [ 24.897688] nss register id 0 offload mode enabled = 1 nss config 2 Target Type a
  669. [ 24.897715] __ol_ath_attach: dev name wifi1
  670. [ 24.904216] ol_ath_attach interface_id 1
  671. [ 24.918676] ol_target_init() BMI inited.
  672. [ 24.918795] ol_target_init() BMI Get Target Info.
  673. [ 24.921788] [wifi0] [ 24.926341] Chip id: 0xa, chip version: 0x1000000
  674. [ 24.926347]
  675. [ 24.926347] CE WAR Disabled
  676.  
  677. [ 24.933067] FWLOG: [24541] WAL_DBGID_RST_STATS ( [ 24.933086] NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0
  678. [ 24.941909] 0x1, 0x1[ 24.949046] ol_target_init() configure Target .
  679.  
  680. [ 24.949283] ,
  681. [ 24.949327] Target Version is 1000000
  682. [ 24.949329]
  683. [ 24.949329] Flash Download Address c0000
  684. [ 24.949332] ol_transfer_bin_file: flash data file defined
  685. [ 24.949334] ol_transfer_bin_file[3767] Get Caldata for wifi1.
  686. [ 24.949376] qdf_fs_read[54]: Fail to Open File /tmp/wifi1.caldataol_transfer_bin_file: flash cal data len 0 doesn't equal to 12064
  687. [ 24.949385] ol_ath_download_firmware: Download OTP, flash download ADDRESS 0xc0000
  688. [ 24.949387]
  689. [ 24.949387] Selecting OTP binary for CHIP Version 0
  690. [ 24.949474] ol_transfer_bin_file 3648: downloading file 0, Download data len 9204
  691. [ 25.001989] 0x1464, 0x0 )
  692. [ 25.011614] [wifi0] FWLOG: [24617] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x94c, 0x94c, 0x0 )
  693. [ 25.020169] [wifi0] FWLOG: [24617] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x94c, 0x94c, 0x0 )
  694. [ 25.028850] [wifi0] FWLOG: [24617] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x94c, 0x94c, 0x0 )
  695. [ 25.037529] [wifi0] FWLOG: [24617] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x94c, 0x94c, 0x0 )
  696. [ 25.046212] [wifi0] FWLOG: [24743] WAL_DBGID_PDEV_INFO_PRINT ( 0x3a[ 25.048712]
  697. [ 25.048712] First OTP send param 10
  698.  
  699. [ 25.052566] , 0xa10, 0x160, 0x10, 0x0 )
  700. [ 25.061324] [wifi0] FWLOG: [24743] WAL_DBGID_PDEV_INFO_PRINT ( 0x3a, 0x10, 0x0, 0x10, 0x12 )
  701. [ 26.247913] ol_ath_download_firmware :First OTP download and Execute is good address:0x1000 return param 4660
  702. [ 26.247943] ol_ath_download_firmware:##Board Id 4 , CHIP Id 0
  703. [ 26.257005] ol_ath_download_firmware: BOARDDATA DOWNLOAD TO address 0xc0000
  704. [ 26.262556] ol_transfer_bin_file: Board Data File download to address=0xc0000 file name=QCA9984/hw.1/boardData_QCA9984_CUS240_2G_v1_004.bin
  705. [ 26.269511] ol_transfer_bin_file 3648: downloading file 3, Download data len 12064
  706. [ 26.282057] Board extended Data download address: 0x0
  707. [ 26.310018] ol_ath_download_firmware: Using 0x1234 for the remainder of init
  708. [ 26.310042]
  709. [ 26.310042] Selecting OTP binary for CHIP Version 0
  710. [ 26.316235] ol_transfer_bin_file 3648: downloading file 0, Download data len 9204
  711. [ 26.353166]
  712. [ 26.353166] [Non-Flash] : Ignore Module param
  713. [ 26.353188]
  714. [ 26.353188] Second otp download Param 700
  715. [ 27.313802] Switching to Tx Mode-1 Threshold 280
  716. [ 27.566055] ol_ath_download_firmware : Second OTP download and Execute is good, param=0x0
  717. [ 27.566081]
  718. [ 27.566081] Mission mode: Firmware CHIP Version 0
  719. [ 27.573713] ol_swap_seg_alloc: Successfully allocated memory for SWAP size=262144
  720. [ 27.579688] ol_swap_wlan_memory_expansion: length:248913 size_left:248933 dma_size_left:262144 fw_temp:e0b8c004 fw_entry_size:248937
  721. [ 27.587102] ol_swap_wlan_memory_expansion: dma_virt_addr :e0b4b000 fw_temp: e0b8c008 length: 248913
  722. [ 27.599251] Swap: bytes_left to copy: fw:16; dma_page:13231
  723. [ 27.607938] ol_swap_wlan_memory_expansion: length:0 size_left:12 dma_size_left:13231 fw_temp:e0bc8c5d fw_entry_size:248937
  724. [ 27.613401] Swap: wrong length read:0
  725. [ 27.624567] ol_swap_wlan_memory_expansion: Swap total_bytes copied: 248913 Target address 4231d0
  726. [ 27.628535] scn=d76c0500 target_write_addr=4231d0 seg_info=dcabc310
  727. [ 27.637157] ol_transfer_swap_struct:Code swap structure successfully downloaded for bin type =2
  728. [ 27.643520] bin_filename=QCA9984/hw.1/athwlan.bin swap_filename=/lib/firmware/QCA9984/hw.1/athwlan.codeswap.bin
  729. [ 27.652445] ol_transfer_bin_file: Downloading firmware file: QCA9984/hw.1/athwlan.bin
  730. [ 27.663101] ol_transfer_bin_file 3648: downloading file 1, Download data len 388620
  731. [ 28.935650] ol_target_init() Download FW done.
  732. [ 28.935686]
  733. [ 28.935686] ol_ath_copy_tgt_iram() iram read paddr: 0x980000 host paddr 0x44200000 Radio id 1
  734. [ 29.102831] ol_ath_attach() WMI attached. wmi_handle d8c34000
  735. [ 29.102854] wmi_unified_register_event_handler: Event id 62 is unavailable
  736. [ 29.107626] +htc_create .. HIF :d8b40000-htc_create: (0xd9524000)
  737. [ 29.118181] htc_wmi_init() HT Create . d9524000
  738. [ 29.120917] htc_wmi_init 7747 host_enable 0 nss_nwifi_offload 0
  739. [ 29.125056] ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko)
  740. [ 29.130903] OL_ACBKMinfree : 0
  741. [ 29.140329] OL_ACBEMinfree : 0
  742. [ 29.143392] OL_ACVIMinfree : 0
  743. [ 29.146576] OL_ACVOMinfree : 0
  744. [ 29.149645] hif_enable_fastpath, Enabling fastpath mode
  745. [ 29.152770] +HWT
  746. [ 29.158151] hif_completion_thread_startup: pipe_num:0 pipe_info:0xd8b44b78hif_completion_thread_startup: pipe_num:3 pipe_info:0xd8b44c50hif_completion_thread_startup: pipe_num:4 pipe_info:0xd8b44c98
  747. [ 29.173283] -HWT
  748. [ 29.177596] osif_nss_ol_post_recv_buffer bf50e4d0 d8b40000 0
  749. [ 29.179937] NSS CE init succeeded for NSS radio 0
  750. [ 29.285392] Startup Mode-0 set
  751. [ 29.285410] pdev attach bf50e4d0 0
  752. [ 29.287337]
  753. [ 29.287337] <=== cfg max peer id 1056 ====>
  754. [ 29.291220]
  755. [ 29.291220] htt_alloc_peer_map_mem : Alloc Success : host q vaddr d6c9e000 paddr 58c9e000
  756. [ 29.296688]
  757. [ 29.296688] htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts
  758. [ 29.306237] osif_nss_ol_htt_rx_init :NSS bf50e4d0 NSS ID 0
  759. [ 29.316151] HTT RX INIT configuration success for NSS radio 0
  760. [ 29.320241] NSS-WifiOffload:htt rx configure delay 100ms start
  761. [ 29.426134] ol_txrx_pdev_attach: 2500 tx desc's allocated ; range starts from d6480000
  762. [ 29.426262] osif_nss_ol_pdev_attach :NSS bf50e4d0 NSS ID 0 target type
  763. [ 29.432935] osif_nss_ol_pdev_attach :NSS bf50e4d0 NSS ID 0
  764. [ 29.441009] NSS WIFI TX init succeeded for NSS radio 0
  765. [ 29.445358] NSS-WifiOffload: pdev init delay
  766. [ 29.450378] sending peer pool memory
  767. [ 29.454872] sending peer pool with id 0 start addr 584c0000 length 204000 num_peers 67
  768. [ 29.458376] sending rra pool memory
  769. [ 29.466173] sending rra pool with id 0 start addr 584b0000 length 35400 num_rra 67
  770. [ 29.469485] Enabling primary_radio for if_num 118
  771. [ 29.478233] Firmware_Build_Number:38
  772. [ 29.481960] FW wireless modes: 0x680c
  773. [ 29.485628] num_rf_chain:0x00000004 ht_cap_info:0x0000185b vht_cap_info:0x339b79b2 vht_supp_mcs:0x0000ffaa
  774. [ 29.497087] wmi_service_coex_gpio 1, wmi_service_4_wire_coex_support 0, coex_version 3
  775. [ 29.499244]
  776. [ 29.499244] Sending Ext resource cfg: HOST PLATFORM as 0
  777. [ 29.499244] fw_feature_bitmap as 52 to TGT
  778. [ 29.507011] ol_ath_service_ready_event: tt_support: 1
  779. [ 29.518072] ol_ath_service_ready_event: periodic_chan_stats: 1
  780. [ 29.522965] ol_ath_service_ready_event: sw_cal_support_check_flag: 1
  781. [ 29.528781] Peer Caching Enabled ; num_peers = 530, num_active_peers = 52 num_tids = 104, num_vdevs = 17
  782. [ 29.535214] EXT NSS Supported
  783. [ 29.544730] idx 1 req 2 num_units 1 num_unit_info 12 unit size 256 actual units 53
  784. [ 29.547625] ol_ath_alloc_host_mem_chunk req_id 2 idx 0 num_units 53 unit_len 256,
  785. [ 29.555361] idx 2 req 3 num_units 1 num_unit_info 12 unit size 1024 actual units 53
  786. [ 29.562769] ol_ath_alloc_host_mem_chunk req_id 3 idx 1 num_units 53 unit_len 1024,
  787. [ 29.570566] idx 3 req 4 num_units 1 num_unit_info 12 unit size 4096 actual units 53
  788. [ 29.578149] ol_ath_alloc_host_mem_chunk req_id 4 idx 2 num_units 53 unit_len 4096,
  789. [ 29.585916] idx 0 req 1 num_units 0 num_unit_info 2 unit size 2216 actual units 531
  790. [ 29.594071] ol_ath_alloc_host_mem_chunk req_id 1 idx 3 num_units 531 unit_len 2216,
  791. [ 29.601334] idx 4 req 6 num_units 35 num_unit_info 0 unit size 3072 actual units 35
  792. [ 29.608813] ol_ath_alloc_host_mem_chunk req_id 6 idx 4 num_units 35 unit_len 3072,
  793. [ 29.616739] idx 5 req 7 num_units 1 num_unit_info 0 unit size 12288 actual units 1
  794. [ 29.624268] ol_ath_alloc_host_mem_chunk req_id 7 idx 5 num_units 1 unit_len 12288,
  795. [ 29.632088] idx 6 req 5 num_units 0 num_unit_info 2 unit size 2092 actual units 531
  796. [ 29.640065] ol_ath_alloc_host_mem_chunk req_id 5 idx 6 num_units 531 unit_len 2092,
  797. [ 29.647603] Support not added yet for Service 91
  798. [ 29.654822] Support not added yet for Service 92
  799. [ 29.659657] No EXT_MSG send INIT now
  800. [ 29.664266] chunk 0 len 13568 requested , ptr 0x5aba8000
  801. [ 29.667848] chunk 1 len 54272 requested , ptr 0x58550000
  802. [ 29.673119] chunk 2 len 217088 requested , ptr 0x58580000
  803. [ 29.678502] chunk 3 len 1176696 requested , ptr 0x58600000
  804. [ 29.683901] chunk 4 len 107520 requested , ptr 0x58720000
  805. [ 29.689385] chunk 5 len 12288 requested , ptr 0x5935c000
  806. [ 29.694936] chunk 6 len 1110852 requested , ptr 0x58000000
  807. [ 29.700362] chunk 7 len 0 requested , ptr 0x44200000
  808. [ 29.705793] Set btcoex_enable:0
  809. [ 29.710998] ol_ath_service_ready_event[4251] WAPI MBSSID 2
  810. [ 29.714320] smart_log_init: Smart logging Enabled buf=d6110000 (size=65536)
  811. [ 29.784433] Version = 16777216 3 status = 0
  812. [ 29.784596] ol_ath_connect_htc() WMI is ready
  813. [ 29.787763] osif_ol_nss_htc_send :NSS bf50e4d0 NSS ID 0
  814. [ 29.792015] osif_nss_ol_ce_raw_send :NSS bf50e4d0 NSS ID 0
  815. [ 29.797482] osif_ol_nss_htc_send :NSS bf50e4d0 NSS ID 0
  816. [ 29.797568] target uses HTT version 2.2; host uses 2.2
  817. [ 29.808305] osif_nss_ol_ce_raw_send :NSS bf50e4d0 NSS ID 0
  818. [ 29.813198] htt_h2t_frag_desc_bank_cfg_msg - HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for radio ID = 1
  819. [ 29.818742] osif_ol_nss_htc_send :NSS bf50e4d0 NSS ID 0
  820. [ 29.828797] osif_nss_ol_ce_raw_send :NSS bf50e4d0 NSS ID 0
  821. [ 29.834032] ol_ath_attach() connect HTC.
  822. [ 29.839387] bypasswmi : 0
  823. [ 29.843488] ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0.
  824. [ 29.846179] ol_regdmn_init_channels: !avail mode 0x680c (0x2) flags 0x2150
  825. [ 29.857788] ol_regdmn_init_channels: !avail mode 0x680c (0x1) flags 0x140
  826. [ 29.864600] ol_regdmn_init_channels: !avail mode 0x680c (0x20) flags 0xd0
  827. [ 29.871502] ol_regdmn_init_channels: !avail mode 0x680c (0x40) flags 0x150
  828. [ 29.878295] ol_regdmn_init_channels: !avail mode 0x680c (0x1000) flags 0x10100
  829. [ 29.885030] ol_regdmn_init_channels: !avail mode 0x680c (0x8000) flags 0x20100
  830. [ 29.892189] ol_regdmn_init_channels: !avail mode 0x680c (0x10000) flags 0x40100
  831. [ 29.899462] ol_regdmn_init_channels: !avail mode 0x680c (0x20000) flags 0x100100
  832. [ 29.906648] ol_regdmn_init_channels: !avail mode 0x680c (0x40000) flags 0x200100
  833. [ 29.914239] ol_regdmn_init_channels: !avail mode 0x680c (0x80000) flags 0x400100
  834. [ 29.921673] ol_regdmn_init_channels: !avail mode 0x680c (0x100000) flags 0x800100
  835. [ 29.929052] ol_regdmn_init_channels: !avail mode 0x680c (0x200000) flags 0x4000100
  836. [ 29.936451] ol_regdmn_init_channels: !avail mode 0x680c (0x400000) flags 0x8000100
  837. [ 29.943941] OL Resmgr Init-ed
  838. [ 29.951490] ieee80211_bsteering_attach: Band steering initialized
  839. [ 29.954431] acfg_attach: Offload using existing sock d8ed5400
  840. [ 29.960583] SPECTRAL : get_capability not registered
  841. [ 29.966284] HAL_CAP_PHYDIAG : Capable
  842. [ 29.971266] SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 237)
  843. [ 29.974906] SPECTRAL : get_capability not registered
  844. [ 29.982982] HAL_CAP_RADAR : Capable
  845. [ 29.987996] SPECTRAL : Need to fix the capablity check for SPECTRAL
  846. [ 29.987996] (spectral_attach : 242)
  847. [ 29.991499] SPECTRAL : get_capability not registered
  848. [ 30.001460] HAL_CAP_SPECTRAL_SCAN : Capable
  849. [ 30.006395] SPECTRAL : get_tsf64 not registered
  850. [ 30.010242] spectral_init_netlink 78 NULL SKB
  851. [ 30.014803] Green-AP : Green-AP : Attached
  852. [ 30.014803]
  853. [ 30.019270] Green-AP : Attached
  854. [ 30.024648] rate power table override is only supported for AR98XX
  855. [ 30.027884] ol_ath_smart_ant_attach: Hardware doest not support Smart Antenna.
  856. [ 30.034049] ol_if_dfs_attach: called; ptr=d738198c, radar_info=d82d3bb0
  857. [ 30.041292] dfs_attach: event log enabled by default
  858. [ 30.048069] >>>> CB Set (null)
  859. [ 30.053068] ol_ath_attach() UMAC attach .
  860. [ 30.056229]
  861. [ 30.056229] BURSTING enabled by default
  862. [ 30.060101] ol_ath_attach: Set global_ic[2] ..ptr:bfa37e78
  863. [ 30.065596] force_client_mcast_traffic for if_num 118 is 0
  864. [ 30.070935] osif_nss_ol_wifi_monitor_set_filter bf50e4d0 d76c0500 0 0
  865. [ 30.076443] ath_lowi_if_netlink_init Incremented LOWI netlink ref count: 2
  866. [ 30.082907] osif_wrap_attach:448 osif wrap attached
  867. [ 30.089819] osif_wrap_devt_init:409 osif wrap dev table init done
  868. [ 30.094534] Wrap Attached: Wrap_com =da3a9a00 ic->ic_wrap_com=da3a9a00 &wrap_com->wc_devt=da3a9a00
  869. [ 30.100836] __ol_ath_attach: needed_headroom reservation 60
  870. [ 30.110052] Enabled Fraglist bit for the radio wifi1 features 41
  871. [ 30.115965] ol_ath_thermal_mitigation_attach: --
  872. [ 30.121532] ol_ath_pci_probe num_radios=1, wifi_radios[1].sc = d76c0500 wifi_radio_type = 2
  873. [ 30.128111] ath_sysfs_diag_init: diag_fsattr
  874. [ 30.129684] [wifi1] FWLOG: [30027] WAL_DBGID_RST_STATS ( 0x1, 0x1, 0x96c, 0x0 )
  875. [ 30.129697] [wifi1] FWLOG: [30104] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x94c, 0x94c, 0x0 )
  876. [ 30.129708] [wifi1] FWLOG: [30104] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x94c, 0x94c, 0x0 )
  877. [ 30.129720] [wifi1] FWLOG: [30104] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x94c, 0x94c, 0x0 )
  878. [ 30.129731] [wifi1] FWLOG: [30104] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x94c, 0x94c, 0x0 )
  879. [ 30.129743] [wifi1] FWLOG: [30270] WAL_DBGID_PDEV_INFO_PRINT ( 0x3a, 0xa10, 0x160, 0x0, 0x12 )
  880. [ 30.129753] [wifi1] FWLOG: [30270] WAL_DBGID_PDEV_INFO_PRINT ( 0x3a, 0x0, 0x12, 0x10, 0x12 )
  881. [ 30.196164] pktlog_init: Initializing Pktlog for AR900B, pktlog_hdr_size = 16
  882. [ 30.197834] +hif_update_pipe_callback pipeid 8
  883. [ 30.204948] -hif_update_pipe_callback
  884. [ 30.209303] pktlog_init: Initializing Pktlog for AR900B, pktlog_hdr_size = 16
  885. [ 30.213022] +hif_update_pipe_callback pipeid 8
  886. [ 30.220221] -hif_update_pipe_callback
  887. [ 30.230291] __sa_init_module
  888. No Direct-Attach chipsets found.
  889. [ 30.268970] Removing athdebug proc file
  890. [ 30.269004] ath_dev: driver unloaded
  891. [ 30.289045] ath_tx99: driver unloaded
  892. [ 30.309018] ath_rate_atheros: driver unloaded
  893. [ 30.328977] ath_hal: driver unloaded
  894. [ 30.478940] Not a bridge device, or device not found: br-
  895. qcawifi disable radio wifi0
  896. [ 33.580832] __sa_exit_module
  897. [ 33.639187] Suspending Target - with disable_intr set :wifi1 (sc d8b40000)
  898. [ 33.639230] waiting for target paused event from target :wifi1 (sc d8b40000)
  899. [ 33.645348] osif_nss_ol_wifi_pause bf50e4d0 d76c0500 0
  900. [ 33.652262] ol_ath_pci_remove:nss wifi offload pause
  901. [ 33.757395] osif_nss_ol_wifi_reset: Reset Glbl RadioIDX to 0
  902. [ 33.757418] osif_nss_ol_wifi_reset bf50e4d0 d76c0500 0
  903. [ 33.762189] freeing rra memory pool
  904. [ 33.767146] freeing rra mem pool for pool_id 0[ 33.770604] NSS WIFI RAW SEND succeeded for NSS radio 0
  905. [ 33.770608] NSS WIFI RAW SEND succeeded for NSS radio 0
  906. NSS WIFI RAW SEND succeeded for NSS radio 0
  907. [ 33.780061] freeing peer memory pool
  908. [ 33.789465] freeing peer mem pool for pool_id 0nss wifi offload reset
  909. [ 33.897398] unregister wifi with nss
  910. [ 33.897559] ath_sysfs_diag_fini: diag_fsattr
  911. [ 33.900044] osif_wrap_devt_detach:426 osif wrap dev table detached
  912. [ 33.904287] osif_wrap_detach:479 osif wrap detached
  913. [ 33.910435] ol_ath_thermal_mitigation_detach: ++
  914. [ 33.915241] ol_ath_thermal_mitigation_detach: --
  915. [ 33.944928] ath_lowi_if_netlink_delete Going to decrement current LOWI netlink ref count: 2
  916. [ 33.945014] ol_if_dfs_teardown: called
  917. [ 33.952200] ol_if_dfs_clist_update: called, cmd=1, nollist= (null), nentries=0
  918. [ 33.956065] ol_ath_phyerr_detach: called
  919. [ 33.963211] ieee80211_bsteering_detach: Band steering terminated
  920. [ 33.967491] ieee80211_ifdetach: ATF terminated
  921. [ 33.974338] smart_log_deinit: Smart logging Disabled
  922. [ 33.977908] ol_tx_me_exit: Already Disabled !!!
  923. [ 33.982818] Green-AP : Green-AP : Detached
  924. [ 33.982818]
  925. [ 33.987055] Green-AP : Detached
  926. [ 33.992568] hif_pci_device_reset: Reset Devicehif_pci_disable_bus: Xhif_disable: Xhif_napi_destroy: NAPI 6 destroyed
  927. [ 34.003203] hif_napi_destroy: no NAPI instances. Zapped.
  928. [ 34.006292] ol_if_spectral_detach
  929. [ 34.011622] SPECTRAL : Module removed (spectral = d8b34000)
  930. [ 34.015057] ol_ath_detach: remove global_ic[1]..gloabl_ic ptr:bfa37e78
  931. [ 34.020308] ol_ath_detach: Peer Count 531
  932. [ 34.026992] ath_pci_remove
  933. [ 34.031020] Suspending Target - with disable_intr set :wifi0 (sc d82d8000)
  934. [ 34.033690] waiting for target paused event from target :wifi0 (sc d82d8000)
  935. [ 34.040622] ath_sysfs_diag_fini: diag_fsattr
  936. [ 34.047853] osif_wrap_devt_detach:426 osif wrap dev table detached
  937. [ 34.051992] osif_wrap_detach:479 osif wrap detached
  938. [ 34.058163] ol_ath_thermal_mitigation_detach: ++
  939. [ 34.062870] ol_ath_thermal_mitigation_detach: --
  940. [ 34.104966] ath_lowi_if_netlink_delete Going to decrement current LOWI netlink ref count: 1
  941. [ 34.105059] ol_if_dfs_teardown: called
  942. [ 34.112240] ol_if_dfs_clist_update: called, cmd=1, nollist= (null), nentries=0
  943. [ 34.116135] ol_ath_phyerr_detach: called
  944. [ 34.123242] channel is not 2.4G return faile
  945. [ 34.127481] ieee80211_bsteering_detach: Band steering terminated
  946. [ 34.131704] acfg_detach Netlink socket released
  947. [ 34.137844] ieee80211_ifdetach: ATF terminated
  948. [ 34.143477] ce_h2t_tx_ce_cleanup 1039 Fastpath mode ON, Cleaning up HTT Tx CEsmart_log_deinit: Smart logging Disabled
  949. [ 34.153578] ol_tx_me_exit: Already Disabled !!!
  950. [ 34.158408] Green-AP : Green-AP : Detached
  951. [ 34.158408]
  952. [ 34.161506] Green-AP : Detached
  953. [ 34.167196] hif_pci_device_reset: Reset Devicehif_pci_disable_bus: Xhif_disable: Xhif_napi_destroy: NAPI 6 destroyed
  954. [ 34.177737] hif_napi_destroy: no NAPI instances. Zapped.
  955. [ 34.180770] ol_if_spectral_detach
  956. [ 34.186170] SPECTRAL : Module removed (spectral = d83ec000)
  957. [ 34.189569] ol_ath_detach: remove global_ic[0]..gloabl_ic ptr:bfa37e78
  958. [ 34.194924] ol_ath_detach: Peer Count 531
  959. [ 34.201454] ath_pci_remove
  960. [ 34.289412] ath_spectral: driver unloaded
  961. [ 34.329095] ath_dfs: driver unloaded
  962. [ 34.483348] ath_dfs: Version 2.0.0
  963. [ 34.483348] Copyright (c) 2005-2006 Atheros Communications, Inc. All Rights Reserved
  964. [ 34.490306] ath_spectral: Version 2.0.0
  965. [ 34.490306] Copyright (c) 2005-2009 Atheros Communications, Inc. All Rights Reserved
  966. [ 35.570668] ath_ol_pci: (Atheros/multi-bss)
  967. [ 35.570857] hif_pci_enable_bus: con_mode = 0x0, device_id = 0x46hif_pci_enable_bus: hif_enable_pci done *********** QCA9984 *************hif_pci_enable_bus: hif_type = 0xc, target_type = 0xahif_pci_enable_bus: hif_pci_probe_tgt_wakeup donehif_target_sync: Loop checking FW signalhif_target_sync: Got FW signal, retries = 0hif_config_ce: ce_init donehif_config_ce: X, ret = 0hif_set_hia: Ehif_set_hia_extnd: E
  968. [ 35.616049] chip_id 0xa chip_revision 0x0
  969. [ 35.616936]
  970. [ 35.616936] CLOCK PLL skipped
  971. [ 35.620950] hif_set_hia_extnd: setting the target pll frac ffffffff intval ffffffff
  972. [ 35.625418] hif_set_hia_extnd: no frac provided, skipping pre-configuring PLL
  973. [ 35.632935] hif_set_hia_extnd: targ_clk is not provided, skipping pre-configuring PLL
  974. [ 35.642361] hif_pci_bus_configure: hif_set_hia donehif_configure_irq: Ehif_pci_configure_legacy_irq: Ehif_pci_configure_legacy_irq: X, ret = 0hif_enable: X OKhif_napi_create: NAPI structures initializedhif_napi_create: NAPI id 6 created for pipe 5qca_napi_create: napi instance 32 created on pipe 4
  975. [ 35.669816] hif_napi_event: received evnt: CONF cmd; v = 1 (state=0x1)hif_napi_event: setting configuration to ON
  976. __ol_ath_attach() Allocated scn d71c0500
  977. [ 35.684323] nss register id -1 offload mode enabled = 0 nss config 2 Target Type a
  978. [ 35.688136] __ol_ath_attach: dev name wifi0
  979. [ 35.695776] ol_ath_attach interface_id 0
  980. [ 35.710469] ol_target_init() BMI inited.
  981. [ 35.710582] ol_target_init() BMI Get Target Info.
  982. [ 35.713483] Chip id: 0xa, chip version: 0x1000000
  983. [ 35.718129]
  984. [ 35.718129] CE WAR Disabled
  985. [ 35.722899] NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0
  986. [ 35.727359] ol_target_init() configure Target .
  987. [ 35.732578]
  988. [ 35.732578] Target Version is 1000000
  989. [ 35.736915]
  990. [ 35.736915] Flash Download Address c0000
  991. [ 35.742109] ol_transfer_bin_file: flash data file defined
  992. [ 35.747995] ol_transfer_bin_file[3767] Get Caldata for wifi0.
  993. [ 35.753272] qdf_fs_read[54]: Fail to Open File /tmp/wifi0.caldataol_transfer_bin_file: flash cal data len 12696 doesn't equal to 12064
  994. [ 35.764821] ol_ath_download_firmware: Download OTP, flash download ADDRESS 0xc0000
  995. [ 35.770946]
  996. [ 35.770946] Selecting OTP binary for CHIP Version 0
  997. [ 35.778692] ol_transfer_bin_file 3648: downloading file 0, Download data len 9204
  998. [ 35.815662]
  999. [ 35.815662] First OTP send param 10
  1000. [ 37.014861] ol_ath_download_firmware :First OTP download and Execute is good address:0xc00 return param 4660
  1001. [ 37.014891] ol_ath_download_firmware:##Board Id 3 , CHIP Id 0
  1002. [ 37.023949] ol_ath_download_firmware: BOARDDATA DOWNLOAD TO address 0xc0000
  1003. [ 37.029522] ol_transfer_bin_file: Board Data File download to address=0xc0000 file name=QCA9984/hw.1/boardData_QCA9984_CUS238_5G_v1_003.bin
  1004. [ 37.036424] ol_transfer_bin_file 3648: downloading file 3, Download data len 12064
  1005. [ 37.048985] Board extended Data download address: 0x0
  1006. [ 37.076783] ol_ath_download_firmware: Using 0x1234 for the remainder of init
  1007. [ 37.076806]
  1008. [ 37.076806] Selecting OTP binary for CHIP Version 0
  1009. [ 37.083001] ol_transfer_bin_file 3648: downloading file 0, Download data len 9204
  1010. [ 37.119884]
  1011. [ 37.119884] [Non-Flash] : Ignore Module param
  1012. [ 37.119904]
  1013. [ 37.119904] Second otp download Param 700
  1014. [ 38.332867] ol_ath_download_firmware : Second OTP download and Execute is good, param=0x0
  1015. [ 38.332893]
  1016. [ 38.332893] Mission mode: Firmware CHIP Version 0
  1017. [ 38.340483] ol_swap_seg_alloc: Successfully allocated memory for SWAP size=262144
  1018. [ 38.346624] ol_swap_wlan_memory_expansion: length:248913 size_left:248933 dma_size_left:262144 fw_temp:df41a004 fw_entry_size:248937
  1019. [ 38.353888] ol_swap_wlan_memory_expansion: dma_virt_addr :e03fb000 fw_temp: df41a008 length: 248913
  1020. [ 38.366147] Swap: bytes_left to copy: fw:16; dma_page:13231
  1021. [ 38.374700] ol_swap_wlan_memory_expansion: length:0 size_left:12 dma_size_left:13231 fw_temp:df456c5d fw_entry_size:248937
  1022. [ 38.380355] Swap: wrong length read:0
  1023. [ 38.391439] ol_swap_wlan_memory_expansion: Swap total_bytes copied: 248913 Target address 4231d0
  1024. [ 38.395253] scn=d71c0500 target_write_addr=4231d0 seg_info=d95e5f10
  1025. [ 38.403959] ol_transfer_swap_struct:Code swap structure successfully downloaded for bin type =2
  1026. [ 38.410431] bin_filename=QCA9984/hw.1/athwlan.bin swap_filename=/lib/firmware/QCA9984/hw.1/athwlan.codeswap.bin
  1027. [ 38.419315] ol_transfer_bin_file: Downloading firmware file: QCA9984/hw.1/athwlan.bin
  1028. [ 38.429971] ol_transfer_bin_file 3648: downloading file 1, Download data len 388620
  1029. [ 39.697637] ol_target_init() Download FW done.
  1030. [ 39.697674]
  1031. [ 39.697674] ol_ath_copy_tgt_iram() iram read paddr: 0x980000 host paddr 0x44000000 Radio id 0
  1032. [ 39.864921] ol_ath_attach() WMI attached. wmi_handle d7946000
  1033. [ 39.864944] wmi_unified_register_event_handler: Event id 62 is unavailable
  1034. [ 39.869676] +htc_create .. HIF :d8040000-htc_create: (0xd76ba000)
  1035. [ 39.880244] htc_wmi_init() HT Create . d76ba000
  1036. [ 39.882819] htc_wmi_init 7747 host_enable 0 nss_nwifi_offload 0
  1037. [ 39.887178] ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko)
  1038. [ 39.893032] OL_ACBKMinfree : 0
  1039. [ 39.902456] OL_ACBEMinfree : 0
  1040. [ 39.905561] OL_ACVIMinfree : 0
  1041. [ 39.908631] OL_ACVOMinfree : 0
  1042. [ 39.911766] hif_enable_fastpath, Enabling fastpath mode
  1043. [ 39.914937] +HWT
  1044. [ 39.920242] hif_completion_thread_startup: pipe_num:0 pipe_info:0xd8044b78hif_completion_thread_startup: pipe_num:3 pipe_info:0xd8044c50hif_completion_thread_startup: pipe_num:4 pipe_info:0xd8044c98
  1045. [ 39.936457] -HWT
  1046. [ 39.939717] Startup Mode-0 set
  1047. [ 39.941615] pdev attach (null) -1
  1048. [ 39.944483]
  1049. [ 39.944483] <=== cfg max peer id 1056 ====>
  1050. [ 39.948475] htt_peer_map_timer_init Enter pdev d8b48000 hrtimer d8b4c948
  1051. [ 39.953877]
  1052. [ 39.953877] htt_alloc_peer_map_mem : Alloc Success : host q vaddr d6802000 paddr 58802000
  1053. [ 39.960650]
  1054. [ 39.960650] htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts
  1055. [ 39.971084] ol_txrx_pdev_attach: 2500 tx desc's allocated ; range starts from d7780000
  1056. [ 39.979756] Firmware_Build_Number:38
  1057. [ 39.986515] FW wireless modes: 0x7f9001
  1058. [ 39.990191] num_rf_chain:0x00000004 ht_cap_info:0x0000185b vht_cap_info:0x339b79fa vht_supp_mcs:0x0000ffaa
  1059. [ 40.001811] wmi_service_coex_gpio 0, wmi_service_4_wire_coex_support 0, coex_version 0
  1060. [ 40.003999]
  1061. [ 40.003999] Sending Ext resource cfg: HOST PLATFORM as 0
  1062. [ 40.003999] fw_feature_bitmap as 50 to TGT
  1063. [ 40.011790] ol_ath_service_ready_event: tt_support: 1
  1064. [ 40.022798] ol_ath_service_ready_event: periodic_chan_stats: 1
  1065. [ 40.027720] ol_ath_service_ready_event: sw_cal_support_check_flag: 1
  1066. [ 40.033449] Peer Caching Enabled ; num_peers = 530, num_active_peers = 52 num_tids = 104, num_vdevs = 17
  1067. [ 40.039975] EXT NSS Supported
  1068. [ 40.049446] idx 1 req 2 num_units 1 num_unit_info 12 unit size 256 actual units 53
  1069. [ 40.052268] ol_ath_alloc_host_mem_chunk req_id 2 idx 0 num_units 53 unit_len 256,
  1070. [ 40.060111] idx 2 req 3 num_units 1 num_unit_info 12 unit size 1024 actual units 53
  1071. [ 40.067494] ol_ath_alloc_host_mem_chunk req_id 3 idx 1 num_units 53 unit_len 1024,
  1072. [ 40.075397] idx 3 req 4 num_units 1 num_unit_info 12 unit size 4096 actual units 53
  1073. [ 40.082848] ol_ath_alloc_host_mem_chunk req_id 4 idx 2 num_units 53 unit_len 4096,
  1074. [ 40.090679] idx 0 req 1 num_units 0 num_unit_info 2 unit size 2216 actual units 531
  1075. [ 40.098135] ol_ath_alloc_host_mem_chunk req_id 1 idx 3 num_units 531 unit_len 2216,
  1076. [ 40.106058] idx 4 req 6 num_units 35 num_unit_info 0 unit size 3072 actual units 35
  1077. [ 40.113474] ol_ath_alloc_host_mem_chunk req_id 6 idx 4 num_units 35 unit_len 3072,
  1078. [ 40.121474] idx 5 req 7 num_units 1 num_unit_info 0 unit size 12288 actual units 1
  1079. [ 40.128953] ol_ath_alloc_host_mem_chunk req_id 7 idx 5 num_units 1 unit_len 12288,
  1080. [ 40.136850] idx 6 req 5 num_units 0 num_unit_info 2 unit size 2092 actual units 531
  1081. [ 40.144213] ol_ath_alloc_host_mem_chunk req_id 5 idx 6 num_units 531 unit_len 2092,
  1082. [ 40.152133] Support not added yet for Service 91
  1083. [ 40.159599] Support not added yet for Service 92
  1084. [ 40.164419] No EXT_MSG send INIT now
  1085. [ 40.169049] chunk 0 len 13568 requested , ptr 0x5aea4000
  1086. [ 40.172644] chunk 1 len 54272 requested , ptr 0x59640000
  1087. [ 40.177902] chunk 2 len 217088 requested , ptr 0x59680000
  1088. [ 40.183257] chunk 3 len 1176696 requested , ptr 0x59000000
  1089. [ 40.188664] chunk 4 len 107520 requested , ptr 0x59120000
  1090. [ 40.194095] chunk 5 len 12288 requested , ptr 0x5a080000
  1091. [ 40.199776] chunk 6 len 1110852 requested , ptr 0x59200000
  1092. [ 40.205161] chunk 7 len 0 requested , ptr 0x44000000
  1093. [ 40.210537] ol_ath_service_ready_event[4251] WAPI MBSSID 2
  1094. [ 40.215840] smart_log_init: Smart logging Enabled buf=d7380000 (size=65536)
  1095. [ 40.288122] Version = 16777216 3 status = 0
  1096. [ 40.288166] ol_ath_connect_htc() WMI is ready
  1097. [ 40.291568] target uses HTT version 2.2; host uses 2.2
  1098. [ 40.295819] htt_h2t_frag_desc_bank_cfg_msg - HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for radio ID = 0
  1099. [ 40.305847] ol_ath_attach() connect HTC.
  1100. [ 40.310808] bypasswmi : 0
  1101. [ 40.314784] ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0.
  1102. [ 40.317330] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x2) flags 0x2150
  1103. [ 40.329010] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x4) flags 0xa0
  1104. [ 40.336187] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x8) flags 0xc0
  1105. [ 40.342843] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x20) flags 0xd0
  1106. [ 40.349722] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x40) flags 0x150
  1107. [ 40.356552] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x800) flags 0x10080
  1108. [ 40.363833] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x2000) flags 0x20080
  1109. [ 40.370909] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x4000) flags 0x40080
  1110. [ 40.378624] Add VHT80 channel: 5210
  1111. [ 40.385885] Add VHT80 channel: 5290
  1112. [ 40.389092] Add VHT80 channel: 5530
  1113. [ 40.392571] Add VHT80 channel: 5610
  1114. [ 40.396064] Add VHT80 channel: 5690
  1115. [ 40.399494] Add VHT80 channel: 5775
  1116. [ 40.402974] Skipping VHT80 channel 5825
  1117. [ 40.407683] freq=58
  1118. [ 40.410273] freq=106
  1119. [ 40.412709] freq=122
  1120. [ 40.414912] freq=138
  1121. [ 40.417135] OL Resmgr Init-ed
  1122. [ 40.419471] ieee80211_bsteering_attach: Band steering initialized
  1123. [ 40.422350] acfg_attach: 3013: Netlink socket created:d8b51c00
  1124. [ 40.428456] SPECTRAL : get_capability not registered
  1125. [ 40.434222] HAL_CAP_PHYDIAG : Capable
  1126. [ 40.439288] SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 237)
  1127. [ 40.442834] SPECTRAL : get_capability not registered
  1128. [ 40.451024] HAL_CAP_RADAR : Capable
  1129. [ 40.455953] SPECTRAL : Need to fix the capablity check for SPECTRAL
  1130. [ 40.455953] (spectral_attach : 242)
  1131. [ 40.459506] SPECTRAL : get_capability not registered
  1132. [ 40.469450] HAL_CAP_SPECTRAL_SCAN : Capable
  1133. [ 40.474349] SPECTRAL : get_tsf64 not registered
  1134. [ 40.478342] spectral_init_netlink 78 NULL SKB
  1135. [ 40.482757] Green-AP : Green-AP : Attached
  1136. [ 40.482757]
  1137. [ 40.487298] Green-AP : Attached
  1138. [ 40.492665] rate power table override is only supported for AR98XX
  1139. [ 40.495865] ol_ath_smart_ant_attach: Hardware doest not support Smart Antenna.
  1140. [ 40.502066] ol_if_dfs_attach: called; ptr=d719998c, radar_info=d6c89bb0
  1141. [ 40.509258] dfs_attach: event log enabled by default
  1142. [ 40.516170] >>>> CB Set (null)
  1143. [ 40.521466] ol_ath_attach() UMAC attach .
  1144. [ 40.524194]
  1145. [ 40.524194] BURSTING enabled by default
  1146. [ 40.528167] ol_ath_attach: Set global_ic[1] ..ptr:bfa02e78
  1147. [ 40.533586] ath_lowi_if_netlink_init LOWI Netlink successfully created
  1148. [ 40.538975] osif_wrap_attach:448 osif wrap attached
  1149. [ 40.545482] osif_wrap_devt_init:409 osif wrap dev table init done
  1150. [ 40.550274] Wrap Attached: Wrap_com =d76b6800 ic->ic_wrap_com=d76b6800 &wrap_com->wc_devt=d76b6800
  1151. [ 40.556493] __ol_ath_attach: needed_headroom reservation 60
  1152. [ 40.567057] ol_ath_thermal_mitigation_attach: --
  1153. [ 40.570957] ol_ath_pci_probe num_radios=0, wifi_radios[0].sc = d71c0500 wifi_radio_type = 2
  1154. [ 40.578465] ath_sysfs_diag_init: diag_fsattr
  1155. [ 40.584249] hif_pci_enable_bus: con_mode = 0x0, device_id = 0x46hif_pci_enable_bus: hif_enable_pci done *********** QCA9984 *************hif_pci_enable_bus: hif_type = 0xc, target_type = 0xahif_pci_enable_bus: hif_pci_probe_tgt_wakeup donehif_target_sync: Loop checking FW signalhif_target_sync: Got FW signal, retries = 0hif_config_ce: ce_init donehif_config_ce: X, ret = 0hif_set_hia: Ehif_set_hia_extnd: E
  1156. [ 40.630453] chip_id 0xa chip_revision 0x0
  1157. [ 40.631340]
  1158. [ 40.631340] CLOCK PLL skipped
  1159. [ 40.635473] hif_set_hia_extnd: setting the target pll frac ffffffff intval ffffffff
  1160. [ 40.639735] hif_set_hia_extnd: no frac provided, skipping pre-configuring PLL
  1161. [ 40.647403] hif_set_hia_extnd: targ_clk is not provided, skipping pre-configuring PLL
  1162. [ 40.656773] hif_pci_bus_configure: hif_set_hia donehif_configure_irq: Ehif_pci_configure_legacy_irq: Ehif_pci_configure_legacy_irq: X, ret = 0hif_enable: X OKhif_napi_create: NAPI structures initializedhif_napi_create: NAPI id 6 created for pipe 5qca_napi_create: napi instance 32 created on pipe 4
  1163. [ 40.684289] hif_napi_event: received evnt: CONF cmd; v = 1 (state=0x1)hif_napi_event: setting configuration to ON
  1164. __ol_ath_attach() Allocated scn d8300500
  1165. [ 40.698792] nss_wifi_olcfg value is 2
  1166. [ 40.702499] Got NSS IFNUM as 118
  1167. [ 40.706353] NSS osif_nss_ol_wifi_init :sc d7650000 NSS ID 0 Taret type a
  1168. [ 40.709628] src -> NSS:nentries 4096 mask fff swindex 0 write_index 0 hw_index 0 CE_space 5a260000 ownerspace deec7000
  1169. [ 40.716346] dest -> NSS:nentries 0 mask 0 swindex 0 write_index 0 hw_index 0 CE_space 0 ownerspace 0
  1170. [ 40.727016] src -> NSS:nentries 0 mask 0 swindex 0 write_index 0 hw_index 0 CE_space 0 ownerspace 0
  1171. [ 40.736386] dest -> NSS:nentries 512 mask 1ff swindex 0 write_index 0 hw_index 0 CE_space 59188000 ownerspace dedf1000
  1172. [ 40.745591] NSS-WifiOffload: nss_wifiol_ctx bf50e4d0
  1173. [ 40.756654] NSS WIFI init succeeded for NSS radio 0
  1174. [ 40.861401] nss register id 0 offload mode enabled = 1 nss config 2 Target Type a
  1175. [ 40.861428] __ol_ath_attach: dev name wifi1
  1176. [ 40.867956] ol_ath_attach interface_id 1
  1177. [ 40.882438] ol_target_init() BMI inited.
  1178. [ 40.882577] ol_target_init() BMI Get Target Info.
  1179. [ 40.885501] Chip id: 0xa, chip version: 0x1000000
  1180. [ 40.890091]
  1181. [ 40.890091] CE WAR Disabled
  1182. [ 40.894840] [wifi0] FWLOG: [6184] WAL_DBGID_RST_STATS ( 0x1, 0x1, 0x1464, 0x0[ 40.905692] NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0
  1183.  
  1184. [ 40.905902] )
  1185. [ 40.911539] [wifi0] FWLOG: [6260] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3[ 40.915313] ol_target_init() configure Target .
  1186. [ 40.919028]
  1187. [ 40.919028] Target Version is 1000000
  1188. [ 40.919031]
  1189. [ 40.919031] Flash Download Address c0000
  1190. [ 40.919034] ol_transfer_bin_file: flash data file defined
  1191. [ 40.919037] ol_transfer_bin_file[3767] Get Caldata for wifi1.
  1192. [ 40.919076] qdf_fs_read[54]: Fail to Open File /tmp/wifi1.caldataol_transfer_bin_file: flash cal data len 0 doesn't equal to 12064
  1193. [ 40.919088] ol_ath_download_firmware: Download OTP, flash download ADDRESS 0xc0000
  1194. [ 40.919090]
  1195. [ 40.919090] Selecting OTP binary for CHIP Version 0
  1196. [ 40.919177] ol_transfer_bin_file 3648: downloading file 0, Download data len 9204
  1197.  
  1198. [ 40.971511] , 0x1e, 0x94c, 0x94c, 0x0 )
  1199. [ 40.982493] [wifi0] FWLOG: [6260] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x94c, 0x94c, 0x0 )
  1200. [ 40.991050] [wifi0] FWLOG: [6260] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x94c, 0x94c, 0x0 )
  1201. [ 40.999681] [wifi0] FWLOG: [6260] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x94c, 0x94c, 0x0 )
  1202. [ 41.008236] [wifi0] FWLOG: [6386] WAL_DBGID_PDEV_INFO_PRINT ( 0x3a, 0xa10, 0x160, 0x10, 0x0 )
  1203. [ 41.016755] [wifi0] FWLOG: [6386] WAL_DBGID_PDEV_INFO_PRINT ( 0x3a, 0x10, 0x0, 0x10, 0x12 )
  1204. [ 41.025284]
  1205. [ 41.025284] First OTP send param 10
  1206. [ 42.224458] ol_ath_download_firmware :First OTP download and Execute is good address:0x1000 return param 4660
  1207. [ 42.224488] ol_ath_download_firmware:##Board Id 4 , CHIP Id 0
  1208. [ 42.233546] ol_ath_download_firmware: BOARDDATA DOWNLOAD TO address 0xc0000
  1209. [ 42.239168] ol_transfer_bin_file: Board Data File download to address=0xc0000 file name=QCA9984/hw.1/boardData_QCA9984_CUS240_2G_v1_004.bin
  1210. [ 42.245981] ol_transfer_bin_file 3648: downloading file 3, Download data len 12064
  1211. [ 42.258599] Board extended Data download address: 0x0
  1212. [ 42.286561] ol_ath_download_firmware: Using 0x1234 for the remainder of init
  1213. [ 42.286584]
  1214. [ 42.286584] Selecting OTP binary for CHIP Version 0
  1215. [ 42.292732] ol_transfer_bin_file 3648: downloading file 0, Download data len 9204
  1216. [ 42.329771]
  1217. [ 42.329771] [Non-Flash] : Ignore Module param
  1218. [ 42.329792]
  1219. [ 42.329792] Second otp download Param 700
  1220. [ 43.285561] Switching to Tx Mode-1 Threshold 280
  1221. [ 43.542692] ol_ath_download_firmware : Second OTP download and Execute is good, param=0x0
  1222. [ 43.542718]
  1223. [ 43.542718] Mission mode: Firmware CHIP Version 0
  1224. [ 43.550292] ol_swap_seg_alloc: Successfully allocated memory for SWAP size=262144
  1225. [ 43.556274] ol_swap_wlan_memory_expansion: length:248913 size_left:248933 dma_size_left:262144 fw_temp:df671004 fw_entry_size:248937
  1226. [ 43.563654] ol_swap_wlan_memory_expansion: dma_virt_addr :e0b4b000 fw_temp: df671008 length: 248913
  1227. [ 43.575891] Swap: bytes_left to copy: fw:16; dma_page:13231
  1228. [ 43.584476] ol_swap_wlan_memory_expansion: length:0 size_left:12 dma_size_left:13231 fw_temp:df6adc5d fw_entry_size:248937
  1229. [ 43.590136] Swap: wrong length read:0
  1230. [ 43.601222] ol_swap_wlan_memory_expansion: Swap total_bytes copied: 248913 Target address 4231d0
  1231. [ 43.605232] scn=d8300500 target_write_addr=4231d0 seg_info=d83e5410
  1232. [ 43.613730] ol_transfer_swap_struct:Code swap structure successfully downloaded for bin type =2
  1233. [ 43.620228] bin_filename=QCA9984/hw.1/athwlan.bin swap_filename=/lib/firmware/QCA9984/hw.1/athwlan.codeswap.bin
  1234. [ 43.629080] ol_transfer_bin_file: Downloading firmware file: QCA9984/hw.1/athwlan.bin
  1235. [ 43.639702] ol_transfer_bin_file 3648: downloading file 1, Download data len 388620
  1236. [ 44.912410] ol_target_init() Download FW done.
  1237. [ 44.912448]
  1238. [ 44.912448] ol_ath_copy_tgt_iram() iram read paddr: 0x980000 host paddr 0x44200000 Radio id 1
  1239. [ 45.079584] ol_ath_attach() WMI attached. wmi_handle d6888000
  1240. [ 45.079608] wmi_unified_register_event_handler: Event id 62 is unavailable
  1241. [ 45.084306] +htc_create .. HIF :d7650000-htc_create: (0xd9523800)
  1242. [ 45.094943] htc_wmi_init() HT Create . d9523800
  1243. [ 45.097548] htc_wmi_init 7747 host_enable 0 nss_nwifi_offload 0
  1244. [ 45.101751] ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko)
  1245. [ 45.107719] OL_ACBKMinfree : 0
  1246. [ 45.117095] OL_ACBEMinfree : 0
  1247. [ 45.120146] OL_ACVIMinfree : 0
  1248. [ 45.123270] OL_ACVOMinfree : 0
  1249. [ 45.126464] hif_enable_fastpath, Enabling fastpath mode
  1250. [ 45.129525] +HWT
  1251. [ 45.134906] hif_completion_thread_startup: pipe_num:0 pipe_info:0xd7654b78hif_completion_thread_startup: pipe_num:3 pipe_info:0xd7654c50hif_completion_thread_startup: pipe_num:4 pipe_info:0xd7654c98
  1252. [ 45.149844] -HWT
  1253. [ 45.154349] osif_nss_ol_post_recv_buffer bf50e4d0 d7650000 0
  1254. [ 45.156774] NSS CE init succeeded for NSS radio 0
  1255. [ 45.262060] Startup Mode-0 set
  1256. [ 45.262078] pdev attach bf50e4d0 0
  1257. [ 45.264000]
  1258. [ 45.264000] <=== cfg max peer id 1056 ====>
  1259. [ 45.267685]
  1260. [ 45.267685] htt_alloc_peer_map_mem : Alloc Success : host q vaddr dca16000 paddr 5ea16000
  1261. [ 45.273293]
  1262. [ 45.273293] htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts
  1263. [ 45.282826] osif_nss_ol_htt_rx_init :NSS bf50e4d0 NSS ID 0
  1264. [ 45.292832] HTT RX INIT configuration success for NSS radio 0
  1265. [ 45.296846] NSS-WifiOffload:htt rx configure delay 100ms start
  1266. [ 45.402751] ol_txrx_pdev_attach: 2500 tx desc's allocated ; range starts from d62a0000
  1267. [ 45.402880] osif_nss_ol_pdev_attach :NSS bf50e4d0 NSS ID 0 target type
  1268. [ 45.409623] osif_nss_ol_pdev_attach :NSS bf50e4d0 NSS ID 0
  1269. [ 45.417487] NSS WIFI TX init succeeded for NSS radio 0
  1270. [ 45.421900] NSS-WifiOffload: pdev init delay
  1271. [ 45.427054] sending peer pool memory
  1272. [ 45.431440] sending peer pool with id 0 start addr 582c0000 length 204000 num_peers 67
  1273. [ 45.435054] sending rra pool memory
  1274. [ 45.442712] sending rra pool with id 0 start addr 58300000 length 35400 num_rra 67
  1275. [ 45.446176] Enabling primary_radio for if_num 118
  1276. [ 45.454699] Firmware_Build_Number:38
  1277. [ 45.458624] FW wireless modes: 0x680c
  1278. [ 45.462291] num_rf_chain:0x00000004 ht_cap_info:0x0000185b vht_cap_info:0x339b79b2 vht_supp_mcs:0x0000ffaa
  1279. [ 45.473687] wmi_service_coex_gpio 1, wmi_service_4_wire_coex_support 0, coex_version 3
  1280. [ 45.475879]
  1281. [ 45.475879] Sending Ext resource cfg: HOST PLATFORM as 0
  1282. [ 45.475879] fw_feature_bitmap as 52 to TGT
  1283. [ 45.483628] ol_ath_service_ready_event: tt_support: 1
  1284. [ 45.494670] ol_ath_service_ready_event: periodic_chan_stats: 1
  1285. [ 45.499555] ol_ath_service_ready_event: sw_cal_support_check_flag: 1
  1286. [ 45.505327] Peer Caching Enabled ; num_peers = 530, num_active_peers = 52 num_tids = 104, num_vdevs = 17
  1287. [ 45.511820] EXT NSS Supported
  1288. [ 45.521314] idx 1 req 2 num_units 1 num_unit_info 12 unit size 256 actual units 53
  1289. [ 45.524140] ol_ath_alloc_host_mem_chunk req_id 2 idx 0 num_units 53 unit_len 256,
  1290. [ 45.531983] idx 2 req 3 num_units 1 num_unit_info 12 unit size 1024 actual units 53
  1291. [ 45.539335] ol_ath_alloc_host_mem_chunk req_id 3 idx 1 num_units 53 unit_len 1024,
  1292. [ 45.547145] idx 3 req 4 num_units 1 num_unit_info 12 unit size 4096 actual units 53
  1293. [ 45.554645] ol_ath_alloc_host_mem_chunk req_id 4 idx 2 num_units 53 unit_len 4096,
  1294. [ 45.562583] idx 0 req 1 num_units 0 num_unit_info 2 unit size 2216 actual units 531
  1295. [ 45.570007] ol_ath_alloc_host_mem_chunk req_id 1 idx 3 num_units 531 unit_len 2216,
  1296. [ 45.577907] idx 4 req 6 num_units 35 num_unit_info 0 unit size 3072 actual units 35
  1297. [ 45.585357] ol_ath_alloc_host_mem_chunk req_id 6 idx 4 num_units 35 unit_len 3072,
  1298. [ 45.593386] idx 5 req 7 num_units 1 num_unit_info 0 unit size 12288 actual units 1
  1299. [ 45.600832] ol_ath_alloc_host_mem_chunk req_id 7 idx 5 num_units 1 unit_len 12288,
  1300. [ 45.608695] idx 6 req 5 num_units 0 num_unit_info 2 unit size 2092 actual units 531
  1301. [ 45.616088] ol_ath_alloc_host_mem_chunk req_id 5 idx 6 num_units 531 unit_len 2092,
  1302. [ 45.623974] Support not added yet for Service 91
  1303. [ 45.631436] Support not added yet for Service 92
  1304. [ 45.636298] No EXT_MSG send INIT now
  1305. [ 45.640885] chunk 0 len 13568 requested , ptr 0x5aba8000
  1306. [ 45.644446] chunk 1 len 54272 requested , ptr 0x58550000
  1307. [ 45.649781] chunk 2 len 217088 requested , ptr 0x58580000
  1308. [ 45.655136] chunk 3 len 1176696 requested , ptr 0x58600000
  1309. [ 45.660579] chunk 4 len 107520 requested , ptr 0x58720000
  1310. [ 45.665975] chunk 5 len 12288 requested , ptr 0x5935c000
  1311. [ 45.671540] chunk 6 len 1110852 requested , ptr 0x58000000
  1312. [ 45.677014] chunk 7 len 0 requested , ptr 0x44200000
  1313. [ 45.682387] Set btcoex_enable:0
  1314. [ 45.687626] ol_ath_service_ready_event[4251] WAPI MBSSID 2
  1315. [ 45.690926] smart_log_init: Smart logging Enabled buf=d6310000 (size=65536)
  1316. [ 45.761021] Version = 16777216 3 status = 0
  1317. [ 45.761168] ol_ath_connect_htc() WMI is ready
  1318. [ 45.764348] osif_ol_nss_htc_send :NSS bf50e4d0 NSS ID 0
  1319. [ 45.768671] osif_nss_ol_ce_raw_send :NSS bf50e4d0 NSS ID 0
  1320. [ 45.773991] osif_ol_nss_htc_send :NSS bf50e4d0 NSS ID 0
  1321. [ 45.774226] target uses HTT version 2.2; host uses 2.2
  1322. [ 45.784878] osif_nss_ol_ce_raw_send :NSS bf50e4d0 NSS ID 0
  1323. [ 45.789784] htt_h2t_frag_desc_bank_cfg_msg - HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for radio ID = 1
  1324. [ 45.795315] osif_ol_nss_htc_send :NSS bf50e4d0 NSS ID 0
  1325. [ 45.805371] osif_nss_ol_ce_raw_send :NSS bf50e4d0 NSS ID 0
  1326. [ 45.810618] ol_ath_attach() connect HTC.
  1327. [ 45.815960] bypasswmi : 0
  1328. [ 45.820074] ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0.
  1329. [ 45.822705] ol_regdmn_init_channels: !avail mode 0x680c (0x2) flags 0x2150
  1330. [ 45.834362] ol_regdmn_init_channels: !avail mode 0x680c (0x1) flags 0x140
  1331. [ 45.841248] ol_regdmn_init_channels: !avail mode 0x680c (0x20) flags 0xd0
  1332. [ 45.848076] ol_regdmn_init_channels: !avail mode 0x680c (0x40) flags 0x150
  1333. [ 45.854870] ol_regdmn_init_channels: !avail mode 0x680c (0x1000) flags 0x10100
  1334. [ 45.861572] ol_regdmn_init_channels: !avail mode 0x680c (0x8000) flags 0x20100
  1335. [ 45.868850] ol_regdmn_init_channels: !avail mode 0x680c (0x10000) flags 0x40100
  1336. [ 45.876036] ol_regdmn_init_channels: !avail mode 0x680c (0x20000) flags 0x100100
  1337. [ 45.883186] ol_regdmn_init_channels: !avail mode 0x680c (0x40000) flags 0x200100
  1338. [ 45.890874] ol_regdmn_init_channels: !avail mode 0x680c (0x80000) flags 0x400100
  1339. [ 45.898285] ol_regdmn_init_channels: !avail mode 0x680c (0x100000) flags 0x800100
  1340. [ 45.905651] ol_regdmn_init_channels: !avail mode 0x680c (0x200000) flags 0x4000100
  1341. [ 45.912961] ol_regdmn_init_channels: !avail mode 0x680c (0x400000) flags 0x8000100
  1342. [ 45.920589] OL Resmgr Init-ed
  1343. [ 45.928126] ieee80211_bsteering_attach: Band steering initialized
  1344. [ 45.931018] acfg_attach: Offload using existing sock d8b51c00
  1345. [ 45.937162] SPECTRAL : get_capability not registered
  1346. [ 45.942817] HAL_CAP_PHYDIAG : Capable
  1347. [ 45.947920] SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 237)
  1348. [ 45.951417] SPECTRAL : get_capability not registered
  1349. [ 45.959632] HAL_CAP_RADAR : Capable
  1350. [ 45.964517] SPECTRAL : Need to fix the capablity check for SPECTRAL
  1351. [ 45.964517] (spectral_attach : 242)
  1352. [ 45.968129] SPECTRAL : get_capability not registered
  1353. [ 45.978032] HAL_CAP_SPECTRAL_SCAN : Capable
  1354. [ 45.982920] SPECTRAL : get_tsf64 not registered
  1355. [ 45.986875] spectral_init_netlink 78 NULL SKB
  1356. [ 45.991343] Green-AP : Green-AP : Attached
  1357. [ 45.991343]
  1358. [ 45.995902] Green-AP : Attached
  1359. [ 46.001235] rate power table override is only supported for AR98XX
  1360. [ 46.004394] ol_ath_smart_ant_attach: Hardware doest not support Smart Antenna.
  1361. [ 46.010707] ol_if_dfs_attach: called; ptr=d629998c, radar_info=d6c89bb0
  1362. [ 46.017897] dfs_attach: event log enabled by default
  1363. [ 46.024850] >>>> CB Set (null)
  1364. [ 46.029648] ol_ath_attach() UMAC attach .
  1365. [ 46.032747]
  1366. [ 46.032747] BURSTING enabled by default
  1367. [ 46.036762] ol_ath_attach: Set global_ic[2] ..ptr:bfa02e78
  1368. [ 46.042124] force_client_mcast_traffic for if_num 118 is 0
  1369. [ 46.047587] osif_nss_ol_wifi_monitor_set_filter bf50e4d0 d8300500 0 0
  1370. [ 46.052984] ath_lowi_if_netlink_init Incremented LOWI netlink ref count: 2
  1371. [ 46.059546] osif_wrap_attach:448 osif wrap attached
  1372. [ 46.066424] osif_wrap_devt_init:409 osif wrap dev table init done
  1373. [ 46.071118] Wrap Attached: Wrap_com =d65b7c00 ic->ic_wrap_com=d65b7c00 &wrap_com->wc_devt=d65b7c00
  1374. [ 46.077440] __ol_ath_attach: needed_headroom reservation 60
  1375. [ 46.086624] Enabled Fraglist bit for the radio wifi1 features 41
  1376. [ 46.092524] ol_ath_thermal_mitigation_attach: --
  1377. [ 46.098205] ol_ath_pci_probe num_radios=1, wifi_radios[1].sc = d8300500 wifi_radio_type = 2
  1378. [ 46.102824] ath_sysfs_diag_init: diag_fsattr
  1379. [ 46.106664] [wifi1] FWLOG: [11967] WAL_DBGID_RST_STATS ( 0x1, 0x1, 0x96c, 0x0 )
  1380. [ 46.106677] [wifi1] FWLOG: [12044] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x94c, 0x94c, 0x0 )
  1381. [ 46.106689] [wifi1] FWLOG: [12044] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x94c, 0x94c, 0x0 )
  1382. [ 46.106700] [wifi1] FWLOG: [12044] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x94c, 0x94c, 0x0 )
  1383. [ 46.106711] [wifi1] FWLOG: [12044] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x94c, 0x94c, 0x0 )
  1384. [ 46.106722] [wifi1] FWLOG: [12211] WAL_DBGID_PDEV_INFO_PRINT ( 0x3a, 0xa10, 0x160, 0x0, 0x12 )
  1385. [ 46.106734] [wifi1] FWLOG: [12211] WAL_DBGID_PDEV_INFO_PRINT ( 0x3a, 0x0, 0x12, 0x10, 0x12 )
  1386. [ 46.171496] pktlog_init: Initializing Pktlog for AR900B, pktlog_hdr_size = 16
  1387. [ 46.174420] +hif_update_pipe_callback pipeid 8
  1388. [ 46.181523] -hif_update_pipe_callback
  1389. [ 46.185976] pktlog_init: Initializing Pktlog for AR900B, pktlog_hdr_size = 16
  1390. [ 46.189609] +hif_update_pipe_callback pipeid 8
  1391. [ 46.196790] -hif_update_pipe_callback
  1392. [ 46.206809] __sa_init_module
  1393. [ 48.051536] ECM init
  1394. [ 48.051600] ECM database jhash random seed: 0x776f6800
  1395. [ 48.053845] ECM init complete
  1396. [ 48.471291] Not a bridge device, or device not found: br-
  1397. qcawifi disable radio wifi0
  1398. qcawifi disable radio wifi1
  1399. qcawifi: enable radio wifi0
  1400. [ 48.941281] isCountryCodeValid: EEPROM regdomain 0x0
  1401. [ 48.941321] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x2) flags 0x2150
  1402. [ 48.947902] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x4) flags 0xa0
  1403. [ 48.952342] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x8) flags 0xc0
  1404. [ 48.961486] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x20) flags 0xd0
  1405. [ 48.965973] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x40) flags 0x150
  1406. [ 48.972848] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x800) flags 0x10080
  1407. [ 48.980253] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x2000) flags 0x20080
  1408. [ 48.987216] ol_regdmn_init_channels: !avail mode 0x7f9001 (0x4000) flags 0x40080
  1409. [ 48.994825] Add VHT80 channel: 5210
  1410. [ 49.002159] Add VHT80 channel: 5290
  1411. [ 49.005410] Add VHT80 channel: 5530
  1412. [ 49.008756] Add VHT80 channel: 5610
  1413. [ 49.012227] Add VHT80 channel: 5690
  1414. [ 49.015798] Add VHT80 channel: 5775
  1415. [ 49.019188] Skipping VHT80 channel 5825
  1416. [ 49.024187] freq=58
  1417. [ 49.045800] freq=106
  1418. [ 49.045818] freq=122
  1419. [ 49.047041] freq=138
  1420. [ 49.128267] set TXBF_SND_PERIOD: value 100 wmi_status 0
  1421. [ 49.139020] Disconnect_timeout value entered:10
  1422. [ 49.146870] reconfiguration_timeout value entered:60
  1423. [ 49.215684] wlan_vap_create : enter. devhandle=0xd71c0500, opmode=IEEE80211_M_HOSTAP, flags=0x1
  1424. [ 49.215747] send_vdev_create_cmd_non_tlv: ID = 0 Type = 1, Subtype = 0 VAP Addr = 34:ba:75:00:17:d7:
  1425. [ 49.241769] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0
  1426. [ 49.241884] ieee80211_mbo_vattach:MBO Initialized
  1427. [ 49.269136] ieee80211_oce_vattach: OCE Initialized
  1428. [ 49.269332] wlan_vap_create : exit. devhandle=0xd71c0500, vap=0xd5dd0000, opmode=IEEE80211_M_HOSTAP, flags=0x1.
  1429. [ 49.272992] __ieee80211_smart_ant_init: Smart Antenna is not supported
  1430. [ 49.283640] Enabling TX checksum bit for the vap ath0 features 4000
  1431. [ 49.289623] Enabling SG bit for the vap ath0 features 4000
  1432. [ 49.297700] Enabling SG bit for the vap ath0 features 4000
  1433. [ 49.301659] Enabling TSO bit for the vap ath0 features 4000
  1434. [ 49.307046] Enabling LRO bit for the vap ath0 features 4000
  1435. [ 49.317207] VAP device ath0 created osifp: (d5c30500) os_if: (d5dd0000)
  1436. [ 49.340316] siwfreq
  1437. [ 49.340338] Set freq vap 0 stop send + d5dd0000
  1438. [ 49.341317] Set freq vap 0 stop send -d5dd0000
  1439. [ 49.387153] Set wait done --d5dd0000
  1440. [ 49.457596] [DEBUG] vap-0(ath0):set SIOC80211NWID, 7 characters
  1441. [ 49.457623]
  1442. [ 49.457623] DES SSID SET=OpenWrt
  1443. [ 49.961743] [wifi0] FWLOG: [15208] WAL_DBGID_PDEV_INFO_PRINT ( 0x16, 0xa10, 0x810, 0x10, 0x0 )
  1444. [ 49.970193] [wifi0] FWLOG: [15208] WAL_DBGID_PDEV_INFO_PRINT ( 0x16, 0x10, 0x0, 0x10, 0x12 )
  1445. [ 49.990928] [wifi0] FWLOG: [15315] WAL_DBGID_RST_STATS ( 0x2, 0x2, 0x1464, 0x0 )
  1446. [ 50.045034] ieee80211_ioctl_siwmode: imr.ifm_active=66176, new mode=3, valid=1
  1447. [ 50.062134] Enabling NSS RPS
  1448. [ 50.105258] DEVICE IS DOWN ifname=ath0
  1449. [ 50.105328] DEVICE IS DOWN ifname=ath0
  1450. [ 50.148879] Sending SCAN START cmd
  1451. [ 50.149092] 8021q: adding VLAN 0 to HW filter on device ath0
  1452. [ 50.159897] netlink: 12 bytes leftover after parsing attributes in process `ip'.
  1453. [ 50.159928] netlink: 12 bytes leftover after parsing attributes in process `ip'.
  1454. [ 50.259875] Not a bridge device, or device not found: br-
  1455. qcawifi disable radio wifi1
  1456. [ 50.893740] [wifi0] FWLOG: [16361] WAL channel change freq=5180, mode=0 flags=0 rx_ok=1 tx_ok=1
  1457. [ 50.896012] [wifi0] FWLOG: [16675] WAL channel change freq=5200, mode=0 flags=0 rx_ok=1 tx_ok=1
  1458. [ 50.904620] [wifi0] FWLOG: [16990] WAL channel change freq=5220, mode=0 flags=0 rx_ok=1 tx_ok=1
  1459. [ 51.433244] Not a bridge device, or device not found: br-
  1460. [ 51.501429] Not a bridge device, or device not found: br-
  1461. [ 51.894025] [wifi0] FWLOG: [17304] WAL channel change freq=5240, mode=0 flags=0 rx_ok=1 tx_ok=1
  1462. [ 51.896226] [wifi0] FWLOG: [17618] WAL channel change freq=5260, mode=0 flags=0 rx_ok=1 tx_ok=1
  1463. [ 51.905060] [wifi0] FWLOG: [17931] WAL channel change freq=5280, mode=0 flags=0 rx_ok=1 tx_ok=1
  1464. [ 52.894232] [wifi0] FWLOG: [18246] WAL channel change freq=5300, mode=0 flags=0 rx_ok=1 tx_ok=1
  1465. [ 52.896428] [wifi0] FWLOG: [18560] WAL channel change freq=5320, mode=0 flags=0 rx_ok=1 tx_ok=1
  1466. [ 52.905253] [wifi0] FWLOG: [18873] WAL channel change freq=5500, mode=0 flags=0 rx_ok=1 tx_ok=1
  1467. [ 53.894692] [wifi0] FWLOG: [19187] WAL channel change freq=5520, mode=0 flags=0 rx_ok=1 tx_ok=1
  1468. [ 53.896889] [wifi0] FWLOG: [19501] WAL channel change freq=5540, mode=0 flags=0 rx_ok=1 tx_ok=1
  1469. [ 53.905724] [wifi0] FWLOG: [19815] WAL channel change freq=5560, mode=0 flags=0 rx_ok=1 tx_ok=1
  1470. [ 53.914249] [wifi0] FWLOG: [20129] WAL channel change freq=5580, mode=0 flags=0 rx_ok=1 tx_ok=1
  1471. [ 54.894873] [wifi0] FWLOG: [20443] WAL channel change freq=5600, mode=0 flags=0 rx_ok=1 tx_ok=1
  1472. [ 54.897070] [wifi0] FWLOG: [20757] WAL channel change freq=5620, mode=0 flags=0 rx_ok=1 tx_ok=1
  1473. [ 54.905901] [wifi0] FWLOG: [21071] WAL channel change freq=5640, mode=0 flags=0 rx_ok=1 tx_ok=1
  1474. [ 55.895055] [wifi0] FWLOG: [21385] WAL channel change freq=5660, mode=0 flags=0 rx_ok=1 tx_ok=1
  1475. [ 55.897253] [wifi0] FWLOG: [21699] WAL channel change freq=5680, mode=0 flags=0 rx_ok=1 tx_ok=1
  1476. [ 55.906090] [wifi0] FWLOG: [22014] WAL channel change freq=5700, mode=0 flags=0 rx_ok=1 tx_ok=1
  1477. [ 56.895514] [wifi0] FWLOG: [22327] WAL channel change freq=5745, mode=0 flags=0 rx_ok=1 tx_ok=1
  1478. [ 56.897778] [wifi0] FWLOG: [22641] WAL channel change freq=5765, mode=0 flags=0 rx_ok=1 tx_ok=1
  1479. [ 56.906392] [wifi0] FWLOG: [22956] WAL channel change freq=5785, mode=0 flags=0 rx_ok=1 tx_ok=1
  1480. [ 57.509903] send_vdev_down_cmd_non_tlv for vap 0
  1481. [ 57.510102] OL vap_start +
  1482. [ 57.513588] VDEV START
  1483. [ 57.516101] OL vap_start -
  1484. [ 57.518454] ol_ath_vap_set_param: Now supported MGMT RATE is 6000(kbps) and rate code: 0x3
  1485. [ 58.069757] ol_vdev_start_resp_ev for vap 0 (d7946000)
  1486. [ 58.069791] send_wmm_update_cmd_non_tlv:
  1487. [ 58.073800] ol_if_dfs_configure: FCC domain
  1488. [ 58.078224] [wifi0] FWLOG: [23270] WAL channel change freq=5805, mode=0 flags=0 rx_ok=1 tx_ok=1
  1489. [ 58.085266] [wifi0] FWLOG: [23584] WAL channel change freq=5825, mode=0 flags=0 rx_ok=1 tx_ok=1
  1490. [ 58.093832] [wifi0] FWLOG: [23897] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 )
  1491. [ 58.105370] [wifi0] FWLOG: [23897] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 )
  1492. [ 58.111877] [wifi0] FWLOG: [23903] vap-0 VDEV_MGR_VDEV_START ( 0x157c, 0x2, 0x0, 0x1 )
  1493. [ 58.119779] [wifi0] FWLOG: [23903] WAL channel change freq=5500, mode=14 flags=0 rx_ok=1 tx_ok=1
  1494. [ 58.123432] [wifi0] FWLOG: [23904] WAL_DBGID_RST_STATS ( 0x2, 0x80, 0x157c, 0x1 )
  1495. [ 59.070035] [wifi0] FWLOG: [24470] VDEV_MGR_VDEV_START_RESP ( 0x0 )
  1496.  
  1497.  
  1498.  
  1499. BusyBox v1.25.1 (2017-11-14 12:20:12 CST) built-in shell (ash)
  1500.  
  1501. MM NM MMMMMMM M M
  1502. $MMMMM MMMMM MMMMMMMMMMM MMM MMM
  1503. MMMMMMMM MM MMMMM. MMMMM:MMMMMM: MMMM MMMMM
  1504. MMMM= MMMMMM MMM MMMM MMMMM MMMM MMMMMM MMMM MMMMM'
  1505. MMMM= MMMMM MMMM MM MMMMM MMMM MMMM MMMMNMMMMM
  1506. MMMM= MMMM MMMMM MMMMM MMMM MMMM MMMMMMMM
  1507. MMMM= MMMM MMMMMM MMMMM MMMM MMMM MMMMMMMMM
  1508. MMMM= MMMM MMMMM, NMMMMMMMM MMMM MMMM MMMMMMMMMMM
  1509. MMMM= MMMM MMMMMM MMMMMMMM MMMM MMMM MMMM MMMMMM
  1510. MMMM= MMMM MM MMMM MMMM MMMM MMMM MMMM MMMM
  1511. MMMM$ ,MMMMM MMMMM MMMM MMM MMMM MMMMM MMMM MMMM
  1512. MMMMMMM: MMMMMMM M MMMMMMMMMMMM MMMMMMM MMMMMMM
  1513. MMMMMM MMMMN M MMMMMMMMM MMMM MMMM
  1514. MMMM M MMMMMMM M M
  1515. M
  1516. ---------------------------------------------------------------
  1517. For those about to rock... (Chaos Calmer, r48067)
  1518. ---------------------------------------------------------------
  1519. root@OpenWrt:/# [ 120.175288] cac_timeout cac expired, chan 5500 curr time 4294787
  1520. [ 120.175423] su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 1 sounding dim 3
  1521. [ 120.180378] send_vdev_up_cmd_non_tlv for vap 0
  1522. [ 120.187403] Beacon mode set to staggered. Cannot enable FD
  1523. [ 120.191647] __ieee80211_smart_ant_init: Smart Antenna is not supported
  1524. [ 121.083887] [wifi0] FWLOG: [88072] VDEV_MGR_HP_START_TIME ( 0x0, 0x157c, 0x4c45000 )
  1525. [ 121.090332] [wifi0] FWLOG: [88072] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x1 )
  1526. [ 121.096715] [wifi0] FWLOG: [88072] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 )
  1527. [ 121.103178] [wifi0] FWLOG: [88072] VDEV_MGR_AP_TBTT_CONFIG ( 0x0, 0x157c, 0x0, 0x0 )
  1528.  
  1529. root@OpenWrt:/# cat /etc/config/wireless
  1530.  
  1531. config wifi-device 'wifi0'
  1532. option type 'qcawifi'
  1533. option channel 'auto'
  1534. option macaddr '34:ba:75:00:17:d7'
  1535. option preCACEn '1'
  1536. option hwmode '11ac'
  1537. option htmode 'HT80_80'
  1538.  
  1539. config wifi-iface
  1540. option device 'wifi0'
  1541. option mode 'ap'
  1542. option ssid 'OpenWrt'
  1543. option encryption 'none'
  1544.  
  1545. config wifi-device wifi1
  1546. option type qcawifi
  1547. option channel auto
  1548. option macaddr 78:56:34:12:65:43
  1549. option hwmode 11ng
  1550. # REMOVE THIS LINE TO ENABLE WIFI:
  1551. option disabled 1
  1552.  
  1553. config wifi-iface
  1554. option device wifi1
  1555. option network lan
  1556. option mode ap
  1557. option ssid OpenWrt
  1558. option encryption none
  1559.  
  1560. root@OpenWrt:/#
  1561. root@OpenWrt:/# iwconfig
  1562. gre0 no wireless extensions.
  1563.  
  1564. wifi0 no wireless extensions.
  1565.  
  1566. sit0 no wireless extensions.
  1567.  
  1568. qca-nss-dev0 no wireless extensions.
  1569.  
  1570. qca-nss-dev1 no wireless extensions.
  1571.  
  1572. gretap0 no wireless extensions.
  1573.  
  1574. qca-nss-dev2 no wireless extensions.
  1575.  
  1576. qca-nss-dev3 no wireless extensions.
  1577.  
  1578. ath0 IEEE 802.11ac ESSID:"OpenWrt"
  1579. Mode:Master Frequency:5.5 GHz Access Point: 34:BA:75:00:17:D7
  1580. Bit Rate:1.7333 Gb/s Tx-Power:24 dBm
  1581. RTS thr:off Fragment thr:off
  1582. Encryption key:off
  1583. Power Management:off
  1584. Link Quality=94/94 Signal level=-97 dBm Noise level=-95 dBm
  1585. Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
  1586. Tx excessive retries:0 Invalid misc:0 Missed beacon:0
  1587.  
  1588. lo no wireless extensions.
  1589.  
  1590. ipsecdummy no wireless extensions.
  1591.  
  1592. eth0 no wireless extensions.
  1593.  
  1594. eth1 no wireless extensions.
  1595.  
  1596. ip6tnl0 no wireless extensions.
  1597.  
  1598. wifi1 no wireless extensions.
  1599.  
  1600. bond0 no wireless extensions.
  1601.  
  1602. ifb0 no wireless extensions.
  1603.  
  1604. teql0 no wireless extensions.
  1605.  
  1606. ifb1 no wireless extensions.
  1607.  
  1608. root@OpenWrt:/# iwpriv wifi0 get_preCACEn
  1609. wifi0 get_preCACEn:1
  1610. root@OpenWrt:/# radartool -i wifi0 showPreCACLists
  1611. [ 410.300676] Pre-cac-required list of VHT80 frequencies
  1612. [ 410.300702] freq=58
  1613. [ 410.304694] freq=106
  1614. [ 410.307040] freq=122
  1615. [ 410.309210] freq=138
  1616. [ 410.311466] Pre-cac-done list of VHT80 frequencies
  1617. [ 410.313726] Pre-cac-NOL list of VHT80 frequencies
  1618. root@OpenWrt:/# radartool -i wifi0 secondSegmentBangradar
  1619. root@OpenWrt:/# [ 420.694808] Radar found on channel 100 (5500 MHz)
  1620. [ 420.694833] dfs_print_radar_events:#Phyerr=7, #false detect=0, #queued=7
  1621. [ 420.698502] dfs_print_radar_events:dfs_phyerr_freq_min=5492512, dfs_phyerr_freq_max=5501248
  1622. [ 420.705333] dfs_print_radar_events:Total radar events detected=7, entries in the radar queue follows:
  1623. [ 420.713369] ol_if_dfs_clist_update: called, cmd=1, nollist=d5e65940, nentries=4
  1624. [ 420.723386] Changing to HT80_80 Primary DFS channel 64 (5320 MHz) secondary non-DFS chan 155 (center freq 5775)
  1625. [ 421.206917] OL vap_start +
  1626. [ 421.206960] VDEV RESTART
  1627. [ 421.208520] OL vap_start -
  1628. [ 421.211214] ol_ath_vap_set_param: Now supported MGMT RATE is 6000(kbps) and rate code: 0x3
  1629. [ 421.761617] ol_vdev_start_resp_ev for vap 0 (d7946000)
  1630. [ 421.761664] send_wmm_update_cmd_non_tlv:
  1631. [ 421.765665] ol_if_dfs_configure: FCC domain
  1632. [ 422.148752] [wifi0] FWLOG: [396286] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 )
  1633. [ 422.153890] [wifi0] FWLOG: [396286] RESMGR_OCS_GEN_PERIODIC_NOA ( 0x0 )
  1634. [ 422.160489] [wifi0] FWLOG: [396286] vap-0 VDEV_MGR_VDEV_START ( 0x14c8, 0x2, 0x0, 0x1 )
  1635. [ 422.168474] [wifi0] FWLOG: [396286] WAL channel change freq=5320, mode=14 flags=0 rx_ok=1 tx_ok=1
  1636. [ 422.172128] [wifi0] FWLOG: [396286] WAL_DBGID_RST_STATS ( 0x2, 0x80, 0x14c8, 0x1 )
  1637. [ 422.184882] [wifi0] FWLOG: [396852] VDEV_MGR_VDEV_START_RESP ( 0x0 )
  1638.  
  1639. root@OpenWrt:/#
  1640. root@OpenWrt:/#
  1641. root@OpenWrt:/#
  1642. root@OpenWrt:/#
  1643. root@OpenWrt:/#
  1644. root@OpenWrt:/#
  1645. root@OpenWrt:/# radartool -i wifi0 showPreCACLists
  1646. [ 431.018782] Pre-cac-required list of VHT80 frequencies
  1647. [ 431.018808] freq=58
  1648. [ 431.022803] freq=106
  1649. [ 431.025146] freq=122
  1650. [ 431.027316] freq=138
  1651. [ 431.029572] Pre-cac-done list of VHT80 frequencies
  1652. [ 431.031835] Pre-cac-NOL list of VHT80 frequencies
  1653. root@OpenWrt:/#
  1654. root@OpenWrt:/# iwconfig
  1655. gre0 no wireless extensions.
  1656.  
  1657. wifi0 no wireless extensions.
  1658.  
  1659. sit0 no wireless extensions.
  1660.  
  1661. qca-nss-dev0 no wireless extensions.
  1662.  
  1663. qca-nss-dev1 no wireless extensions.
  1664.  
  1665. gretap0 no wireless extensions.
  1666.  
  1667. qca-nss-dev2 no wireless extensions.
  1668.  
  1669. qca-nss-dev3 no wireless extensions.
  1670.  
  1671. ath0 IEEE 802.11ac ESSID:"OpenWrt"
  1672. Mode:Master Frequency:5.32 GHz Access Point: 34:BA:75:00:17:D7
  1673. Bit Rate:0 kb/s Tx-Power:24 dBm
  1674. RTS thr:off Fragment thr:off
  1675. Encryption key:off
  1676. Power Management:off
  1677. Link Quality=0/94 Signal level=-95 dBm Noise level=-95 dBm
  1678. Rx invalid nwid:7 Rx invalid crypt:0 Rx invalid frag:0
  1679. Tx excessive retries:0 Invalid misc:0 Missed beacon:0
  1680.  
  1681. lo no wireless extensions.
  1682.  
  1683. ipsecdummy no wireless extensions.
  1684.  
  1685. eth0 no wireless extensions.
  1686.  
  1687. eth1 no wireless extensions.
  1688.  
  1689. ip6tnl0 no wireless extensions.
  1690.  
  1691. wifi1 no wireless extensions.
  1692.  
  1693. bond0 no wireless extensions.
  1694.  
  1695. ifb0 no wireless extensions.
  1696.  
  1697. teql0 no wireless extensions.
  1698.  
  1699. ifb1 no wireless extensions.
  1700.  
  1701. root@OpenWrt:/#
Add Comment
Please, Sign In to add comment