ixgbe: pass adapter struct instead of netdev for interrupt data
authorAlexander Duyck <alexander.h.duyck@intel.com>
Fri, 27 May 2011 05:31:32 +0000 (05:31 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 25 Jun 2011 07:04:06 +0000 (00:04 -0700)
This change makes it so that we pass the adapter struct instead of the
netdev for most of the basic interrupts that are not associated with
q_vectors.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ixgbe/ixgbe_main.c

Simple merge