[kvalo-ath:master] BUILD SUCCESS 3250115fc51ddffc9e41c4257444d42325bb362f

2022-11-17 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git master branch HEAD: 3250115fc51ddffc9e41c4257444d42325bb362f Add localversion-wireless-testing-ath elapsed time: 12643m configs tested: 229 configs skipped: 6 The following configs have been built successfully. More

[kvalo-ath:ath-qca] BUILD SUCCESS 332db588c76a15e7c29f11e8f8e0d893fa297187

2022-11-17 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git ath-qca branch HEAD: 332db588c76a15e7c29f11e8f8e0d893fa297187 Merge branch 'ath-next' into ath-qca elapsed time: 12644m configs tested: 162 configs skipped: 5 The following configs have been built successfully. More

[kvalo-ath:ath-next] BUILD SUCCESS a60c0401729851bfe637c2c8af5f759ea985336f

2022-11-17 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git ath-next branch HEAD: a60c0401729851bfe637c2c8af5f759ea985336f wifi: ath10k: Use IEEE80211_SEQ_TO_SN() for seq_ctrl conversion elapsed time: 12643m configs tested: 226 configs skipped: 6 The following configs have

Re: [PATCH RESEND v2] wifi: ath10k: Fix return value in ath10k_pci_init()

2022-11-17 Thread Kalle Valo
Xiu Jianfeng wrote: > This driver is attempting to register to support two different buses. > if either of these is successful then ath10k_pci_init() should return 0 > so that hardware attached to the successful bus can be probed and > supported. only if both of these are unsuccessful should

Re: [PATCH v3] wifi: ath10k: Add WLAN firmware image version info into smem

2022-11-17 Thread Youghandhar Chintala (Temp)
On 11/14/2022 6:29 PM, Kalle Valo wrote: Youghandhar Chintala writes: In a SoC based solution, it would be useful to know the versions of the various binary firmware blobs the system is running on. On a QCOM based SoC, this info can be obtained from socinfo debugfs infrastructure. For this