[PATCH v2] mac80211: limit MT7620 TX power based on eeprom calibration

2023-07-22 Thread Shiji Yang
From: Shiji Yang This patch adds basic TX power control for the MT7620 and limits its maximum TX power. This can avoid the link speed decrease caused by chip overheating. Signed-off-by: Shiji Yang --- Changes since v1: * To avoid developers misunderstanding it, rename rt2800_config_alc() to

Re: [PATCH] mac80211: limit MT7620 TX power based on eeprom calibration

2023-07-22 Thread 杨 世基
Hi, Thank you for your quick review. On July 22, 2023, 4:36 p.m. UTC, Daniel Golle wrote: >On Sat, Jul 22, 2023 at 10:52:02PM +0800, Shiji Yang wrote: >> From: Shiji Yang >> >> This patch adds basic TX power control to the MT7620 and limits its >> maximum TX power. This can avoid the link

Re: [PATCH] mac80211: limit MT7620 TX power based on eeprom calibration

2023-07-22 Thread Daniel Golle
On Sat, Jul 22, 2023 at 10:52:02PM +0800, Shiji Yang wrote: > From: Shiji Yang > > This patch adds basic TX power control to the MT7620 and limits its > maximum TX power. This can avoid the link speed decrease caused by > chip overheating. Thanks a lot for your patch and analysis of the

[PATCH] ubox: logread add option to filter priority (log level)

2023-07-22 Thread Legale Legale
This adds an ability to filter log messages priority: -v handle only messages with given log level (0-7), repeatable -V ignore messages with given log level (0-7), repeatable Signed-off-by: Isaev Ruslan --- log/logread.c | 27 ++- 1

[PATCH] mac80211: limit MT7620 TX power based on eeprom calibration

2023-07-22 Thread Shiji Yang
From: Shiji Yang This patch adds basic TX power control to the MT7620 and limits its maximum TX power. This can avoid the link speed decrease caused by chip overheating. Signed-off-by: Shiji Yang --- ...t-MT7620-TX-power-based-on-eeprom-ca.patch | 83 +++ 1 file changed, 83

[PATCH] ubox: logread add option to filter priority (log level)

2023-07-22 Thread Legale Legale
>From 071cfc2853dd7a4f9fb59a1650de8d5c874ce4f2 Mon Sep 17 00:00:00 2001 From: Date: Sat, 22 Jul 2023 01:28:05 +0300 Subject: [PATCH] logread: add option to filter priority (log level) This adds an ability to filter log messages priority: -v handle only messages with given log

Re: [PATCH] vlynq: fix typos in Kconfig

2023-07-22 Thread Paul D
On 2023-07-22 07:43, Randy Dunlap wrote: Fix grammar and punctuation in the vlynq Kconfig file. Fixes: 55e331cf7ebe ("drivers: add support for the TI VLYNQ bus") Signed-off-by: Randy Dunlap Cc: Florian Fainelli Cc: openwrt-devel@lists.openwrt.org Cc: Andrew Morton --- drivers/vlynq/Kconfig

Re: 22.03 packages not building since 10 days

2023-07-22 Thread Sebastian Kemper
Am 22. Juli 2023 08:27:53 UTC schrieb "Petr Štetiar" : >Sebastian Kemper [2023-07-20 20:54:33]: > >Hi, > >> Can a kind soul please check the build bots for 22.03 packages? We pushed >> some security fixes about a week ago for pjsip and were hoping they'd be >> packaged by now. > >thanks for the

Re: 22.03 packages not building since 10 days

2023-07-22 Thread Petr Štetiar
Sebastian Kemper [2023-07-20 20:54:33]: Hi, > Can a kind soul please check the build bots for 22.03 packages? We pushed > some security fixes about a week ago for pjsip and were hoping they'd be > packaged by now. thanks for the report, should be fixed now. Cheers, Petr

[PATCH] vlynq: fix typos in Kconfig

2023-07-22 Thread Randy Dunlap
Fix grammar and punctuation in the vlynq Kconfig file. Fixes: 55e331cf7ebe ("drivers: add support for the TI VLYNQ bus") Signed-off-by: Randy Dunlap Cc: Florian Fainelli Cc: openwrt-devel@lists.openwrt.org Cc: Andrew Morton --- drivers/vlynq/Kconfig |4 ++-- 1 file changed, 2