2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-29 23:53:55 +08:00
linux-next/drivers/net/ethernet/intel/e1000e
Koki Sanagi e792cd916c e1000e: display a warning message when SmartSpeed works
Current e1000e driver doesn't tell nothing when Link Speed is downgraded due to
SmartSpeed.  As a result, users suspect that there is something wrong with
NIC.  If the cause of it is SmartSpeed, there is no means to replace NIC. This
patch make e1000e notify users that SmartSpeed worked.

Signed-off-by: Koki Sanagi <sanagi.koki@jp.fujitsu.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2013-02-15 21:46:46 -08:00
..
80003es2lan.c e1000e: cosmetic move of #defines to the new 80003es2lan.h 2013-02-04 23:32:20 -08:00
80003es2lan.h e1000e: cosmetic move of #defines to the new 80003es2lan.h 2013-02-04 23:32:20 -08:00
82571.c e1000e: cleanup checkpatch braces checks 2013-02-05 00:37:47 -08:00
82571.h e1000e: cosmetic move of #defines and prototypes to the new 82571.h 2013-02-04 23:24:41 -08:00
defines.h e1000e: cosmetic move of #defines and prototypes to the new ich8lan.h 2013-02-04 23:45:47 -08:00
e1000.h e1000e: cosmetic move of #defines and prototypes to the new manage.h 2013-02-05 00:12:27 -08:00
ethtool.c e1000e: cleanup checkpatch braces checks 2013-02-05 00:37:47 -08:00
hw.h e1000e: convert enums of register offsets and move #defines to regs.h 2013-02-05 00:30:59 -08:00
ich8lan.c e1000e: cleanup checkpatch braces checks 2013-02-05 00:37:47 -08:00
ich8lan.h e1000e: cosmetic move of #defines and prototypes to the new ich8lan.h 2013-02-04 23:45:47 -08:00
mac.c e1000e: use generic IEEE MII definitions 2013-01-31 22:34:59 -08:00
mac.h e1000e: cosmetic move of function prototypes to the new mac.h 2013-02-04 23:52:44 -08:00
Makefile e1000e: update copyright date 2013-01-27 01:22:53 -08:00
manage.c e1000e: cosmetic move of #defines and prototypes to the new manage.h 2013-02-05 00:12:27 -08:00
manage.h e1000e: cosmetic move of #defines and prototypes to the new manage.h 2013-02-05 00:12:27 -08:00
netdev.c e1000e: display a warning message when SmartSpeed works 2013-02-15 21:46:46 -08:00
nvm.c e1000e: update copyright date 2013-01-27 01:22:53 -08:00
nvm.h e1000e: cosmetic move of #defines and function prototypes to the new nvm.h 2013-02-05 00:05:41 -08:00
param.c e1000e: cleanup some whitespace and indentation issues 2013-01-31 22:16:11 -08:00
phy.c e1000e: cleanup checkpatch braces checks 2013-02-05 00:37:47 -08:00
phy.h e1000e: cosmetic move of #defines and function prototypes to the new phy.h 2013-02-04 23:59:16 -08:00
ptp.c e1000e: resolve -Wunused-parameter compile warnings 2013-01-31 22:28:39 -08:00
regs.h e1000e: convert enums of register offsets and move #defines to regs.h 2013-02-05 00:30:59 -08:00