3e58044b61
To detect cases if the firmare or board file is corrupted or otherwise modified print crc32 value of both. Now the output looks like: ath10k_pci 0000:02:00.0: pci irq msi interrupts 1 irq_mode 0 reset_mode 0 ath10k_pci 0000:02:00.0: qca99x0 hw2.0 target 0x01000000 chip_id 0x003801ff sub 168c:0002 ath10k_pci 0000:02:00.0: kconfig debug 1 debugfs 1 tracing 1 dfs 1 testmode 1 ath10k_pci 0000:02:00.0: firmware ver 10.4.1.00030-1 api 5 features no-p2p crc32 d2901e01 ath10k_pci 0000:02:00.0: board_file api 1 bmi_id 1:1 crc32 7e56fd07 ath10k_pci 0000:02:00.0: htt-ver 2.2 wmi-op 6 htt-op 4 cal otp max-sta 512 raw 0 hwcrypto 1 Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
49 lines
1.2 KiB
Plaintext
49 lines
1.2 KiB
Plaintext
config ATH10K
|
|
tristate "Atheros 802.11ac wireless cards support"
|
|
depends on MAC80211 && HAS_DMA
|
|
select ATH_COMMON
|
|
select CRC32
|
|
---help---
|
|
This module adds support for wireless adapters based on
|
|
Atheros IEEE 802.11ac family of chipsets.
|
|
|
|
If you choose to build a module, it'll be called ath10k.
|
|
|
|
config ATH10K_PCI
|
|
tristate "Atheros ath10k PCI support"
|
|
depends on ATH10K && PCI
|
|
---help---
|
|
This module adds support for PCIE bus
|
|
|
|
config ATH10K_DEBUG
|
|
bool "Atheros ath10k debugging"
|
|
depends on ATH10K
|
|
---help---
|
|
Enables debug support
|
|
|
|
If unsure, say Y to make it easier to debug problems.
|
|
|
|
config ATH10K_DEBUGFS
|
|
bool "Atheros ath10k debugfs support"
|
|
depends on ATH10K && DEBUG_FS
|
|
select RELAY
|
|
---help---
|
|
Enabled debugfs support
|
|
|
|
If unsure, say Y to make it easier to debug problems.
|
|
|
|
config ATH10K_TRACING
|
|
bool "Atheros ath10k tracing support"
|
|
depends on ATH10K
|
|
depends on EVENT_TRACING
|
|
---help---
|
|
Select this to ath10k use tracing infrastructure.
|
|
|
|
config ATH10K_DFS_CERTIFIED
|
|
bool "Atheros DFS support for certified platforms"
|
|
depends on ATH10K && CFG80211_CERTIFICATION_ONUS
|
|
default n
|
|
---help---
|
|
This option enables DFS support for initiating radiation on
|
|
ath10k.
|