projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4db0ee1
)
ixgbe: fix typo
author
Jeff Kirsher
<
[email protected]
>
Mon, 9 Jun 2008 22:57:17 +0000
(15:57 -0700)
committer
Jeff Garzik
<
[email protected]
>
Tue, 10 Jun 2008 22:20:15 +0000
(18:20 -0400)
Define names were accidently transposed.
Signed-off-by: Jeff Kirsher <
[email protected]
>
Signed-off-by: Jeff Garzik <
[email protected]
>
drivers/net/ixgbe/ixgbe_82598.c
patch
|
blob
|
history
diff --git
a/drivers/net/ixgbe/ixgbe_82598.c
b/drivers/net/ixgbe/ixgbe_82598.c
index 6321b059ce132f2e7c252f4856754a501262c381..2f38e847e2cd0401c7ef6eba738cb6cb2b465561 100644
(file)
--- 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_
T
X_QUEUES;
- hw->mac.num_tx_queues = IXGBE_82598_MAX_
R
X_QUEUES;
+ hw->mac.num_rx_queues = IXGBE_82598_MAX_
R
X_QUEUES;
+ hw->mac.num_tx_queues = IXGBE_82598_MAX_
T
X_QUEUES;
hw->mac.num_rx_addrs = IXGBE_82598_RAR_ENTRIES;
/* PHY ops are filled in by default properly for Fiber only */