Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155650
b: refs/heads/master
c: 86e713a
h: refs/heads/master
v: v3
  • Loading branch information
Lucy Liu authored and David S. Miller committed Jul 17, 2009
1 parent 9b58f67 commit 50a0e2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3d1454dd93e84ad1394b6b1646f13795e9f6928e
refs/heads/master: 86e713a06ab3e5b15a3189485ce33aa21b9e52ca
2 changes: 2 additions & 0 deletions trunk/drivers/net/ixgbe/ixgbe_dcb_nl.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ static void ixgbe_dcbnl_get_perm_hw_addr(struct net_device *netdev,
struct ixgbe_adapter *adapter = netdev_priv(netdev);
int i, j;

memset(perm_addr, 0xff, MAX_ADDR_LEN);

for (i = 0; i < netdev->addr_len; i++)
perm_addr[i] = adapter->hw.mac.perm_addr[i];

Expand Down

0 comments on commit 50a0e2f

Please sign in to comment.