Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150406
b: refs/heads/master
c: e74fbb4
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and John W. Linville committed May 20, 2009
1 parent 2ab62d0 commit b10dd25
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: 49ca37e2d29569d7408f3c92f15c4a33e459a987
refs/heads/master: e74fbb412be9baeae5ee61e25dad0b8c1a287494
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/strip.c
Original file line number Diff line number Diff line change
Expand Up @@ -2509,7 +2509,7 @@ static void strip_dev_setup(struct net_device *dev)
* netdev_priv(dev) Already holds a pointer to our struct strip
*/

*(MetricomAddress *) & dev->broadcast = broadcast_address;
*(MetricomAddress *)dev->broadcast = broadcast_address;
dev->dev_addr[0] = 0;
dev->addr_len = sizeof(MetricomAddress);

Expand Down

0 comments on commit b10dd25

Please sign in to comment.