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)
commit0184039a4b6727d6efd545919c773ef141090ae7
treea6e7d4acc061300c694dc2f6155eadbf88136268
parent36eabda3d094dae30a74350c6289c163349b744d
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