Re: [openwrt/openwrt] urngd: update to the latest master

2023-07-26 Thread Rafał Miłecki
On 2023-07-25 10:10, Etienne Champetier wrote: commit c74b5e09e692839b39c8325b5f8dc5f2a3b3896c Author: Rafał Miłecki AuthorDate: Tue Jul 25 09:51:35 2023 +0200 urngd: update to the latest master Is urngd still needed/relevant given the 'recent" improvements in linux random generator ? G

[PATCH 1/2] mac80211: rework MT7620 PA/LNA RF calibration

2023-07-26 Thread Shiji Yang
From: Shiji Yang This patch makes some improvements to the MT7620 RF calibration. 1. Move MT7620 PA/LNA calibration code to dedicated functions. 2. Restore RF and BBP registers before R-Calibration. 3. Do Rx DCOC calibration again before RXIQ calibration. 4. Correct MAC_RX_EN mask in rt2800_r_ca

[PATCH 0/2] rework MT7620 PA/LNA RF calibration

2023-07-26 Thread Shiji Yang
From: Shiji Yang This series of patches introduces some fixes to the MT7620 wireless calibration function: * rework MT7620 PA/LNA RF calibration * fix gpio pinmux function during calibration Shiji Yang (2): mac80211: rework MT7620 PA/LNA RF calibration ramips: pinctrl: support requesting di

[PATCH 2/2] ramips: pinctrl: support requesting different functions for same group

2023-07-26 Thread Shiji Yang
From: Shiji Yang MT7620 wireless radio needs change the pin group function between "gpio" and "pa" during the calibration process. However, ralink pinctrl driver doesn't support requesting different functions for the same group. This patch enables pinctrl consumers to perform such operations. Si

Re: [PATCH 1/2] mac80211: rework MT7620 PA/LNA RF calibration

2023-07-26 Thread Daniel Golle
Hi! Thank you for your contribution. I (probably) found a minor typo, see below: On Wed, Jul 26, 2023 at 09:22:22PM +0800, Shiji Yang wrote: > From: Shiji Yang > > This patch makes some improvements to the MT7620 RF calibration. > > 1. Move MT7620 PA/LNA calibration code to dedicated functions

回复: [PATCH 1/2] mac80211: rework MT7620 PA/LNA RF calibration

2023-07-26 Thread 杨 世基
Thanks for your review! on July 26, 2023, 1:49 p.m. UTC, Daniel Golle wrote: >Hi! > >Thank you for your contribution. >I (probably) found a minor typo, see below: > >On Wed, Jul 26, 2023 at 09:22:22PM +0800, Shiji Yang wrote: >> From: Shiji Yang >> >> This patch makes some improvements to the MT

Re: [PATCH 1/2] mac80211: rework MT7620 PA/LNA RF calibration

2023-07-26 Thread 杨 世基
>On Wed, Jul 26, 2023 at 02:57:08PM +, 杨 世基 wrote: >> Thanks for your review! >> >> on July 26, 2023, 1:49 p.m. UTC, Daniel Golle wrote: >> >Hi! >> > >> >Thank you for your contribution. >> >I (probably) found a minor typo, see below: >> > >> >On Wed, Jul 26, 2023 at 09:22:22PM +0800, Shiji Yan

Re: 回复: [PATCH 1/2] mac80211: rework MT7620 PA/LNA RF calibration

2023-07-26 Thread Daniel Golle
On Wed, Jul 26, 2023 at 02:57:08PM +, 杨 世基 wrote: > Thanks for your review! > > on July 26, 2023, 1:49 p.m. UTC, Daniel Golle wrote: > >Hi! > > > >Thank you for your contribution. > >I (probably) found a minor typo, see below: > > > >On Wed, Jul 26, 2023 at 09:22:22PM +0800, Shiji Yang wrote:

Wifi MLO UCI config

2023-07-26 Thread Janusz Dziedzic
Hello, Do you have some ideas how UCI wifi config should look like for MLO config. In such case we could see smth like: root@test:/# iw dev phy#0 Interface wlan0 ifindex 21 wdev 0x5 addr 00:03:7f:12:19:19 ssid TEST-MLO type AP link 0:

Towards a unified /etc/config/dhcp

2023-07-26 Thread Philip Prindeville
I'm the maintainer of ISC-DHCP which will be sunsetting soon. I'd like to take the UCI wrappers that I wrote to handle quite a few configuration options and port those to Kea since this makes the most sense as a migration path for people wishing to retain their configurations. That said, it st

Re: Towards a unified /etc/config/dhcp

2023-07-26 Thread Paul D
Given that they both cover similar ground, I think this is a good idea. I am a user of both, on various platforms/OSes, although on owrt, I use dnsmasq almost exclusively for its broader functionality which also covers DHCP. On 2023-07-27 00:26, Philip Prindeville wrote: I'm the maintain