[kvalo-ath:pending] BUILD SUCCESS 4dee04d384383a8f7ae633e188b22a4ea76fd5db

2023-02-22 Thread kernel test robot
-20230222 arm allmodconfig arm allyesconfig arm defconfig arm randconfig-r046-20230222 arm64allyesconfig arm64 defconfig csky

[kvalo-ath:master-pending] BUILD SUCCESS eae11035ab8ae19446b71661e32802fbca71c584

2023-02-22 Thread kernel test robot
-20230222 arm allmodconfig arm allyesconfig arm defconfig arm randconfig-r046-20230222 arm64allyesconfig arm64 defconfig csky

Re: [PATCH] ath10k: read qcom,coexist-support as a u32

2023-02-22 Thread Vincent Tremblay
Hi, This is just a small bump to be sure that this patch does not go unnoticed as it was submitted during the holidays. Thanks! ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

[kvalo-ath:ath-qca] BUILD SUCCESS 697cb64f671a9985e98e89f716254492cbfa258d

2023-02-22 Thread kernel test robot
randconfig-r043-20230222 arm allmodconfig arm allyesconfig armclps711x_defconfig arm defconfig armmulti_v7_defconfig arm randconfig

[kvalo-ath:ath-next] BUILD SUCCESS 60b7d62ba8cdbd073997bff0f1cdae8d844002c0

2023-02-22 Thread kernel test robot
randconfig-r043-20230222 arm allmodconfig arm allyesconfig arm defconfig arm randconfig-r046-20230222 arm64allyesconfig arm64 defconfig csky

Re: [PATCH] ath10k: Remove redundant assignment to changed_flags

2023-02-22 Thread Kalle Valo
Jiapeng Chong wrote: > Variable changed_flags is assigned, but is not effectively used, so > delete it. > > drivers/net/wireless/ath/ath10k/mac.c:6024:22: warning: parameter > 'changed_flags' set but not used. > > Reported-by: Abaci Robot > Link:

Re: [PATCH v2] ath10k: snoc: enable threaded napi on WCN3990

2023-02-22 Thread Kalle Valo
Abhishek Kumar wrote: > NAPI poll can be done in threaded context along with soft irq > context. Threaded context can be scheduled efficiently, thus > creating less of bottleneck during Rx processing. This patch is > to enable threaded NAPI on ath10k driver. > > Based on testing, it was

Re: [PATCH v2] ath10k: snoc: enable threaded napi on WCN3990

2023-02-22 Thread Kalle Valo
Abhishek Kumar writes: > Gentle reminder for your comments. A gentle reminder to avoid sending gentle reminders :) For example, I currently have 103 patches in patchwork and if everyone send gentle reminders that's a lot of unnecessary email. So please avoid sending unnecessary emails. "gentle

Re: [PATCH 1/2] wifi: cfg80211: Add beacon hint notifier support

2023-02-22 Thread Johannes Berg
On Wed, 2023-02-22 at 08:22 +0800, Wen Gong wrote: > On 2/15/2023 11:10 PM, Johannes Berg wrote: > > > > Why is this even needed? You should always get reg_notifier after this > > > > anyway? > > > Currently when channel flag changed through the beacon hints are not > > > informed to driver. > > >