Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159171
b: refs/heads/master
c: 9ab5607
h: refs/heads/master
i:
  159169: d7b8165
  159167: fef3d96
v: v3
  • Loading branch information
Roel Kluin authored and John W. Linville committed Jul 24, 2009
1 parent 91660a5 commit b94f807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: f9b604f6c24ad161e9c9e30a138d5899724225c8
refs/heads/master: 9ab56078e638efb75ac4ccd27c7196cdfed2e6c8
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/arlan-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ static int arlan_mac_addr(struct net_device *dev, void *p)
ARLAN_DEBUG_ENTRY("arlan_mac_addr");
return -EINVAL;

if (!netif_running(dev))
if (netif_running(dev))
return -EBUSY;
memcpy(dev->dev_addr, addr->sa_data, dev->addr_len);

Expand Down

0 comments on commit b94f807

Please sign in to comment.