Re: [OpenWrt-Devel] [PATCH RFC 0/5] ath79: add micro non-physical true RNG based on timing jitter

2019-05-25 Thread Stephan Müller
Am Samstag, 25. Mai 2019, 12:43:25 CEST schrieb Etienne Champetier: Hi Etienne, > Hi Petr, > > Just to be clear i'm 100% in favor of your effort to have random pool > init done fast on all devices, > and your solution, based on Stephan awsome work, seems really good > I just want to be sure we d

Re: [OpenWrt-Devel] [PATCH RFC 0/5] ath79: add micro non-physical true RNG based on timing jitter

2019-05-25 Thread Stephan Müller
Am Montag, 20. Mai 2019, 18:13:20 CEST schrieb Petr Štetiar: Hi Petr, A system called TNT BOM BOM sent me test results for Qubes. I am not sure who to reply to the analysis. Therefore, I will reply to this thread. The first test "Test-Results" show that the heuristic validating whether the und

[OpenWrt-Devel] [PATCH] ramips: create R6220 dtsi and improve WNDR3700v5 support

2019-05-25 Thread jan
From: Jan Hoffmann The R6220 and WNDR3700v5 are identical apart from using NAND/SPI flash and having a different casing. This moves the common bits into R6220.dtsi, based on the existing R6220 dts. Now all LEDs work on WNDR3700v5 and the ethernet MAC addresses are correct. Signed-off-by: Jan Ho

[OpenWrt-Devel] [PATCH 5/6] ath79: ag71xx: update ethtool support

2019-05-25 Thread Petr Štetiar
ethtool doesn't work currently as phy_ethtool_ioctl expects user space pointer, but it's being passed kernel one. Fixing it doesn't make sense as {s,g}et_settings were deprecated anyway. So let's rather remove phy_ethtool_ioctl and use new {s,g}et_link_ksettings instead. While at it, update nway_r

[OpenWrt-Devel] [PATCH 0/6] ar71xx, ath79, ramips: ethtool fixes and cleanup (FS#1982)

2019-05-25 Thread Petr Štetiar
Hi, this patch series fixes currently broken ethtool on ar71xx/ath79 as reported by several people in FS#1982. ethtool doesn't work currently as phy_ethtool_ioctl expects user space pointer, but it's being passed kernel one. Fixing it doesn't make sense as {s,g}et_settings were deprecated anyway.

[OpenWrt-Devel] [PATCH 4/6] ar71xx: ag71xx: remove unused SIOCETHTOOL ioctl handling

2019-05-25 Thread Petr Štetiar
This ioctl is currently routed through generic interface code: dev_ioctl dev_ethtool __ethtool_get_link_ksettings phy_ethtool_ioctl Cc: Felix Fietkau Signed-off-by: Petr Štetiar --- .../files/drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c| 10 -- 1 file chang

[OpenWrt-Devel] [PATCH 1/6] kernel: generic: remove broken and obsolete phy_ethtool_ioctl

2019-05-25 Thread Petr Štetiar
Remove 701-phy_extension.patch from 4.14 and 4.19 kernel, as it's currenlty broken and fixing doesn't make sense as most of it is deprecated anyway. Cc: John Crispin Ref: https://bugs.openwrt.org/index.php?do=details&task_id=1982 Signed-off-by: Petr Štetiar --- .../generic/pending-4.14/701-phy_

[OpenWrt-Devel] [PATCH 6/6] ar71xx: ag71xx: update ethtool support

2019-05-25 Thread Petr Štetiar
Remove references to broken and mostly deprecated phy_ethtool_ioctl, use new {s,g}et_link_ksettings and add nway_reset which was previously handled in phy_ethtool_ioctl. Cc: John Crispin Ref: https://bugs.openwrt.org/index.php?do=details&task_id=1982 Signed-off-by: Petr Štetiar --- .../net/ethe

[OpenWrt-Devel] [PATCH 3/6] ath79: ag71xx: remove unused SIOCETHTOOL ioctl handling

2019-05-25 Thread Petr Štetiar
This ioctl is currently routed through generic interface code: dev_ioctl dev_ethtool __ethtool_get_link_ksettings phy_ethtool_ioctl Cc: John Crispin Cc: Chuanhong Guo Signed-off-by: Petr Štetiar --- .../files/drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c | 11 +--

[OpenWrt-Devel] [PATCH 2/6] ramips: ethernet: remove unused SIOCETHTOOL ioctl handling

2019-05-25 Thread Petr Štetiar
This ioctl is currently routed through generic interface code. dev_ioctl dev_ethtool __ethtool_get_link_ksettings phy_ethtool_ioctl Cc: Felix Fietkau Cc: John Crispin Signed-off-by: Petr Štetiar --- .../files-4.14/drivers/net/ethernet/mediatek/mtk_eth_soc.c | 13 +

Re: [OpenWrt-Devel] [PATCH RFC 0/5] ath79: add micro non-physical true RNG based on timing jitter

2019-05-25 Thread Etienne Champetier
Hi Petr, Just to be clear i'm 100% in favor of your effort to have random pool init done fast on all devices, and your solution, based on Stephan awsome work, seems really good I just want to be sure we don't make some devices worse / are not missing something Le mar. 21 mai 2019 à 16:55, Petr Št

Re: [OpenWrt-Devel] [PATCH] Support for Edimax EW-7476RPC

2019-05-25 Thread Cezary Jackiewicz
Dnia 2019-05-25, o godz. 09:30:29 Birger Koblitz napisał(a): Hi, > The model is also compatible with the newer EW-7478AC, at least the > firmware can be cross-flashed after changing the magic bytes at the > beginning of the image from RN79 to RN70. The newer device merely has > external anten

[OpenWrt-Devel] [PATCH] Support for Edimax EW-7476RPC

2019-05-25 Thread Birger Koblitz
I managed to get OpenWRT running on the Edimax EW-7476RPC, which is also sold for great value for money under the name Renkforce RF-WR-1200RF WLAN Repeater. AFAIK all the hardware works properly. The model is also compatible with the newer EW-7478AC, at least the firmware can be cross-flashed