Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171729
b: refs/heads/master
c: 13b409c
h: refs/heads/master
i:
  171727: b94c291
v: v3
  • Loading branch information
Jason Andryuk authored and John W. Linville committed Nov 11, 2009
1 parent 333031b commit eeb3bc0
Show file tree
Hide file tree
Showing 2 changed files with 4 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: a6ef92ad3588d4e011295bf724f88e7d5b8c0e1b
refs/heads/master: 13b409cc8c1614090f256729ee0038438a6946f7
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/at76c50x-usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1188,6 +1188,9 @@ static int at76_start_monitor(struct at76_priv *priv)
scan.channel = priv->channel;
scan.scan_type = SCAN_TYPE_PASSIVE;
scan.international_scan = 0;
scan.min_channel_time = cpu_to_le16(priv->scan_min_time);
scan.max_channel_time = cpu_to_le16(priv->scan_max_time);
scan.probe_delay = cpu_to_le16(0);

ret = at76_set_card_command(priv->udev, CMD_SCAN, &scan, sizeof(scan));
if (ret >= 0)
Expand Down

0 comments on commit eeb3bc0

Please sign in to comment.