igb: make rxcsum configuration seperate from multiqueue
authorAlexander Duyck <alexander.h.duyck@intel.com>
Mon, 27 Apr 2009 22:35:14 +0000 (22:35 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 28 Apr 2009 08:53:12 +0000 (01:53 -0700)
The igb driver was being incorrectly setup to only allow disabling receive
checksum if multiqueue was disabled.  This change corrects that so that
RXCSUM is configured regardless of queue configuration.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found