Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314132
b: refs/heads/master
c: 7b05221
h: refs/heads/master
v: v3
  • Loading branch information
Igal Chernobelsky authored and Luciano Coelho committed Jun 5, 2012
1 parent 471aab2 commit fb01b00
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: b515d83a2998c991171e2c533ea06ff723d355a6
refs/heads/master: 7b052214e59450b5ed6c708903a7dd9f15f6c12d
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/ti/wl12xx/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ static struct wlcore_conf wl12xx_conf = {
.rule = CONF_BCN_RULE_PASS_ON_CHANGE,
},
},
.synch_fail_thold = 10,
.bss_lose_timeout = 100,
.synch_fail_thold = 12,
.bss_lose_timeout = 400,
.beacon_rx_timeout = 10000,
.broadcast_timeout = 20000,
.rx_broadcast_in_ps = 1,
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/ti/wl18xx/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,8 @@ static struct wlcore_conf wl18xx_conf = {
.rule = CONF_BCN_RULE_PASS_ON_CHANGE,
},
},
.synch_fail_thold = 10,
.bss_lose_timeout = 100,
.synch_fail_thold = 12,
.bss_lose_timeout = 400,
.beacon_rx_timeout = 10000,
.broadcast_timeout = 20000,
.rx_broadcast_in_ps = 1,
Expand Down

0 comments on commit fb01b00

Please sign in to comment.