Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349235
b: refs/heads/master
c: 9a4c831
h: refs/heads/master
i:
  349233: cee5fd9
  349231: 8b2a00c
v: v3
  • Loading branch information
Jianjun Kong authored and David S. Miller committed Jan 19, 2013
1 parent 6556d8a commit c523b1b
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: c1acd7090f67471998edd1d036003fcba2c1b419
refs/heads/master: 9a4c831ebbc1bf7cb41079e421a74bddd508f251
2 changes: 1 addition & 1 deletion trunk/drivers/net/hyperv/hyperv_net.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ struct hv_netvsc_packet {
};

struct netvsc_device_info {
unsigned char mac_adr[6];
unsigned char mac_adr[ETH_ALEN];
bool link_state; /* 0 - link up, 1 - link down */
int ring_size;
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/hyperv/netvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ static int netvsc_set_mac_addr(struct net_device *ndev, void *p)
struct net_device_context *ndevctx = netdev_priv(ndev);
struct hv_device *hdev = ndevctx->device_ctx;
struct sockaddr *addr = p;
char save_adr[14];
char save_adr[ETH_ALEN];
unsigned char save_aatype;
int err;

Expand Down

0 comments on commit c523b1b

Please sign in to comment.