Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276213
b: refs/heads/master
c: 40f9cd2
h: refs/heads/master
i:
  276211: 243747f
v: v3
  • Loading branch information
Dan Carpenter authored and John W. Linville committed Nov 21, 2011
1 parent c34cd34 commit acf1f66
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: de3584bd62d87b4c250129fbc46ca52c80330add
refs/heads/master: 40f9cd299a0e5e8dcdde9b5eb9bfda1cb9109f61
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/prism54/isl_ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ prism54_get_essid(struct net_device *ndev, struct iw_request_info *info,
dwrq->flags = 0;
dwrq->length = 0;
}
essid->octets[essid->length] = '\0';
essid->octets[dwrq->length] = '\0';
memcpy(extra, essid->octets, dwrq->length);
kfree(essid);

Expand Down

0 comments on commit acf1f66

Please sign in to comment.