Bug 215987
Summary: | ath11k: WCN6855: missing board file for Lantronix HDK8450 | ||
---|---|---|---|
Product: | Drivers | Reporter: | Dmitry Baryshkov (dbaryshkov) |
Component: | network-wireless | Assignee: | drivers_network-wireless (drivers_network-wireless) |
Status: | NEW --- | ||
Severity: | normal | CC: | dbaryshkov, jbowen, konrad.dybcio, kvalo |
Priority: | P4 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 5.18-rc7 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Dmitry Baryshkov
2022-05-16 16:04:59 UTC
Dmitry mentioned in the ath11k list: The devices I have here use the following board IDs: bus=pci,vendor=17cb,device=1103,subsystem-vendor=17cb,subsystem-device=0108,qmi-chip-id=2,qmi-board-id=167 bus=pci,vendor=17cb,device=1103,subsystem-vendor=17cb,subsystem-device=0108,qmi-chip-id=2,qmi-board-id=140 Note, there are two different issues: - missing board files - inability of the firmware to load the board file, as shown by the following lines: [ 14.101999] ath11k_pci 0000:01:00.0: failed to wait board file download request: -110 [ 14.110098] ath11k_pci 0000:01:00.0: qmi failed to load bdf file [ 14.116308] ath11k_pci 0000:01:00.0: failed to load board data file: -110 (In reply to Dmitry Baryshkov from comment #2) > Note, there are two different issues: > - missing board files > - inability of the firmware to load the board file, as shown by the > following lines: > > [ 14.101999] ath11k_pci 0000:01:00.0: failed to wait board file download > request: -110 > [ 14.110098] ath11k_pci 0000:01:00.0: qmi failed to load bdf file > [ 14.116308] ath11k_pci 0000:01:00.0: failed to load board data file: -110 One issue per report, please. This report is about missing board file for Lantronix HDK8450. Also don't try firmware or board file releases from outside of linux-firmware or my git repo[1], they are completely unsupported in ath11k. [1] https://github.com/kvalo/ath11k-firmware |