Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109449
b: refs/heads/master
c: 0ffe014
h: refs/heads/master
i:
  109447: 96d71e3
v: v3
  • Loading branch information
Ron Rindjunsky authored and John W. Linville committed Sep 3, 2008
1 parent 4740330 commit e11ec29
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: b94d8eea44df985ea22b1f51e402b4bbfdd6d793
refs/heads/master: 0ffe014a8c548f88694815ae7b25d6e86550917e
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ static int iwl_get_channels_for_scan(struct iwl_priv *priv,
else
scan_ch->type = SCAN_CHANNEL_TYPE_ACTIVE;

if ((scan_ch->type & SCAN_CHANNEL_TYPE_ACTIVE) && n_probes)
if (n_probes)
scan_ch->type |= IWL_SCAN_PROBE_MASK(n_probes);

scan_ch->active_dwell = cpu_to_le16(active_dwell);
Expand Down

0 comments on commit e11ec29

Please sign in to comment.