Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255631
b: refs/heads/master
c: f416dfc
h: refs/heads/master
i:
  255629: 3adf24a
  255627: 11af0e4
  255623: ed670d1
  255615: dfa3321
v: v3
  • Loading branch information
Greg Rose authored and Jeff Kirsher committed Jun 21, 2011
1 parent cc749d2 commit 6831fd0
Show file tree
Hide file tree
Showing 3 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: ac52caa31e0a135a8940a66de763751760820f37
refs/heads/master: f416dfc0e07120d2610e836609b7235897796c90
2 changes: 1 addition & 1 deletion trunk/drivers/net/ixgbevf/ixgbevf.h
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ enum ixgbevf_boards {

extern struct ixgbevf_info ixgbevf_82599_vf_info;
extern struct ixgbevf_info ixgbevf_X540_vf_info;
extern struct ixgbe_mac_operations ixgbevf_mbx_ops;
extern struct ixgbe_mbx_operations ixgbevf_mbx_ops;

/* needed by ethtool.c */
extern char ixgbevf_driver_name[];
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/ixgbevf/ixgbevf_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3364,7 +3364,7 @@ static int __devinit ixgbevf_probe(struct pci_dev *pdev,
hw->mac.type = ii->mac;

memcpy(&hw->mbx.ops, &ixgbevf_mbx_ops,
sizeof(struct ixgbe_mac_operations));
sizeof(struct ixgbe_mbx_operations));

adapter->flags &= ~IXGBE_FLAG_RX_PS_CAPABLE;
adapter->flags &= ~IXGBE_FLAG_RX_PS_ENABLED;
Expand Down

0 comments on commit 6831fd0

Please sign in to comment.