Loading drivers/net/e1000/e1000_main.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -36,7 +36,7 @@ static char e1000_driver_string[] = "Intel(R) PRO/1000 Network Driver"; #else #else #define DRIVERNAPI "-NAPI" #define DRIVERNAPI "-NAPI" #endif #endif #define DRV_VERSION "7.3.15-k2"DRIVERNAPI #define DRV_VERSION "7.3.20-k2"DRIVERNAPI char e1000_driver_version[] = DRV_VERSION; char e1000_driver_version[] = DRV_VERSION; static char e1000_copyright[] = "Copyright (c) 1999-2006 Intel Corporation."; static char e1000_copyright[] = "Copyright (c) 1999-2006 Intel Corporation."; Loading Loading
drivers/net/e1000/e1000_main.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -36,7 +36,7 @@ static char e1000_driver_string[] = "Intel(R) PRO/1000 Network Driver"; #else #else #define DRIVERNAPI "-NAPI" #define DRIVERNAPI "-NAPI" #endif #endif #define DRV_VERSION "7.3.15-k2"DRIVERNAPI #define DRV_VERSION "7.3.20-k2"DRIVERNAPI char e1000_driver_version[] = DRV_VERSION; char e1000_driver_version[] = DRV_VERSION; static char e1000_copyright[] = "Copyright (c) 1999-2006 Intel Corporation."; static char e1000_copyright[] = "Copyright (c) 1999-2006 Intel Corporation."; Loading