Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220400
b: refs/heads/master
c: f49200c
h: refs/heads/master
v: v3
  • Loading branch information
nohee ko authored and Greg Kroah-Hartman committed Oct 19, 2010
1 parent ce30ef0 commit bfde6c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 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: bd384c2722428498669840db44c6a7aafab54c29
refs/heads/master: f49200c36738a315eb094a3ed8260f00d1bafee0
10 changes: 1 addition & 9 deletions trunk/drivers/staging/brcm80211/brcmfmac/wl_cfg80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -3108,18 +3108,10 @@ static s32 wl_init_priv(struct wl_priv *wl)

wl->scan_request = NULL;
wl->pwr_save = !!(wiphy->flags & WIPHY_FLAG_PS_ON_BY_DEFAULT);
#ifndef WL_ISCAN_DISABLED
wl->iscan_on = true; /* iscan on & off switch.
we enable iscan per default */
#else
wl->iscan_on = false;
#endif /* WL_ISCAN_DISABLED */
#ifndef WL_ROAM_DISABLED
wl->roam_on = true; /* roam on & off switch.
wl->roam_on = false; /* roam on & off switch.
we enable roam per default */
#else
wl->roam_on = false;
#endif /* WL_ROAM_DISABLED */

wl->iscan_kickstart = false;
wl->active_scan = true; /* we do active scan for
Expand Down

0 comments on commit bfde6c0

Please sign in to comment.