Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4ad79e13 authored by Yuval Mintz's avatar Yuval Mintz Committed by David S. Miller
Browse files

bnx2x: Rebrand from 'broadcom' into 'qlogic'



bnx2x still appears as a Broadcom driver even though the devices it
utilizes belong to Qlogic for more than a year.

This patch changes the various headers and the device strings to indicate
the correct ownership of the device.

Signed-off-by: default avatarYuval Mintz <Yuval.Mintz@qlogic.com>
Signed-off-by: default avatarAriel Elior <Ariel.Elior@qlogic.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 28311f8e
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
/* bnx2x.h: Broadcom Everest network driver.
/* bnx2x.h: QLogic Everest network driver.
 *
 *
 * Copyright (c) 2007-2013 Broadcom Corporation
 * Copyright (c) 2007-2013 Broadcom Corporation
 * Copyright (c) 2014 QLogic Corporation
 * All rights reserved
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * 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
 * it under the terms of the GNU General Public License as published by
+3 −1
Original line number Original line Diff line number Diff line
/* bnx2x_cmn.c: Broadcom Everest network driver.
/* bnx2x_cmn.c: QLogic Everest network driver.
 *
 *
 * Copyright (c) 2007-2013 Broadcom Corporation
 * Copyright (c) 2007-2013 Broadcom Corporation
 * Copyright (c) 2014 QLogic Corporation
 * All rights reserved
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * 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
 * it under the terms of the GNU General Public License as published by
+3 −1
Original line number Original line Diff line number Diff line
/* bnx2x_cmn.h: Broadcom Everest network driver.
/* bnx2x_cmn.h: QLogic Everest network driver.
 *
 *
 * Copyright (c) 2007-2013 Broadcom Corporation
 * Copyright (c) 2007-2013 Broadcom Corporation
 * Copyright (c) 2014 QLogic Corporation
 * All rights reserved
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * 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
 * it under the terms of the GNU General Public License as published by
+6 −4
Original line number Original line Diff line number Diff line
/* bnx2x_dcb.c: Broadcom Everest network driver.
/* bnx2x_dcb.c: QLogic Everest network driver.
 *
 *
 * Copyright 2009-2013 Broadcom Corporation
 * Copyright 2009-2013 Broadcom Corporation
 * Copyright 2014 QLogic Corporation
 * All rights reserved
 *
 *
 * Unless you and Broadcom execute a separate written software license
 * Unless you and QLogic execute a separate written software license
 * agreement governing use of this software, this software is licensed to you
 * agreement governing use of this software, this software is licensed to you
 * under the terms of the GNU General Public License version 2, available
 * under the terms of the GNU General Public License version 2, available
 * at http://www.gnu.org/licenses/old-licenses/gpl-2.0.html (the "GPL").
 * at http://www.gnu.org/licenses/old-licenses/gpl-2.0.html (the "GPL").
 *
 *
 * Notwithstanding the above, under no circumstances may you combine this
 * Notwithstanding the above, under no circumstances may you combine this
 * software in any way with any other Broadcom software provided under a
 * software in any way with any other QLogic software provided under a
 * license other than the GPL, without Broadcom's express prior written
 * license other than the GPL, without QLogic's express prior written
 * consent.
 * consent.
 *
 *
 * Maintained by: Ariel Elior <ariel.elior@qlogic.com>
 * Maintained by: Ariel Elior <ariel.elior@qlogic.com>
+6 −4
Original line number Original line Diff line number Diff line
/* bnx2x_dcb.h: Broadcom Everest network driver.
/* bnx2x_dcb.h: QLogic Everest network driver.
 *
 *
 * Copyright 2009-2013 Broadcom Corporation
 * Copyright 2009-2013 Broadcom Corporation
 * Copyright 2014 QLogic Corporation
 * All rights reserved
 *
 *
 * Unless you and Broadcom execute a separate written software license
 * Unless you and QLogic execute a separate written software license
 * agreement governing use of this software, this software is licensed to you
 * agreement governing use of this software, this software is licensed to you
 * under the terms of the GNU General Public License version 2, available
 * under the terms of the GNU General Public License version 2, available
 * at http://www.gnu.org/licenses/old-licenses/gpl-2.0.html (the "GPL").
 * at http://www.gnu.org/licenses/old-licenses/gpl-2.0.html (the "GPL").
 *
 *
 * Notwithstanding the above, under no circumstances may you combine this
 * Notwithstanding the above, under no circumstances may you combine this
 * software in any way with any other Broadcom software provided under a
 * software in any way with any other QLogic software provided under a
 * license other than the GPL, without Broadcom's express prior written
 * license other than the GPL, without QLogic's express prior written
 * consent.
 * consent.
 *
 *
 * Maintained by: Ariel Elior <ariel.elior@qlogic.com>
 * Maintained by: Ariel Elior <ariel.elior@qlogic.com>
Loading