aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/brocade/bna/bnad.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet/brocade/bna/bnad.c')
-rw-r--r--drivers/net/ethernet/brocade/bna/bnad.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/drivers/net/ethernet/brocade/bna/bnad.c b/drivers/net/ethernet/brocade/bna/bnad.c
index 7714d7790089..37072a83f9d6 100644
--- a/drivers/net/ethernet/brocade/bna/bnad.c
+++ b/drivers/net/ethernet/brocade/bna/bnad.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Linux network driver for Brocade Converged Network Adapter. 2 * Linux network driver for QLogic BR-series Converged Network Adapter.
3 * 3 *
4 * This program is free software; you can redistribute it and/or modify it 4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms of the GNU General Public License (GPL) Version 2 as 5 * under the terms of the GNU General Public License (GPL) Version 2 as
@@ -11,9 +11,10 @@
11 * General Public License for more details. 11 * General Public License for more details.
12 */ 12 */
13/* 13/*
14 * Copyright (c) 2005-2010 Brocade Communications Systems, Inc. 14 * Copyright (c) 2005-2014 Brocade Communications Systems, Inc.
15 * Copyright (c) 2014-2015 QLogic Corporation
15 * All rights reserved 16 * All rights reserved
16 * www.brocade.com 17 * www.qlogic.com
17 */ 18 */
18#include <linux/bitops.h> 19#include <linux/bitops.h>
19#include <linux/netdevice.h> 20#include <linux/netdevice.h>
@@ -3867,7 +3868,7 @@ bnad_module_init(void)
3867{ 3868{
3868 int err; 3869 int err;
3869 3870
3870 pr_info("Brocade 10G Ethernet driver - version: %s\n", 3871 pr_info("QLogic BR-series 10G Ethernet driver - version: %s\n",
3871 BNAD_VERSION); 3872 BNAD_VERSION);
3872 3873
3873 bfa_nw_ioc_auto_recover(bnad_ioc_auto_recover); 3874 bfa_nw_ioc_auto_recover(bnad_ioc_auto_recover);
@@ -3894,7 +3895,7 @@ module_exit(bnad_module_exit);
3894 3895
3895MODULE_AUTHOR("Brocade"); 3896MODULE_AUTHOR("Brocade");
3896MODULE_LICENSE("GPL"); 3897MODULE_LICENSE("GPL");
3897MODULE_DESCRIPTION("Brocade 10G PCIe Ethernet driver"); 3898MODULE_DESCRIPTION("QLogic BR-series 10G PCIe Ethernet driver");
3898MODULE_VERSION(BNAD_VERSION); 3899MODULE_VERSION(BNAD_VERSION);
3899MODULE_FIRMWARE(CNA_FW_FILE_CT); 3900MODULE_FIRMWARE(CNA_FW_FILE_CT);
3900MODULE_FIRMWARE(CNA_FW_FILE_CT2); 3901MODULE_FIRMWARE(CNA_FW_FILE_CT2);