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 speed

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 situatio

[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 ins