All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ixgbe: fix typo
@ 2008-06-09 22:57 Jeff Kirsher
  2008-06-09 22:57 ` [PATCH 2/2] ixgbe: add LRO support Jeff Kirsher
  2008-06-10 22:22 ` [PATCH 1/2] ixgbe: fix typo Jeff Garzik
  0 siblings, 2 replies; 7+ messages in thread
From: Jeff Kirsher @ 2008-06-09 22:57 UTC (permalink / raw)
  To: jeff; +Cc: netdev, e1000-devel

Define names were accidently transposed.

Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
---

 drivers/net/ixgbe/ixgbe_82598.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/ixgbe/ixgbe_82598.c b/drivers/net/ixgbe/ixgbe_82598.c
index 6321b05..2f38e84 100644
--- a/drivers/net/ixgbe/ixgbe_82598.c
+++ b/drivers/net/ixgbe/ixgbe_82598.c
@@ -58,8 +58,8 @@ static s32 ixgbe_reset_hw_82598(struct ixgbe_hw *hw);
 
 static s32 ixgbe_get_invariants_82598(struct ixgbe_hw *hw)
 {
-	hw->mac.num_rx_queues = IXGBE_82598_MAX_TX_QUEUES;
-	hw->mac.num_tx_queues = IXGBE_82598_MAX_RX_QUEUES;
+	hw->mac.num_rx_queues = IXGBE_82598_MAX_RX_QUEUES;
+	hw->mac.num_tx_queues = IXGBE_82598_MAX_TX_QUEUES;
 	hw->mac.num_rx_addrs = IXGBE_82598_RAR_ENTRIES;
 
 	/* PHY ops are filled in by default properly for Fiber only */


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-06-11 10:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-09 22:57 [PATCH 1/2] ixgbe: fix typo Jeff Kirsher
2008-06-09 22:57 ` [PATCH 2/2] ixgbe: add LRO support Jeff Kirsher
2008-06-09 23:26   ` Ben Hutchings
2008-06-10 19:33     ` Malli
2008-06-10 19:47       ` Malli
2008-06-11 10:16         ` Ben Hutchings
2008-06-10 22:22 ` [PATCH 1/2] ixgbe: fix typo Jeff Garzik

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.