Re: QCA6174 showing terrible performance when connecting via WPA3-SAE

2024-03-20 Thread Eric Park
Resending as I forgot to CC the mailing list, sorry! I've added some more info since the last email. On 2024-03-11 11:21, Kalle Valo wrote: But with modern CPUs I would have still expected software encryption to be faster than 20 Mbps so the chances are it can be something else as well. I

[kvalo-ath:master-pending] BUILD SUCCESS 9ccc501a5341d289f436c616635bbbef902c345d

2024-03-20 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git master-pending branch HEAD: 9ccc501a5341d289f436c616635bbbef902c345d Merge branch 'pending' into master-pending elapsed time: 734m configs tested: 179 configs skipped: 3 The following configs have been built

[kvalo-ath:pending] BUILD SUCCESS 11181026d9754b99feec6dad63d7bfad0d4055dc

2024-03-20 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git pending branch HEAD: 11181026d9754b99feec6dad63d7bfad0d4055dc wifi: ath11k: remove duplicate definitions in wmi.h elapsed time: 733m configs tested: 179 configs skipped: 3 The following configs have been built

[kvalo-ath:ath-qca] BUILD SUCCESS cc62eafaa125b3211929f9aeee0705a85d6082d4

2024-03-20 Thread kernel test robot
allnoconfig gcc arc allyesconfig gcc arc defconfig gcc arc haps_hs_smp_defconfig gcc arc randconfig-001-20240320 gcc arc randconfig-002-20240320 gcc arc

[kvalo-ath:master] BUILD SUCCESS 4b2f0ce6f2fe0fd906d408a01e494b85c272c7d7

2024-03-20 Thread kernel test robot
allnoconfig gcc arc allyesconfig gcc arc defconfig gcc arc randconfig-001-20240320 gcc arc randconfig-002-20240320 gcc arcvdk_hs38_smp_defconfig gcc arm

[kvalo-ath:ath-next] BUILD SUCCESS 020e08ae5e68cbc0791e8d842443a86eb6aa99f6

2024-03-20 Thread kernel test robot
-20240320 gcc arc randconfig-002-20240320 gcc arm allmodconfig gcc arm allnoconfig clang arm allyesconfig gcc arm defconfig clang arm

Re: [PATCH] ath10k: allocate dummy net_device dynamically

2024-03-20 Thread Breno Leitao
On Wed, Mar 20, 2024 at 05:25:52PM +0200, Kalle Valo wrote: > Jeff Johnson writes: > > > On 3/19/2024 3:47 AM, Breno Leitao wrote: > >> Embedding net_device into structures prohibits the usage of flexible > >> arrays in the net_device structure. For more details, see the discussion > >> at [1].

Re: [PATCH] ath10k: allocate dummy net_device dynamically

2024-03-20 Thread Kalle Valo
Jeff Johnson writes: > On 3/19/2024 3:47 AM, Breno Leitao wrote: >> Embedding net_device into structures prohibits the usage of flexible >> arrays in the net_device structure. For more details, see the discussion >> at [1]. >> >> Un-embed the net_device from struct ath10k by converting it >>

Re: [PATCH] ath10k: allocate dummy net_device dynamically

2024-03-20 Thread Jeff Johnson
On 3/19/2024 3:47 AM, Breno Leitao wrote: > Embedding net_device into structures prohibits the usage of flexible > arrays in the net_device structure. For more details, see the discussion > at [1]. > > Un-embed the net_device from struct ath10k by converting it > into a pointer. Then use the