linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ivan Vecera <ivecera@redhat.com>
To: Chun-Hao Lin <hau@realtek.com>, netdev@vger.kernel.org
Cc: nic_swsd@realtek.com, linux-kernel@vger.kernel.org, romieu@fr.zoreil.com
Subject: Re: [PATCH net-next v2] r8169:add support for RTL8168H and RTL8107E
Date: Mon, 08 Sep 2014 15:00:45 +0200	[thread overview]
Message-ID: <540DA87D.9000302@redhat.com> (raw)
In-Reply-To: <1408470844-30038-1-git-send-email-hau@realtek.com>

On 19.8.2014 19:54, Chun-Hao Lin wrote:
> diff --git a/drivers/net/ethernet/realtek/r8169.c b/drivers/net/ethernet/realtek/r8169.c
> index 91652e7..c8375f6 100644
> --- a/drivers/net/ethernet/realtek/r8169.c
> +++ b/drivers/net/ethernet/realtek/r8169.c
> @@ -52,6 +52,10 @@
>   #define FIRMWARE_8106E_2	"rtl_nic/rtl8106e-2.fw"
>   #define FIRMWARE_8168G_2	"rtl_nic/rtl8168g-2.fw"
>   #define FIRMWARE_8168G_3	"rtl_nic/rtl8168g-3.fw"
> +#define FIRMWARE_8168H_1	"rtl_nic/rtl8168h-1.fw"
> +#define FIRMWARE_8168H_2	"rtl_nic/rtl8168h-2.fw"
> +#define FIRMWARE_8107E_1	"rtl_nic/rtl8107e-1.fw"
> +#define FIRMWARE_8107E_2	"rtl_nic/rtl8107e-2.fw"

Where are these new firmware files ^^^^ located? They are missing at 
git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git

Ivan

  parent reply	other threads:[~2014-09-08 13:00 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-19 17:54 [PATCH net-next v2] r8169:add support for RTL8168H and RTL8107E Chun-Hao Lin
2014-08-22 19:34 ` David Miller
2014-09-08 13:00 ` Ivan Vecera [this message]
2014-09-09  5:50   ` Hayes Wang
2014-09-09 12:18     ` Ivan Vecera
2014-09-10  9:25       ` Hayes Wang
2014-09-10  9:32         ` Ivan Vecera

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=540DA87D.9000302@redhat.com \
    --to=ivecera@redhat.com \
    --cc=hau@realtek.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=nic_swsd@realtek.com \
    --cc=romieu@fr.zoreil.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).