Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327445
b: refs/heads/master
c: b7525db
h: refs/heads/master
i:
  327443: 2f7e110
v: v3
  • Loading branch information
Amitkumar Karwar authored and John W. Linville committed Aug 6, 2012
1 parent 08c7d5a commit e02d4e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ed1ea6f42ecedbbb3a8c4e0211ad683b8680eebe
refs/heads/master: b7525dbd075414ab2dc3742bacdc386f0f1223b2
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/mwifiex/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -989,6 +989,8 @@ mwifiex_config_scan(struct mwifiex_private *priv,
*max_chan_per_scan = 2;
else if (chan_num < MWIFIEX_LIMIT_3_CHANNELS_PER_SCAN_CMD)
*max_chan_per_scan = 3;
else
*max_chan_per_scan = 4;
}
}

Expand Down

0 comments on commit e02d4e6

Please sign in to comment.