ath10 移植记录

mac80211和fix说明:

http://blog.csdn.net/suiyuan19840208/article/details/44021591

https://dev.openwrt.org/browser/trunk/target/linux/ar71xx/base-files/lib/preinit/81_load_ath10k_board_bin?rev=41562

https://dev.openwrt.org/ticket/16589#comment:48  comment 41 提供解决方案

5.board-2.bin error 正常说明:https://dev.openwrt.org/ticket/21645

normal log:
[   12.099162] PCI: Enabling device 0000:00:00.0 (0000 -> 0002)
[   12.107511] ath10k_pci 0000:00:00.0: pci irq legacy interrupts 0 irq_mode 0 reset_mode 0
[   12.320848] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/cal-pci-0000:00:00.0.bin failed with error -2
[   12.330816] ath10k_pci 0000:00:00.0: Falling back to user helper
[   12.737417] ath10k_pci 0000:00:00.0: qca988x hw2.0 target 0x4100016c chip_id 0x043222ff sub 0000:0000
[   12.746280] ath10k_pci 0000:00:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 1
[   12.760493] ath10k_pci 0000:00:00.0: firmware ver 10.2.4.70.12-2 api 5 features no-p2p,raw-mode crc32 cc3fb466
[   12.810347] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/QCA988X/hw2.0/board-2.bin failed with error -2
[   12.820391] ath10k_pci 0000:00:00.0: Falling back to user helper
[   12.921999] firmware ath10k!QCA988X!hw2.0!board-2.bin: firmware_loading_store: map pages failed
[   12.935890] ath10k_pci 0000:00:00.0: board_file api 1 bmi_id N/A crc32 bebc7c08
[   13.984586] ath10k_pci 0000:00:00.0: htt-ver 2.1 wmi-op 5 htt-op 2 cal file max-sta 128 raw 0 hwcrypto 1
[   14.091020] ath: EEPROM regdomain: 0x0
[   14.091039] ath: EEPROM indicates default country code should be used
[   14.091048] ath: doing EEPROM country->regdmn map search
[   14.091069] ath: country maps to regdmn code: 0x3a
[   14.091080] ath: Country alpha2 being used: US
[   14.091088] ath: Regpair used: 0x3a
[   14.116558] cfg80211: Regulatory domain changed to country: US
[   14.122210] cfg80211:  DFS Master region: FCC
[   14.126218] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   14.135576] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm), (N/A)
[   14.143263] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2300 mBm), (N/A)
[   14.152364] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2300 mBm), (0 s)
[   14.161463] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2300 mBm), (0 s)
[   14.169225] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm), (N/A)
[   14.176904] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
[   14.288034] ip_tables: (C) 2000-2006 Netfilter Core Team


目前存在问题:5G 加载为radio0 了。



你可能感兴趣的:(openwrt,WLAN)