diff options
author | Jitendra Kalsaria <jitendra.kalsaria@qlogic.com> | 2014-06-23 21:10:33 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-06-26 01:27:27 +0200 |
commit | 28c4ec0df60c8162c2da48c1df5e1cb2f04cdaa5 (patch) | |
tree | ab5d8cd0e184b274e994ce914966059301b89616 /drivers/net/ethernet/broadcom/bnx2.h | |
parent | net/dsa/dsa.c: remove unnecessary null test before kfree (diff) | |
download | linux-28c4ec0df60c8162c2da48c1df5e1cb2f04cdaa5.tar.xz linux-28c4ec0df60c8162c2da48c1df5e1cb2f04cdaa5.zip |
bnx2: Rebranding bnx2 driver.
o QLogic has acquired the NetXtremeII products and drivers from Broadcom.
This patch re-brands bnx2 driver as a QLogic driver
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/broadcom/bnx2.h')
-rw-r--r-- | drivers/net/ethernet/broadcom/bnx2.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/ethernet/broadcom/bnx2.h b/drivers/net/ethernet/broadcom/bnx2.h index e341bc366fa5..28df35d35893 100644 --- a/drivers/net/ethernet/broadcom/bnx2.h +++ b/drivers/net/ethernet/broadcom/bnx2.h @@ -1,6 +1,7 @@ -/* bnx2.h: Broadcom NX2 network driver. +/* bnx2.h: QLogic NX2 network driver. * - * Copyright (c) 2004-2013 Broadcom Corporation + * Copyright (c) 2004-2014 Broadcom Corporation + * Copyright (c) 2014 QLogic Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |