[kvalo-ath:master] BUILD SUCCESS b36766befd306a606f287b0c0f0e53d994516acb

2024-04-08 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git master branch HEAD: b36766befd306a606f287b0c0f0e53d994516acb Add localversion-wireless-testing-ath elapsed time: 907m configs tested: 149 configs skipped: 3 The following configs have been built successfully. More conf

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

2024-04-08 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git ath-next branch HEAD: b34389c3978c3679954bb272ecec9365665365aa wifi: ath12k: fix link capable flags elapsed time: 885m configs tested: 139 configs skipped: 3 The following configs have been built successfully. More con

[kvalo-ath:ath-qca] BUILD SUCCESS 9b7425715dbec42e3043e721be79bec44c068901

2024-04-08 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git ath-qca branch HEAD: 9b7425715dbec42e3043e721be79bec44c068901 Merge branch 'ath-next' into ath-qca elapsed time: 885m configs tested: 143 configs skipped: 3 The following configs have been built successfully. More conf

[kvalo-ath:master-pending] BUILD SUCCESS 4747c5397a989d69786903c6fe1a6d01efbd899d

2024-04-08 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git master-pending branch HEAD: 4747c5397a989d69786903c6fe1a6d01efbd899d Merge branch 'pending' into master-pending elapsed time: 855m configs tested: 156 configs skipped: 3 The following configs have been built successful

[kvalo-ath:pending] BUILD SUCCESS 65574105b860fbcdc1a98eaac532a3c061010e25

2024-04-08 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git pending branch HEAD: 65574105b860fbcdc1a98eaac532a3c061010e25 wifi: ath12k: correct the capital word typo elapsed time: 725m configs tested: 139 configs skipped: 3 The following configs have been built successfully. Mo

Re: [PATCH 0/3] wifi: Un-embed ath10k and ath11k dummy netdev

2024-04-08 Thread Breno Leitao
On Mon, Apr 08, 2024 at 07:43:42PM +0300, Kalle Valo wrote: > Breno Leitao writes: > > On Fri, Apr 05, 2024 at 06:15:05PM +0300, Kalle Valo wrote: > >> Breno Leitao writes: > >> > >> > struct net_device shouldn't be embedded into any structure, instead, > >> > the owner should use the private sp

Re: [PATCH 0/3] wifi: Un-embed ath10k and ath11k dummy netdev

2024-04-08 Thread Kalle Valo
Breno Leitao writes: > Hello Kalle, > > On Fri, Apr 05, 2024 at 06:15:05PM +0300, Kalle Valo wrote: >> Breno Leitao writes: >> >> > struct net_device shouldn't be embedded into any structure, instead, >> > the owner should use the private space to embed their state into >> > net_device. >> > >>

Re: [PATCH v2 3/3] arm64: dts: qcom: msm8998: set qcom,no-msa-ready-indicator for wifi

2024-04-08 Thread Marc Gonzalez
On 04/04/2024 17:28, Kalle Valo wrote: > Marc Gonzalez wrote: > >> On 04/04/2024 13:57, Kalle Valo wrote: >> >>> Dmitry Baryshkov wrote: >>> I'd say, we should take a step back and actually verify how this was handled in the vendor kernel. >>> >>> One comment related to this: usually ve

Re: [PATCH 0/3] wifi: Un-embed ath10k and ath11k dummy netdev

2024-04-08 Thread Breno Leitao
Hello Kalle, On Fri, Apr 05, 2024 at 06:15:05PM +0300, Kalle Valo wrote: > Breno Leitao writes: > > > struct net_device shouldn't be embedded into any structure, instead, > > the owner should use the private space to embed their state into > > net_device. > > > > This patch set fixes the problem