Re: [PATCH 5/5] ath10k: reduce invalid ht params rate message noise

2021-02-09 Thread Wen Gong
On 2021-02-10 08:42, Shuah Khan wrote: ath10k_mac_get_rate_flags_ht() floods dmesg with the following messages, when it fails to find a match for mcs=7 and rate=1440. supported_ht_mcs_rate_nss2: {7, {1300, 2700, 1444, 3000} } ath10k_pci :02:00.0: invalid ht params rate 1440 100kbps nss 2

Re: drivers/net/wireless/ath/ath10k/sdio.c:2234:2: warning: Non-boolean value returned from function returning bool

2020-11-16 Thread Wen Gong
On 2020-11-16 15:53, Kalle Valo wrote: + ath10k list kernel test robot writes: tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: f01c30de86f1047e9bae1b1b1417b0ce8dcd15b1 commit: 3c45f21af84eb05a355919abc80cf70a3a681cee ath10k: sdio: add firmware cored

Re: [for-next][PATCH 2/2] tracing: Use temp buffer when filtering events

2020-08-29 Thread Wen Gong
On 2020-08-29 06:55, Steven Rostedt wrote: On Fri, 28 Aug 2020 18:54:50 -0400 Steven Rostedt wrote: On Fri, 28 Aug 2020 18:49:55 -0400 Steven Rostedt wrote: > On Fri, 28 Aug 2020 15:53:06 +0800 > Wen Gong wrote: > > > this patch commit id is : 0fc1b09ff1ff404ddf753f5ffa5cd0a

Re: [for-next][PATCH 2/2] tracing: Use temp buffer when filtering events

2020-08-28 Thread Wen Gong
On 2016-05-04 21:52, Steven Rostedt wrote: From: "Steven Rostedt (Red Hat)" Filtering of events requires the data to be written to the ring buffer before it can be decided to filter or not. This is because the parameters of the filter are based on the result that is written to the ring buffer