]> git.baikalelectronics.ru Git - kernel.git/commit
e1000e: Support RXFCS feature flag.
authorBen Greear <greearb@candelatech.com>
Sat, 11 Feb 2012 15:39:25 +0000 (15:39 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 24 Feb 2012 09:23:06 +0000 (01:23 -0800)
commit2da174c091da15cc87d3e88864c65e431d30ec38
treea6e7d4acc061300c694dc2f6155eadbf88136268
parent7682c6537410adb15b258f4d52d42544c16c5de9
e1000e: Support RXFCS feature flag.

This enables enabling/disabling reception of the Ethernet
FCS.  This can be useful when sniffing packets.

For e1000e, enabling RXFCS can change the default
behaviour for how the NIC handles CRC.  Disabling RXFCS
will take the NIC back to defaults, which can be configured
as part of the module options.

Signed-off-by: Ben Greear <greearb@candelatech.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/e1000e/e1000.h
drivers/net/ethernet/intel/e1000e/netdev.c
drivers/net/ethernet/intel/e1000e/param.c