Skip to content

Commit

Permalink
[infiniband] Indicate that device does not support interrupts
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Jan 25, 2011
1 parent 025b1cb commit 3a9f0e0
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/drivers/net/ipoib.c
Expand Up @@ -537,17 +537,6 @@ static void ipoib_poll ( struct net_device *netdev ) {
ib_poll_eq ( ibdev );
}

/**
* Enable/disable interrupts on IPoIB network device
*
* @v netdev Network device
* @v enable Interrupts should be enabled
*/
static void ipoib_irq ( struct net_device *netdev __unused,
int enable __unused ) {
/* No implementation */
}

/**
* Handle IPv4 broadcast multicast group join completion
*
Expand Down Expand Up @@ -730,7 +719,6 @@ static struct net_device_operations ipoib_operations = {
.close = ipoib_close,
.transmit = ipoib_transmit,
.poll = ipoib_poll,
.irq = ipoib_irq,
};

/**
Expand Down

0 comments on commit 3a9f0e0

Please sign in to comment.