[ath6kl:pending] BUILD SUCCESS 8d251747ae09ae3505d04bd129dc7100df4cabac

2020-07-26 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git pending branch HEAD: 8d251747ae09ae3505d04bd129dc7100df4cabac wcn36xx: Use sequence number allocated by mac80211 elapsed time: 2727m configs tested: 74 configs skipped: 1 The following configs have been built successf

[PATCH v2 1/2] nl80211: vendor-cmd: qca: add dynamic SAR power limits

2020-07-26 Thread Wen Gong
The vendor commands is to add API for user to configure dynamic SAR power limits, it will not replace the existing power control functionality, it is to make more convenient to configure power. For different chips and drivers, they has different configuration, such as dBm units, 5G Hz subbands, va

[PATCH v2 2/2] ath10k: allow dynamic SAR power limits to be configured

2020-07-26 Thread Wen Gong
Add support for a vendor command for STATION, the command QCA_NL80211_VENDOR_SUBCMD_SET_SAR_LIMITS which is already defined in git://w1.fi/hostap.git (src/command/qca-vendor.h). This allows user space to configure power limits for 2.4 GHz and 5 GHz bands. ath10k set pdev parameter WMI_PDEV_PARAM_T

[PATCH v2 0/2] ath10k: SAR power limit vendor command

2020-07-26 Thread Wen Gong
v2: change description of "nl80211: vendor-cmd: qca: add dynamic SAR power limits" remove ATH10K_WMI_SAR_*G_0_MASK of wmi.h here's a patchset adding dynamic SAR power limit vendor command to ath10k. This follows the new process documented in the wiki: https://wireless.wiki.kernel.org/en/develope

[ath6kl:master-pending] BUILD SUCCESS 20bc0ea7f0d3ea61945cac2ff0bb840eb1191a7d

2020-07-26 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git master-pending branch HEAD: 20bc0ea7f0d3ea61945cac2ff0bb840eb1191a7d Merge branch 'pending' into master-pending elapsed time: 2642m configs tested: 74 configs skipped: 1 The following configs have been built successfu

RE: [RFC 1/7] mac80211: Add check for napi handle before WARN_ON

2020-07-26 Thread Rakesh Pillai
> -Original Message- > From: Rakesh Pillai > Sent: Friday, July 24, 2020 11:51 AM > To: 'Johannes Berg' ; > 'ath10k@lists.infradead.org' > Cc: 'linux-wirel...@vger.kernel.org' ; > 'linux-ker...@vger.kernel.org' ; > 'kv...@codeaurora.org' ; 'da...@davemloft.net' > ; 'k...@kernel.org' ;

RE: [RFC 0/7] Add support to process rx packets in thread

2020-07-26 Thread David Laight
From: Sebastian Gottschall > Sent: 25 July 2020 16:42 > >> i agree. i just can say that i tested this patch recently due this > >> discussion here. and it can be changed by sysfs. but it doesnt work for > >> wifi drivers which are mainly using dummy netdev devices. for this i > >> made a small pat

Re: [RFC 0/7] Add support to process rx packets in thread

2020-07-26 Thread Felix Fietkau
On 2020-07-26 10:32, Hillf Danton wrote: > > On Sun, 26 Jul 2020 10:10:15 +0200 Felix Fietkau wrote: >> On 2020-07-26 03:22, Hillf Danton wrote: >> > >> > Feel free to do that. Is it likely for me to select a Cc? >> > >> Shall I use Signed-off-by: Hillf Danton ? > > s/Signed-off-by/Cc/ > >> Wh

Re: [RFC 0/7] Add support to process rx packets in thread

2020-07-26 Thread Hillf Danton
On Sun, 26 Jul 2020 10:10:15 +0200 Felix Fietkau wrote: > On 2020-07-26 03:22, Hillf Danton wrote: > > > > Feel free to do that. Is it likely for me to select a Cc? > > > Shall I use Signed-off-by: Hillf Danton ? s/Signed-off-by/Cc/ > What Cc do you want me to add? I prefer Cc over other tag

Re: [RFC 0/7] Add support to process rx packets in thread

2020-07-26 Thread Felix Fietkau
On 2020-07-26 03:22, Hillf Danton wrote: >> - add a state bit for threaded NAPI >> - make netif_threaded_napi_add inline >> - run queue_work outside of local_irq_save/restore (it does that >> internally already) >> >> If you don't mind, I'd like to propose this to netdev soon. Can I have >> your Si