Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253062
b: refs/heads/master
c: dd08682
h: refs/heads/master
v: v3
  • Loading branch information
Luciano Coelho authored and John W. Linville committed May 31, 2011
1 parent 2e8e05d commit 1495305
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 71005be40a7fc95edda3cc462361ce0243e4f5fa
refs/heads/master: dd08682150e1815fe5cdd0673a2f2e9cd2d55a7a
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/wl12xx/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@ wl1271_scan_get_sched_scan_channels(struct wl1271 *wl,
flags = req->channels[i]->flags;

if (!(flags & IEEE80211_CHAN_DISABLED) &&
((flags & IEEE80211_CHAN_PASSIVE_SCAN) == passive) &&
((flags & IEEE80211_CHAN_RADAR) == radar) &&
(!!(flags & IEEE80211_CHAN_PASSIVE_SCAN) == passive) &&
(!!(flags & IEEE80211_CHAN_RADAR) == radar) &&
(req->channels[i]->band == band)) {
wl1271_debug(DEBUG_SCAN, "band %d, center_freq %d ",
req->channels[i]->band,
Expand Down

0 comments on commit 1495305

Please sign in to comment.