igb: transition driver to only using advanced descriptors
authorAlexander Duyck <alexander.h.duyck@intel.com>
Mon, 16 Feb 2009 08:00:20 +0000 (00:00 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Feb 2009 08:00:20 +0000 (00:00 -0800)
Currently the driver uses advanced descriptors for its main functionality,
but then uses legacy when testing.  This patch changes this so that
advanced descriptors are used throughout and all mentions of legacy
descriptors are removed.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Acked-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found