Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249410
b: refs/heads/master
c: b18aaa1
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Greg Kroah-Hartman committed May 10, 2011
1 parent 2f84ee8 commit 7f3559f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c4295d774ff26776fa729326921c92a4382fa689
refs/heads/master: b18aaa1c7cd53ff654d3872ad58ab95343bbe476
4 changes: 1 addition & 3 deletions trunk/drivers/staging/brcm80211/brcmfmac/wl_iw.c
Original file line number Diff line number Diff line change
Expand Up @@ -498,9 +498,7 @@ wl_iw_get_range(struct net_device *dev,
list = (wl_u32_list_t *) channels;

dwrq->length = sizeof(struct iw_range);
memset(range, 0, sizeof(range));

range->min_nwid = range->max_nwid = 0;
memset(range, 0, sizeof(*range));

list->count = cpu_to_le32(MAXCHANNEL);
error = dev_wlc_ioctl(dev, WLC_GET_VALID_CHANNELS, channels,
Expand Down

0 comments on commit 7f3559f

Please sign in to comment.