···11/* bnx2.c: Broadcom NX2 network driver.22 *33- * Copyright (c) 2004-2011 Broadcom Corporation33+ * Copyright (c) 2004-2013 Broadcom Corporation44 *55 * This program is free software; you can redistribute it and/or modify66 * it under the terms of the GNU General Public License as published by···5858#include "bnx2_fw.h"59596060#define DRV_MODULE_NAME "bnx2"6161-#define DRV_MODULE_VERSION "2.2.3"6262-#define DRV_MODULE_RELDATE "June 27, 2012"6161+#define DRV_MODULE_VERSION "2.2.4"6262+#define DRV_MODULE_RELDATE "Aug 05, 2013"6363#define FW_MIPS_FILE_06 "bnx2/bnx2-mips-06-6.2.3.fw"6464#define FW_RV2P_FILE_06 "bnx2/bnx2-rv2p-06-6.0.15.fw"6565#define FW_MIPS_FILE_09 "bnx2/bnx2-mips-09-6.2.1b.fw"
+1-1
drivers/net/ethernet/broadcom/bnx2.h
···11/* bnx2.h: Broadcom NX2 network driver.22 *33- * Copyright (c) 2004-2011 Broadcom Corporation33+ * Copyright (c) 2004-2013 Broadcom Corporation44 *55 * This program is free software; you can redistribute it and/or modify66 * it under the terms of the GNU General Public License as published by