Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97939
b: refs/heads/master
c: ff68cdb
h: refs/heads/master
i:
  97937: bb7d0be
  97935: 023f001
v: v3
  • Loading branch information
Jeff Kirsher authored and Jeff Garzik committed Jun 10, 2008
1 parent 532f8d3 commit c799c6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4db0ee176e256444695ee2d7b004552e82fec987
refs/heads/master: ff68cdbf86f09e602eb2b04e1a7d448a3c3a3b28
4 changes: 2 additions & 2 deletions trunk/drivers/net/ixgbe/ixgbe_82598.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit c799c6a

Please sign in to comment.