lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20120329091229.GA22410@electric-eye.fr.zoreil.com> Date: Thu, 29 Mar 2012 11:12:29 +0200 From: Francois Romieu <romieu@...zoreil.com> To: Hayes Wang <hayeswang@...ltek.com> Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH net-next v2 5/5] r8169: support RTL8411 Hayes Wang <hayeswang@...ltek.com> : > Support the new chip RTL8411. > > Signed-off-by: Hayes Wang <hayeswang@...ltek.com> > --- > drivers/net/ethernet/realtek/r8169.c | 142 +++++++++++++++++++++++++++++++++- > 1 files changed, 139 insertions(+), 3 deletions(-) > > diff --git a/drivers/net/ethernet/realtek/r8169.c b/drivers/net/ethernet/realtek/r8169.c > index cde5cea..d00f4e9 100644 > --- a/drivers/net/ethernet/realtek/r8169.c > +++ b/drivers/net/ethernet/realtek/r8169.c [...] > @@ -250,7 +252,10 @@ static const struct { > JUMBO_9K, false), > [RTL_GIGA_MAC_VER_37] = > _R("RTL8402", RTL_TD_1, FIRMWARE_8402_1, > - JUMBO_1K, true) > + JUMBO_1K, true), > + [RTL_GIGA_MAC_VER_38] = > + _R("RTL8411", RTL_TD_1, FIRMWARE_8411_1, > + JUMBO_9K, false) rtl_init_jumbo_ops probably needs to be updated as well. Nit: please keep a colon in 'JUMBO_9K, false),'. ^ There was one after the (not so) last record before patch 03/05 and I would prefer it to stay because new devices are regularly added. The '-' line is only noise. Thanks. -- Ueimor -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists