Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186721
b: refs/heads/master
c: e501b36
h: refs/heads/master
i:
  186719: c372d71
v: v3
  • Loading branch information
d binderman authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent 6ad57a2 commit b045dbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 411a861fc4f92cf0f5039928b448dcc7ca31d423
refs/heads/master: e501b36bdf85212d537b30babf60dfedf3fdcebd
6 changes: 3 additions & 3 deletions trunk/drivers/staging/otus/ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -866,15 +866,15 @@ int usbdrvwext_giwscan(struct net_device *dev,
char *current_ev = extra;
char *end_buf;
int i;
/* struct zsBssList BssList; */
struct zsBssListV1 *pBssList = kmalloc(sizeof(struct zsBssListV1),
GFP_KERNEL);
/* BssList = wd->sta.pBssList; */
/* zmw_get_wlan_dev(dev); */

if (macp->DeviceOpened != 1)
return 0;

/* struct zsBssList BssList; */
struct zsBssListV1 *pBssList = kmalloc(sizeof(struct zsBssListV1),
GFP_KERNEL);
if (data->length == 0)
end_buf = extra + IW_SCAN_MAX_DATA;
else
Expand Down

0 comments on commit b045dbf

Please sign in to comment.