Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213804
b: refs/heads/master
c: 294dab2
h: refs/heads/master
v: v3
  • Loading branch information
Roopa Prabhu authored and David S. Miller committed Aug 17, 2010
1 parent ec0da4e commit 209a19b
Show file tree
Hide file tree
Showing 3 changed files with 5 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: 559764d1996e6ae769feb07918687b0806f2d975
refs/heads/master: 294dab25e7068f9df80af53aceed332f9621c970
2 changes: 1 addition & 1 deletion trunk/drivers/net/enic/enic.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

#define DRV_NAME "enic"
#define DRV_DESCRIPTION "Cisco VIC Ethernet NIC Driver"
#define DRV_VERSION "1.4.1.1"
#define DRV_VERSION "1.4.1.2"
#define DRV_COPYRIGHT "Copyright 2008-2010 Cisco Systems, Inc"

#define ENIC_BARS_MAX 6
Expand Down
4 changes: 3 additions & 1 deletion trunk/drivers/net/enic/enic_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,9 @@ static int enic_set_mac_address_dynamic(struct net_device *netdev, void *p)

static int enic_set_mac_address(struct net_device *netdev, void *p)
{
return -EOPNOTSUPP;
struct sockaddr *saddr = p;

return enic_set_mac_addr(netdev, (char *)saddr->sa_data);
}

static int enic_dev_packet_filter(struct enic *enic, int directed,
Expand Down

0 comments on commit 209a19b

Please sign in to comment.