Re: [gluon] Re: [RFC PATCH net-next] bridge: Implement MLD Querier wake-up calls / Android bug workaround

2020-08-17 Thread Daniel Golle
On Mon, Aug 17, 2020 at 03:17:37PM +0200, Sven Eckelmann wrote: > On Monday, 17 August 2020 10:39:00 CEST Bjørn Mork wrote: > > Linus Lüssing writes: > [...] > > This is not a bug. They are deliberately breaking IPv6 because they > > consider this a feature. You should not try to work around suc

Re: [PATCH] net: ethernet: mediatek: Add MT7628/88 SoC support

2019-07-17 Thread Daniel Golle
On Wed, Jul 17, 2019 at 01:02:43PM +0200, Stefan Roese wrote: > This patch adds support for the MediaTek MT7628/88 SoCs to the common > MediaTek ethernet driver. Some minor changes are needed for this and > a bigger change, as the MT7628 does not support QDMA (only PDMA). The Ethernet core found i

Re: [OpenWrt-Devel] Using ethtool or swconfig to change link settings for mt7620a?

2019-06-08 Thread Daniel Golle
Hi Daniel, On Sat, Jun 08, 2019 at 04:06:54AM -0500, Daniel Santos wrote: > Hello, > > I need to change auto-negotiate, speed and duplex for a port on my > mt7620a-based device, but I'm not quite certain that I understand the > structure here.  When using ethtool on eth0 I always get ENODEV, > ap

Re: [PATCH] rt2x00: improve calling conventions for register accessors

2017-05-15 Thread Daniel Golle
n Kconfig instead? > > Please let's not go down that route and make such facilities less > useful due to decreased coverage. Being the one to blame for submitting the patch adding most of the problem's footprint: Arnd's change looks good to me and I believe it should be merged. This is the type of feedback I was hoping for when submitting all the long-forgotten and rotting patches from OpenWrt's mac80211 driver patches! Thanks to Arnd for your efforts! Consider this as Acked-by: Daniel Golle for Arnd's original patch (and for NOT adding 'depends on !KASAN') Cheers Daniel > > Thanks.